﻿body 
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align:left;
	vertical-align:text-top;
	margin-left:0px;
	margin-right:0px;
}

.bodyText
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-align:left;
}


#IEroot
{
    margin-bottom: -3px;
}

a
{
	font-family: Verdana;
	text-decoration: underline;
	color:#990000;
}

a:hover
{
	color: #cc0000;
}

.vehicleLink
{
	color:White;
}

img
{
	border:0px;
}

.footer
{
	color: White;
}

.heading
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#961e1e;
}

.vehicleHeading
{
	color:White;
	font-family:Arial;
	font-size:15pt;
}

.searchHeading
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

.vehiclePrice
{
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	text-align:right;
}

.resultsHeading
{
	font-family:Arial;
	font-size:12pt;
	color:#961e1e;
}

.thumbBorder
{
	border-right: #961e1e 2px solid; 
	border-top: #961e1e 2px solid; 
	border-left: #961e1e 2px solid; 
	border-bottom: #961e1e 2px solid;
}

.copyright
{
	font-family: Verdana;
	color:White;
	font-size:8pt;
}

.copyright a
{
	font-family: Verdana;
	color:White;
	font-size:8pt;
	text-decoration: none;
}

.copyright a:hover
{
	text-decoration: underline;
}

.invalidField
{
	background-color: Red;
}

.fieldError
{
	color: Red;
	font-size: smaller;
}

.required
{
	color: Red;
	font-weight: bold;
}

.wizardStep
{
	font-style: italic;
	text-align: right;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.modalPopup
{
	background-color: White;
	border-color: Black;
	border-width: medium;
	padding: 10px;
}

.vehicle_ddl 
{
    margin-bottom: 5px;
    width: 150px;
}
.vehicle_title {
    font-size: 18pt;
    color: #555555;
    font-weight:bold;
}
.asking {
    font-size: 14pt;
    color: #990000;
}
.vehicle_subheading 
{
    font-size: 12pt;
    color: #555555;
    font-weight:bold;
    margin-bottom:8px;
}
.vehicle_desc 
{
    font-size: 10pt;
    color: #555555;
    font-weight:bold;
}
.msg_note 
{
    font-size: 9pt; 
    color: #990000;
    margin-bottom: 15px;
}
#vehicle_desc_table td {
    border: 1px #cccccc solid;
    padding: 3px;
}
#vehicle_desc_table td ul {
    margin: 0px;
    padding-left:15px;
    padding-right:15px;
}
#vehicle_desc_table {
    border-collapse: collapse;
    margin-bottom: 10px;
}
.search_over
{
    cursor:pointer;
    background-color:Silver;
}
.search_out 
{
    cursor:auto;
    background-color:White;
}