/* 
	Stylesheet for Autonet - Used cars
	Copyright 2008
*/

body, div, form, table, span, label, td, tr, tbody, thead, input, img, a, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 17px 0 0 18px;
	font: normal 12px/1.2 Verdana;
}

hr {
	background-color: none;
	border: none;
	border-bottom: 1px solid #657582;
	margin: 7px 0 10px 0;
}	
label {
	color: #a1b0b9;
	cursor: pointer;
}
input, select {
	vertical-align: middle;
	font: normal 11px/1 Verdana;
	margin-bottom: 3px;
}
select {
		width: 90px;
		margin-right: 18px;
		/*height: 18px;*/
}
img {
	border: 0;
}

a {
	text-decoration: none;
}

a.arrow
{
	background-image: url(images/btn_arrow_orange_greybg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 25px 2px 0;
}

h1, h2 {
	font-size: 14px;
	color: #65809a;
	margin-bottom: 17px;
}

h2 {
	font-weight: normal;
}
h3 {
	color: #65809a;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: normal;
}
.hilite {
	color: #FF8000;
}
#searchbox {
		background-color: #54697b;
		background-image: url(images/bg_searchbox.jpg);
		background-repeat: no-repeat;
		height: 253px;
		width: 903px;
		padding: 14px;
	}
	
	#searchbox td, #searchbox th {
		vertical-align: middle;
		text-align: left;
		color: #ffffff;
		font-size: 11px;
		font-weight: normal;
	}
	#searchbox tr.aligntop td {
		vertical-align: top;
	}
	#searchbox thead th {
		font-size: 18px;
		padding-bottom: 14px;
		
	}
	#searchbox tbody th {
		padding-bottom: 5px;
		
	}	
	#searchbox select.large {
		width: 160px;
	}
	
	#searchbox table table th {
		width: 178px;
	}
	#searchbox tbody td.r, #searchresult tbody td.r {
		text-align:right;
	}
	
#searchresult tbody td
	{
		background-image: url(images/bg_tile_resultrow.gif);
		background-repeat: repeat-x;
		border-left: 1px solid #ffffff;
		font-size: 10px;
		color: #5d5d5e;
		padding: 2px 16px;
		background-position: left bottom;
	}
	#searchresult th {
		text-align: left;
		color: #475866;
		font-weight: normal;
		font-size: 10px;
		padding-left:16px;
		border-top: 1px dotted #657582;
		padding-top: 10px;
	}
	#searchresult a {
		color: #5d5d5e;
	}
	#searchresult a:hover {
		color: #FF8000;
	}
	#searchresult tbody td.thumb {
		border: 0;
		padding: 0;
		width: 80px;
		padding-top: 1px;
	}

.imglarge, .details {
	float: left;
}

.details
	{
		width: 292px;
	}
	.details #searchresult tbody td {
		height: 60px;
	}
	
	.details h2 {
		padding: 0 0 0 16px;
	}

#searchresult tbody tr.nobg td {
	background: none;
	border-bottom: 1px dotted #657582;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#searchresult tbody tr.noline td {
	border-bottom: none;
}

.thumbs img {
	margin-right: 1px;
	margin-top: 1px;
}

#searchresult tbody td.morecars {
	padding-top: 10px;
	border-bottom: 1px dotted #657582;
	padding: 14px 0 10px 0;
	background: none;
}

.inp {
	border: 1px solid #a5acb2;
	color: #7f7f80;
	width: 158px;
	margin-right: 18px;
	/*height: 16px;*/
	padding: 2px 0 0 2px;
}


