@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 0.8em;
	color: #333333;
	background: #FFFFFF;
}
img {
	border: 0px none;
}
h3 {
	font-size: 1.2em;
	padding: 5px 0px 5px 7px;
	background: url(../../images/stripes_b.png) repeat;
	color: #CCCCCC;
}
a {
	text-decoration: none;
	outline: none;
	color: #FF6600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#top_black {
	height: 75px;
}
#top_content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-top: 24px;
}
#top_links {
	padding-top: 27px;
}
#top_black li, #top_black ul {
	display: inline;
	list-style: none;
}
#top_content li a {
	margin-left: 1px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	padding: 4px 6px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}
#top_orange {
	height: 15px;
}
#top_shadow {
	background: url(../../images/shadow.png) repeat-x;
	height: 10px;
}
#wrapper, #footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background: #FFFFFF;
}
.main {
	width: 400px;
}
.sidebar {
	padding-left: 12px;
	border-left: 1px dotted #CCCCCC;
}
.shade {
	background: url(../../images/shade_bg.png) repeat;
}
.latest_item {
	width: 100%;
	font-size: 0.85em;
	color: #333333;
	margin-bottom: 2px;
}
.latest_title {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.item td {
	padding: 2px;
}
#new_used {
	width: 375px;
}
#footer_top {
	height: 8px;
}
#footer_content {
	padding-top: 9px;
	text-align: right;
	color: #666666;
	padding-right: 10px;
	font-size: 0.7em;
}
.c_left {
	width: 300px;
	padding: 6px;
}
.c_left h4 {
	color: #EEE;
	font-size: 1.05em;
	font-weight: normal;
	padding: 3px 6px;;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.c_left ul {
	margin: 8px 25px;
}
.c_left p {
	font-size: 0.9em;
	padding-left: 5px;
}
#footer_bottom {
	height: 30px;
}
textarea {
	font-size: 1em;
}
.ititle {
	font-weight: bold;
}
.categories li {
	margin-left: 25px;
}
.categories a {
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 6px;
	margin-bottom:1px;
	border: 1px solid #FFF;
}
.categories a:hover {
	text-decoration: none;
	color: #FFF;
	background: url(../../images/stripes_o.png);
	border: 1px solid #666;
}
.categories a span {
	float:right;
	margin-right: 3px;
	color: #333;
}
.categories a:hover span {
	color: #FFF;
}
.cleanform div label, .cleanform div input, .cleanform div select {
        float: left;
        margin-bottom: 10px;
}
.cleanform div input{
        width: 150px;
}
.cleanform div select {
        width: 154px;
}
.cleanform div label {
        text-align: right;
        width: 75px;
        padding-right: 20px;
}
.cleanform div.wide label {
        width: 120px;
}
.cleanform div br {
        clear: left;
}
.new_list {
	width: 100%;
	text-align: center;
}
.new_list td {
	padding: 5px 0px;
}
.terms li {
	font-size: 0.9em;
	margin-bottom: 8px;
}
.spacer {
	clear: both;
	height: 5px;
	font-size: 1px;
}
.red {
	color: red;
	font-weight: bold;
}
.green {
	color: green;
	font-weight: bold;
}
.right {
	float: right;
}
.bord {
	border: 1px solid #EEEEEE;
}
.padded_h {
	margin-top: 6px;
	margin-bottom: 8px;
}
.bg_b {
	background: url(../../images/stripes_b.png) repeat;
}
.bg_o, #top_content li a:hover, #top_content li a#here {
	background: url(../../images/stripes_o.png) repeat;
	color: #EEEEEE;
}