.bold {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF}

h1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;	
}

table.usedCars
{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
}

table.usedCars thead tr
{
	color: white;
}

table.usedCars thead tr td
{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #cc0001;
	background-color: #cc0001;
	text-align: center;
}

table.usedCars thead tr td.nobackground
{
	background-color: white;
}

table.usedCars thead tr td.usedCarsHeader
{	
	background-image: url(../images/USED_CARS/usedCars.png);
	background-repeat: no-repeat;
	background-position: top left;
}

table.usedCars tbody tr td
{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #a8a8a8;
	color: #FFFFFF;
	text-align: center;
}

table.usedCars img
{
	border-style: solid;
	border-width: 1px;
	border-color: #a8a8a8;
}

.firstCell
{
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #a8a8a8;
}

.lastCell
{
	border-right-style: solid;
	border-width: 1px;
	border-color: #a8a8a8;
	font-weight: bold;
	width: 97px;
	background-image: url(../images/USED_CARS/viewDetails.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.usedCars img
{
	width: 66px;
	height: 43px;
	margin: 3px;
}

table.UsedDetailTable
{
	border-collapse: collapse;
	width: 100%;
}


table.UsedDetailTable td
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 12px;
	padding: 0px;
}

.padded
{
	padding-top: 5px;
	padding-left: 5px;
}

table.UsedDetailTable td.rightColumn
{
	font-size: 10px;
	border-left-style: solid;
	border-width: 2px;
	border-color: white;
	vertical-align: top;
	background-color: #e8e8e8;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

table.UsedDetailTable td.rightBottom
{
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 20px;
	border-color: white;
	background-image: url(../images/USED_CARS/contactUs.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	background-color: #e8e8e8;
	width: 100%;
	height: 100%;
}

img.largeImage
{
	width: 300px;
	height: 212px;
}

.imageWidth
{
	width: 325px;
	vertical-align: top;
}

img.smallImage
{
	width: 66px;
	height: 43px;
	border-style: solid;
	border-width: 1px;
	border-color: #a8a8a8;
}

table.UsedDetailTable .oddRow td, table.UsedDetailTable .evenRow td
{
	padding: 5px;
	font-size: 10px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: white;
}

.rightBorder
{
	border-right-style: solid;
	border-width: 0px;
	border-color: white;
}

table.UsedDetailTable .oddRow td
{
	background-color: #FFFFFF;
	color: white;
}

table.UsedDetailTable .evenRow td
{
	background-color: #e8e8e8;
	color: black;
}

.tabHeader
{
	width: 100%; 
	background-color: white; 
	padding: 0px; 
	margin: 0px;
}

.one, .two
{
	padding-right: 2px; 
	padding-left: 2px;
	float: left; 
	border-right-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF;
}

.one
{
	background-color: #e8e8e8; 
}

.two
{
	background-color: white; 
}

.usedCars
{
	background-image: url(../images/USED_CARS/usedCars.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 18px;
}


.errors
{
	color: red;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
}

.star
{
	color: red;
}

.topImageLink img
{
	border-style: none;
}

/***********************************************************/
/* Styles for the Services.php page.
/***********************************************************/

.callbackRequest
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #FFFFFF;
}

.callbackBox 
{
	clear: both;
}

.callbackBoxRow
{
	height: 60px;
}

.callbackBoxHeaderCol, .callbackBoxOtherCol
{
	float: left;
	border-color: #cccccc;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	height: 60px;
	text-align: center;
}

.callbackBoxOtherCol img, .callbackBoxOtherCol p
{
	padding: 0px;
	margin: 0px;
}

.callbackBoxHeaderCol
{
	width: 200px;
	border-left-width: 1px;
}

.callbackBoxOtherCol
{
	width: 100px;
}

.bottomRow .callbackBoxHeaderCol, .bottomRow .callbackBoxOtherCol
{
	border-top-width: 0px;
}

.bottomRow .callbackBoxOtherCol input
{
	margin-top: 21px;
}

.inputForm
{
	padding-top: 10px;
	margin-bottom: 20px;
}

.inputRow
{
	clear: both;
	padding-top: 10px;
}

.inputRow textarea
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 70px;
}

.inputSpacer
{
	float: left;
	width: 140px;
	padding: 0px;
	margin: 0px;
}

.inputCell
{
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px;
}

.inputRow p 
{
	padding: 0px;
	margin: 0px;
}

.inputCell input
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.inputCell input#date
{
	width: 80%;
}

.inputCell button#dateSelect
{
	width: 30px;
	float: right;
}

.inputButtons
{
	margin-top: 10px;
}


/***********************************************************/
/* End Styles for the Services.php page.
/***********************************************************/

/***********************************************************/
/* End Styles for the Contact_Us.php page.
/***********************************************************/

.contactBanner
{
	width: 413px;
	height: 255px;
	background-repeat: no-repeat;
	background-image: url(../images/CONTACT/contact_bdrop.gif);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.contactBanner .callbackButton
{
	float: right;
}

.contactBanner .callbackButton a img
{
	margin-top: 190px;
	margin-right: 10px;
	text-decoration: none;
	border-style: none;
}

.contactBanner p
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;

}

.contactBanner p.call
{
	padding-top: 15px;
}

.contactBanner p.email
{
	padding-top: 20px;
}

.contactBanner p.address
{
	padding-top: 20px;
}

span.redText, .contactBanner a
{
	color: #cf0d0d;	
}

 .contactBanner a:hover
 {
	color: blue;
 }
/***********************************************************/
/* End Styles for the Contact_Us.php page.
/***********************************************************/

/***********************************************************/
/* Styles for the requestCallback.php page.
/***********************************************************/
.requestCallbackForm
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;

}

.callbackRow
{
	clear: both;
	padding-bottom: 10px;
}

.callbackRow p
{
	float: left;
	width: 150px;
}

.callbackRow a img
{
	border-style: none;
}

/***********************************************************/
/* End Styles for the requestCallback.php page.
/***********************************************************/
