/* Generic hosted color scheme */

body { background:#000000; width:900px;
		font-size:12px; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif }

/* links */
a { font-weight:bold; text-decoration:none; }
a:link { color: #ffffff }
a:visited { color: #ffffff }
a:hover { color: #CD0000 }
a:active { color: #ff9900}
th a:link, th a:visited, th a:hover, th a:active { color:white }

/* header cell properties - headers for search results etc.*/
TH { font-weight:bold; font-size:16px; color:white; font-family:Georgia, "Times New Roman", Times, serif; text-align:center;
	background:#8c0000 url(redbar.jpg) top repeat-x}

/* header: full width bar, i.e. "Just Listed" */
.header { font-weight:bold; font-size:16px; color:#ffffff; font-family:Georgia, "Times New Roman", Times, serif; text-align:left; padding:3px;
	background:#8c0000 url(redbar.jpg) top repeat-x}

/* cell/button properties */
.dark { background:#360000 url(fadebar.jpg) top repeat-x }
div.btn { background:url(silverbar.jpg) center no-repeat; text-align:center; padding:5px;}

/* text properties */
.dealerblock { padding:16px; background:#360000 url(fadebar.jpg) top repeat-x }
.dealername { font-size:20px; font-weight:bold; text-align:center }
.dealercity { font-size:16px; font-weight:bold; text-align:center }
.price { font-size:20px; font-weight:normal; text-align:center; border-width:thin; border-style:solid; border-color:#C0C0C0; color:#000000 }
span.priceblock { font-size:20px; font-weight:normal; text-align:center; border: solid 1px #000000;
padding:8px; margin:8px; background-color:white; color:#000000 }
.price_fp { font-size:10px; font-weight:normal; text-align:center; background:none}
TD.justborder { background:#8c0000 url(redbar.jpg) top repeat-x }
TD.justborder_bg { background:#360000 url(fadebar.jpg) top repeat-x }

/* horizontal divider lines */
hr { color: #8c0000; background-color: #8c0000; border:solid; border-width:0px }

/* form field properties - match page background color */
/*
select { background-color:#005aa5; color:white; border-color:#005aa5 }
input { background-color:#005aa5; color:white; border-color:#005aa5}
*/
