body{
	background: #F8F8F8 no-repeat 50% 0;/*  #EEE*/
	width:100%; 
	font: 13px/1.5 Arial, sans-serif;
	color: #555555;
}
body.noscroll {overflow: hidden !important;}
body.special-offer header.header-page{
	margin-top: 90px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{color: #e83337;}
a.link-inverse{color: #e83337;}
a.link-inverse:hover{color: #C41310;}
a.link-primary{color: #555555;}
a.link-primary:hover{color: #e83337;}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5{color: #e83337;}


@font-face {
    font-family: "RobotoSlabM";
    src: url("../fonts/RobotoSlab-Regular-webfont.eot");
    src: url("../fonts/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/RobotoSlab-Regular-webfont.woff") format("woff"),
         url("../fonts/RobotoSlab-Regular-webfont.ttf") format("truetype"),
         url("../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


h1,
h2,
h3,
h4{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #000000;
}

h1{
	font-size: 36px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
	line-height: 1.3;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 13px;
	color: #000;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea{
	background: #f5f5f5;
	display: inline-block;
	border: 1px solid #ccd0d4;
	border: 1px solid #e8e8e8;
	border-color: #c1c1c1 #e4e4e4 #e8e8e8;
	border-radius: 3px;
	width: 285px;
	height: 18px;
	line-height: 16px;
	font-size: 13px;
	color: #333333;
	padding: 4px 6px;
	vertical-align: middle;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus{
	border-color: #959595 #b7b7b7 #bbbbbb;
}
select{}
.select-tag{
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	border-color: #e8e8e8 #e4e4e4 #c1c1c1;
	border-radius: 3px;
	position: relative;
	width: 237px;
	height: 26px;
	overflow: hidden;
}
.select-tag .current{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 26px;
	font-size: 13px;
	color: #000;
	padding: 0 0 0 7px;
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-tag:hover{background: #f0f0f0;}
.select-tag select{
	border: none;
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	cursor: pointer;
}
.select-tag:after{
	content: "";
	background: url("../img/arrow_small_down.png") no-repeat;
	width: 11px;
	height: 7px;
	position: absolute;
	top: 10px;
	right: 7px;
}

textarea{
	width: 520px;
	height: 100px;
}

label.text-check{
	display: inline-block;
	height: 28px;
	cursor: pointer;
	position: relative;
}
label.text-check span{
	border: 1px solid #e8e8e8;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	border-radius: 3px;
	min-width: 29px;
	text-align: center;
}
label.text-check:hover span{
	background-color: #e3e6eb;
}
label.text-check input{
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: -1;
}
label.text-check input:checked + span{
	background-color: #8fa0b5;
	border-color: #8fa0b5;
	color: #FFF;
}
label.checkbox-check{
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 15px;
}
label.checkbox-check span.icon-check{
	display: inline-block;
	background: url("../img/i-ckeckbox.png") no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	vertical-align: text-top;
}
label.checkbox-check input{
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: -1;
}
label.checkbox-check.checked span.icon-check{background-position: -17px 0;}
label.checkbox-check input:checked + span.icon-check{background-position: -17px 0;}

label.checkbox-check.checkbox-invert span.icon-check{background-position: 0 -51px;}
label.checkbox-check.checkbox-invert.checked span.icon-check{background-position: -17px -51px;}
label.checkbox-check.checkbox-invert input:checked + span.icon-check{background-position: -17px -51px;}

label.color-check span{
	width: 78px;
	text-align: left;
	padding-left: 22px;
}
label.color-check span:before{
	content: "";
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	margin: 6px 0 0 -16px;
}
label.color-check.color-white span:before{background-image: url("../img/car-color_white.png");}
label.color-check.color-black span:before{background-image: url("../img/car-color_black.png")}
label.color-check.color-gray span:before{background-image: url("../img/car-color_gray.png");}
label.color-check.color-gray span:before{background-image: url("../img/car-color_gray.png");}
label.color-check.color-beige span:before{background-image: url("../img/car-color_beige.png");}
label.color-check.color-cherry span:before{background-image: url("../img/car-color_cherry.png");}
label.color-check.color-red span:before{background-image: url("../img/car-color_red.png");}
label.color-check.color-orange span:before{background-image: url("../img/car-color_orange.png");}
label.color-check.color-vinous span:before{background-image: url("../img/car-color_vinous.png");}
label.color-check.color-pink span:before{background-image: url("../img/car-color_pink.png");}
label.color-check.color-violet span:before{background-image: url("../img/car-color_violet.png");}
label.color-check.color-aubergine span:before{background-image: url("../img/car-color_aubergine.png");}
label.color-check.color-blue span:before{background-image: url("../img/car-color_blue.png");}
label.color-check.color-light-blue span:before{background-image: url("../img/car-color_light-blue.png");}
label.color-check.color-green span:before{background-image: url("../img/car-color_green.png");}
label.color-check.color-salad span:before{background-image: url("../img/car-color_salad.png");}
label.color-check.color-safari span:before{background-image: url("../img/car-color_safari.png");}
label.color-check.color-brown span:before{background-image: url("../img/car-color_brown.png");}




p{

}
small{
	font-size: 11px;
}
/*
@font-face {
	font-family: "Plumb";
	src: url("../fonts/plumb.eot");
	src: local("☺"),
		url("../fonts/plumb.woff"),
		url("../fonts/plumb.ttf");
}
*/
table{width: 100%}
table tr th{
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #c8ccd3;
	color: #000;
	padding: 10px 0 10px 10px;
}

table tr td{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0 10px 10px;
	vertical-align: top;
}





sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.placeholder {color: #999}
.noscript,
.chromeframe{
	width: 100%;
	background: #fee4a9;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	box-shadow: 0 -3px 2px -2px #c1ae81 inset;
}
.noscript a,
.chromeframe a{
	text-decoration: underline;
}
.pbox{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: url("../img/pbox-bg.png");
	padding: 100px 0 20px;
	overflow-x: auto;
	overflow-y: scroll;
}
.pbox .pbox-content{
	background: #FFF;
	border-radius: 5px;
	margin: 0  auto 20px;
	width: 1000px;
	padding: 25px 30px;
	position: relative;
}
.pbox a.pbox-close,
.pbox .pbox-content-close{
	background: url("../img/i-close.png") no-repeat;
	width: 16px;
	height: 16px;
	margin: 20px 20px 0 0;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}
.pbox .pbox-content-close{margin: 15px 15px 0 0;}
.pbox a.pbox-close:hover,
.pbox .pbox-content-close:hover{opacity: 0.7;}


a.btn{
	display: inline-block;
	background: #e83337;
	border-radius: 3px;
	height: 28px;
	line-height: 29px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0 25px;
}
a.btn:hover{background-color: #d31115;}
a.btn:active{background-color: #bb0911;}

a.btn.btn-large{
	min-width: 116px;
	height: 40px;
	font: 17px/41px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}
a.btn.btn-disabled{
	background-color: #EFEFEF;
	color: #C7C7C7;
	cursor: default;
}
a.btn.btn-secondary{background-color: #C8CCD3;}
a.btn.btn-secondary:hover{background-color: #d9dce1;}

a.btn.btn-large-remember{
	background: none;
	border: 1px dashed;
	height: 38px;
	line-height: 39px;
	color: #b1b1b1;
	font: 17px/39px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}


.icon:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header-section .select-items{
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -15px;
}
.select-items a.select-header{
	display: inline-block;
	color: #555555;
	padding: 5px 23px 5px 6px;
	border: 1px solid transparent;
	font: 14px/15px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	   	-ms-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.select-items a.select-header:before{
	content: "";
	float: right;
	background: url("../img/arrow_small_down.png") no-repeat;
	width: 11px;
	height: 7px;
	margin: 4px -17px 0 0;
}
.select-items a.select-header:hover{color: #e83337 !important;}
.select-items a.select-header:hover:before{
	background-image: url("../img/arrow_small_down_red.png")
}



.select-items.sel a.select-header{
	background: #FFF;
	border-color: #e8e8e8;
	border-bottom-color: #FFF;
	border-radius: 4px 4px 0 0;
	color: #000;
	position: relative;
	z-index: 20;
}
.select-items.sel a.select-header:before{background-image: url("../img/arrow_small_top.png") !important;}
.select-items .select-options{
	display: none;
	background: #FFF;
	border: 1px solid #e8e8e8;
	border-radius: 0 4px 4px 4px;
	width: 130px;
	padding: 10px;
	text-transform: none;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	position: absolute;
	top: 100%;
	left: 0;
	right: 4px;
	z-index: 10;
	margin-top: -1px;
}
.select-items[data-options-pos="right"] .select-options{
	left: auto;
	right: 0;
	border-radius: 4px 0 4px 4px;
}
.select-items .select-options > ul li{
	float: none;
	margin-top: 4px;
}
.select-items .select-options > ul li:first-child{margin: 0;}
.select-items .select-options ul li label.text-check,
.select-items .select-options ul li a{
	display: block;
	height: auto;
	line-height: 18px;
}
.select-items .select-options ul li a:hover{background-color: #E3E6EB;}
.select-items .select-options ul li label.text-check span{
	display: block;
	border: none;
	height: auto;
	font:  13px/18px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
	color: #555555;
	border-radius: 3px;
	padding: 0 0 0 6px;
	text-align: left;
}
.select-items .select-options ul li label.text-check input:checked + span {
    background-color: #8FA0B5;
    border-color: #8FA0B5;
    color: #FFFFFF;
}

.select-items.disabled a.select-header{
	opacity: 0.15;
	filter: alpha(opacity=15);
	cursor: default;
}

.select-large{
	display: inline-block;
	position: relative;
}
.select-large a.select-header{
	display: inline-block;
	border-bottom: 1px dotted;
	line-height: .8;
	position: relative;
}
.select-large a.select-header:after{
	content: "";
	background: url("../img/arrow_small_down.png") no-repeat;
	width: 11px;
	height: 7px;
	position: absolute;
	top: 15px;
	left: 100%;
	margin-left: 5px;
}
.select-large .select-options{
	display: none;
	background: #FFF;
	border: solid 1px #e2e2e2;
	font-size: 28px;
	padding: 6px 0;
	min-width: 150px;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	z-index: 10;
}
.select-large .select-options a{
	display:block;
	padding: 0 15px;
}
.select-large .select-options ul li{
	margin-top: 3px;
	white-space: nowrap;
}
.select-large .select-options ul li:first-child{margin: 0;}
.select-large .select-options ul li.sel a{
	background: #30384a;
	color: #FFF;
	cursor: default;

}

.map-info-window{
	font: 13px/1.5 Arial, sans-serif;
	padding: 6px 8px 30px;
}
.map-info-window h5{font-size: 14px;}
.map-info-window p{
	margin-top: 10px;
}

.hide{display: none;}
