/* FORMS ------------------------------------*/
form.homeform {
	padding:20px 30px;
}
form.homeform p {
	margin:0 0 4px 0;
	padding:0;
}
form.homeform label {
	display:block;
}

form.homeform select, form.homeform input, form.homeform textarea {
	border: solid 1px #000;
	margin: 5px 0;
}

form.homeform select option {
	margin: 2px 5px;
	font-size: 8pt;
}

form.homeform input,form.homeform textarea {
	padding: 5px;
	color: red;
}

form.homeform textarea {
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
	font-size: 80%;
}

form.homeform input.button {
	background-color: #24408F;
	color: #FFF;
}

form.homeform input.button:hover {
	background-color: #fff;
	color: #24408F;
}

form.homeform label {
	font-size: 80%;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

form#cars {
/*	width:170px;*/

}
#make {
	/*width:100%;*/
}
#model {
	/*width:100%;*/
}
#loyear {
	float:left;
}

#hiyear {
	float:left;
}

span.rangeto {
	display:block;
	width:20px;
	height: 20px;
	text-align:center;
	float:left;
	margin-top: 10px;
}

#lorange {
	float: left;
	width:66px;
}

#hirange {
	float: left;
	width:67px
}

#cartext {
}

#base_zip_code {
	width:60px;
}

/* LIST VIEW PAGE -----------------------------------*/
/* SEARCH FORM */
body#listview form#cars table#search  {
	margin-bottom: 10px;
	width: 100%;	
}

body#listview form#cars table#search tr td {
	border: solid 0px;
	width: 20px;
	margin: 0;
	padding: 0;
}

body#listview form#cars input,body#listview form#cars select {
	border:1px solid #798992;
	margin:0;
	padding:0;
}


body#listview form#cars table#search td span {
	
	font-size:90%;
	font-weight:bold;
}

body#listview form#cars table#search td span.mid {
	margin-right:3px;
	margin-left:3px;
}

body#listview #lorange {
	width:60px;
	float:none;
	margin-left:0px;
}
 
body#listview #hirange {
	float:none;
	width:60px;
	margin-right:0px;
}
 /* END SEARCH FORM */

body#listview table {
	border-collapse: collapse;
	border-spacing: 0px;	
}

body#listview table td {
	font: normal 8pt Arial, Helvetica, sans-serif;
	border: solid 1px #969696;
	margin: 5px;
	padding: 5px;
	border-collapse: collapse;
}

body#listview table th {
	font: normal 10pt Arial, Helvetica, sans-serif;
	border: solid 1px #fff;
	background-color: #262B2E;
	color: #fff;
	margin: 5px;
	padding: 5px;
	height: 10px;
	border-collapse: collapse;
	font-size: 8pt;
}

body#listview table {
	width: 100%;
}

body#listview table tr.caprow th {
	font: normal 8pt;
	border: 0;
	padding-bottom: 10px;
}

body#listview table td a {
	color: #24408F;
	font-weight: bold;
	
}

body#listview table td a:hover {
	color:red;
	font-weight: bold;
	
}

body#listview table th a {
	text-decoration: underline;
	color:#fff;
}

body#listview table td a img {
	border: solid 1px #fff;
}

body#listview table tr.listrowdark {
	background-color:#C9C9C9;
}

body#listview table tr.listrowlight {
	background-color:#D6D6D6;
}

body#listview table td a:hover img {
	border: solid 1px red;
}

body#listview table th a:hover {
	color:red;
}

body#listview table td .price {
	color: red;
}

body#listview table .sortArrows {
	font-size: 12pt;
	font-weight: bold;
}

/*********** DEALER RESULTS PAGE *********************/
body#results #content-inner table#results_table {
	padding: 0px;
	margin: 0px;	
	border-collapse: collapse;
}

body#results #content-inner table#results_table tr td{
	text-align: left;
	padding: 5px;
	border: solid 1px #787878;
	font-size: 8pt;
	
}

body#results #content-inner table#results_table tr th{
	padding: 5px 10px;
	border: solid 1px #969696;
	color: #fff;
	background-color: #A5A5A5;
}

body#results #content-inner a{
	color: #24408F;
	font-weight: bold;
	text-decoration: none;
}

body#results #content-inner a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

body#results #content-inner form input.button {
	background-color: #24408F;
	color: #FFF;
	font-weight: normal;
	width: 100px;
}

body#results #content-inner form input.button:hover {
	
}

body#results #content-inner form input.button:active {
	background-color: #fff;
	color:  #24408F;
}

body#results #content-inner form input {
	border: solid 1px #000;
	margin: 5px 0;
	padding: 5px;
	color: #24408F;
	
}
	



