@charset "utf-8";

/* GENERAL */
body {
	background-color: #dae4ed;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #353695;
	margin: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #353695;
	margin: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #353695;
	margin: 0px;
}
.smalltext {
	font-size: 10px;
}
a {
	color: #353695;
}
a:hover {
	color: #64a5e7;
}
a:visited {
	color: #800080;
}
a img {
	border-width: 0px;
}
a h2 {
	text-decoration: underline;
}
a h3 {
	text-decoration: underline;
}
a:hover h3 {
	color: #64a5e7;
}
a:hover h2 {
	color: #64a5e7;
}
img.border {
	border: 1px solid #CCCCCC;
}
#container {
	width: 970px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-y;
}
.clearfloats {
	clear: both;
}
.centeredtext {
	text-align: center;
}
.centered {
	margin: 0px auto;
}
.content {
	padding: 10px;
}
.emphasis {
	font-size: 14px;
	font-weight: bold;
	color: #353695;
}
.required {
	color: #c00f05;
	font-size: 10px;
	font-style: italic;
}
.bold {
	font-weight:bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.boldblue {
	font-weight: bold;
	color: #353695;
}

/* HEADER */
#header {
	padding: 10px 10px 0px 10px;
	height: 125px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#headerLogo {
	float: left; 
}
#headerSearch {
	float: right; 
	width: 468px;
}
#searchbutton {
	background-image:url(images/search_button.gif); 
	width: 46px; 
	height: 24px; 
	padding-top: 3px;
	padding-right: 11px;
	float: right;
}
#searchfield {
	float: right;
	margin-right: 5px;
}
.horizad {
	border: solid 1px #a2a2a2;
	width: 468px;
	height: 60px;
}
#loginbutton {
	background-image:url(images/button_login.gif); 
	float: right; 
	width: 89px; 
	height: 19px; 
	padding-top: 3px;
	margin-top: 50px; 
	text-align: center;
}

/* NAVIGATION */
#navContainer {
	background-image: url(images/nav_bkgd.jpg); 
	background-position: top left; 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 35px;
	margin: 0;
	padding: 0;
}
#navContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navContainer ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#navContainer ul li a {
	background-image: url(images/nav_button_off.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fefefe;
	text-decoration: none;
	display: block;
	padding: 9px 18px;
}
#navContainer ul li.navContact a {
	padding: 9px 19px;
}
#navContainer ul li a:hover {
	background-image: url(images/nav_button_on.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fefefe;
	text-decoration: none;
}
#dropmenudiv {
	position:absolute;
	border: solid 1px #353695;
	line-height:20px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover {
	background-color: #e9e9e9;
	color: #353695;
}
#dropmenudiv a:visited {
	color: #353695;
}
#breadcrumbs {
	font-size: 10px;
	color: #3e3e3e;
	padding: 10px;
}
#breadcrumbs a {
	color: #3e3e3e;
}
#breadcrumbs a:hover {
	color: #64a5e7;
}

/* INDEX */
#leftcolumn {
	float: left; 
	padding: 10px; 
	padding-right: 5px; 
	width: 790px;
}
#trailersforsale {
	float: left; 
	background-image: url(images/buysell_bkgd.jpg); 
	width: 390px;
}
#sellyourtrailer {
	float: right; 
	width: 390px; 
	background-image: url(images/buysell_bkgd.jpg);
}
.trailertypebuttons {
	float: right; 
	width: 395px; 
	margin-top: 18px; 
	text-align: right;
}
.searchmessage {
	text-align: center;
	color: #717171;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	margin: 5px 0 7px 0;
	background: url(images/horiz_gradientsm.jpg) repeat-y center center;
	padding: 3px 0 4px 0;
	line-height: 20px;
}
.searchmessage span {
	color: #353695;
	font-weight: bold;
}
.buysellboxes {
	width: 330px;
	height: 227px;
	padding: 0px 30px;
	background: url(images/buysell_footer.jpg) no-repeat bottom;
}
.popularboxes {
	width: 370px;
	height: 119px;
	padding: 0 10px 10px 10px;
	font-size: 11px;
}
.popularboxes ul {
	padding: 0;
	margin: 5px 0 0 0;
}
.viewTypes {
	margin-top:4px; 
	float:right;
	font-weight:bold;
}
.viewTypes a {
	color:#CC0000;
}
.viewTypes a:visited {
	color:#CC0000;
}
#poptypefooter {
	float: left; 
	width: 390px; 
	background-image:url(images/pop_type.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#popmanuffooter {
	float: right; 
	width: 390px; 
	background-image:url(images/pop_manuf.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.salesellfooter {
	background-image:url(images/buysell_footer.jpg);
	width: 390px; 
	height: 38px;
}
#advancedsearch {
	width: 160px; 
	float: left; 
	padding-top: 15px;
}
#miniadvancedsearch {
	width: 145px; 
	float: left; 
	padding-top: 30px;
}
.searchtrailers {
	background-image: url(images/search_trailers.gif); 
	width: 129px; 
	height: 26px; 
	float: right; 
	padding-top: 5px; 
	padding-left: 7px; 
	margin-top: 15px;
}
.searchtrailers a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #c83132;
}
.searchtrailers a:hover {
	color: #e75859;
}
.searchtrailers a:visited {
	color: #c83132;
}
.searchtrailers a:visited:hover {
	color: #e75859;
}
.populartrailers {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 50%;
}
#learnmorebutton {
	background-image: url(images/learn_more.gif); 
	width: 104px; 
	height: 26px; 
	float: right; 
	padding-top: 5px; 
	padding-left: 6px; 
	margin-top: 20px;
}
#learnmorebutton a {
	text-decoration: none;
	color: #7bc831;
	font-size: 14px;
	font-weight: bold;
}
#learnmorebutton a:hover {
	color: #95de4e;
}
#learnmorebutton a:visited {
	color: #7bc831;
}
#learnmorebutton a:visited:hover {
	color: #95de4e;
}
#message {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 24px; 
	font-style:italic; 
	color: #717171; 
	padding: 20px 0px; 
	text-align: center;
}
#message p {
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.trailertypes {
	text-align: center;
	background-image: url(images/horiz_gradient.jpg);
	background-repeat: repeat-y;
	padding: 5px 0px 9px 0px;
	line-height: 20px;
	margin: 15px 0px;
}
#rightcolumn {
	float:right;
	margin-top:12px;
	padding: 10px; 
	width: 145px;
}
.adtext {
	font-size: 10px; 
	color: #959494;
	text-align: center;
}
.verticalbanner {
	width: 120px;
	height: 240px;
	border: solid 1px #a2a2a2;
	margin: 10px auto 0px auto;
}
.squarebutton {
	width: 125px;
	height: 125px;
	border: solid 1px #a2a2a2;
	margin: 10px auto 0px auto;
}

/* HOVER TIPS */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #373999;
	padding: 2px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	color: #373999;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/* FEATURED TRAILERS */
.featuredtrailersheader {
	background-image:url(images/featured_header.jpg); 
	background-repeat: no-repeat; 
	height: 9px;
}
.featuredtrailersbkgd {
	background-image: url(images/featured_bkgd.jpg);
	width: 790px;
	margin: 0px auto 10px auto;
}
.featuredtrailersfooter {
	background-image: url(images/featured_footer.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
#featuredtrailers {
	width: 770px;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#featuredtrailers img {
	border: solid 1px #d6d6d6;
}

/* FEATURED DEALERS */
#featureddealers {
	width: 788px;
	padding-top: 15px;
	margin: 0px 1px;
}

/* SEARCH PAGE */
#searchbkgd {
	background-image: url(images/search_bkgd.jpg); 
	background-repeat: repeat-y; 
	width: 630px; 
	margin: 0px auto;
}
#searchcontent {
	padding: 0px 80px;
}
.searchfooter {
	background-image: url(images/search_footer.jpg); 
	height: 37px;
}
#searchtrailersbutton {
	background-image:url(images/button_searchtrailers.gif); 
	float: right; 
	margin-left: 10px; 
	width: 120px; 
	height: 26px; 
	padding-top: 5px; 
	padding-right: 4px;
	text-align: center;
}
#searchtrailersreset {
	background-image:url(images/button_reset.gif); 
	float: right; 
	width: 48px; 
	height: 26px; 
	padding-top: 5px; 
	padding-left: 10px;
}
.optional {
	font-size: 10px;
	font-style: italic;
}
.formheight {
	height: 25px;
}
.formbtnheight {
	padding: 10px 0px 30px 40px;
}
.googleads {
	width: 468px;
	margin: 20px auto;
}
.googleadsvert {
	width: 120px;
	margin: 20px auto;
}

/* SEARCH RESULTS */
.trailersort {
	border-top: solid 1px #e5e5e5;
}
.trailerlistings {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
.trailerlistings td {
	border-bottom: solid 1px #e5e5e5;
}
.listing td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.listingAlternate td {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f9f9f9;
}
.listingdescription {
	padding-right: 20px;
}
.listingLocation {
	font-style:italic;
}

/* PAGINATION */
#listingspage {
	width: 790px;
	margin: 30px auto;
}
.pagination {
	width: 790px;
	margin: 0px auto;
	margin-top: 30px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: block;
	padding: 0px 5px;
}
.pagination ul li.numbers {
	border-right: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
}
.active {
	font-weight: bold;
}

/* BROWSE PAGE */
#browsecontent {
	padding: 0px 15px;
}

/* TRAILER DESCRIPTIONS */
.icon {
	width: 300px;
	padding: 0px 0px 0px 10px;
	float: left;
	text-align: center;
}
.description {
	float: right;
	padding: 0px 10px;
	width: 460px;
}
.backtotop {
	font-size: 10px;
	text-align: right;
}
.backtotop a {
	text-decoration: none;
	color: #c4cfd6;
}
.backtotop a:hover {
	text-decoration: underline;
	color: #64a5e7;
}
.backtotop a:visited {
	text-decoration: underline;
	color: #c4cfd6;
}
.backtotop a:visited:hover {
	text-decoration: underline;
	color: #64a5e7;
}

/* SELL YOUR TRAILER */
#selltrailerheader {
	background-image: url(images/sell_trailer_lg.jpg);
	width: 630px;
	height: 131px;
}
.greenbold {
	color: #7bc831;
	font-weight: bold;
}
#yourlisting {
	float: left;
	padding-left: 40px;
	width: 410px;
}
#sample {
	width: 220px;
	float: left;
	margin-left: 80px;
}
.waiting {
	float: left;
	width: 320px;
}
#sellpad {
	padding-top: 19px;
}
.mailphone {
	padding: 10px 0px 20px 0px;
	float: left;
	width: 345px;
}
#mailphonewhite {
	width: 788px;
	margin-left: 1px;
	background-color: #fefefe;
}
#adobenote {
	float: right;
	width: 640px;
}

/* WEBSITES */
.portfolio {
	float:left;
	margin:10px 0px 40px 0px;
	text-align:center;
	width:197px;
}

/* TRAILER UNIT PAGES */
#unitleftcolumn {
	padding: 10px; 
	float: left; 
	width: 550px; 
	padding-right: 5px;
}
.phototitle {
	padding: 0px 10px 0px 10px; 
	width: 515px; 
	float: left;
}
.photonav {
	padding: 0px 10px 0px 0px; 
	width: 515px; 
	text-align:center;
}
.photoboxheader {
	background-image: url(images/unit_header.jpg); 
	background-repeat: no-repeat; 
	height: 11px;
}
.photoboxbkgd {
	 background-image: url(images/unit_bkgd.jpg); 
	 background-repeat: repeat-y;
}
.photoboxfooter {
	background-image: url(images/unit_footer.jpg);
	width: 550px;
	height: 37px;
}
.pad10left {
	padding-left: 10px;
}
#thumbnails {
	width: 540px;
}
#thumbnails img {
	margin-right: 5px;
	margin-top: 10px;
}
#description {
	padding-top: 10px;
}
#videobox {
	padding-left: 10px; 
	float:left; 
	width: 386px;
}
#videothumbs {
	float:left; 
	width: 134px; 
	padding-left: 10px; 
	text-align:center;
}
#arrowup {
	margin-bottom: 10px;
}
#arrowdown {
	margin-top: 15px;
}
#top {
	margin: 40px auto 0px auto;
	width: 775px;
	text-align: center;
	background-image: url(images/horiz_gradient.jpg);
	background-repeat: repeat-y;
	padding: 3px 0px;
}


/* TRAILER UNIT SIDEBAR */
#unitrightcolumn {
	float: right; 
	width: 390px; 
	padding: 10px; 
	padding-left: 5px;
}
#trailerinfo {
	float:left; 
	width: 230px;
}
.fiftypercent {
	width: 50%;
}
.bottomborder {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
.bottomborder td {
	border-bottom: solid 1px #e5e5e5;
}
.optionsborder {
	border-bottom: solid 1px #e5e5e5;
}
#emaillinks {
	text-align: right; 
	height: 16px; 
	padding: 2px 0px 2px 0px;
}
.sidebar {
	background-image: url(images/sidebar_bkgd.jpg);
	font-size: 10px;
}
.sidebarbox {
	width: 150px;
	margin: 0px;
}
.sidebarheader {
	background-image:url(images/sidebar_header.jpg); 
	background-repeat: no-repeat; 
	height: 9px; 
	width: 150px;
	margin: 0px;
}
.sidebarcontent {
	padding: 0px 5px;
	margin: 0px;
}
.sidebarcontent h2 {
	margin-bottom: 5px;
}
.sidebarfooter {
	background-image:url(images/sidebar_footer.jpg); 
	background-repeat: no-repeat;
	height: 10px; 
	width: 150px;
	margin: 0px;
}
.iconbuttons {
	height: 44px;
	margin-top: 10px;
}
.iconbuttons a {
	height: 44px; 
	width: 150px; 
	display: block;
	text-decoration: none;
}
a#calculatepayment {
	background:url(images/button_calculate_on.gif);
	width: 150px;
	height: 47px;
	background-position: top left;
}
a#calculatepayment:hover img {
	visibility: hidden;
}
a#makeanoffer {
	width: 150px;
	height: 44px;
	background:url(images/button_makeoffer_on.gif);
}
a#makeanoffer:hover img {
	visibility: hidden;
}
a.buttonlink {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.buttonlink:visited {
	color: #fff;
}
a.buttonlink:hover {
	color: #64a5e7;
}
a.buttonlink:visited:hover {
	color: #64a5e7;
}
a.buttonlinkwhite {
	font-weight: bold;
	text-decoration: none;
	color: #353695;
}
a.buttonlinkwhite:hover {
	color: #64a5e7;
}
a.buttonlinkwhite:visited {
	color: #353695;
}
a.buttonlinkwhite:visited:hover {
	color: #64a5e7;
}
.buttonlinkred {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.buttonlinkred:hover {
	color: #faa29d;
}
a.buttonlinkred:visited {
	color: #fff;
}
a.buttonlinkred:visited:hover {
	color: #faa29d;
}
.trailerprice {
	color: #c00f05;
	font-size: 18px;
	font-weight: bold;
}
.trailerpriceRed {
	color: #c00f05;
	font-size: 18px;
	font-weight: bold;
}
.trailerpriceBlue {
	color: #353695;
	font-size: 18px;
	font-weight: bold;
}
.bulleted {
	padding-left: 15px;
	text-indent: -8px; 
	margin-top:0px;
	width: 50%;
}
.firstparagraph {
	margin-top: 3px;
}
#sellerinfo {
	float: right; 
	width: 150px;
}
.contactsubmit {
	text-align: right;
	padding-top: 5px;
}
.alignright {
	text-align: right;
}

/* EMAIL PRINT AND SAVE BUTTONS */
#buttons a {
	height: 24px; 
	width: 150px; 
	display: inline-block;
	text-decoration: none;
}
a#emailicon {
	background: url(images/button_email_on.gif);
	margin-left: 2px;
}
a#emailicon:hover img {
	visibility: hidden;
}
a#printicon {
	background: url(images/button_print_on.gif);
	margin-top: 10px;
}
a#printicon:hover img {
	visibility: hidden;
}
a#saveicon {
	background: url(images/button_save_on.gif);
	margin-left: 5px;
}
a#saveicon:hover img {
	visibility: hidden;
}

/* EMAIL TO A FRIEND */
.contactbkgd {
	margin: 10px auto;
	background-image: url(images/5col_bkgd.jpg);
	width: 390px;
	background-repeat: repeat-y;
}

/* FIND A DEALER/MANUFACTURER */
.dealerleft { 
	padding: 0px 0px 10px 10px; 
	width: 630px;
}
.statesbkgd {
	background-image: url(images/search_bkgd.jpg); 
	background-repeat: repeat-y; 
	width: 630px; 
}
.columns {
	float: left;
	width: 145px;
	margin-right: 10px;
}
.columns p {
	font-size: 10px;
}
.columns a {
	font-size: 12px;
}
.statesheader {
	background-image: url(images/state_header.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.dealerstatesbkgd {
	background-image: url(images/full_bkgd.jpg); 
	background-repeat: repeat-y; 
	width: 950px; 
	margin-left:10px;
}
#dealerstatesheader {
	background-image: url(images/full_header.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.dealerstatesfooter {
	background-image: url(images/full_footer.jpg); 
	height: 37px;
}
#fourcolright {
	float: right;
	padding: 0px 10px 10px 5px; 
	width: 310px;
}
.fourcolbkgd {
	background-image: url(images/4col_bkgd.jpg);
	background-repeat: repeat-y; 
	width: 310px;
	margin: 0px
}
.fourcolheader {
	background-image: url(images/4col_header.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
.fourcolfooter {
	background-image: url(images/4col_footer.jpg);
	height: 10px;
	background-repeat: no-repeat;
	margin: 0px;
}
.fourcolthickfooter {
	background-image: url(images/4col_thickfooter.jpg);
	height: 37px;
	background-repeat: no-repeat;
	margin: 0px;
}
.fourcolcontent {
	width: 290px;
	padding: 5px 10px;
}
.fourcolcontent h1 {
	padding-bottom: 10px;
}
#searchmanuf {
	background-image: url(images/search_manuf.gif); 
	width: 180px; 
	height: 26px; 
	float: right; 
	padding-top: 5px; 
	padding-left: 7px; 
	margin-top: 15px;	
}
#searchmanuf a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #c83132;
}
#searchmanuf a:hover {
	color: #e75859;
}
#redbox {
	background-image: url(images/redbox.jpg);
	background-repeat: no-repeat;
	width: 292px;
	height: 56px;
	padding: 9px;
	text-align: center;
	color: #fff;
	margin: 10px 0px;
}
#redbox h2 {
	color: #fff;
}	
#redbox a {
	color: #fff;
}
.manufleft {
	padding: 0px 15px; 
	width: 600px;
}
.iconlist {
	width: 200px;
	height: 175px;
	float: left;
	padding: 10px 0px;
	text-align: center;
}	

/* DEALER/MANUFACTURER RESULTS */
.refinebox {
	width: 790px;
	margin: 0px auto 10px auto;
}
#manufbox {
	width: 790px;
	margin: 10px auto 10px auto;
}
.refinebkgd {
	background-image: url(images/featured_bkgd.jpg);
	width: 790px;
	margin: 0px;
}
#dealersearchbutton {
	background-image:url(images/refine_button.gif); 
	width: 52px; 
	height: 24px; 
	color: #fff; 
	padding: 3px 0px 0px 5px;
}
#refineform {
	float: left;
	width: 470px;
	padding: 0px 20px;
}
#manufform {
	float: left;
	width: 300px;
	padding: 15px 0px 0px 100px;
}
.refinecentered {
	float: left;
	padding-top: 12px;
}
.refinecontent {
	width: 750px;
	height: 48px;
	padding: 0px 20px;
	margin: 0px;
}
.refinefooter {
	background-image:url(images/refine_footer.jpg); 
	background-repeat: no-repeat; 
	height: 9px;
	width: 790px;
	margin: 0px;
}
.whitebkgd {
	background-color: #fff;
}
#partners {
	width: 788px;
	padding: 15px 1px 0px 1px;
}
#areyoudealer {
	background-image:url(images/areyou_dealer.jpg);
	width: 760px;
	height: 24px;
	margin: 0px auto;	
	padding: 5px 15px;
}
#signup {
	float: right;
	padding-top: 4px;
}
.whiteh {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#otherdealers {
	width: 790px;
	margin: 50px auto;
}
#browsestate {
	text-align: center;
	width: 730px;
	padding: 0px 30px;
	font-size: 10px;
	margin: 0px;
}

/* RESOURCES */
#resourcepg {
	padding: 10px 90px 20px 90px;
}
#resources {
	float: left;
	width: 625px;
}

/* JOIN */
#joinalign {
	padding-top: 23px;
	border-bottom: solid 1px #e5e5e5;
}
.fiftypercent {
	width: 50%
}
.thumbleft {
	width: 150px;
	float: left;
}
#joinform {
	width: 280px;
	padding: 5px 0px 5px 20px;
}

/* CONTACT */
#contact {
	width: 630px;
	margin: 0px auto;
}
.fivecolbkgd {
	float: left;
	background-image: url(images/5col_bkgd.jpg);
	width: 390px;
	background-repeat: repeat-y;
}
.fivecolheader {
	background-image: url(images/5col_header.jpg);
	height: 10px;
	width: 390px;
	background-repeat: no-repeat;
}
#contactform {
	padding: 10px 40px;
}
.fivecolfooter {
	background-image: url(images/5col_footer.jpg);
	height: 37px;
	width: 390px;
	background-repeat: no-repeat;
}
.submitbutton {
	background-image:url(images/refine_button.gif); 
	width: 52px; 
	height: 24px; 
	color: #fff; 
	padding: 3px 0px 0px 5px;
	float: right;
}
#contactinfo {
	float: right;
	width: 230px;
	padding-left: 10px;
}
#selltrailerad {
	background-image: url(images/selltrailer_ad.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 91px;
	vertical-align: middle;
	margin: 20px auto 0px auto;
	padding: 15px 10px 0px 240px;
}
#joinad {
	background-image: url(images/join_ad.gif);
	background-repeat: no-repeat;
	width: 380px;
	height: 78px;
	vertical-align: middle;
	margin: 20px auto 20px auto;
	padding: 28px 10px 0px 240px;
}

/* PRIVACY */
#privacy {
	padding: 10px 90px 0px 90px;
}
#links {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 4px;
}

/* FOOTER */
.pad5bottom {
	padding: 40px 10px 5px 0px;
}
#rvusalogos {
	float: left;
	width: 400px;
	margin-top:20px;
}
#proudmembers {
	float: right;
	color:#999999;
}
#memberlogos {
	float: right;
	width: 135px;
	text-align:right;
}
#footer {
	background-image:url(images/nav_bkgd.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	height: 15px;
	color: #fff;
	font-size: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #64a5e7;
}

/* INVENTORY */
#markoutprice {
	text-decoration: line-through;
	font-size:12px;
	font-weight: bold;
}
#saleprice {
	color: #cc0000;
	font-weight: bold;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

/* MMC */
#MMC_container {
	width: 95%;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(images/background_gradient_left.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#mmc_location {
}

#mmc_location_title {
	font-weight:bold;
	background-color:#eeeeee;
}

#mmc_left_column {
	border: solid 1px;
	width: 200px;
	padding: 5px; 
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
#column-wrapper {
	background: url(../images/main-bg.jpg) repeat-x top;
	padding-top: 30px;
}
#content-wrapper {
	float: left;
	width: 100%;
}
#content-column {
	margin-left: 250px; /*Set left margin to LeftColumnWidth*/
	margin-right: 10px;
}
#left-column-wrapper {
	float: left;
	width: 230px; /*Width of left column*/
	margin-left: -100%;
}
#left-column {
	width: 200px;
	margin: 0 10px;
}
.itemIcons {
	margin: 3px 0;
}
.itemIcons img {
	margin-right: 5px;
	margin-bottom: 3px;
}








#generalMsg div {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffff00;
	color: #000000;
	border: 1px solid #cccccc;
	text-align: center;
}
table.inventoryFeatures {
	border: 1px solid #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.inventoryFeatures td {
	border: 1px solid #cccccc;
}