/* -------------------------------------------------------------
VEHICLE SPECIFIC STYLES FOR THUMBNAILS AND STUFF
------------------------------------------------------------- */ 
.thumbnailContainer {
	padding: 0px;
	margin: 0px;
	width: 114px;
	height: 128px;
	float: left;
}
.thumbnailImage {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 114px;
	height: 85px;
	background-image: url(../images/thumb_image.jpg);
	background-repeat: no-repeat;
}
.thumbnailPic {
	padding: 8px 0px 0px 9px;
	margin: 0px;
	width: 95px;
	height: 67px;
	float: left;
}
.thumbnailTitle {
	padding: 0px;
	margin: 0px;
	width: 114px;
	height: 28px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/thumb_repeat.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
.thumbnailFooter {
	padding: 0px;
	margin: 0px;
	width: 114px;
	height: 15px;
	background-image: url(../images/thumb_bottom.gif);
	background-repeat: no-repeat;
}


/* -------------------------------------------------------------
VEHICLE SPECIFIC STYLES FOR DETAILED VIEW
------------------------------------------------------------- */ 
#detailContent {
	width: 648px;
	height: 652px;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	float: right;
}
.firstColumnDetail {
	width: 200px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
.secondColumnDetail {
	width: 190px;
	height: 178px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}
.thirdColumnDetail {
	width: 196px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}
.carDetails  {
	height: 115px;
	width: 590px;
	overflow: auto;
}
.oneColumn {		/* override for the other style */
	width: 590px;
	height: 340px;
	padding: 0px 13px 0px 32px;
	margin: 0px;
	overflow: visible;
}
