@import url("layout.css");

.requiredField {
	color:#FF0000;
	}

h2#title span, h2#titleInventory span { display: none; }
h2#title {
    height: 60px; /* height of the replacement image */
    background-image: url("/images/title_index.gif");
    background-repeat: no-repeat;
}
h2#titleInventory {
    height: 60px; /* height of the replacement image */
    background-image: url("/images/title_inventory.gif");
    background-repeat: no-repeat;
}

.truck, .mainimg { border:3px #cccccc solid; }

hr {
	border:0;
	color:#6c6c6c;
	background-color:#6c6c6c;
	height:1px;
	width:960px;
	}

p, .tableNormal, ul { 
	font-family:arial,helvetica,sans serif;
	font-size:13px;
	color:#4e4d4d; 
	}

b { 
	font-weight:bold;
	}

u { 
	text-decoration:underline;
	}

h1 { 
	font-family:arial,helvetica,sans serif;
	font-size:22px;
	color:#4e4d4d;
	margin-bottom:5px;
	}

h2 { 
	font-family:arial,helvetica,sans serif;
	font-size:20px;
	color:#4e4d4d;
	margin-bottom:5px;
	}

h3 { 
	font-family:arial,helvetica,sans serif;
	font-size:17px;
	color:#4e4d4d;
	margin-bottom:5px;
	margin-top:0px;
	}
h3.featuredVehicleHeader {
	font-size:25px;
	margin:10px 0;
}



h3 a:link, h3 a { 
}
	
	


a {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
	}

a:visited,a:hover {
	color:#003366;
	}

a:hover {
	text-decoration:underline;
	color:#003366;
	}

.feature {
	border:1px solid #6c6c6c;
	background-color:#dadada;
	padding:20px;
	}
	
	
	
	
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }


