/** Locations List */
.submit_buttons {
	cursor:pointer;
}

#vehicles {
	/* clear:both; */
	margin: 0 -40px 0 -35px;
}

#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 {
  background: url(../images/page-text-hr.gif) bottom repeat-x;
	width: 165px;
	height: 210px;
	float:left;
	padding: 10px 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;
	color: #0e2b8e;
}

#vehicles .details .img {
	min-height:100px;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
}

#vehicles .details .description {
	text-align:center;
	color: #535353;
}



/** Single vehicle */
#vehicle_details {
}

#vehicle_details .title {
	padding:5px;
	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 .back a {
	color: #535353;
}

#vehicle_details .info_box_wrapper {
	padding:10px 0;
	/* clear:both; */
}

#vehicle_details .info_box_left {
	float:left;
	width:350px;
}
#vehicle_details .info_box_right {
	float:right;
	width:350px;
	color: #535353;
}

#vehicle_details .item_value {
}

#vehicle_details .btn_link {
}
#vehicle_details .btn_link a {
	padding:5px;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	display:block;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

#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;
	color: #535353;
}

#vehicle_features dl {
	/* clear:both; */
	padding:0;
	margin:0;
	color: #535353;
}
#vehicle_features  dl dt {
	padding:0;
	margin:0;
	float:left;
	width:130px;
	color: #535353;
}

#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;
}
