.VehiclePriceContainer
{
	text-align:right;
	height:161px; 
	width:134px; 
	float:left;
	margin:10 15 10 15;
	background-repeat:no-repeat; 
	background-color:white;
	position:relative;
	clear: none;
}


.VehicleNameContainer
{
	text-align:right;
	height:155px; 
	width:134px; 
	float:left;
	margin:15px;
	background-repeat:no-repeat; 
	background-color:#FFFFFF;
	position:relative;
	clear: none;
}

.VehiclePrice, .VehiclePriceSpecial, .VehiclePriceBlank
{
	background-position:bottom right; 
	text-align:left;
	height:161px; 
	width:134px; 
	float: left;
	margin-bottom:5px;
	background-repeat:no-repeat; 
	background-color:#FFFFFF;
	position:relative;
	clear: none;
}

.VehiclePriceBlank
{
	height:135px; 
}

.VehiclePrice, .VehiclePriceSpecial
{
	background-image:url(/images/template/vehicle_pricepoint.jpg);
}

.VehiclePriceBlank
{
	background-image:url(/images/template/vehicle_pricepoint_blank.jpg);
}
.VehiclePriceUpperText
{
	Position:absolute;
	top:95px;
	left:5px;
	width:124;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}

.VehiclePriceUpperText a, .VehiclePriceUpperText a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

.VehiclePriceMidText
{
	Position:absolute;
	font-size:12px;
	top:115px;
	left:5px;
	width:124;
	color:#FFFFFF;
}

.VehiclePriceLowerText
{
	Position:absolute;
	top:138px;
	left:0px;
	width:134px;
	text-align:center;
	font-size:12px;
	color:#0C2577;
}


.SpecialOfferText
{
	background:url(/images/template/special_offer_overlay.png) no-repeat; height:85px; width:134px;
	Position:absolute;
	top:0px;
	left:0px;
	width:134px;
	height:85px;
	z-index:1;
	text-align:center;
	font-size:12px;

}


.VehiclePriceSpecial .VehiclePriceLowerText 
{
color:#FF0000;
}






