@CHARSET "ISO-8859-1";


/* view.php page */

#gallery {
	width: 300px;
	float: left;
}

ul#vehicle_menu {
	padding: 0;		
	margin: 0;
	padding-left: 270px;
	list-style-type: none;
}
ul#vehicle_menu li {
	font-size: 1.3em;
	line-height: 30px;
}

#vehicle_options .option_name {
	font-weight: bold;
	
}

#vehicle_options {
	font-size: 1.2em;
	vertical-align: top;
}

#vehicle_options .options_title {
	font-weight: bold;	
	font-size: 1.3em;	
	text-align: center;
}

.price {
	color: #4f7c0a;
	font-size: 1.2em;
}

.title {
	margin-bottom: 10px;
}

table#contact_form {
	float: left;
}

div#vehicle_locator {
	text-align: center;
	font-size: 1.3em;
}

div#thumbs {	
	
	overflow: hidden;
}

div#thumbs img.thumb {
	width: 120px;
	height: 90px;
	border: 0;
}
div#calculator_container {
	margin-top: 35px;
	margin-bottom: 35px;	
}
		
