@charset "utf-8";
/* CSS Document */

/**** SEARCH ENGINE ****/
body {margin: 0px; margin-top:10px; padding: 0px; font-family: arial; font-size:12px; color:#000; }
form {margin:0px; padding:0px;}

/* Search Table */
#srchtbl { margin:auto; width:300px; }
#srchtbl th { font-weight:bold; text-align:left; }
/* un-comment to remove items
#trTran {display:none;}
#trPrice {display:none;}
#trYear {display:none;}  */

/* Inputs */
.srchinput {width: 100%; font-weight: normal; font-size: 11px; font-family: arial; color: #000000;}
/*.srchbutton {};*/

/* Header & Footers */
#hdr-img {display:none;}
#hdr-txt {display:block;margin:auto;width:260px;font-weight:bold;text-align:center;padding:20px;}
#ftr-txt {display:none;margin:auto;width:260px;font-weight:bold;text-align:center;padding:20px;}

/* Results */
#results-container { margin:auto; width:600px; }
.result-1, .result-2 {border-bottom:1px solid #ddd;padding:6px;}
.result-1 {background-color:#f5f3f1;}
.img-border { padding:2px; border-bottom:1px solid #ddd; }
.detail {padding-left:16px;}
.detail a {font-size:13px;}
.price {color:#000;font-weight:bold;vertical-align:top;padding-left:4px;}
.noimg {width:90px;height:67px;background-color:#f2f2f2;color:#000000;font-size:14px;text-align:center;}
.hl-box {margin:10px;text-align:center;padding:5px;border:1px solid #ddd;}   /*background-color:#ffffcc;*/
.was {text-decoration:line-through;color:#666;}
.now {color:#FF0000;}
.header {background-image:url(../imgs/menu_bg.gif); background-repeat: repeat-x; color:#333; margin:0px; padding:5px; font-weight:bold; font-size:14px; }
.spacer {padding:10px;margin:0px;background-color:#fff;text-align:center;overflow:auto;position:relevant; }

/* Details */
#details-container { margin:auto; width:600px; overflow:auto;}
#details-container th, #pop-up th { background-image:url(../imgs/menu_bg.gif); background-repeat: repeat-x; padding:2px;}
#dtl-right { float:right; width:219px; margin-right:4px;}
.cell-hl {background-color:#eee;}
.brdr-box { border:1px solid #ddd;padding:1px;margin-top:3px;overflow:hidden;display:block;}
.disc {font-size:10px;color:#666;font-style:italic;}
#veh_details, #veh_features { width:370px; }
#veh_desc { width:578px; }

/* Brochure */
td.hcell {height:20px;}

/* Anchors */
a {cursor:pointer;}
a, a:visited {color:#cc3333;font-weight:700;}
a:hover {color:#000;font-weight:700;}

/* Powered by CDS | DO NOT CHANGE */
#cds {margin:auto; width:260px; margin-top:20px; text-align:center; }

/* Buttons | DO NOT CHANGE */
a.button {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 8px 0 0;
	font: 600 14px "Arial", Helvetica, sans-serif;
 	color: #fff;
 	cursor:pointer;
}

a.button span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
}
a.button img { margin-left:-10px; margin-top:-3px; padding-right:5px; vertical-align:middle;}

#wantmore a.button {width:170px;}
#wantmore div.Red, #wantmore div.Blue, #wantmore div.Black, #wantmore div.Grey {margin-left:10px;}

div.Red a.button { background: url(../imgs/buttons/red.png) no-repeat top right; }
div.Red span {	background: url(../imgs/buttons/red.png) no-repeat top left; }

div.Blue a.button { background: url(../imgs/buttons/blue.png) no-repeat top right; }
div.Blue span {	background: url(../imgs/buttons/blue.png) no-repeat top left; }

div.Black a.button { background: url(../imgs/buttons/black.png) no-repeat top right; }
div.Black span {	background: url(../imgs/buttons/black.png) no-repeat top left; }

div.Grey a.button { background: url(../imgs/buttons/grey.png) no-repeat top right; }
div.Grey span {	background: url(../imgs/buttons/grey.png) no-repeat top left; }

