/* This is the CSS for the Showroom Index page */
.showroomHeader{
	padding-top:15px;
	color:#999999;
	font-weight:bold;
	font-size:36px;
	white-space:nowrap;
}
.showroomSubHeader{
	padding-left:25px;
	padding-top:15px;
	color:#fd4d60;
	font-weight:bold;
	font-size:30px;
	white-space:nowrap;
}
.vehicleInfo{
	padding-right:30px;
	height:160px;
}
.vehiclePictureSmall{
	text-align:center;
	height:100px;
}
.clickText{
	font-size:16px;
	font-weight:bold;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FFCC00;
	text-align:center;
	background-color:#8f8f8f;
	width:130px;
	height:30px;
}
a.showRoomLink{
	color:#FFFFFF;
	padding:5px 0px 5px 0px;
}
.fromPrice{
  font-family:"Verdana", Arial, Helvetica, sans-serif;
  color:#ad2538;
  padding-top:12px;
  font-size:16px;
  font-weight:bolder;
}


/* This is the CSS for the View Detail page */
.mainDisplay{
	border-left:medium #d6d6d6 solid;
	border-right:medium #d6d6d6 solid;
	border-top:medium #d6d6d6 solid;
	border-collapse:collapse;
	width:660px;
}
.descriptionDisplayHeader{
	border:medium;
	border-style:outset;
	border-color:#d6d6d6;
	background-color:#FFFFFF;
	width:550px;
}
.descriptionDisplayHeaderText{
	width:450px;
	color:#996666;
	font-weight:bold;
}
.vehicleHeader{
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.vehicleHeaderName{
	color:#CC0033;
}
.vehiclePicture{
	text-align:center;
}
.vehiclePrice{
	text-align:center;
	color:#CC0033;
	font-weight:bolder;
	font-size:22px;
}
.vehicleDescription{

}
.vehicleDisplay{
	border:medium;
	border-style:outset;
	border-color:#d6d6d6;
	width:200px;
	color:#996666;
	font-weight:bold;
}
.descriptionDisplay{
	background-color:#FFFFFF;
	width:200px;
	color:#996666;
	font-weight:bold;
	font-size:14px;
}
.backgroundDisplay{
	background-color:#8f8f8f;
	width:640px;
	height:100px;
}
/*
.descriptionDisplay{
	border:medium;
	border-style:outset;
	border-color:#006699;
	background-color:#FFFFFF;
	width:350px;
	color:#996666;
	font-weight:bold;
}
*/
.committmentTable{
	background-color:#b86559;
	width:550px;
	text-align:center;
	border:medium;
	border-style:outset;
	border-color:#FFFFFF;
}
.committmentHeader{
	vertical-align:top;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
.committmentText{
	padding-top:6px;
	padding-left:5px;
	font-size:14px;
	color:#CC0033;
	width:370px;
	text-align:left;
}
.finePrintText{
	font-size:10px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}