/* main font */
td, body, p { font-family:Verdana, arial, helvetica, sans-serif; font-size:8.5pt;  line-height: 12pt; 
} 
.small { font-size:10px; 
} 
.highlight {color:#ff0000
}
.smallwhite { font-size:10px; color:#ffffff; }
a {color: #000099; }
/* This color has to match the main accent color for the site */
a:hover {color: #ff3300; }
a.nav {color: #6699ff; text-decoration: none; font-weight:bold;} 
a.nav:hover{color: #ff3300; text-decoration: none; font-weight:bold;}

h1 {  
	font-family:Verdana, arial, helvetica, sans-serif; 
	font-size:14px;
	margin-top: 5px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
}
h2 {  
	font-family:Verdana, arial, helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
}
/* This color has to match the main accent color for the site */
td.bottomlinetitle {
	border-bottom: 1px solid #ff3300;
	
}
.vehiclename {
	font-weight: bold;
	font-size:9pt;
}
table.inventory {
	background-color:#ffffff;
}
td.nav {
	border-right: 1px solid #cccccc;
}
/*for inventory list page, contact info in each vehicle listing*/
td.contactinfo {
	font-weight: bold;
}
td.rightside {
	border-left: 1px solid #cccccc;
	background-color:#eeeeee;
}
td.carTypeHeader {
	background-color:#000099;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

td.alternate {
	background-color:#eeeeee;
}
td.vehicleHead {
	background-color:#eeeeee;
	font-size:11.5px;
}
td.h2 {
	font-size:12px;
	font-weight:bold;
}
td.carprice {
	font-size:12px;
	font-weight:bold;
	color:#009900;
}
td.year {
	background-color:#cccccc;
	font-weight:bold;
	font-size:12px;
}
.sold {
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}
.arrived {
	color:#009900;
	font-size: 12px;
	font-weight: bold;
}
/*the main content goes in this div */
.maincontent {
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.highlight {
	color:#FF0000;
	}
.highlight2 {
	color:#009900;
	}
input, select, textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
} 
ul.home { margin: 10px 10px 10px 10px;
	padding: 4px 4px 4px 4px;
	list-style-type: none;
	font-size: 10px;
	line-height:12px;
	background-color:#eeeeee;
	border: 1px solid #ff3300;
}
td.backside {
	background-image:url(../images/backside.jpg);
	background-repeat:repeat-x;
}
.big {
	font-size:18px;
}
