/*
 * Site Colors
 * 
 * Text Black = #000000
 * Text Header Blue = #3333cc
 * Link Blue = #0066cc
 * Background Orange = #FFF3CA
 * Header Orange = #E79A52
 * Cell Orange = #FFC24A
 * Border Orange = #E79A52
 * Background Gray = #EEEEEE
 * Background White = #FFFFFF
 */
 .RentalsTitleDiv
 {
	width:780px;	
 }
 .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;
 	 white-space:nowrap;
 }
 .VehicleClassColumn a:hover
 {
 	 font-weight:bold;
 	 text-decoration:underline;
 	 color:black;
 }
 #VehicleClassDiv
 {
 	text-align:center;
 }
 #VehicleClassDiv a:link, #VehicleClassDiv a:visited
 {
 	font-weight:bold;
 	color:Black;
 	text-decoration:none;
 }
 #VehicleClassDiv a:hover
 {
 	text-decoration:underline;
 }
 .VehicleClassTable
 {
 	margin:auto;
 }
 .VehicleClassTitleTable
 {
 	width:770px;
 }
 .VehicleClassTitleLeftColumn
 {
 	font-size:22px;
 	font-weight:bold;
 	padding:3px;
 	white-space:nowrap;
 }
 .VehicleClassTitleRightColumn
 {
 	 width:650px;
 	 text-align:right;
 }
 .ListRentalsTable
 {
 	width:770px;
 }
 .VehicleListingsFloatDiv
 {
 	float:left;
 	padding:5px;
 	text-align:center;
 	vertical-align:bottom;
 	display:block;
 	height:196px;
 	width:180px;
 }
 .VehicleListingsLinesTable
 {
 	width:610px;
 	margin-left:0.25em;
 }
 .VehicleListingsLinesTable td
 {vertical-align:top;}
 .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;
 }
 .VehicleListingsLinesDetailsHeaderColumn
 {
 	padding-bottom:5px;
 }
 .VehicleListingsLinesDetailsHeaderColumn a:link,.VehicleListingsLinesDetailsHeaderColumn a:visited
 {
 	font-weight:bold;
 	font-size:15px;
 }
 .VehicleListingsLinesDetailsMakeColumn, .VehicleListingsLinesDetailsModelColumn, .VehicleListingsLinesDetailsSleepsColumn
 {
 	font-size:14px;
 	vertical-align:top;
 }
 .VehicleListingsLinesDetailsMakeColumn span, .VehicleListingsLinesDetailsModelColumn span, .VehicleListingsLinesDetailsSleepsColumn span
 {font-weight:bold;}
 .VehicleListingsLinesDetailsRateColumn
 {
 	 text-align:right;
 	 vertical-align:top;
 	 font-weight:bold;
 	 color:#C00000;
 }
 .VehicleListingsLinesDetailsDescColumn
 {
 	font-size:14px;
 	padding-right:5px;
 	width:71%;
 }
 .VehicleListingsLinesDetailsDescColumn a:link
 {
	font-size:12px;
 }
 .ChangeViewTable
 {
 	 margin-left:auto;
 }
.VehiclePrice
{color:Red;font-weight:bold;}
.VehiclePrice span
{display:inline-block;color:Black;padding-right: 5px;}