/* header */

#homeSiteBlock .headerLogo
{
	position: absolute;
	top: 10px;
	left:3%;
}

.headerLogo{
	margin: 20px 0 20px 15px;
}


#homeSiteBlock .headerPhone{
	font-size: 160%;
	color:#333;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
	position: absolute;
	right:50px;
	top:2em;
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.4em 20px;
}

#siteBlock .phone,
#siteBlock .phone small{
	color:#fff;
}

#siteBlock .headerPhone
{
	font-size: 160%;
	color:#fff;
	font-weight: bold;
	white-space: nowrap;
	padding: 0.4em 20px;
}

.headerMenuList{
	margin: 0;
	padding: 0;
	clear:both;
	overflow: hidden;
	font-size: 1em;
}

.headerMenuList li{
	font-size:100%;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

.headerMenuList li a{
	display: block;
	padding: 0.4em 10px;
	margin:0;
	font-size:85%;
	/*font-weight:bold;*/
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	//float: left;
}

.headerMenuList li a:hover{
	/*background-color: #fff;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #ffcc33;
}

.headerMenuList li span{
	display: block;
	padding: 0.4em 10px;
	margin:0;
	font-size:85%;
	/*font-weight:bold;*/
	color:#333;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	//float: left;
}


/* catalogue menu */

.catalogue{
	position: relative;
	margin-top: -330px;
	padding-bottom: 20px;
	z-index:10;
}

.catalogue a{
	color: #fff;
}

.catalogueBlock{
	margin: 0px 0 5px 0;
	position: relative;
}

.catalogueBlock .t,
.catalogueBlock .b
{
	position: relative;
	overflow: hidden;
	height:10px;
}

.catalogueBlock .l,
.catalogueBlock .r
{
	position: absolute;
	overflow: hidden;
	height:10px;
}

.catalogueBlock .l
{
	position: relative;
	left:0;
	top:0;
	margin-right: 10px;
}

.catalogueBlock .r
{
	position: absolute;
	width:10px;
	right:0;
	top:0;
}

.catalogueBlock .t .l{background: url('/i/lt.png') no-repeat 0 0;}
.catalogueBlock .t .r{background: url('/i/rt.png') no-repeat 0 0;}
.catalogueBlock .b .r{background: url('/i/rb.png') no-repeat 0 0;}
.catalogueBlock .b .l{background: url('/i/lb.png') no-repeat 0 0;}

.catalogueBlock .content{
	background-color: #095d7c;
	width:100%;
	position: relative;
}


.catalogueBlock h4{
	display: block;
	margin: 0;
	padding: 0.8em 15px 0.5em 15px;
	font-size: 85%;
	font-weight: bold;
	line-height:1.3em;
	color: #ffd235;
}

.catalogueList
{
	margin: 0;
	padding: 0;
	font-size:100%;
	border-bottom: 1px solid #167a9f;
}

.catalogueList li
{
	font-size:100%;
	margin:0;
	padding: 0;
	text-indent: 0;
}

.catalogueList li a,
.catalogueList li a:visited{
	display: block;
	padding: 0.6em 15px;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #167a9f;
	line-height: 1.3em;
}

.catalogueList li a:hover,
.catalogueList li a:active{
	background-color: efefef;
	border-top: 1px solid #167a9f;
}

.catalogueList li a:hover{
	background-color: #167a9f;
	/* color: #095d7c; */
}

.catalogueList li .cur,
.catalogueList li span{
	background-color: #ffcc33;
	color:#333;
}

.catalogueList li .cur:hover{
	color:#fff;
}

.catalogueList li .cur{
	text-decoration:underline !important;
}

.catalogueList li span{
	display: block;
	padding: 0.6em 15px;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #167a9f;
	line-height: 1.3em;
}

.car_price,
.car_price span,
.car_price small
{
	white-space: nowrap;
}

/* home */

.homeTextBlock
{
	clear:both;
	padding: 0.6em 20px 0 10px;
}

.homeTextBlock h3
{
	font-size:150%;
	font-weight:bold;
	margin-bottom: 0.6em;
}

.homeAnonsBlock
{
	clear:both;
}

.homeAnons
{
	width:200px;
	margin: 10px 30px 20px 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 1%;
}

.homeAnonsHeader
{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 1.4em 0 0.8em 20px;
}

.homeAnons h4
{
	margin: 0.4em 0 0.2em 30px;
	font-size:90%;
	font-weight:bold;
}

.homeAnons p
{
	font-size: 70%;
	color:#666;
	line-height: 1.4em;
	margin: 0 0 0 30px;
}

.homeNewsHeader
{
	font-size:100%;
	margin: 1.5em 0 0.5em 0;
}

.homeNewsHeader a,
.homeNewsHeader a:hover
{
	color:#333;
}

.homeNews
{
	padding: 0.8em 0 1em 0;
}

.homeNews span
{
	color:#666;
	font-size:75%;
	text-transform: lowercase;
}

.homeNews h5
{
	color:#333;
	font-size:85%;
	margin: 0.3em 0 0.5em 0;
	line-height: 1.3em;
}

.homeNews p
{
	font-size:75%;
	margin:0;
}


/* textpage */

.textBlock
{
	padding: 1.5em 20px 2em 10px;
}

.textFoto
{
	padding: 0 0 1em 10px
}

#compareBlock ul
{
	margin: 10px 0 0 -5px;
	padding: 0:
	font-size:100%;
	clear:both;
}

#compareBlock ul li
{
	font-size:100%;
	margin: 0 10px 0 0;
	padding: 0.2em 5px 0.3em 5px;
	text-indent: 0;
	float: left;
}

#compareBlock ul .cur
{
	background-color: #c8081d;
	color:#fff;
}

#compareBlock ul .cur a,
#compareBlock ul .cur a:hover
{
	text-decoration: none;
	border-bottom: 0;
	color:#fff;
}

#compareBlock ul li a
{
	text-decoration: none;
	border-bottom: 1px dotted #c8081d;
}

#compareBlock .paragraph
{
	clear:both;
	padding-top: 20px;
}

#compareBlock .paragraph td
{
	font-size:80%;
}

/* catalogue */

.catalogueTable{
	width:auto;
}

.catalogueTable .highlight td{
	background-color: #e4e3cf;
}

.catalogueTable td{
	padding: 0.5em 10px 0.5em 10px;
}

.catalogueTable td:nth-child(1){
	padding-left:0;
}

.catalogueTable .articul span,
.catalogueTable .size span{
	color:#666;
	font-size: 75%;
	display: block;
	padding: 0.2em 0;
}

.catalogueTable td h4{
	font-size:110%;
	margin: 1.2em 0 0.3em 0;
}

.catalogueTable td p{
	font-size:75%;
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
}

.catalogueTable .previewImage{
	position: absolute;
	left:0;
	top:0;
	background-color: #fff;
	border: 1px solid #ccc;
	display:none;
}

.catalogueTable .previewImage img{
	margin: 5px;
}



/* footer */

.easyLink td
{
	padding: 0.5em 20px 0.5em 20px;
	border-left:1px solid #546d6e;
}

.easyLink td p
{
	font-size:70%;
	color:#b6c0c0;
	line-height: 1.4em;
}

#footerCounter
{
	padding: 1.5em 20px;
}

.footerContacts
{
	padding: 1.5em 20px;
}

.footerContacts strong
{
	color:#fff;
	font-size:120%;
}

.footerContacts p
{
	color:#fff;
	font-size:70%;
	line-height: 1.4em;
	margin: 0.5em 0 0 0;
}

.footerTl
{
	clear:both;
	padding: 1.5em 0 2em 30px;
}

.footerTl img
{
	display: block;
	float:left;
	margin: 0 15px 0.5em 0;
}

.footerTl .tlLink
{
	display: block;
	color:#fff;
	float:left;
	font-size:75%;
	line-height: 1.5em;
	padding: 0.2em 0 0 0;
}

.footerTl .tlLink p
{
	margin:0;
	line-height: normal;
	font-size: 100%;
	color:#fff;
}

#features{
	font-size:0.9em;
}

#features td,
#features th,
#features tr.lev2 td:nth-child(n+2){
	padding:5px 10px;
}

#features th{
	text-align:left;
}

#features tr.lev2 td{
	padding-left:30px;
}

#features tr:nth-child(2n){
	background:#e3dfd0;
}

.prelist{
	font-weight:bold;
	margin-bottom:0em;
}

.goodPrice{
	background:#ffcc33;
	float:left;
	padding:5px 8px;
	margin-bottom:0.7em;
}



/* miscellaneous */
.phone{
	float:left;
	clear:both;
}
/* miscellaneous */