@CHARSET "UTF-8";
body,button{font-family:Verdana,Helvetica,sans-serif}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px; /* or 950px */
}
body,button,input,select,textarea{color: #222;}

.vehicles .thumbnail {margin-bottom: 0px;}
.vehicles .veh_descr {
	
	border-top: 1px solid #e9e9e9; 
	border-bottom: 1px solid #e9e9e9
}
.vehicles .veh_descr p {
	margin-top: 1em;
}
.vehicles .veh_detail {
	margin-top: 1em;
	font-weight: 500;
}
.vehicles .milage {
	background: url("../images/offer_icons.png") no-repeat scroll 0 4px;	
	padding-left: 19px;
}
.vehicles .regist {
	background: url("../images/offer_icons.png") no-repeat scroll 0 -45px;	
	padding-left: 19px;
}
.vehicles .price {
	margin-left: -15px;
}

.ui-slider {
	background-color: #999;
	border: 1px solid #999;
	display: block; 
	height: 2px;
	margin: 8px auto;
}
.ui-slider-range {background: #00adef none repeat scroll 0 0;}
.ui-slider .ui-slider-handle {
    background-color: #808080;
    border: 2px outset #a9a9a9;
    cursor: pointer;
    height: 12px;
    margin-left: -4px;
    padding: 0;
    top: -6px;
    width: 4px;
}

.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}
ul.nav {margin: 0px}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 20px;
}

.checkbox label, .radio label {
    padding-left: 40px;
}
.vehicle_details_link {cursor: pointer}
.carousel-control {
	padding-top:7%;
	width:5%;
}
#img-carousel .thumbnail{
	margin-bottom: 0px;
}

#vehu_detail div:first-child {margin-bottom: 10px}
.galleria,#galleria{height:380px}

.offer_details .offer_aside { width: 430px; float: left; }
h3.offer_title {margin-top: 0px;}
.offer_details .offer_price, .offer_details .offer_data { text-shadow: 0px 1px 1px rgb(255, 255, 255); }
.offer_details .offer_price { margin-bottom: 10px; position: relative; }
.offer_details .offer_price strong { font-size: 29px; color: rgb(241, 84, 30); }
.offer_details .offer_price em { color: rgb(63, 75, 86); }

.offer_data {border-top:1px solid #ddd; border-bottom:1px solid #ddd; line-height:1em; padding: 15px 0 0 0; margin-bottom: 15px; font-size:13px; font-weight:bold;}
.offer_data li { display:inline-block; border-left:1px solid #dbdee0; padding:0 10px; text-transform:uppercase;}
.offer_data li:first-child {padding-left:0; border:none}
.offer_descr { color: rgb(128, 134, 140); font-size: 13px; line-height: 1.6em; padding: 15px 0px 18px; }
.offer_specification { padding: 0px; }
.offer_specification ul { display: block; padding: 0px; margin: 0px; border: 1px solid #ddd; border-radius: 4px;}
.offer_specification li { display: block;  padding: 9px 4%; text-align: right; position: relative; line-height: 1.2em; font-size: 13px; }
.offer_specification li.even { background: #F2F4F3 none repeat scroll 0% 0%; }
.offer_specification li .spec_value { }
.offer_specification li .spec_name { float: left; font-weight: bold;}

dt, dd {background-color: blue;}
dt:nth-child(4n+1), dt:nth-child(4n+1) + dd {background-color: red;
}

.offer_tabs { margin: 15px -15px}
#offer_tab1 {padding: 15px 20px; font-size:11px;}
#offer_tab1 .tab-pane p {margin: 15px 0 -5px 0;}
#offer_tab1 .tab-pane p:first-child {margin: 0 0 -5px 0;}

@media (max-width: 480px) {
	.offer_tabs .tab-pane {padding: 15px 5px; font-size:11px;}
}

#filter1 .row { margin: 0 -15px 10px -15px}
#filter1 .row:last-child { margin: 0 -15px 0px -15px}
#filter1 .row .col-sm-6:first-child {padding-right: 5px;}
#filter1 .row .col-sm-6:last-child {padding-left: 5px;}