/** Locations List */
.submit_buttons {
	cursor:pointer;
}

#vehicles {
	clear:both;
}

#vehicles .error_empty {
}

#vehicles .row {
	clear:both;
}

#vehicles .col_divider {
}

#vehicles .row_divider {
	clear:both;
	min-height:10px;
	height:10px;
	border-bottom:1px solid #ccc;
}

#vehicles .details_box {
	width:32%;
	float:left;
	padding: 5px 0;
}

#vehicles .details {
}

#vehicles .details .title {
}
#vehicles .details .title a {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:2px 2px 15px 2px;
}

#vehicles .details .img {
	min-height:100px;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
}

#vehicles .details .description {
	text-align:center;
}

#vehicles .btn_link a, #vehicle_details .btn_link a {
	font-weight:bold;
	text-decoration:none;
}


#vehicles .btn_link, #vehicle_details .btn_link  {
	padding:4px 5px;
	border:1px solid #ccc;
	background-color:#DEDEDE;
	display:block;
	text-align:center;
	cursor:pointer;
	margin:0 auto 2px auto;
	width: 60%;
}

 #vehicle_details .btn_link  {
 	width: 150px;
 	margin: 10px 0;
 }




/** Single vehicle */
#vehicle_details {
}

#vehicle_details .title {
	padding:5px;
	background-color:#eee;
	border-top:1px solid #444;
	font-weight:bold;
	font-size:18px;
}

#vehicle_details  .sub_title {
	font-weight:bold;
	font-size:14px;
	padding:10px 0 0 0;
	margin:0;
}

#vehicle_details .back {
	padding:5px;
	clear:both;
}

#vehicle_details .info_box_wrapper {
	padding:10px 0;
	clear:both;
}

#vehicle_details .info_box_left {
	float:left;
	width:45%;
}
#vehicle_details .info_box_right {
	float:right;
	width:45%;
}

#vehicle_details .item_value {
}

#vehicle_features .title {
	background:none;
	border:0;
	border-bottom:1px solid #ccc;
	text-transform:none;
	font-size:13px;
	padding:0;
	margin:0;
}

#vehicle_features .description {
	padding:5px 0;
	font-weight:bold;
}

#vehicle_features dl {
	clear:both;
	padding:0;
	margin:0;
}
#vehicle_features  dl dt {
	padding:0;
	margin:0;
	float:left;
	width:130px;
}

#vehicle_details  .location_map {
	clear:both;
}
#vehicle_details #map {

}

#frmDirections {
	padding-bottom:5px;
}
#frmDirections .error {
	color:#cc0000;
	background-color:#f7f7f7;
	text-align:center;
	border:1px solid #999999;
	margin-bottom:5px;
	display:none;
}

#vehicle_details .location_hours_outer_table {
	background-color:#f7f7f7;
	border:1px solid #ccc;
}
#vehicle_details .location_hours_outer_td {
}
#vehicle_details .location_hours_inner_table {
}
#vehicle_details .location_hours_inner_table .day {
	font-weight:bold;
}
#vehicle_details .location_hours_inner_table .time {
	padding:0 5px;
}
