/*
 * Site Colors
 * 
 * Text Black = #000000
 * Text Header Blue = #3333cc
 * Link Blue = #0066cc
 * Background Green = #D6DFCE
 * Header Green = #9DAF7A
 * Cell Green = #CED9A6
 * Border Green = #b7c77d
 * Background Gray = #EEEEEE
 * Background White = #FFFFFF
 */
 #BottomContentRowDiv2
 {
     float:left;
 }
 #RentalsTitleDiv
 {
	width:603px;	
	float:left;
 }
 #VehicleRentalsContainerDiv
 {
     width:603px;
     float:left;
 }
 #classUL
 {list-style-type:none;}
 #classUL li
 {float:left;margin:0.25em;}
 #classUL li a
 {display:block;width:170px;height:150px;border:solid 1px black;}
 .VehicleListingIMG
 {
 	border:1px black solid;
 }
 .VehicleClassColumn
 {
 	 text-align:center;
 	 width:155px;
 	 border:2px solid black;
 	 padding:3px;
 }
 .VehicleClassColumn a:link
 {
 	 font-weight:bold;
 	 text-decoration:none;
 	 color:black;
 }
 .VehicleClassColumn a:hover
 {
 	 font-weight:bold;
 	 text-decoration:underline;
 	 color:black;
 }
 #VehicleClassDIV
 {
	width:603px;
	overflow:hidden;
 }
 .VehicleClassTable
 {
 	margin:auto;
 }
 .VehicleClassTitleTable
 {
 	width:603px;
 }
 .VehicleClassTitleLeftColumn
 {
 	font-size:22px;
 	font-weight:bold;
 	padding:3px;
 	white-space:nowrap;
 }
 .VehicleClassTitleRightColumn
 {
 	 width:550px;
 	 text-align:right;
 }
 .ListRentalsTable
 {
 	width:603px;
 	font-size:11px;
 }
 .VehicleListingsFloatDiv
 {
 	float:left;
 	padding:5px;
 	text-align:center;
 	vertical-align:bottom;
 	display:block;
 	height:196px;
 	width:180px;
 }
 .VehicleListingsLinesTable
 {
	width:425px;	
	padding-left:3px;
	font-size:11px;
 }
 .VehicleListingIMG
 {
	border:1px solid black;
	text-align:center;
 }
 .VehicleListingsFloatIMGDIV
 {
	background-color:Black;
	height:113px;
	width:152px;
 }
 .VehicleListingsFloatSPACERDIV
 {
 	text-align:left;
 	padding-left:14px;
 	height:115px;
 	width:180px;
 }
 .VehicleListingsLinesIMGColumn
 {
 	 width:170px;
 	 text-align:center;
 }
 .VehicleListingsLinesDetailsColumn
 {
	vertical-align:top;
	font-size:11px;
 }
 .VehicleListingsLinesDetailsHeaderColumn
 {
 	padding-bottom:5px;
 	
 }
 .VehicleListingsLinesDetailsHeaderColumn a:link,.VehicleListingsLinesDetailsHeaderColumn a:visited
 {
 	font-weight:bold;
 }
 .VehicleListingsLinesDetailsMakeColumn
 {
 	width:260px;
 	vertical-align:top;
 }
 .VehicleListingsLinesDetailsModelColumn
 {
 	 width:180px;
 	 vertical-align:top;
 }
 .VehicleListingsLinesDetailsSleepsColumn
 {
 	 width:180px;
 	 vertical-align:top;
 }
 .VehicleListingsLinesDetailsRateColumn
 {
 	 text-align:right;
 	 vertical-align:bottom;
 	 font-weight:bold;
 	 color:#C00000;
 }
 .VehicleListingsLinesDetailsDescColumn
 {
 	padding-right:5px;
 	font-weight:bold;
 	width:400px;
 }
 .VehicleListingsLinesDetailsDescColumn a:link
 {
 	font-size:11px;
 }
 .ChangeViewTable
 {
 	 margin-left:auto;
 }
