@charset "utf-8";

td div { display:block; }

.mainForMain {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
	background-color: #F7F7F9;
	margin-top: 0px;
}
.mainForMain h2{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
.mainForMain select{
	height: 31px;
}
.body {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	box-sizing: border-box;
}
.zagolovok{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 340px;	
}
.zagolovok h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Верхний градиент*/
.topMain{
	background: #f7f7f9;
	background: -moz-linear-gradient(top,  #f7f7f9 0%, #cdced9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f9), color-stop(100%,#cdced9));
	background: -webkit-linear-gradient(top,  #f7f7f9 0%,#cdced9 100%);
	background: -o-linear-gradient(top,  #f7f7f9 0%,#cdced9 100%);
	background: -ms-linear-gradient(top,  #f7f7f9 0%,#cdced9 100%);
	background: linear-gradient(to bottom,  #f7f7f9 0%,#cdced9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#cdced9',GradientType=0 );
	height: 476px;
	padding-top: 5px;
}
/*Разметка нижних блоков*/
.allContentConteiner{
	background-attachment: scroll;
	background-image: url(../img/background-right.png);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 400px;
	background-color: #FFF;
	margin-top: 0px;
}
.shadowOnDown {
	background-attachment: scroll;
	background-image: url(../img/shadowDown.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.contentCont{
	margin-right: 340px;	
}
.rightSidebar{
	float: right;
	width: 320px;
	margin-right: 7px;
	margin-top: 10px;	
}
.leftContent{
	float: left;
	width: 99%; 
	margin-left: 7px;
	margin-top: 10px;
}
/*Разметка нижних блоков*/
.allContentConteiner{
	background-attachment: scroll;
	background-image: url(../img/background-right.png);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 400px;
	background-color: #FFF;
	margin-top: 0px;
}
.shadowOnDown {
	background-attachment: scroll;
	background-image: url(../img/shadowDown.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.contentCont{
	margin-right: 340px;	
}
.rightSidebar{
	float: right;
	width: 320px;
	margin-right: 7px;
	margin-top: 10px;	
}
.leftContent{
	float: left;
	width: 99%; 
	margin-left: 7px;
	margin-top: 10px;
}
/*Общий блок, объединяющий*/
.blockForAll{
	margin: 0px 7px 0px 7px;
	position:relative;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	height: 450px;
	border: 1px solid #CCC;	
}
/*Левый блок*/
.leftBlock{
	background-color: #fff;
	width: 30%;
	height: 450px;
	float: left;
	margin-left: 0px;
	-webkit-border-radius: 3px 0px 0px 3px;
     border-radius: 3px 0px 0px 3px;	
}
.blockSearch{
	margin-right: 7px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.noBorder{
	border: none !important;
}
.blockSearch table tr td{
	padding-bottom: 4px;

}
.blockSearch h2{
	font-size: 15px;
	margin: 6px 0px 6px 0px;
	padding: 0px;	
}
.blockSearch label{
	font-size: 12px;
}
.searchButton{
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 48px;
	border: none;
	background: #ffde00;
	background: -moz-linear-gradient(top,  #ffde00 0%, #ff9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9a00));
	background: -webkit-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: -o-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: -ms-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: linear-gradient(to bottom,  #ffde00 0%,#ff9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9a00',GradientType=0 );
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0px #fff2a1;
	filter: dropshadow(color=#fff2a1, offx=1, offy=1);
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.searchButton:hover{
	background: #ffdb14;
	background: -moz-linear-gradient(top,  #ffdb14 0%, #ffa72d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb14), color-stop(100%,#ffa72d));
	background: -webkit-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -o-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -ms-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: linear-gradient(to bottom,  #ffdb14 0%,#ffa72d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb14', endColorstr='#ffa72d',GradientType=0 );
}
.search_home_lupe{
	position: absolute;
	width: 43px;
	height: 48px;
	background-image: url(../img/lupesearch.png);
	z-index: 500;
}
.linkTyreCalk001{
	display: block; 
	margin-top: 40px;
}
.linkTyreCalk002{
	font-size: 18px;
	font-weight: bold;
	color: #039;
	text-decoration: none;	
	border-bottom: 1px solid #CBD2ED;
	display: inline;
}
.linkTyreCalk002:hover{
	color: #03C;
	border-bottom: 1px solid #03C;
}
/*Центральный слайдер*/
.sliderBlock{
	background-color: #fff;
	width: 600px;
	height: 450px;
	float: left;
	margin-top: 0px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border-left: 1px solid #999;
	position: relative;
		
}
.html_carousel {
}
.html_carousel div.slide {
	position: relative;
}	
.html_carousel div.slide img {
	width: 100%;
	height: 100%;
}
.html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.html_carousel div.slide h4 {
	font-size: 35px;
	padding: 0px 0 0 10px;
}
.html_carousel div.slide p {
	font-size: 16px;
	padding: 0 0 5px 10px;
	width: 65%;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.pagination2 {
    text-align: left;
	margin-top: -25px;
	margin-left: 10px;
	height: 25px;
}
.pagination2 a {
	position:relative;
	background: #FFF;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0 0;
	display: inline-block;
	z-index: 500;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);  
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
	border: none;
}
.pagination2 a.selected {
    background: #FC0;
    cursor: default;
}
.pagination2 a span {
    display: none;
}
.centerText{
	position: absolute;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
}
.centerText a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #03C;
	font-weight: bold;
}
.centerText p{

	margin-top: 5px;
	margin-bottom: 5px;	
}
/*Правый блок*/
.rightBlock{
	background-color: #fff;
	height: 450px;
	width: 30%;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
	border-left: 1px solid #999;	
}
/*Стандартный нижний блок*/
.blockForContent{
	min-height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	overflow: hidden;
	position:relative;
}
/*слайдер для акций*/
* {margin:0; padding:0}
p {line-height:1.4; margin-bottom:12px}
#wrapperComertial {width:100%; background:#FFF;}
#containerComertial {
	position:relative;
	padding:0px;
	min-height:100px;
	width:100%; background:#FFF;
}
.sliderbuttonComertial {
	position:absolute;
	width:28px;
	height:43px;
	cursor:pointer;
	border: 1px solid #999;
	background:#FFF;	
}
.sliderbuttonComertial:hover{
	background: #febf01;
	border: none;
	width:30px;
	height:45px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.8);
    box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.8);
}
#slideleftComertial {
	z-index: 15;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-attachment: scroll;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#slideleftComertial:hover {
	background-attachment: scroll;
	background-image: url(../img/arrowHover.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#sliderightComertial {
	z-index: 10;
	bottom: 0px;
	left: 3px;
	background-attachment: scroll;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#sliderightComertial:hover {
	background-attachment: scroll;
	background-image: url(../img/arrowHover.png);
	background-repeat: no-repeat;
	background-position: center -46px;
}
#sliderComertial {position:relative; overflow:auto; width:90%; min-height:100px; background:#fff; margin: 0px auto;}
#sliderComertial ul {position:absolute; list-style:none; top:0; left:0; margin: 0;}
#sliderComertial li {float:left; width:100%; min-height:100px;}
.paginationComertial {position:absolute; bottom:-5px; right:180px; list-style:none; height:25px; display:none;}
.paginationComertial li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.paginationComertial li:hover, li.currentComertial {background:#fff}

.imgForComertial{
	float: left;
	width: 100px;
	height: 100px;		
}
.textForComertial{	
	margin-left: 120px;

}
#sliderComertial a{
	text-decoration: none;	
}
#sliderComertial a p{
	color: #333;	
}
/*Блок текста и табы*/
#tabWrapper div {
    display:none;
}
#tabWrapper ul.onlyOne li{
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #127fbe;
	background: -moz-linear-gradient(top,  #127fbe 0%, #32669a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#127fbe), color-stop(100%,#32669a));
	background: -webkit-linear-gradient(top,  #127fbe 0%,#32669a 100%);
	background: -o-linear-gradient(top,  #127fbe 0%,#32669a 100%);
	background: -ms-linear-gradient(top,  #127fbe 0%,#32669a 100%);
	background: linear-gradient(to bottom,  #127fbe 0%,#32669a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127fbe', endColorstr='#32669a',GradientType=0 );
	float: left;
	width: 180px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	margin-right: 10px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	text-shadow: -1px -1px 0px #4c6091;
}
#tabWrapper.tab1 div.tab1, #tabWrapper.tab2 div.tab2, #tabWrapper.tab3 div.tab3  {
	display:block;
	width:100%;
	margin-top: 15px;
	min-height: 281px;
	font-size: 15px;
	color: #333;
	max-width: 1050px;
}
#tabWrapper.tab1 li.tab1, #tabWrapper.tab2 li.tab2, #tabWrapper.tab3 li.tab3 {
	color: #333;
	cursor: default;
	text-decoration: none;
	width: 180px;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.5); 
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.5);	
	background: #FFF;
	text-shadow: none;
	font-weight: bold;
}


/*Перечисление брендов*/
.nameTable{
	color: #666;
	font-size: 12px !important;
	margin-bottom: 3px;
	font-weight: normal !important;
}
.column001{
	columns: 3; 
	-moz-columns: 3;
	-webkit-columns: 3;
	margin-left: 15px;
	font-size: 14px;
}
.column002{
	columns: 4; 
	-moz-columns: 4;
	-webkit-columns: 4;
	margin-left: 15px;
	font-size: 14px;
}
.column003{
	margin-left: 15px;
	font-size: 14px;
}
/*Хиты продаж*/
.products_holder {
	position: relative;
	overflow: hidden;
	margin: 1em 0;
	min-height: 300px;
	width: 100%;
}
.products_holder .products {
	position: relative;
	height: auto !important;
	margin: 0 auto;
}
.products_holder .product {
	margin: 0 auto;
	width: 190px;
	padding-top: 1px;
	float: left;
	text-align: center;
	display: block;
	min-height: 100px;
}

@media screen and (min-width: 1451px) {
	.products_holder .product {
		width: 16.6%;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1450px)  {
	.products_holder .product {
		width: 20%;
	}
}

@media screen and (min-width: 1123px) and (max-width: 1279px) {
	.products_holder .product {
		width: 25%;
	}
}

@media screen and (min-width: 605px) and (max-width: 1122px) {
	.products_holder .product {
		width: 33%;
	}
}

@media screen and (max-width: 605px) {
	.products_holder .product {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.products_holder .product {
		width: 100%;
	}
}
.clear {
	clear: both;
}
.productConteiner{
	min-height: 170px;
	width: 170px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-bottom: 40px;
	position: relative;	
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.productConteiner:hover{
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.productConteiner img{
	border: none;
}
.productConteiner a{
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	word-wrap: break-word;
}
.buyButton{
	background: #ffde00;
	background: -moz-linear-gradient(top,  #ffde00 0%, #ff9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9a00));
	background: -webkit-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: -o-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: -ms-linear-gradient(top,  #ffde00 0%,#ff9a00 100%);
	background: linear-gradient(to bottom,  #ffde00 0%,#ff9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9a00',GradientType=0 );
	width: 100px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 35px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	color: #333;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	z-index: 999;
}
.smallFont{
	font-size: 12px;
	margin-left: 5px;	
}
.buyButtonForHover{
	background: #ffdb14;
	background: -moz-linear-gradient(top,  #ffdb14 0%, #ffa72d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb14), color-stop(100%,#ffa72d));
	background: -webkit-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -o-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -ms-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: linear-gradient(to bottom,  #ffdb14 0%,#ffa72d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb14', endColorstr='#ffa72d',GradientType=0 );
	width: 100px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 35px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	color: #333;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	-webkit-box-shadow: 0px -2px 10px 1px rgba(255, 255, 0, 0.4);
	box-shadow: 0px -2px 10px 1px rgba(255, 255, 0, 0.4);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.buyButtonForHover:hover{
	opacity: 1; 
}
.buyButtonForHover a{
	margin-top: 0px !important;
	color: #333 !important;
	text-decoration: none !important;
}
/*Типоразмер*/
.tiporazmerText{
	font-size: 14px;
}
.tiporazmerR{
	font-size: 20px;
	display: inline-block;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.tiporazmer{
	font-size: 12px;
	padding-left: 60px;
	position: relative;	
	margin-top: 10px;
	min-height: 30px;
}
.tiporazmer a{
	display:inline-block;
	margin-right: 5px;
	margin-top: 5px;	
}
.carLink{
	font-size: 12px; 
	display:inline-block;
	margin-right: 5px;
	margin-top: 5px;
}
.noBorder{
	border: none !important;
}
/*Сайдбар*/
.placeForMap{
	height: 450px;
	width: 320px;
	margin-bottom: 15px;
}
.placeForLast{
	width: 320px;
	min-height: 50px;
}
.placeForLast h2{
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;	
}
.blockProduct{
	margin-top: 5px;	
}
.blockProduct img{
	border: 1px solid #CCC;
	float: left;	
}
.blockProduct p{
	float: left;	
	display: block;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: underline;
	width: 235px;
	font-size: 14px;
}
/*Новости*/
.newsBlock{
	min-height: 50px;
	width: 320px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	position: relative;
	padding-bottom: 20px;
	padding-top: 15px;
}
.newsBlock h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsBlock p{
	font-size: 13px;
	overflow-y: hidden;
}
.dateNews{
	font-size: 11px;
	display: block;
	padding: 2px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	background-color: #FFF;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}
.bottomNews{
	padding: 4px;
	margin-top: 20px;
	text-align: center;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.newsBlock a h2{
	color: #039;	
	text-decoration: none;
	border-bottom: 1px solid #CBD2ED;
	display: inline;
	font-weight:normal;
}
.newsBlock a h2:hover{
	color: #03C;
	border-bottom: 1px solid #03C;
}
#season_chzn, #brand_chzn, #model_chzn, #year_chzn, #mod_chzn{
	width: 100% !important;
}
.newsTitle{
	color: #333 !important;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
.recently-viewed-title, .newsTitle{
	font-size: 18px !important;
}
.titleForMain{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
/*Сервис*/
.service-ul{
	padding-top: 0.5em;
	overflow: hidden;
	position: relative;
	list-style-type: none;
	margin: 0 0 0em 0;
	display: block;
	width: 95%;
}
.odd{
	float: left;
	width: 50%;
	clear: left;
	position: relative;
	margin-bottom: 1em;
}
.even{
	display: inline-block;
	width: 50%;
	position: relative;
	margin-bottom: 1em;
}
.png{
	float: left;
	padding-left: 10px;
}
.text_in_cyclopedia{
	width: 50%;
	margin-top: 0px;
	margin-left: 120px;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #FC0;
	padding: 5px;	
}
.pageTitle{
	margin-top: 5px;
	margin-left: 120px;
	display: block;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px !important;
}

.headerSlideImg{
	width: 396px;
	height: 163px;
}