@import url("form.css");
@import url("dpstyles.css");


/* GENERAL STYLE */

h1 {
	font-size: 18px;
	border-bottom : 2px solid Gray;
}

h2 {
	font-size: 14px;
}

body {
	margin : 20px 0px 0px 0px;
}

body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background : #e1e1e1;
}

.search_criteria {
	padding : 2px;
	background : #F5F5F5;
}

/* Used Car Section */
.carimage {
	border : 1px solid #000;
}


/* page links */
a {
	color : #808080;
}

a:visited {
	color : #808080;
}

a:hover, a:visited:hover {
	color : #104A7B;
	text-decoration : underline;
}

/* SEARCH FORM */

.formmenu {
	font-size: 8pt;
	color: #555;
	background-color: #fff;
}

.form_txt {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bolder;
 color: #888;
 }

.darkgrey_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #606060;
}

.form_titl { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bolder; color: #777777; }

/* SEARCH RESULTS *./

/* Search results table */
.rltable {
	background : #BFBFBF;
	text-indent : 4px;
	width : 100%;
	color : #484848;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Search results table header */
.rlheader {
	background : #000;
	color : #000;
	font-weight : bold;
}

.rlheaderdescription {
	background : #F5F5F5;
	color : #FFF;
}

.rlheaderother{
	background : #F5F5F5;
	text-align : center;
	width : 60px;
}

.rlheader a, .rlheader a:visited {
	color : #2E2E2E;
	text-decoration : none;
}

.rlheader a:hover, .rlheader a:visited:hover {
	color : black;
	text-decoration : underline;
}

/* Search results table rows*/
.rlnumber{
	background : #F5F5F5;
	text-align : center;
	width : 24px;
}

.rldescription a, .rldescription a:visited{
	color : #000;
}

.rldescription{
	background : #F5F5F5;
}

.rlother{
	background : #F5F5F5;
	text-align : center;
}

.rlrow1{
	background : #DF0000;
}

.rlrow2{
	background : #eee;
}
