@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	border: none;
	}


	
body {
	text-align: center;
	background: #c6beb5;
	}

img#printHeader {
	display: none;
	}
		
ul#nav {
	margin: 0 auto;
	width: 947px;
	height: 104px;
	padding: 0;
	border-bottom: 3px solid #c6beb5;
	background: url(images/bg-nav.gif) no-repeat left bottom;
	text-align: left;
	}

ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav li.n-header a {
	height: 68px;
	width: 947px;
	border-bottom: 11px solid #c6beb5;
	display: block;
	background: #9b8f82 url(images/header2.gif) no-repeat left top;
	}

ul#nav li.n-header a h1,
ul#nav li.n-header a h2,
ul#nav li a span {
	display: none;
	}
	
ul#nav li a {
	float: left;
	height: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	}
	
ul#nav li.n-home a { background-image: url(images/n-home.gif); width: 54px; margin-left: 10px; }
ul#nav li.n-search a { background-image: url(images/n-search-112.gif); width: 112px; }
ul#nav li.n-sell a { background-image: url(images/n-sell.gif); width: 45px; }
ul#nav li.n-advertise a { background-image: url(images/n-advertise.gif); width: 82px; }
ul#nav li.n-subscribe a { background-image: url(images/n-subscribe.gif); width: 83px; }
ul#nav li.n-locations a { background-image: url(images/n-locations.gif); width: 156px; }
ul#nav li.n-account a { background-image: url(images/n-account.gif); width: 91px; }

ul#nav li.n-classifieds a { background-image: url(images/n-classifieds-106.gif); width: 106px; }
ul#nav li.n-auctions a { background-image: url(images/n-auctions-77.gif); width: 77px; }

ul#nav li a:hover {
	background-position: left bottom;
	}

ul#nav li.n-subs {
	color: #6da6cf;
	float: left;
	padding: 6px 0 0 15px;
	height: 19px;
	text-align: right;
	font: normal 10px/11px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	background: url(images/n-wedge.gif) no-repeat left top; 
	width: 370px;
	}
	
ul#nav li.n-subs a {
	float: none;
	color: #fff;
	text-decoration: none;
	}
	
ul#nav li.n-subs a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#wrapper {
	margin: 0 auto;
	background: #fff;
	padding: 8px 0 0;
	width: 947px;
	text-align: left;
	}

/* CONTENT */
	
#content {
	float: left;
	width: 813px;
	padding: 0 0 8px 8px;
	}
	
#content h3 {
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	margin: 0 10px 8px;
	}
	
#content h4 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 10px 8px;
	}	
	
#content p,
#content ul,
#content ol,
#content dl {
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	margin: 0 10px 8px;
	}

#content li {
	margin: 0 25px;
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	}
	
#content a {
	color: #215174;
	}

/* HOME STYLES */

img.homeMasthead {
	display: block;
	margin: 0 0 8px;
	}

ul#browse {
	float: right;
	background: url(images/bg-browse4.gif) no-repeat right top;
	padding: 33px 0 0 0;
	margin: 0 2px 0 0;
	display: inline;
	width: 223px;
	height: 370px;
	border-bottom: 8px solid #fff;
	}

ul#browse li {
	margin: 0;
	list-style: none;
	display: inline;
	}

ul#browse li a {
	float: left;
	width: 107px;
	height: 109px;
	margin: 3px 0 0 3px;
	display: inline;
	background-position: left top;
	background-repeat: no-repeat;
	}

ul#browse li.b-trucks a { background-image: url(images/b-trucks.jpg); }
ul#browse li.b-trailers a { background-image: url(images/b-trailers.jpg); }
ul#browse li.b-equipment a { background-image: url(images/b-equipment.jpg); }
ul#browse li.b-farm a { background-image: url(images/b-farm.jpg); }
ul#browse li.b-rv a { background-image: url(images/b-rv.jpg); }
ul#browse li.b-misc a { background-image: url(images/b-misc.jpg); }
ul#browse li.b-forestry a { background-image: url(images/b-forestry.jpg); }

ul#browse li a span { display: none; }

ul#browse li a:hover { background-position: left bottom; }

ul#browse li.b-classifieds a {}
ul#browse li.b-auctions a {}

/* ul#browse li.b-button a {
	height: 17px;
	width: 107px;
	margin-top: 6px;
	padding: 8px 0 0;
	background: #7a0000;
	color: #fff;
	text-align: center;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #590505 0 1px 0;
	}
	
ul#browse li.b-button a:hover {
	background: #958d82;
	color: #fff;
	text-shadow: #72675c 0 1px 0;
	} */
	
ul#browse li.b-button a {
	height: 17px;
	width: 107px;
	margin-top: 6px;
	padding: 8px 0 0;
	background: #c0b8b1;
	color: #7a0000;
	text-align: center;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #958d82 0 1px 0;
	}
	
ul#browse li.b-button a:hover {
	background: #958d82;
	color: #fff;
	text-shadow: #72675c 0 1px 0;
	}	

ul#actions {
	margin: 0;
	padding: 0;
	height: 360px;
	width: 811px;
	clear: both;
	}

ul#actions li {
	float: left;
	margin: 0;
	list-style: none;
	}

ul#actions li.a-featured {
	width: 581px;
	height: 221px;
	background: #e9e7e4 url(images/bg-featured.jpg) no-repeat left bottom;
	border-bottom: 7px solid #fff;
	}

ul#actions li.a-featured h3 {
	display: none;
	}

ul#actions li.a-featured form {
	display: block;
	background: #215174 url(images/h3-featuredlistings.gif) no-repeat left top;
	color: #fff;
	text-align: right;
	padding: 3px 5px 0 0;
	height: 24px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	margin: 0 0 4px;
	}

ul#actions li.a-featured form input {
	background: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: none;
	}

ul#actions li.a-featured ul {
	padding: 0 0 0 5px;
	margin: 0;
	}

ul#actions li.a-featured ul li {
	padding: 0 0 0 4px;
	width: 138px;
	}

ul#actions li.a-featured ul li div.featListThumb {
	width: 138px;
	height: 104px;
	overflow: hidden !important;
	margin: 0 0 4px;
	position: relative;
	}

ul#actions li.a-featured ul li img {
	display: block;
	position: relative;
	left: -18px;
	}

ul#actions li.a-featured ul li p {
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 0 5px;
	}

ul#actions li.a-featured ul li p a {
	color: #000;
	}

ul#actions li.a-featured ul li p strong a {
	color: #7a0000;
	}

ul#actions li.a-find {
	float: right;
	width: 223px;
	background: #d7d2cc /*url(images/bg-find.jpg) no-repeat left bottom*/;
	height: 353px;
	}

ul#actions li.a-find h3 { display: none; }

ul#actions li.a-find form {
	background: url(images/h3-findit.gif) no-repeat left top;
	padding: 36px 0 0 10px;
	}	

ul#actions li.a-find form label {
	display: block;
	margin: 0 0 4px;
	font: bold 10px/10px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}
	
ul#actions li.a-find form select{
	display: block;
	border: 1px solid #8e8075;
	font-size: 12px;
	margin: 0 0 4px;
	width: 198px;
	}	
	
ul#actions li.a-find form input {
	display: block;
	border: 1px solid #8e8075;
	padding: 2px;
	font-size: 12px;
	margin: 0 0 8px;
	width: 194px;
	}	
	
ul#actions li.a-find form a {
	float: left;
	font: normal 10px/12px Helvetica, Arial, sans-serif;
	color: #325e8c;
	}
	
ul#actions li.a-find form input.find-button {
	/*float: right;
	width: auto;
	border: none;
	padding: 0;
	background: none;
	
	display: inline;
	text-transform: uppercase;
	color: #000;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	cursor: pointer;*/
	margin: 0 14px 0 0;
	float: right;
	background: #9b8f82;
	border: 1px solid #c6beb5;
	width: auto !important;
	border: none;
	padding: 4px 10px 3px !important;
	display: inline;
	text-transform: none !important;
	color: #fff;
	font: bold 12px/12px Helvetica, Arial, sans-serif !important;
	cursor: pointer;
	}

ul#actions li.a-subscribe {
	float: left;
	background: url(images/bg-subscribe.jpg) no-repeat left top;
	width: 161px;
	padding: 10px 10px 0 110px;
	height: 120px;
	border-right: 7px solid #fff;
	}
	
ul#actions li.a-subscribe p {
	font: normal 11px/13px Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	}

ul#actions li.a-subscribe h4 {
	text-align: right;
	margin: 0;
	text-transform: uppercase;
	}
	
ul#actions li.a-subscribe h4 a {
	text-decoration: none;
	color: #7a0000;
	}

ul#actions li.a-subscribe h4 a:hover {
	text-decoration: underline;
	}

ul#actions li.a-sell {
	background: url(images/bg-sell.jpg) no-repeat left top;
	width: 123px;
	height: 85px;
	padding: 45px 0 0 170px;
	}
	
ul#actions li.a-sell h3 { display: none; }
	
ul#actions li.a-sell p {
	font: bold 11px/13px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	}	

ul#actions li.a-sell h4 {
	text-align: right;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	}
	
ul#actions li.a-sell h4 a {
	text-decoration: none;
	color: #7a0000;
	}	

ul#actions li.a-sell h4 a:hover {
	text-decoration: underline;
	}	

/* REFINE SEARCH */

#refine {
	float: left;
	width: 226px;
	margin: 0;
	background: url(images/bg-refine-btm.gif) no-repeat left bottom;
	}

#refine h3 {
	display: none;
	}

#refine form {
	display: block;
	background: url(images/bg-refine-top.gif) no-repeat left top;
	padding: 5px 0 20px 52px;
	}
	
#content #refine form h4 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #1f4b6a;
	margin: 0;
	padding: 5px 3px 5px;
	clear: both;
	float: none;
	display: block;
	visibility: visible !important;
	}

#content #refine form dl {
	margin: 0;
	}
	
#content #refine form dl dt {
	float: left;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	width: 17px;
	padding: 0px 0 0;
	clear: both;
	}	

#content #refine form dl dd {
	float: left;
	width: 145px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 4px;
	padding: 2px;
	}
	
#content #refine form input,
#content #refine form select {
	border: 1px solid #c1b9b1;
	padding: 2px;
	margin: 0 0 2px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	}
	
#content #refine form input.nb {
	border: none;
	}


#content #refine form ul,
#content #refine form p {
	margin: 0;
	padding: 0;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	}

#content #refine form li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #c1b9b1;
	width: 160px;
	padding: 0 0 1px;
	}
	
#content #refine form li input {
	float: left;
	margin: 15px 5px 0 0;
	}

#content #refine form li label {
	display: block;
	height: 35px;
	padding: 15px 0 0 0;
	background-position: right 5px;
	background-repeat: no-repeat;
	}

#content #refine form li.t-trucks label { background-image: url(images/t-trucks.gif); }
#content #refine form li.t-trailers label { background-image: url(images/t-trailers.gif); }
#content #refine form li.t-equipment label { background-image: url(images/t-equipment.gif); }
#content #refine form li.t-farm label { background-image: url(images/t-farm.gif); }
#content #refine form li.t-rv label { background-image: url(images/t-rv.gif); }
#content #refine form li.t-misc label { background-image: url(images/t-misc.gif); }
#content #refine form li.t-forestry label { background-image: url(images/t-forestry.gif); }
	
#content #refine form li div {
	background: #ded8d1 url(images/t-arrow.gif) no-repeat 4px 8px;
	padding: 2px 0 2px 24px;
	margin: 0 0 4px;
	height: 38px;
	}	

#content #refine form li div select {
	width: 130px;
	margin: 0;
	}	

#content #refine form p input,
#content #refine form p select {
	width: 155px;
	display: block;
	}
	
#content #refine form p.years select {
	width: 65px;
	display: inline;
	}

#content #refine form p input.checkbox {
	display: inline;
	width: auto;
	}

#content #refine form p.submit {
	text-align: right;
	padding: 12px 0 0;
	}

#content #refine form p.submit input {
	background: none;
	width: auto;
	border: none;
	padding: 0;
	background: none;
	margin: 0 12px 0 0;
	display: inline;
	text-transform: uppercase;
	color: #7a0000;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	cursor: pointer;
	}

/* SEARCH LISTINGS */

#results {
	float: left;
	width: 586px;
	}

#results #summary {
	width: 581px;
	margin: 0 0 10px 4px;
	background: #9b8f82 url(images/summary-top.gif) no-repeat left top;
	padding: 10px 0 0;
	}
	
#content #results #summary h3 {
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	padding: 0 10px 14px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	float: left;
	}
	
#content #results #summary h4 {
	font: normal 14px/16px Helvetica, Arial, sans-serif;
	padding: 0 10px 14px;
	margin: 0;
	color: #fff;
	float: right;
	}
	
#content #results #summary p {
	clear: both;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#content #results #summary form {
	display: block;
	background: #e9e7e4;
	padding: 10px 10px 0;
	height: 30px;
	}
	
#content #results #summary form label {
	float: left;
	padding: 0 4px 0 0;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}
	
#content #results #summary form select {
	float: left;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	border: 1px solid #9b8f82;
	}

#content #results #summary form p {
	float: right;
	clear: none;
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #215174;
	text-transform: uppercase;
	margin: 0;
	}		

#content #results #summary form p a {
	color: #215174;
	font-weight: bold;
	}

#pagenav {
	height: 20px;
	padding: 5px 11px 0 14px;
	clear: both;
	}
	
#content #pagenav p {
	float: left;
	font: normal 10px/12px Helvetica, Arial, sans-serif;
	margin: 0;
	color: #215174;
	}

#content #pagenav ul {
	float: right;
	text-align: right;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	margin: 0;
	}
	
#content #pagenav ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 1px;
	}	

#content #pagenav li a.on {
	font-weight: bold;
	}	

#content #pagenav ul li div {
	display: inline;
	color: #999;
	}

#content #pagenav a {
	color: #215174;
	text-decoration: none;
	}	

#content #pagenav a:hover {
	color: #000;
	text-decoration: underline;
	}

#content #results h3 {
	margin: 0 10px 10px 14px;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

#content #sellerSearch {
	background: #e9e7e4;
	width: 581px;
	margin: 0 0 10px 4px;
	padding: 10px 0 2px;
	}
	
ul#listings {
	padding: 0 0 0 1px;
	margin: 0;
	}

ul#listings li {
	float: left;
	width: 289px;
	height: 145px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0;
	padding: 0;
	background: #e9e7e4;
	list-style: none;
	}
	
ul#listings li .l-head {
	background: #a39d93;
	padding: 6px;
	margin: 0 0 6px;
	height: 16px;
	}

#content ul#listings li .l-head h4 {
	float: left;
	margin: 0;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 195px;
	height: 16px;
	overflow: hidden;
	}

ul#listings li .l-head a {
	background: url(images/btn-detail.gif) no-repeat left top;
	float: right;
	height: 14px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 76px;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	}


ul#listings li .l-image {
	width: 138px;
	height: 104px;
	overflow: hidden;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	
	position: relative;
	}

ul#listings li .l-image img {
	display: block;
	position: relative;
	left: -18px;
	margin: 0 auto;
	}
	
ul#listings li p {
	float: right;
	margin: 0;
	padding: 0 6px 6px 0;
	width: 130px;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	}

ul#listings li p strong {
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	}
	
	
/* premium */

ul#listings.premium li {
	height: 147px;
	}
	
ul#listings.premium li .l-head {
	background: #193a50;
	border-bottom: 2px solid #fc0;
	color: #fff;
	}

ul#listings.premium li .l-head a {
	background: url(images/btn-premium.gif) no-repeat left top;
	color: #215174;
	}
	
	
/* LISTING PAGE */

#seller {
	float: left;
	width: 170px;
	height: 464px;
	margin: 0 4px 0 0;
	background: url(images/bg-contact.gif) no-repeat left top;
	padding: 25px 10px 20px 46px;
	text-align: center;
	}
	
#seller h3 {
	display: none;
	}

#content #seller h4 {
	font: normal 18px/22px Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	}

#content #seller p {
	margin: 0 0 6px;
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	}
	
#content #seller ul {
	margin: 0 0 18px;
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	}

#content #seller .s-caps {
	text-transform: uppercase;
	}

#content #seller li {
	margin: 0 0 8px;
	list-style: none;
	font-weight: bold;
	}
	
#content #seller img {
	margin: 0 auto;
	border: 1px solid #c1b9b1;
	margin: 0 0 15px;
	}
	
#content #seller a {
	color: #215174;
	}

#content #seller a:hover {
	color: #000;
	}
	


#content ul.jumpNav {
	height: 25px;
	width: 561px;
	float: left;
	padding: 0 10px;
	margin: 0;
	}
	
#content ul.jumpNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#content ul.jumpNav li a {
	float: left;
	padding: 6px 0 0;
	font: bold 11px/12px Helvetica, Arial, sans-serif !important;
	height: 16px;
	text-decoration: none;
	margin: 0 6px 0 0;
	}

#content ul.jumpNav li.back a {
	float: right;
	margin: 0;
	}

#content ul.jumpNav li a:hover {
	text-decoration: underline;
	color: #666;
	}

#listing {
	float: left;
	width: 581px;
	background: #dfdedd;
	padding: 0;
	}

#listing #summary {
	width: 581px;
	margin: 0;
	border-bottom: 4px solid #fff;
	background: #9b8f82 url(images/summary-top.gif) no-repeat left top;
	padding: 10px 0;
	}
	
#listing #summary hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0;
	}
	
#content #listing #summary h3 {
	font: bold 20px/22px Helvetica, Arial, sans-serif;
	padding: 1px 10px 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 395px;
	}
	
#content #listing #summary h4 {
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	float: right;
	width: 140px;
	text-align: right;
	}

#content ul#photos {
	margin: 0;
	padding: 5px 0 0 4px;
	}
	
#content ul#photos li {
	margin: 0;
	list-style: none;
	float: left;
	width: 138px;
	overflow: hidden;
	padding: 0 0 5px 2px;
	}	
	
#content ul#photos li img {
	display: block;
	margin: 0;
	padding: 0;
	}
	
#content ul#photos li.p-hero {
	width: 418px;
	height: 314px;
	}
	
#content ul#photos li.p-options {
	height: 300px;
	padding: 14px 0 5px 10px;
	}	

	
#content ul#photos li.p-options ul {
	margin: 0;
	padding: 0;
	color: #215174;
	font: bold 11px/18px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}
	
#content ul#photos li.p-options ul li {
	margin: 0 0 10px;
	}

#content ul#photos li.p-options ul li #emailfriend { 
	border: 1px solid #999;
	padding: 5px 0 5px 5px;
	width: 125px;
	}
	
#content ul#photos li.p-options ul li #emailfriend label {
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	text-transform: none;
	margin: 0 0 1px;
	color: #000;
	display: block;
	}

#content ul#photos li.p-options ul li #emailfriend input,
#content ul#photos li.p-options ul li #emailfriend textarea {
	width: 112px;
	margin: 0 0 6px;
	}	
	
#content ul#photos li.p-options ul li #emailfriend p {
	margin: 0 !important;
	}

#content ul#photos li.p-options ul li.p-enlarge {
	margin: 0;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	padding: 185px 0 0;
	}

#content ul#photos li a {
	color: #215174;
	}	

#content #details {
	background: #f7f5f3;
	clear: both;
	padding: 15px;
	}

#content #details h4 {
	font: bold 16px/18px Helvetica, Arial, sans-serif;
	color: #9b8f82;
	margin: 0 0 6px;
	text-transform: uppercase;
	}		

#content #details ul,
#content #details p {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	}

#content #details ul li {
	margin: 0 0 2px;
	list-style: none;
	}

/* ADVANCED SEARCH */

#content form#advSearch h4 {
	clear: both;
	margin-bottom: 0;
	background: #9b8f82;
	padding: 5px 6px 4px;
	width: 157px;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#content form#advSearch dl {
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	border: 1px solid #ded8d1;
	border-left: none;
	height: 27px;
	margin-bottom: 15px;
	}

#content form#advSearch dt {
	float: left;
	padding: 6px 0 0 6px;
	width: 20px;
	height: 21px;
	border-left: 1px solid #ded8d1;
	}
	
#content form#advSearch dd {
	float: left;
	width: 160px;
	padding: 5px 0 0;
	}

	
#content form#advSearch input,
#content form#advSearch select {
	border: 1px solid #c1b9b1;
	padding: 2px;
	margin: 0 0 2px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	}
	
#content form#advSearch input.nb {
	border: none;
	}

#content form#advSearch ul,
#content form#advSearch p {
	padding: 0;
	margin-bottom: 15px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	border: 1px solid #ded8d1;
	padding: 6px 6px 5px;
	}

#content form#advSearch ul {
	border: 1px solid #ded8d1;
	border-left: none;
	border-bottom: none;
	height: 198px; /* was 98px */
	padding: 0;
	}


#content form#advSearch li {
	list-style: none;
	float: left;
	width: 212px; /* was 155 */
	overflow: hidden;
	height: 98px;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #ded8d1;
	border-bottom: 1px solid #ded8d1; /* new */
	}	
	
#content form#advSearch li input {
	float: left;
	margin: 15px 0px 0 0;
	}

#content form#advSearch li label {
	display: block;
	height: 35px;
	padding: 15px 0 0 69px;
	overflow: hidden;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	}

#content form#advSearch li.t-trucks label { background-image: url(images/t-trucks.gif); }
#content form#advSearch li.t-trailers label { background-image: url(images/t-trailers.gif); }
#content form#advSearch li.t-equipment label { background-image: url(images/t-equipment.gif); }
#content form#advSearch li.t-farm label { background-image: url(images/t-farm.gif); }
#content form#advSearch li.t-rv label { background-image: url(images/t-rv.gif); }
#content form#advSearch li.t-misc label { background-image: url(images/t-misc.gif); }
#content form#advSearch li.t-forestry label { background-image: url(images/t-forestry.gif); }
	
#content form#advSearch li div {
	background: #ded8d1 url(images/t-arrow.gif) no-repeat 4px 8px;
	padding: 2px 0 2px 24px;
	margin: 0 0 4px;
	height: 38px;
	}	

#content form#advSearch li div select {
	width: 180px; /* was 130 */
	margin: 0;
	}	

#content form#advSearch p input,
#content form#advSearch p select {
	width: 155px;
	}
	
#content form#advSearch p.years select {
	width: 65px;
	display: inline;
	}

#content form#advSearch p input.checkbox {
	display: inline;
	width: auto;
	}

#content form#advSearch p.submit {
	border: none;
	padding: 12px 0 0;
	}
/*
#content form#advSearch p.submit input {
	background: none;
	width: auto;
	border: none;
	padding: 0;
	background: none;
	margin: 0 12px 0 0;
	display: inline;
	text-transform: uppercase;
	color: #7a0000;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	cursor: pointer;
	}	
*/	

/* GENERIC INTERIOR PAGE */

#content.generic {
	float: left;
	width: 700px;
	padding: 35px 57px 25px 64px;
	}
	
#content.generic h3 {
	font: bold 22px/24px Helvetica, Arial, sans-serif;
	color: #215174;
	margin: 0 10px 10px;
	}
	
#content.generic h4 {
	font: bold 16px/24px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 10px 10px;
	}
	
#content.generic h5 {
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 10px 5px;
	}

#content.generic table,
#content form table {
	width: 690px;
	margin: 0 5px 10px;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	}

#content.generic th,
#content form th {
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	padding: 5px;
	vertical-align: bottom;
	border-bottom: 1px solid #9b8f82;
	}
	
#content.generic td,
#content form td {
	border-bottom: 1px solid #cec8bf;
	padding: 5px;
	}

#content.generic tr.alt td {
	background: #ece9e4;
	}

#content.generic input,
#content.generic select,
#content.generic textarea {
	border: 1px solid #cec8bf;
	padding: 2px;
	}
	
#content.generic input.nb {
	padding: 0;
	border: none;
	}

#content.generic input.btn,
#content input.btn {
	background: none;
	width: auto;
	border: none;
	padding: 0;
	background: none;
	margin: 0 12px 0 0;
	display: inline;
	text-transform: uppercase;
	color: #7a0000;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	cursor: pointer;
	}
	
#content.generic input.box,
#content input.box {
	background: #9b8f82;
	border: 1px solid #c6beb5;
	width: auto !important;
	border: none;
	padding: 4px 10px 3px !important;;
	margin: 0 1px 0 0;
	display: inline;
	text-transform: none !important;
	color: #fff;
	font: bold 12px/12px Helvetica, Arial, sans-serif !important;
	cursor: pointer;
	}

#content p.button {
	height: 25px;
	}

#content p.button a {
	color: #fff !important;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	background: #215174;
	text-decoration: none;
	padding: 5px 8px 0;
	height: 16px;
	margin: 0 2px 0 0;
	float: left;
	}

/* SIGN IN */

#content.generic table.signIn {
	float: left;
	width: 300px;
	margin: 0;
	border-left: 10px solid #fff;
	}

#content.generic .dealers table.signIn {
	border-left: 10px solid #ece9e4;
	}
	
#content .dealers {
	background: #ece9e4;
	padding: 10px 0 0;
	height: 180px;
	}
	
#content .promo {
	float: left;
	width: 360px;
	padding-left: 20px;
	}

/* MY ACCOUNT */

#content.generic h3#accountHead {
	float: left;
	padding: 3px 10px 0;
	margin: 0 !important;
	height: 30px;
	overflow: hidden;
	}
	
#content.generic p#accountMeta {
	float: right;
	text-align: right;
	font: normal 11px/13px Helvetica, Arial, sans-serif;
	padding: 0 15px 3px;
	height: 30px;
	margin: 0 !important;
	overflow: hidden;
	}
	
#content.generic p#accountMeta a {
	margin-left: 5px;
	}
	
#content.generic p#accountIntro {
	border-top: 1px solid #9b8f82;
	padding: 10px 0 0 5px;
	margin-left: 5px;
	margin-top: 0 !important;
	}
	
form#dealerSelect {
	float: right;
	width: 200px;
	background: #ece9e4;
	margin-right: 10px;
	display: inline;
	padding: 10px 0 5px;
	border: 1px solid #cec8bf;
	}
	
#content.generic form#dealerSelect h4 {
	font: bold 13px/13px Helvetica, Arial, sans-serif;
	}

#content.generic form#dealerSelect p {
	margin-right: 0;
	}
	
#content.generic form#dealerSelect select {
	width: 175px;
	}
	
#content.generic ul#myLists {
	margin: 0 0 0 5px;
	}

#content.generic ul#myLists li {
	float: left;
	width: 340px;
	padding: 0 5px 0 0;
	overflow: hidden;
	margin: 0;
	list-style: none;
	}
	
#content.generic ul#myLists li h4 {
	margin: 0 0 5px;
	padding: 5px 5px 0;
	color: #215174;
	border-top: 1px solid #9b8f82;
	}
	
#content.generic ul#myLists li h4 a {
	color: #666;
	}	
	
#content.generic ul#myLists li table {
	width: 340px;
	margin: 0;
	}
	
#content.generic ul#myLists li table td {
	vertical-align: top;
	}
	
#content.generic ul#myLists li table th,
#content.generic ul#myLists li table td.num {
	white-space: nowrap;
	}
	
#content.generic table td.actions a {
	display: block;
	margin: 0 0 2px;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 5px 8px 4px;
	color: #fff;
	background: #215174;
	text-decoration: none;
	}
	
#content.generic table td.actions a.red {
	background: #7a0000;
	}
		
/* SUBSCRIPTION RECEIPT */

#content div.receipt {
	background: #9b8f82;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 400px;
	border: 5px solid #cec8bf;
}

#content div.receipt h4 {
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
}

#content div.receipt ul {
	margin: 5px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	background: #fff;
}

#content div.receipt ul li {
	margin: 0 !important;
	padding: 3px 0 3px 15px !important;
	border-top: 1px solid #cfbfb5;
}

#content div.receipt ul li strong {
	display: block;
	float: left;
	clear: left;
	width: 150px;
}

#content div.receipt p.total {
	padding: 0 !important;
	margin: 5px 0 0 !important;
	font-size: 20px !important;
	color: #fff;
	text-align: right;
}


/* DRILLDOWN CATS */

#content.generic h4 strong {
	border-bottom: 1px dotted #9b8f82;
	text-transform: uppercase;
	}

#content.generic ul.subcats {
	margin-right: 0;
	}

#content.generic ul.subcats li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content.generic ul.subcats li a {
	background: #920d00 url(images/subcat-arrow.gif) no-repeat right bottom;
	float: left;
	height: 150px;
	width: 220px;
	margin: 0 8px 8px 0;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	}

#content.generic ul.subcats li a img {
	display: block;
	margin: 0;
	border-bottom: 1px solid #fff;
	}
	
#content.generic ul.subcats li a strong {
	display: block;
	padding: 10px 0 0 8px;
	}
	
#content.generic ul.subcats li a:hover strong {
	color: #dd938c;
	text-decoration: underline;
	}

#content.generic ul.subsubcats {
	clear: both;
	margin-right: 0;
	padding: 5px 0 0;
	}
	
#content.generic ul.subsubcats li {
	float: left;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 171px;
	}

/* NO RESULTS */

#noRes {
	float: left;
	padding: 20px;
	}

#noRes h3 {
	font: bold 22px/24px Helvetica, Arial, sans-serif;
	color: #215174;
	margin: 0 10px 10px !important;
	padding: 0;
	}
	
#noRes p {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 10px 10px !important;
	padding: 0;
	}
	
#noRes p a {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	}
	
/* SELL BOXES */

#content.generic ul#sell {
	margin-right: 0;
	margin-bottom: 20px;
	}
	
#content.generic ul#sell li {
	list-style: none;
	padding: 0 0 7px;
	/* background: #d7d2cc; */
	border-bottom: 1px solid #d7d2cc;
	overflow: hidden;
	margin: 0 0 10px;
	height: 150px;
	}
	
#content.generic ul#sell li h4 {
	background: #7a0000 url(images/sell-header2.gif) no-repeat left top;
	font: bold 14px/15px Helvetica, Arial, sans-serif;
	padding: 0;
	height: 27px;
	color: #fff;
	width: 500px;
	margin: 0 0 10px;
	}
	
#content.generic ul#sell li h4 em {
	float: left;
	padding: 7px 0 0 7px;
	font-style: normal;
	}

#content.generic ul#sell li h4 strong {
	float: right;
	text-align: right;
	background: #fff/* url(images/sell-corner.gif) no-repeat right top*/;
	padding: 5px 7px 0 7px;
	border: 2px solid #7a0000;
	height: 18px;
	color: #215174;
	}	

#content.generic ul#sell li ul {}
	
#content.generic ul#sell li li {
	width: auto;
	margin: 0 0 0 20px;
	list-style-type: square;
	display: list-item;
	overflow: visible;
	float: none;
	border: none;
	padding: 0;
	height: auto;
	}


#content.generic ul#sell li h5 {
	margin-bottom: 2px;
	padding: 0;
	}
	
#content.generic ul#sell li img {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
	}

#content.generic ul#sell li div {
	float: left;
	width: 200px;
	height: 80px;
	overflow: hidden;
	/*height: 180px  change if needed */;
	}	

#content.generic ul#sell li a.buy {
	background: #215174;
	color: #fff;
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	padding: 5px;
	text-align: center;
	margin: 0 0 0 10px;
	display: block;
	width: 100px;
	text-decoration: none;
	border: 1px solid #bdb2a5;
	clear: left;
	}

#content.generic ul#sell li a.buy:hover {
	background: #144060;
	}
	
/* AD */
	
#ad {
	float: right;
	width: 112px;
	padding: 18px 8px 8px 0;
	background: url(images/adbar.gif) no-repeat left top;
	}

/* FOOTER */
	
#footer {
	border-top: 5px solid #c6beb5;
	clear: both;
	background: #9b8f82;
	padding: 15px 0;
	text-align: center;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#footer p {
	margin: 0 0 10px;
	}
	
#footer p a {
	color: #fff;
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	}
	
#content #results #summary form p a.sortOrderAsc {
	height: 15px;
	color: #fff;
	padding: 0px 16px 0px 3px;
	background: #215174 url(images/arrowasc-b.gif) no-repeat right -3px;
	text-decoration: none;
	font-size: 11px;
	border-top: 4px solid #215174;
	border-bottom: 1px solid #215174;
	}
	
#content #results #summary form p a.sortOrderDesc {
	height: 15px;
	color: #fff;
	padding: 0px 16px 0px 3px;
	background: #215174 url(images/arrowdesc-b.gif) no-repeat right -3px;
	text-decoration: none;
	font-size: 11px;
	border-top: 4px solid #215174;
	border-bottom: 1px solid #215174;
	}
	
div.refinedSearchHidden {
	display: none;
	background: #ded8d1 url(images/t-arrow.gif) no-repeat 4px 8px;
	padding: 3px 0 2px 24px;
	margin: 0 0 4px;
}

p.caution {
	background: #ffe57f url(images/bg-caution.gif) no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	width: 300px;
	border: 1px solid #fc0;
}
p.error {
	background: #e57f7f url(images/bg-error.gif) no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	width: 300px;
	border: 1px solid #c00;
}
p.okeydokey {
	background: #a0ca88 url(images/bg-ok.gif) no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	width: 300px;
	border: 1px solid #429611;
}


/* DRAG & DROP */

	/* CSS for the demo. CSS needed for the scripts are loaded dynamically by the scripts */
	#dragdrop {
		font-family: Helvetica, Arial, sans-serif !important;
	}
	
	#dragDrop .column{
		float: left;
		width: 345px;
	}
	
	#dropContent {
		border: 1px solid #eee;
		margin: 0 0 0 5px;
		width: 310px;
		padding: 10px 0 5px 10px;
		height: 485px;
		overflow: auto;
		}
		
	#adSlots {
		border: 1px solid #eee;
		margin: 0 0 0 5px;
		width: 320px;
		padding: 10px 0 5px 10px;
		height: 485px;
		overflow: auto;
		}
		
	.dragableBox {
		width:273px;
		height:50px;
		border:1px solid #ccc;
		background: #fff url(images/pull.gif) no-repeat right bottom;		
		margin: 0 0 5px;
		padding: 5px;
		font-weight:bold;
		z-index: 100;
	}
	
	.dragableBox img {
		float: left;
		margin: 0 5px 0 0;
		}
	
	.dragableBoxRight{
		border:1px solid #ddd;	
		margin: 0 0 5px;
		font-weight:bold;
		width:285px;
		margin-right:5px;
		padding:5px 5px 0;
		height: 86px;
		background-color:#f9f9f9;
		z-index: 1;
	}
	
	#content #dragDrop .dragableBox h5 {
		margin: 0 0 5px;
		padding: 0;
		}
	
	#content #dragDrop .dragableBoxRight p {
		margin: 0;
		padding: 0 0 5px;
		font-weight: bold;
		line-height: 14px;
		}
		
	#content #dragDrop .dragableBoxRight .dragableBox p {
		font-weight: normal;
		}
	
	.hiddenSpan{
		visibility:hidden;
	}
	a{
		color:#F00;
	}
	.clear{
		clear:both;
	}
	img{
		border:0px;
	}

.redText {
	color: #7a0000;
	font-weight: bold;
}

ul.recordnav {
	height: 20px;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	}

ul.recordnav li {
	display: inline;
	}

ul.recordnav li a {
	display: block;
	float: left;
	padding: 3px 5px;
	margin: 0 2px 2px 0;
	text-decoration: none;
	}
	
ul.recordnav li a.on {
	display: block;
	padding: 2px 4px;
	border: 1px solid #ccc;
	font-weight: bold;
	}
	
ul.recordnav li a:hover,
ul.recordnav li a.on:hover {
	background: #eee;
	}

ul.recordnav li div {
	display: block;
	float: left;
	padding: 3px 5px;
	font-weight: bold;
	margin: 0 2px 2px 0;
	color: #ccc;
	}
	
/* auctions */


.auction {
	border-bottom: 3px solid #fff;
	margin: 0 10px;
	padding: 0 0 1px;
	background: #e9e7e4;
	list-style: none;
	}
	
.auction .a-head {
	background: #a39d93;
	padding: 6px;
	margin: 0 0 6px;
	height: 16px;
	}

#content .auction .a-head span {
	float: left;
	margin: 0;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 195px;
	height: 16px;
	overflow: hidden;
	color: #000;
	}

#content .auction .a-head a {
	background: url(images/btn-detail.gif) no-repeat left top;
	float: right;
	height: 14px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 76px;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	}

#content .auction p {
	clear: both;
	margin: 0;
	padding: 0 10px 6px;
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	}
	
/* classifieds - old 

#content ul#classifieds {
	padding: 0 0 0 1px;
	margin: 0;
	}

#content ul#classifieds li {
	float: left;
	width: 289px;
	height: 145px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0;
	padding: 0;
	background: #e9e7e4;
	list-style: none;
	}
	
ul#classifieds li .l-head {
	background: #a39d93;
	padding: 6px;
	margin: 0 0 6px;
	height: 16px;
	}

#content ul#classifieds li .l-head h4 {
	float: left;
	margin: 0;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 195px;
	height: 16px;
	overflow: hidden;
	}

#content ul#classifieds li .l-head a {
	background: url(images/btn-detail.gif) no-repeat left top;
	float: right;
	height: 14px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 76px;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	}


ul#classifieds li .l-image {
	width: 138px;
	height: 104px;
	overflow: hidden;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	position: relative;
	}
	
ul#classifieds li p {
	margin: 0 6px 6px;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	}

ul#classifieds li p strong {
	font-weight: bold;
	}
	
*/

/* classifieds - new */

ul#classifieds li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#content ul#classifieds li h4 {
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	background: #a39d93;
	padding: 6px;
	margin: 0 0 6px;
	}
	
#content ul#classifieds li ul {
	margin: 0 0 6px;
	}
	
#content ul#classifieds li ul li {
	list-style: square;
	margin: 0 25px 6px;
	}
