/* ==== Headers */
h1, h2, h3, h4 {
	margin: 0 0 0.7em;
	padding: 0;
	color: #4084a9;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}


/* ==== hyperlinks */
a {
	color: #4c94bc;
	text-decoration: underline;
}

.green, a.green, .green * {
	color: #439D17;
}

a.passive, .passive a {
	text-decoration: none;
}

a.passive:hover, .passive a:hover {
	text-decoration: underline;
}


/* ==== Lists */
ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

ul li {
	margin: 0 0 1em;
	padding: 0 0 0 10px;
	background: url('/i/arrow.gif') left 0.35em no-repeat;
}

ul.no-spacer li {
	margin-bottom: 0;
}

ul.no-bull li, ul ul li {
	background: none;
	padding-left: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	display: block;
	margin: 0 0 1px;
	padding: 0;
}

dl dd {
	margin: 0 0 1em;
	padding: 0;
}


/* ==== Text and decoration */
p {
	margin: 0 0 1em;
}

.grey, a.grey, .grey * {
	color: #a9a8a8;
}

.blue {
	color: #1ab1ef;
}

.arrow {
	background: url('/i/arrow.gif') left 50% no-repeat;
	padding-left: 10px;
}

.rarrow {
	background: url('/i/arrow.gif') right 50% no-repeat;
	padding-right: 10px;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #ebebeb;
	margin-bottom: 1em;
}


/* ==== tables */
table td {
	vertical-align: top;
	text-align: left;
}

table.grouping {
	border-collapse: collapse;
	border-spacing: 0;
}

table.grouping td {
	padding: 0;
}


/* ==== Useful stuff */
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.full {
	width: 100%;
}
/* ---- easy-align */
.tocenter {
	text-align: center !important;
}
.tojustify {
	text-align: justify !important;
}
.toleft {
	text-align: left !important;
}
.toright {
	text-align: right !important;
}
.tomid {
	vertical-align: middle !important;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.lclear {
	clear: left;
}
.rclear {
	clear: right;
}
.clearer {
	clear: both;
}

/* ---- easy-margin */
.mt{
	margin-top: 1em !important;
}
.hmt{
	margin-top: 0.5em !important;
}
.mb{
	margin-bottom: 1em !important;
}
.hmb{
	margin-bottom: 0.5em !important;
}
.no-mb{
	margin-bottom: 0 !important;
}

/* ---- easy-size */
.bigger{
	font-size: 110%;
}
.smaller{
	font-size: 95%;
}


/* ======== form elements */
form {
	margin: 0;
	padding: 0;
}

.input-text {
	padding: 2px 4px;
	border: 1px solid #ced3d6;
	background: #fff;
	color: #8d9193;
	font-size: 11px;
}

.input-blue, .input-light {
	padding: 0 0 2px;
	border: 1px solid #d3d3d3;
	font-size: 12px;
}

.input-blue {
	background: #4388c1 url('/i/button-fone-blue.gif') right top no-repeat;
	color: #fff;
}

.input-light {
	background: #e6e8ec url('/i/button-fone-light.gif') left top no-repeat;
	color: #565859;
}


/* ==== Images */
img {
	border: none;
}

/* ======= page elements */
/* ---- lists */
dl.list, dl.list dt, dl.list dd {
	height: 1%; /* for ie6: hasLayout */
}

dl.list dt {
	clear: left;
}

dl.list img {
	float: left;
	margin: 0 5px 0.5em 0;
	padding: 2px;
	border: 1px solid #d5d3d3;
	background: #fff;
}

dl.list dt strong {
	font-size: 11px;
	font-weight: normal;
	color: #a9a8a8;
}

dl.list h3 {
	margin-bottom: 4px;
}

dl.arrows dt {
	background: url('/i/arrow.gif') left 0.35em no-repeat;
	padding-left: 10px;
}

dl.separated dt {
	padding-top: 0.8em;
	padding-bottom:	1px;
	border-top: 1px solid #ebebeb;
	background-position: left 1.15em;
}

dl.separated dt.first {
	padding-top: 0;
	border: none;
	background-position: left 0.35em;
}

dl.news dt {
	font-size: 11px;
	color: #a9a8a8;
}

dl.brief dt {
	margin-bottom: 1em;
}

dl.names dt {
	font-weight: bold;
	color: #4084a9;
}


/* ---- search form */
.search-form {
	width: 100%;
	margin-bottom: 1em;
}

.search-form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.search-form table td {
	padding: 2px 4px;
	border: 1px solid #e2dfdf;
	text-align: center;
	vertical-align: middle;
}

.search-form .search, .search-form .search input {
	width: 100%;
}

.search-form .search input {
	padding: 0;
	border: none;
	background: none;
	font-size: 11px;
	color: #8d9193;
}

.search-form .button {
	background: #fafafb url('/i/button-fone-light.gif') left bottom repeat-x;
}

.search-form .button input {
	width: 5em;
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	color: #565859;
}


/* ---- categories */
.categories li {
	height: 1%; /* for ie6: hasLayout */
	clear: left;
	background: none;
	padding-left: 0;
	margin-bottom: 1px;
}

.categories img {
	float: left;
	padding: 0.25em 0 0 0;
}

.categories span {
	display: block;
	margin-left: 15px;
}

.categories strong {
	font-weight: normal;
	color: #1ab1ef;
}

.categories a {
	color: #565859;
	text-decoration: none;
}

.categories a:hover {
	text-decoration: underline;
}

.categories .grey, a.grey {
	color: #a3a9ac;
}


/* ---- goods */
table.goods {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}

table.goods td {
	padding: 3px 5px;
	text-align: center;
	vertical-align: middle;
}

table.goods img {
	display: block;
	margin: 0 auto;
}

table.goods .prices td {
	text-align: left;
	font-size: 11px;
}

table.goods span {
	margin-right: 5px;
	padding: 2px 7px;
	background: #4c94bc;
	color: #fff;
}


/* ---- banner */
.banner {
	margin-bottom: 1em;
	border: 1px solid #dedede;
	background: #f5f5f7;
	text-align: center;
}

.banner img {
	display: block;
	margin: 0 auto;
}


/* ---- photogallery */
.gallery {
	text-align: justify;
}

.gallery img {
	padding: 2px;
	border: 1px solid #d5d3d3;
	background: #fff;
}

.gallery img.cr {
	width: 90%; height: 1px;
	margin: 0; padding: 0;
	border: none;
	background: none;
}


/* ---- pages list */
.pages {
	text-align: center;
}

.pages a, .pages b {
	margin: 0 0.2em;
}


/* ---- frame */
.frame {
	height: 1%; /* for ie6: hasLayout */
	margin-bottom: 12px;
	border: 1px solid #ebebeb;
}

.frame .lt {
	position: relative;
	left: -1px; top: -1px;
	background: url('/i/frame-lt.gif') left top no-repeat;
}

.frame .rt {
	position: relative;
	left: 2px;
	background: url('/i/frame-rt.gif') right top no-repeat;
}

.frame .rb {
	position: relative;
	top: 2px;
	background: url('/i/box-rb.gif') right bottom no-repeat;
}

.frame .lb {
	position: relative;
	left: -2px;
	background: url('/i/box-lb.gif') left bottom no-repeat;
	padding: 13px 10px;
}


/* ---- tags cloud */
.tags-cloud {
	line-height: 200%;
}

.tags-cloud a {
	margin-right: 1em;
	text-decoration: none;
	white-space: nowrap;
}

.tags-cloud a:hover {
	text-decoration: underline;
}


/* ---- pictures gallery */
.pictures img {
	display: block;
	padding: 2px;
	border: 1px solid #d5d3d3;
	background: #fff;
}

.pictures p {
	margin: 1px 0 1px;
}

.pictures p img {
	padding: 2px 0;
	border: none;
	background: none;
}

.pictures a {
	color: #a9a8a8;
	font-size: 11px;
}
