/**
* VEHICLE DETAILED STYLING
* for admin only markup (add, edit, remove etc.)
* common display CSS should come from front end for maintainability
*/


/** SPEC TABLE BUILDER **/
#specTable {
	background: #fff;
}

#specTable tbody td {padding: 5px;}
.moveup {width: 25px; height: 25px; border: 0; cursor: pointer;}

#specTable .highlight {background: #dce5e7;}
#specTable .highlight input {background-color: #fff;}


/** SEARCH LISTINGS **/
	#vehListing {}
	
	#vehListing div {width: 200px; height: 230px; float: left; padding: 0; margin: 0 0 10px 0;}
	#vehListing .thumb {width: 150px; height: 100px; border: 1px solid #991b1e;}
	#vehListing .sold {background: url('../images/sold.png') no-repeat 100% 70%;}
	#vehListing .hiddenVehicle h3 {color: #a0a0a0;}
	#vehListing .hiddenVehicle .thumb {
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	
	#vehListing div h3 {margin: 0;}
	
	#vehListing h3 a {text-decoration: none;}
	#vehListing h3 a:hover {text-decoration: underline;}
	

	
/** DETAIL VIEW **/
	#meta {margin: 10px 5px 20px 5px; padding: 0;}
	#meta li {list-style: none; line-height: 150%; margin: 0;}
	#meta a {color: #d2c88f; font-weight: bold}
	#meta a:hover {color: #fff;}
	
	#vehicleViewContainer {margin: 0 0 25px 0;}
	
	#vehicleCol {
		float: right; margin: 0 10px 0 0; padding: 0;
		width: 220px;
	}
	
		#vehicleGeneral {
			padding: 0; width: 192px; height: 138px;
			background: url('../../images/vehicle_meta_bg.jpg') no-repeat #e5e5e5;
		}
		#vehicleGeneral.sold {
			background-position: -192px 0; /* slide across to show sold version */
		}
		
		#vehicleGeneral table {margin: 5px; width: 128px;}
	
	#vehicleMain {
		margin: 0 230px 0 0;
	}
	
		#vehicleDesc {margin: 0 10px 10px 0;}
