<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------------- */
/*  3h. car-details
/* ------------------------------------------------------------------------------- */
	#car-details {
	padding: 30px 0 30px 0;
	position: relative;
}
 #car-details .full-width:nth-child(1) {
 position: relative;
}
 #car-details .full-width:nth-child(2) {
 margin: 0;
}
 #car-details .full-width:nth-child(3) {
 padding: 0 0 30px 0;
}
#car-details .full-width.vehicle-location, #car-details .full-width.vehicle-description {
	margin: 0;
}
#car-details .full-width .offer-small {
	width: 980px;
}
#car-details .full-width .offer-small li {
	margin: 0 32px 0 0;
}
 #car-details .full-width .offer-small li:nth-child(4n) {
 margin: 0;
}
#car-details .full-width .grey-corner-box {
	float: left;
}
#car-details .full-width {
	margin: 25px 0 0 0;
	float: left;
	width:100%;
}
#car-details .car-full-specs {
	border-bottom: 1px solid #e9e9e9;
}
#car-details .car-full-specs .price-car {
	width: 100%;
	float: left;
	margin: 0 0 21px 0;
}
#car-details .car-full-specs .price-car span {
	font-family: DroidSans, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009ada;
	line-height: 24px;
}
#car-details .car-full-specs .price-car .price-tag {
	float: left;
	margin: 0 5px 0 0;
	line-height: 24px;
}
#car-details .car-full-specs .price-car .small-note {
	color: #414141;
	font-family: DroidSans, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	line-height: 18px;
}

.car-full-image {
	background: #f4f4f4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	/*overflow:hidden;*/
}
/*.lt-ie9 .car-full-image {
	behavior: url("js/vendor/PIE.html");
} */
.car-full-image a {
	outline: none;
}
.car-full-image .main-image {
	text-align: center;
	position: relative;
}
.car-full-image .main-image img {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
 
.car-full-image .main-image .magnifying-glass {
	width: 72px;
	height: 72px;
	position: absolute;
	background:url(../../images/icons/magnifying_glass.png) no-repeat;
	top: 50%;
	margin: -36px 0 0 -36px;
	text-indent: -9999px;
	display: none;
	z-index: 999;
	cursor: pointer;
}
.car-full-image .main-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.car-full-image .main-image a:hover .magnifying-glass {
	display: block;
}
.car-full-image .images-navigation {
    background: #f4f4f4;
    float: left;
    padding: 0 0 13px 13px;
}

.car-full-image .images-navigation::-webkit-scrollbar {
	width: 6px;
	height:5px;
	background:rgba(35, 35, 35, 0.57);
}
.car-full-image .images-navigation li {
	float: left;
	height: 62px;
	width: 81px;
/*	background: url("../../images/icons/default_thumb_81_62.jpg") no-repeat; */
	text-align: center;
	margin: 13px 9px 0 0;
	list-style-type:none;
}
.car-full-image .images-navigation li img {
	display: block;
	height: 62px;
	width: 81px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
 
/*.car-specs-list*/
	.car-specs-list {
	float: left;
	width: 460px;
}
.car-specs-list li {
	width: 460px;
	line-height: 36px;
	height: 36px;
	float: left;
	overflow: hidden;
}
 .car-specs-list li:nth-child(odd) {
 background: #f4f4f4;
}
 .car-specs-list li:nth-child(even) {
 background: #f9f9f9;
}
.car-specs-list li span {
	font-family: DroidSans, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 36px;
	color: #414141;
}
.car-specs-list li .label {
	float: left;
	width: 197px;
	padding: 0 0 0 10px;
}
.car-specs-list li .value {
	float: left;
	width: 243px;
	padding: 0 10px 0 0;
	font-weight: bold;
}
</pre></body></html>