﻿body{
	background-color:white;
}

a
{
	color:#95befb;
}

.b
{
	font-weight: bold;
}

.CarDetailInnerPage 
{
	
}

.CarDetailTitle
{
	
	font-size: 18pt;
	color: Silver;
}

.CarDetailPriceBox
{
	color: #A13535;
}

.CarDetailHeader 
{
	font-size: 16pt;
	font-weight: bold;
}

.CarDetailImageCell 
{
	text-align: center;
}

.CarType 
{
	font-size: 14pt;
	color: Black;
	font-weight: bold;
}

.CarType2 
{
	font-size: 14pt;
	color: Black;
}


/* Car Details Page */
.CarSpecLabel
{
	font-weight: bold;
}

.CarSpecText
{
	color: WhiteSmoke;
}

.DealerMessage
{
	text-align: center;
	font-size: 14pt;
}

.DealerPhone
{
	text-align: center;
	font-size: 18pt;
	color: DarkGreen;
}

.AdExpiresText
{
	font-size: 12px;
	font-weight: bold;
}

.CarPriceInfo
{
	font-size: 12pt;
	font-weight: bold;
	background-color: White;
	width: 200px;
	color: Black;
}

.CarSalePrice
{
	color: Red;
	font-size:20px;
	font-weight:bold;
}

.CarSalePriceText 
{
		font-size:14px;
	font-weight:bold;
	color:#555555;
}

.CarRetailPrice
{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-right: 10px;
}

.CarRetailPriceText 
{
	font-size:14px;
	font-weight:bold;
	color:#555555;
}

.CarKBBPrice
{
	/* Referenced */
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-right: 10px;
}

.CarKBBPriceText
{
	/* Referenced */
	color:#555555;
	font-weight:bold;
}

.CarDetails 
{
	font-size: 14pt;
	font-weight: normal;
	color: Green;
}

.CarEquipment
{
	font-size: 14pt;
}

.CarEquipmentDetails
{
	font-size: 10pt;
}
/* END CAR DETAILS PAGE */

/* INVENTORY LIST */
.InventoryListDetails
{
	font-size: 8pt;
	line-height: 20px;
}
/*.InventoryListDetails_LeftCol
{
	color:#2d2d2d;
	line-height:20px;
}

.InventoryListDetails_RightCol
{
	color:#2d2d2d;
	line-height:20px;
}*/
 
.CarTypeInventoryList 
{
	font-size: 11pt;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.CarPriceInventoryList
{
	font-size: 10pt;
	font-weight: bold;
	width: 150px;
	color:#FFFFFF;
	padding-right: 15px;
}

.CarPriceTextInventoryList
{
	font-size: 8pt;
	font-weight: normal;
	color:#FFFFFF;
}

.CarKBBPriceInventoryList
{
	font-size: 10pt;
	font-weight: bold;
	width: 150px;
	color:#FFFFFF;
	padding-right: 15px;
}

.CarKBBPriceTextInventoryList
{
	font-size: 8pt;
	font-weight: normal;
	color:#FFFFFF;
}

.CarSalePriceInventoryList
{
	font-size: 10pt;
	font-weight: bold;
	color:Red;
}

.CarSalePriceTextInventoryList
{
	font-size: 8pt;
	font-weight: normal;
	color:#FFFFFF;
}

.CarDetailsLinkInventoryList
{
	font-weight: bold;
}

.CarBox_DarkBG
{
	height:75px;
	width:100%;
}

.CarBox_DarkBG TD.Background
{
	background-image:url(images/car_box_darkbg_back.gif);
}

.PageLinks a
{
	color:Navy;
	font-size:12px;
	font-weight:bold;
}

.PageLinks
{
	font-size:11px;
	color:#777;
}
