
div#productMultiView {
	height: auto;
	width: 725px;
	padding: 5px 5px 5px 15px;
	display: inline;
}

/* Product MultiView Page */


/* Multi View Vehicle Inventory */
div.multi-vehicle {
	height: 375px;
	width: 266px;
	border: 0px;
	display: inline-block;
	float: left;
	margin: 10px 12px;
}

div.multi-vehicle h1 {
	width: 190px;
	height: 25px;
	margin: 0;
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 14pt;
}

div.multi-vehicle-imgBox {
	height: 200px; 
	width: 266px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.multi-vehicle-imgBox img { height: 200px; border: 0; margin: 0; padding: 0; border-bottom: 1px solid #aaa; border-top: 2px solid #000; }

div.multi-vehicle-details {
	height: 115px;
	width: 256px;
	background: #e8e8e8;
	padding: 5px;
	border-bottom: 2px solid #000;
}

div.multi-vehicle-imgBox, div.multi-vehicle-details {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}



/* Finance Calculator Style */
div#finance-calculator {
	color: #f8f8f8;

}



