
html, 
body {
	text-align:center;
	background: #000;
	height: 100%;
}

td#sp-table-td {
	/*height: 100%;*/
}

div#container {
	float:left;
	padding-top: 46px;
	margin-left: 15px;
	margin-top:-105px;
	_margin-top:-101px;
	background: url('../img/bg_search.jpg') top right no-repeat;
	font-size: 12px !important;
	height: 100%;
	width: 735px;
}

/* the following CSS are overides/hacks so that CPO will look correct while still using the old Flash Navigation */

#container #cpo_header {
	margin-top: 12px !important;
}

#footer {
	clear:both !important;
	margin-left:20px !important;
}

#footer a {
	border:none !important;
}

#topNav {
	height:150px !important;
}

#subNav {
	margin-top: -85px !important;
}

div#container h1 {
	color: #6D5E51;
}

div#container a {
	color: #6D5E51;
}

div#container input {
	font-weight:normal;
	width: 100px;
	border: none;
}

div#container input#submitter,
div#container input#clear {
	background-color: #000 !important;
}

div#container select {
	font-weight: normal;
	border: none;
}

div#container ul {
	list-style-type: none;
}

div#container div#search {
	float: left;
}

div#container div#search h1#title_search {
	background: url('../img/title_search.gif');
	display: block;
	height: 16px;
	margin-bottom: 23px;
	text-indent: -999em !important;
	width: 60px;
}

div#container div#search {
	line-height: 16px;
}

div#container div#search ul#search-ul {
	width: 600px;
	margin-left: 8px;
}

div#container div#search li#search-model,
div#container div#search li#search-transmission,
div#container div#search li#search-model-year,
div#container div#search li#search-postal-code,
div#container div#search li#search-price-range,
div#container div#search li#search-certified-used {
	float: left;
	height: 55px;
	width: 190px;
}

div#container div#search li#search-buttons {
	clear: both;
	margin-left: -10px;
}

div#container div#search label {
	display: block;
	line-height: 26px;
}

div#container div#search select {
	font-size: 12px;
}

div#container div#search li#search-model-year input,
div#container div#search li#search-price-range input {
	width: 50px;
}

div#container div#loading {
	background: none;
	clear: both;
	height: 32px;
	/*text-align: center;*/
}

div#container div#loading.animate {
	background: url('../img/loading.gif') no-repeat;
} 


div#container div#results { 
	background: #fff;
	clear: both;
	font-size: 11px;
	visibility: hidden;
}

div#container div#corner-tl,
div#container div#corner-tr,
div#container div#corner-bl,
div#container div#corner-br {
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

div#container div#corner-tl,
div#container div#corner-bl {
	float: left;
}

div#container div#corner-tr,
div#container div#corner-br {
	float: right;
}

div#container div#corner-tl {
	background: url('../img/corner-tl.gif');
}

div#container div#corner-tr {
	background: url('../img/corner-tr.gif');
}

div#container div#corner-bl {
	background: url('../img/corner-bl.gif');
}

div#container div#corner-br {
	background: url('../img/corner-br.gif');
}

div#container div#heading {
	padding-top: 1em;
}

div#container div#heading h1#title_results {
	background: url('../img/title_results.gif');
	background-repeat:no-repeat;
	display: block;
	height: 16px;
	margin-left: 1em;
	margin-top: 1em;
	text-indent: -999em;
	width: 61px;
}

div#container div#heading div#pagination {
	color: #000;
	float: right;
	height: 30px;
	margin-right: 1em;
}

div#container div#sorter {
	clear: both;
	margin-bottom: 35px;
}
div#container div#sorter ul {
	list-style-type: none;
}

div#container div#sorter ul li {
	float: left;
	text-align: center;
}

div#container div#sorter ul li span a {
	border-right: 1px solid #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	width: 75px;
}

div#container div#sorter ul li span a:hover {
	color: black;
}



div#container div#output {
	background: #fff;
	clear: both;
	color: #000;
}

div#container div#output ul li {
	clear: both;
	cursor: pointer;
	display: block;
	height: 60px;
	padding-bottom: 5px;
	padding-top: 5px;
}


div#container div#output ul li span {
	border-right: 1px solid #fff;
	background: none;
	display: block;
	float: left;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 75px;
}

div#container div#output ul li span.image {
	height: 60px;
	width: 80px;
}

div#container div#output ul li span.image img {
	/*height: 60px;*/
	margin: 0;
	padding: 0;
}

div#container div#output ul li span.transmission,
div#container div#sorter ul li span#sort_transmission a {
	width: 80px;
}

div#container div#output ul li span.year,
div#container div#sorter ul li span#sort_year a,
div#container div#output ul li span.dealerCode,
div#container div#sorter ul li span#sort_dealerCode a {
	width: 60px;
}

div#container div#output ul li span.dealerName,
div#container div#sorter ul li span#sort_dealerName a {
	width: 150px;
}

div#container div#result-footer {
	clear: both;
}

div#container div#space {
	background: #fff;
	height: 10px;
	
}

li.sort_up {
	background-image: url(/js/preowned/asc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

li.sort_down {
	background-image: url(/js/preowned/desc.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----- CLASSES ----- */


div#container p.error {
	color: red;
	text-align: center;
}

div#container p.sorry {
	color: red;
	text-align: center;
}

div#container h1.title_error {
	background: url('../img/title_error.gif') !important;
	background-repeat:no-repeat;
	margin-left: 1em;
}

div#container h1.title_sorry {
	background: url('../img/title_sorry.gif') !important;
	margin-left: 1em;
}

div#container div#output ul li.odd {
	background: #ECE8E5;
}

div#container div#output ul li span.check {
	background: url("../img/check_whitebg.gif") center center no-repeat;
	text-indent: -999em;
}

div#container div#output ul li.odd span.check {
	background: url("../img/check_greybg.gif") center center no-repeat;
	text-indent: -999em;
}

div#search {margin:15px 0 0 8px;}


/* ----- TEMP ----- */

div#log {
	color: #ff0000;
}

