/* @group general */
body {
	background: #efefef;
}
.ui-page {
	background: #efefef;
}
.ui-content {
	background: #efefef;
}
.clear {
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* @end */
/* @group header */
.ui-header {
	border: none;
	background: #be0011;
	background: -moz-linear-gradient(top, #be0011 0%, #9b000e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be0011), color-stop(100%,#9b000e));
	background: -webkit-linear-gradient(top, #be0011 0%,#9b000e 100%);
	background: -o-linear-gradient(top, #be0011 0%,#9b000e 100%);
	background: -ms-linear-gradient(top, #be0011 0%,#9b000e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0011', endColorstr='#9b000e',GradientType=0 );
	background: linear-gradient(top, #be0011 0%,#9b000e 100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.ui-header img {
	max-width: 100%;
}
/* @end */
/* @group footer */
.ui-footer {
	padding-top: 12.5px;
	border: none !important;
	background: transparent;
}
.ui-footer .ui-btn {
	color: #606060;
	border: none !important;
	background: transparent !important;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.ui-footer .ui-btn .ui-btn-text {
	font-size: 11px;
}
.ui-footer .ui-navbar {
	font-size: 0;
	overflow: visible;
	background: #fbf9fa;
	background: -moz-linear-gradient(top, #fbf9fa 0%, #dddddd 2%, #d3d3d3 50%, #cdcdcd 51%, #c6c6c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9fa), color-stop(2%,#dddddd), color-stop(50%,#d3d3d3), color-stop(51%,#cdcdcd), color-stop(100%,#c6c6c6));
	background: -webkit-linear-gradient(top, #fbf9fa 0%,#dddddd 2%,#d3d3d3 50%,#cdcdcd 51%,#c6c6c6 100%);
	background: -o-linear-gradient(top, #fbf9fa 0%,#dddddd 2%,#d3d3d3 50%,#cdcdcd 51%,#c6c6c6 100%);
	background: -ms-linear-gradient(top, #fbf9fa 0%,#dddddd 2%,#d3d3d3 50%,#cdcdcd 51%,#c6c6c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9fa', endColorstr='#c6c6c6',GradientType=0 );
	background: linear-gradient(top, #fbf9fa 0%,#dddddd 2%,#d3d3d3 50%,#cdcdcd 51%,#c6c6c6 100%);
}
.ui-footer .ui-grid-b {
	overflow: visible;
}
.ui-footer .ui-grid-b > * {
	float: none;
	vertical-align: top;
	display: inline-block;
}
.ui-footer .homeBtn {
	top: -13px;
	height: 37px;
	position: relative;
	background: url(../_img/icons_footer/homeHolder.png) center top no-repeat !important;
	background-size: 72.5px 60px !important;
	-moz-background-size: 72.5px 60px !important;
	-webkit-background-size: 72.5px 60px !important;
}
.ui-footer .ui-btn .ui-icon {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.ui-footer .ui-btn .ui-btn-inner {
	padding-top: 25px;
}
.ui-footer .homeBtn .ui-icon {
	top: 12.5px;
	width: 22px;
	height: 21.5px;
	margin-left: -11px;
	background: url(../_img/icons_footer/home.png) no-repeat;
	background-size: 22px 21.5px;
	-moz-background-size: 22px 21.5px;
	-webkit-background-size: 22px 21.5px;
}
.ui-footer .homeBtn.ui-btn-down-a .ui-icon {
	background-image: url(../_img/icons_footer/home_hover.png);
}
.ui-footer .homeBtn .ui-btn-inner {
	padding-top: 35px;
}
.ui-footer .contactsBtn .ui-icon {
	top: 3px;
	width: 18.5px;
	height: 22px;
	margin-left: -9.25px;
	background: url(../_img/icons_footer/contacts.png) no-repeat;
	background-size: 18.5px 22px;
	-moz-background-size: 18.5px 22px;
	-webkit-background-size: 18.5px 22px;
}
.ui-footer .contactsBtn.ui-btn-down-a .ui-icon {
	background-image: url(../_img/icons_footer/contacts_hover.png);
}
.ui-footer .searchBtn .ui-icon {
	top: 6px;
	width: 16px;
	height: 17.5px;
	margin-left: -8px;
	background: url(../_img/icons_footer/search.png) no-repeat;
	background-size: 16px 17.5px;
	-moz-background-size: 16px 17.5px;
	-webkit-background-size: 16px 17.5px;
}
.ui-footer .searchBtn.ui-btn-down-a .ui-icon {
	background-image: url(../_img/icons_footer/search_hover.png);
}
/* @end */
/* @group carTypes */
.carTypes h3 {
	color: #9b000e;
	font-size: 13.5px;
	font-weight: normal;
	margin: 0 0 10px 5px;
	text-transform: uppercase;
	font-family: 'zAristaRegular';
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.carTypes {
	padding: 10px 5px;
	border-radius: 5px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px 0 #ffffff;
	-moz-box-shadow: 0px 1px 0px 0 #ffffff;
	box-shadow: 0px 1px 0px 0 #ffffff;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #efefef 0%,#dddddd 100%);
}
.carTypes ul {
	margin: 0;
	padding: 0;
	font-size: 5px;
	text-align: center;
	letter-spacing: 1em;
	list-style-type: none;
}
.carTypes ul li {
	width: 85px;
	height: 85px;
	border: 2px solid #fff;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px 0px #d4d4d4;
	-moz-box-shadow: 0px 0px 5px 0px #d4d4d4;
	box-shadow: 0px 0px 5px 0px #d4d4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 1%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee 1%,#eeeeee 100%);
	background: -o-linear-gradient(top, #eeeeee 1%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #eeeeee 1%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	background: linear-gradient(top, #eeeeee 1%,#eeeeee 100%);
}
.carTypes ul li a {
	filter: none;
	text-shadow: none;
	font-weight: normal;
	text-decoration: none;
}
.carTypes ul li a .icon {
	height: 57.5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.carTypes ul li a .border {
	height: 2.5px;
	display: block;
	margin-bottom: 5px;
	background: #eeeff0;
	background: -moz-linear-gradient(top, #eeeff0 1%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeff0), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top, #eeeff0 1%,#fafafa 100%);
	background: -o-linear-gradient(top, #eeeff0 1%,#fafafa 100%);
	background: -ms-linear-gradient(top, #eeeff0 1%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff0', endColorstr='#fafafa',GradientType=0 );
	background: linear-gradient(top, #eeeff0 1%,#fafafa 100%);
}
.carTypes ul li a .text {
	color: #8e8e8e;
	display: block;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: normal;
}
.carTypes .all {
	background-image: url(../_img/car_icons/all.png);
	background-size: 35.5px 36px;
	-moz-background-size: 35.5px 36px;
	-webkit-background-size: 35.5px 36px;
}
.carTypes .all.active {
	background-image: url(../_img/car_icons/allHover.png);
}
.carTypes .carrinha {
	background-image: url(../_img/car_icons/carrinha.png);
	background-size: 71px 27px;
	-moz-background-size: 71px 27px;
	-webkit-background-size: 71px 27px;
}
.carTypes .carrinha.active {
	background-image: url(../_img/car_icons/carrinhaHover.png);
}
.carTypes .ligeiro {
	background-image: url(../_img/car_icons/ligeiro.png);
	background-size: 62px 21.5px;
	-moz-background-size: 62px 21.5px;
	-webkit-background-size: 62px 21.5px;
}
.carTypes .ligeiro.active {
	background-image: url(../_img/car_icons/ligeiroHover.png);
}
.carTypes .suv {
	background-image: url(../_img/car_icons/suv.png);
	background-size: 70.5px 29.5px;
	-moz-background-size: 70.5px 29.5px;
	-webkit-background-size: 70.5px 29.5px;
}
.carTypes .suv.active {
	background-image: url(../_img/car_icons/suvHover.png);
}
.carTypes .monovolume {
	background-image: url(../_img/car_icons/monovolume.png);
	background-size: 71px 27px;
	-moz-background-size: 71px 27px;
	-webkit-background-size: 71px 27px;
}
.carTypes .monovolume.active {
	background-image: url(../_img/car_icons/monovolumeHover.png);
}
.carTypes .cabriolet {
	background-image: url(../_img/car_icons/cabriolet.png);
	background-size: 60.5px 21px;
	-moz-background-size: 60.5px 21px;
	-webkit-background-size: 60.5px 21px;
}
.carTypes .cabriolet.active {
	background-image: url(../_img/car_icons/cabrioletHover.png);
}
/* @end */
/* @group selects */
.ui-select {
	display: block;
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
.ui-select .ui-btn {
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #aeaeae;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #d5d5d5 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(99%,#d5d5d5));
	background: -webkit-linear-gradient(top, #dddddd 0%,#d5d5d5 99%);
	background: -o-linear-gradient(top, #dddddd 0%,#d5d5d5 99%);
	background: -ms-linear-gradient(top, #dddddd 0%,#d5d5d5 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#d5d5d5',GradientType=0 );
	background: linear-gradient(top, #dddddd 0%,#d5d5d5 99%);
}
.ui-select .ui-btn-icon-right .ui-btn-inner {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
}
.ui-select .ui-btn .ui-btn-text {
	color: #888;
	text-align: left;
	font-size: 13.5px;
	font-weight: normal;
	text-shadow: 0 0 0 #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
.ui-select .ui-btn .ui-icon {
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 35px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-left: 1px solid #fff;
	background: url(../_img/selectPointer.png) no-repeat center center;
	background-size: 11px 9px;
	-moz-background-size: 11px 9px;
	-webkit-background-size: 11px 9px;
}
.selectsTableContainer {
	width: 100%;
	color: #888;
	filter: none;
	font-size: 14px;
	text-shadow: none;
}
.selectsTableContainer .ui-field-contain {
	margin: 0;
}
.ui-field-contain {
	margin-left: 0 !important;
	margin-right: 0 !important;

	padding-bottom: 0 !important;
	border-bottom: none !important;
}
/* @end */
/* @group actions */
.actions {
	text-align: center;
}
.actions .ui-btn {
	color: #fff;
	margin: 0;
	font-size: 13.5px;
	font-weight: normal;
	display: inline-block;
	background: #4bb1dc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #00a4f1;
	text-shadow: 1px 1px 0px #317491;
	filter: dropshadow(color=#317491, offx=1, offy=1);
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
}
.actions .ui-btn-inner {
	border: none;
	padding: 0.2em 0.6em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.shareLinksHolder {
	margin: 1em 0;
	text-align: center;
}
.shareLinks {
	color: #fff;
	margin: 0;
	text-decoration: none;
	padding: 0.2em 0.6em;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	background: #4bb1dc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #00a4f1;
	text-shadow: 1px 1px 0px #317491;
	filter: dropshadow(color=#317491, offx=1, offy=1);
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.17);
}
/* @end */
/* @group slider */
.sliderFieldHolder {
	padding-top: 25px;
}
.range {
	top: 5px;
	height: 15px;
	position: relative;
	background: #bd0011;
	background: -moz-linear-gradient(left, #bd0011 0%, #9b000e 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bd0011), color-stop(100%,#9b000e));
	background: -webkit-linear-gradient(left, #bd0011 0%,#9b000e 100%);
	background: -o-linear-gradient(left, #bd0011 0%,#9b000e 100%);
	background: -ms-linear-gradient(left, #bd0011 0%,#9b000e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0011', endColorstr='#9b000e',GradientType=1 );
	background: linear-gradient(left, #bd0011 0%,#9b000e 100%);
}
.kms .range {
	background: #4bb1dc;
	background: -moz-linear-gradient(left, #4bb1dc 0%, #4ab6e6 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4bb1dc), color-stop(100%,#4ab6e6));
	background: -webkit-linear-gradient(left, #4bb1dc 0%,#4ab6e6 100%);
	background: -o-linear-gradient(left, #4bb1dc 0%,#4ab6e6 100%);
	background: -ms-linear-gradient(left, #4bb1dc 0%,#4ab6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb1dc', endColorstr='#4ab6e6',GradientType=1 );
	background: linear-gradient(left, #4bb1dc 0%,#4ab6e6 100%);
}
.range-holder {
	left: 0;
	right: 0;
	top: 5px;
	bottom: 5px;
	position: absolute;
	background: #efefef;
}
.slider-bg {
	top: 0;
	bottom: 0;
	left: -5px;
	right: -5px;
	background: #ddd;
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.ui-slider {
	height: 25px;
	border: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: auto !important;
	background: transparent;
}
a.ui-slider-handle {
	padding: 0;
	top: -26px;
	width: 23px;
	border: none;
	margin-top: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: -11.5px;
	background: transparent;
}
a.ui-slider-handle .ui-btn-inner {
	padding: 0;
	border: none;
	display: block;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}
a.ui-slider-handle .ui-btn-inner .ui-btn-text {
	width: 23px;
	border: none;
	height: 30.5px;
	display: block;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
	background: url(../_img/controls/slider_range_minus.png) no-repeat;
	background-size: 23px 30.5px;
	-moz-background-size: 23px 30.5px;
	-webkit-background-size: 23px 30.5px;
}
.price_from,
.price_to {
	margin: 0;
	filter: none;
	color: #8e8e8e;
	font-size: 13.5px;
	text-shadow: none;
	padding-right: 1em;
	display: inline-block;
}
.price_from .euro,
.price_to .euro {
	color: #9b000e;
	font-size: 9.5px;
}
.plusTip {
	top: 0;
	left: -6px;
	width: 23px;
	height: 30.5px;
	position: absolute;
	background: url(../_img/controls/slider_range_plus.png) no-repeat;
	background-size: 23px 30.5px;
	-moz-background-size: 23px 30.5px;
	-webkit-background-size: 23px 30.5px;
}
.kms .price_from .euro,
.kms .price_to .euro {
	color: #4ab4e2;
}
.kms a.ui-slider-handle .ui-btn-inner .ui-btn-text {
	background-image: url(../_img/controls/slider_range_plus_blue.png);
}
.kms .plusTip {
	background-image: url(../_img/controls/slider_range_minus_blue.png);
}

/* @end */
















/* @group carsList */
.ui-content .ui-listview.carsList {
	margin-top: 0;
}
.carsList li {
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c7c8c8;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dfdfdf',GradientType=0 );
	background: linear-gradient(top, #eeeeee 0%,#dfdfdf 100%);
}
.carsList li:first-child {
	border: none;
}
.carsList li > div {
	border: none !important;
}
.carsList h3 {
	color: #8d8d8d;
	font-size: 13.5px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'zAristaRegular';
	text-shadow: 1px 1px 1px rgba( 255,255,255,.6 );
}
.carsList p {
	color: #afafaf;
	font-size: 11.5px;
	text-overflow: clip;
	text-shadow: 1px 1px 1px rgba( 255,255,255,.6 );
}
.carsList p > * {
	width: 50%;
	display: inline-block;
}
.carsList p .price {
	color: #4bb3e0;
	font-size: 11px;
}






.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-thumb {
	padding-left: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.carsList img {
	max-width: 85px;
	max-height: 52.5px;
	position: relative;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #fff !important;
}
.carsList .ui-icon {
	width: 11.5px;
	height: 16.5px;
	margin-top: -8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: url(../_img/carsListBtn.png) no-repeat;
	background-size: 11.5px 16.5px;
	-moz-background-size: 11.5px 16.5px;
	-webkit-background-size: 11.5px 16.5px;
}
/* @end */
/* @group carPhoto */
.carPhoto {
	text-align: center;
	margin-bottom: 5px;
}
.carPhoto img {
	max-width: 80%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 3px solid #B6C0C7;
	-webkit-box-shadow: 1px 1px 1px 1px rgba( 0, 0, 0, .4 );
	-moz-box-shadow: 1px 1px 1px 1px rgba( 0, 0, 0, .4 );
	box-shadow: 1px 1px 1px 1px rgba( 0, 0, 0, .4 );
}
.carSpecsHolder {
	padding: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px 0 #ffffff;
	-moz-box-shadow: 0px 1px 0px 0 #ffffff;
	box-shadow: 0px 1px 0px 0 #ffffff;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #efefef 0%,#dddddd 100%);
}
.carSpecsHolder h3 {
	color: #4bb3e0;
	font-size: 13.5px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	font-weight: normal;
	font-family: 'zAristaRegular';
}
.carSpecsHolder p {
	filter: none;
	color: #8d8d8d;
	font-size: 11.5px;
	text-shadow: none;
	font-weight: normal;
}
.carSpecs {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.carSpecs th,
.carSpecs td {
	filter: none;
	padding: .5em;
	color: #8d8d8d;
	font-size: 11.5px;
	text-shadow: none;
	font-weight: normal;
}
.carImages {
	position: relative;
	margin: -15px -15px 0;
}
.carImages img {
	width: 100%;
}
.carImages .thumbs {
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	position: absolute;
}
.min-width-1024px .carImages {
	max-width: 500px;
}
.carImages .thumbs a {
	width: 10.5px;
	height: 10px;
	display: inline-block;
	background: url(../_img/galleryThumbs.png) no-repeat;
	background-size: 10.5px 10px;
	-moz-background-size: 10.5px 10px;
	-webkit-background-size: 10.5px 10px;
}
.carImages .thumbs a.active {
	background-image: url(../_img/galleryThumbs_active.png);
}
.carName {
	margin: 0 -15px;
	padding: 1em 2em;
	border-bottom: 1px solid #cbcbcb;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #efefef 0%,#dddddd 100%);
}
.carName h3 {
	margin-top: 0;
	color: #9b000e;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'zAristaRegular';
	text-shadow: 1px 1px 1px rgba( 255,255,255,.6 );
}
.carName p {
	margin: 0;
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba( 255,255,255,.6 );
}
.carName p > * {
	width: 49%;
	display: inline-block;
}
.carName p .version {
	color: #afafaf;
}
.carName p .price {
	color: #4bb3e0;
	text-align: right;
}
/* @end */
/* @group carsMenu */
.carsMenu {
	padding: 15px;
	overflow: hidden;
	position: relative;
	background: #be0011;
	margin: -15px -15px 0;
	border-top: 1px solid #670009;
}
.carsMenu a {
	float: left;
	width: 50%;
	color: #ddd;
	filter: none;
	padding: .5em 0;
	text-align: center;
	font-size: 11.5px;
	text-shadow: none;
	text-decoration: none;
	background: #9c000e;
	background: -moz-linear-gradient(top, #9c000e 0%, #7e000b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c000e), color-stop(100%,#7e000b));
	background: -webkit-linear-gradient(top, #9c000e 0%,#7e000b 100%);
	background: -o-linear-gradient(top, #9c000e 0%,#7e000b 100%);
	background: -ms-linear-gradient(top, #9c000e 0%,#7e000b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c000e', endColorstr='#7e000b',GradientType=0 );
	background: linear-gradient(top, #9c000e 0%,#7e000b 100%);
}
.carsMenu a.active {
	color: #fff;
	background: #BE0011;
	-webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .25);
	box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .25);
}
.carsMenu a:first-child {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.carsMenu a:last-child {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
/* @end */


.ui-grid-b .ui-block-a,
.ui-grid-b .ui-block-b,
.ui-grid-b .ui-block-c {
	width: 32%;
}





/* css resized until here */











/* @group contactsForm */
.contactsForm label {
	color: #777;
	filter: none;
	font-size: 14px;
	text-shadow: none;
}
.contactsForm .field {
	margin-right: 24px;
	position: relative;
	margin-bottom: 1.3em;
}
.contactsForm .field input {
	width: 100%;
	border: none;
	color: #B4B3B4;
	background: #FFF;
	padding: 6px 12px;
	text-shadow: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
	box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
}
.contactsForm .field.textarea .content {
	/*padding: 15px;*/
	display: block;
	position: relative;
}
.contactsForm .field.textarea textarea {
	width: 100%;
	border: none;
	height: 70px;
	color: #B4B3B4;
	background: #FFF;
	padding: 6px 12px;
	text-shadow: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
	box-shadow: inset 0px 2px 4px 0px rgba(35, 31, 32, .45 );
}
.contactsForm .actions {
	text-align: left;
	margin-bottom: 1em;
}
/* @end */
/* @group others */
.imagesDesc {
	font-size: 10px;
	text-align: center;
}
.colorField {
	margin-bottom: 1em;
}
/* @end */

.formMessageContent p {
	color: #888;
	filter: none;
	text-shadow: none;
	text-align: center;
}





.carousel {
	height: auto;
	position: relative;
	overflow: hidden;
}
.carousel-control {
	z-index: 9900;
	position: absolute;
}
.carousel-left {
	left: 0px;
}
.carousel-right {
	right: 0px;
}
.carousel-item {
	float: left;
	z-index: 2;
	overflow: hidden;
}
.carousel-content {
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.carousel-content-scroller  {
	z-index: 1;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
}
.carousel-item-content {
	height: 65px;
	overflow: hidden;
}
.carousel-nav {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
    position: absolute;
}
.carousel-item-content {
    padding: 0 0.5em;
    position: relative;
    top: 5px;
}
.carousel-title {
	padding: 0 0.5em;
	font-size: 12px;
	position: relative;
}
.carousel-id {
	float: none;
	height: 10px;
	font-size: 0;
	margin: 0 2px;
	width: 10.5px;
	line-height: 0;
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
	text-indent: -9999px;
	background: url(../_img/galleryThumbs.png) no-repeat;
	background-size: 10.5px 10px;
	-moz-background-size: 10.5px 10px;
	-webkit-background-size: 10.5px 10px;
}
.carousel-id.carousel-id-selected-theme {
	background-image: url(../_img/galleryThumbs_active.png);
}
.carousel-item-theme {
	position: relative;
}


#carousel {
	height: auto !important;
}
#carousel_scrollpane {
	width: 640px !important;
}
#carousel_mid {
	text-align: center;
	width: auto !important;
}
#carousel_content {
	height: 100% !important;
}
#carousel_content > div {
	display: block;
}
#carouselWrapper {
	height: 200px !important;
}


#carousel img {
}












/* photoSwipe */
div.gallery-row:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
div.gallery-item { float: left; width: 33.333333%; }
div.gallery-item a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
div.gallery-item img { display: block; width: 100%; height: auto; }
#Gallery1 .ui-content, #Gallery2 .ui-content { overflow: hidden; }
/* @end */
