@charset "UTF-8";

/* 	Reset browser inconsistentcies
	-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border-top-width: medium;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-top-color: #E4C508;
	}
	
/* 	Basic Structure
	-------------------------------------------- */

body {
	font: 12px Verdana, Arial, sans-serif;
	background: #333;
	}
	
/* 	Div Structure
	-------------------------------------------- */
	
#main {
	width: 100%;
	float: left;
	background-color: #000000;
	background-image: url(img/bg/body.gif);
	background-repeat: repeat-x;
	}

#nav {
	width: 752px;
	height: 121px;
	background: url(img/bg/header.gif) no-repeat;
	text-align: right;
	float: left;
	}
	
	#nav a, a:visited {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		font-size: 12px;
		}
		
		#nav a img {
			border: none;
			}
	
	#nav ul {
		list-style-type: none;
		float: right;
		margin-top: 70px;
		}
		
		#nav li {
			display:block;
			float: left;
			height: 51px;
			text-align: center;
			background: url(img/bg/nav_divline.gif) no-repeat right center;
			}
			
			#nav ul li a, a:visited {
				display: block;
				height: 51px;
				line-height: 51px;
				text-align: center;
				padding: 0 20px;
				text-decoration: none;
				color: #333;
				border-bottom: none;
				font-size: 12px;
				font-weight: bold;
				}
				
				#nav ul li a:hover {
				background: url(img/bg/nav_arrow.gif) no-repeat bottom center;
				color: #b59d31;
				font-size: 12px;
				}
				
				#nav ul li a.active {
					background: url(img/bg/nav_arrow.gif) no-repeat bottom center;
					color: #b59d31;
					font-size: 12px;
					}
			
	#nav ul li.last {
		background: none;
	}
				
	#nav h2 {
		margin-top: 80px;
	}
				
#logo {
	height: 0px;
	overflow: hidden;
	}
	
	#logo img {
		margin-top: -400px;
		}
		
		
#map {
	}
mapbase {
	height: 601px;
	width: 750px;
	float: left;
}
			
	
#header {
	width: 752px;
	height: 222px;
	float: left;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #FFDD07;
	border-right-color: #FFDD07;
	border-bottom-color: #FFDD07;
	border-left-color: #FFDD07;
	background-image: url(img/header/privateseller.jpg);
	background-repeat: no-repeat;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: medium;
	}
	
		
#contentWrap {
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#content {
	width: 750px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7A7A7;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	}
	
#index_content {
	width: 750px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7A7A7;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	background-image: url(img/content/headers/text_banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	}
	
#privatePost_content {
	width: 730px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7A7A7;
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
/*	background-image: url(img/content/headers/yellowbox.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#privatePost_content p {
	padding: 1em;
	margin: 1em;
	background-color: #ffe34a;
	border: 1px solid #fdd500;
}
	

#privateWrap {
	width: 745px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 5px;
	}	
	
#private_content {
	width: 750px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7A7A7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	}	
	
#private_contentRIGHT {
	float: left;
	width: 230px;
	margin-top: 10px;
	}		
	
#contest_content {
	float: left;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	display: inline;
	}
#contest_contentLEFT {
	width: 300px;
	float: left;
	background-color: #fff;
	height: 257px;
	padding-top: 40px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	display: inline;
	}
.contestimg {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	height: 200px;
	width: 300px;
	padding-top: 20px;
	display: inline;
	}
#contest_contentRIGHT {
	width: 377px;
	float: left;
	padding-bottom: 30px;
	padding-top: 27px;
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 26px;
	padding-left: 26px;
	}
#contest_contentRIGHT h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	}
#contest_contentRIGHT  p.contestdivide {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 29px;
	}
#contest_footer {
	width: 750px;
	background-color: #fff;
	float: left;
	height: 123px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}
	
	
	/* 	Content Text Formatting
		-------------------------------- */
	
		#content h1, h2, h3, h4, h5 {
			font-family: Arial, Helvetica, sans-serif;
			padding: 5px 20px;
			}
			
			#content h1 {
	font-size: 24px;
	color: #000;
				}
				
			#content h2 {
				font-size: 22px;
				color: #333;
				}
				
			#content h3 {
				font-size: 20px;
				color: #666;
				}
				
			#content h4 {
				font-size: 18px;
				font-weight: normal;
				color: #555;
				text-transform: uppercase;
				}
				
			#content h5 {
				font-size: 16px;
				font-weight: normal;
				text-transform: uppercase;
				}
				
		#content p {
			padding: 10px 20px;
			color: #666;
			}
			
		#content ul {
			margin: 0;
			padding: 15px 50px;
			list-style-type: none;
			color: #555;
			}
			
			#content ul li {
				padding: 10px 0 10px 21px;
				border-bottom: 1px dotted #999;
				background: url(img/bullet.png) no-repeat left center;
				}		
			
		#content div.prize, #content div.prizelast {
			width: 720px;
			_width: 710px;
			float: left;
			background: url(img/content/search_divline.gif) repeat-x bottom left;
			padding: 10px 0 15px 0;
			margin-left: 18px;
			_margin-left: 10px;
			}
			
			#content div.prizelast {
				margin-bottom: 15px;
				}
						
			#content div.prize h1, #content div.prizelast h1 {
				padding: 5px 0;
				}
			
			#content div.prize p.smallprint, #content div.prizelast p.smallprint {
				font-size: 10px;
				color: #333;
				}
				
		#content div.prize img, #content div.prizelast img {
			border: 1px solid #aaa;
			padding: 2px;
			margin: 5px 10px 5px 0;
			float: left;
			}
			
		#content form.dealerlogin {
			width: 700px;
			margin: 5px 18px;
			padding-top: 10px;
			background: url(img/content/search_divline.gif) repeat-x top left;
			}
			
			#content form.dealerlogin input {
				border: 1px solid #aaa;
				padding: 1px;
				display: block;
				margin: 5px 0;
				}
				
		#content a.backbtn, a.backbtn:visited {
			border: none;
			}
		
			/* 	Private Content Text Formatting
		-------------------------------- */
	
		#private_content h1, h2, h3, h4, h5 {
			font-family: Arial, Helvetica, sans-serif;
			padding: 5px 20px;
			}
			
			#private_content h1 {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
				}
				
			#private_content h2 {
				font-size: 22px;
				color: #333;
				}
				
			#private_content h3 {
				font-size: 20px;
				color: #666;
				}
				
			#private_content h4 {
				font-size: 18px;
				font-weight: normal;
				color: #555;
				text-transform: uppercase;
				}
				
			#private_content h5 {
				font-size: 16px;
				font-weight: normal;
				text-transform: uppercase;
				}
			
		#private_content p {
			padding: 10px 20px;
			color: #666;
			}
			
		#private_content ul {
			margin: 0;
			padding: 15px 50px;
			list-style-type: none;
			color: #555;
			}
			
			#private_content ul li {
				padding: 10px 0 10px 21px;
				border-bottom: 1px dotted #999;
				background: url(img/bullet.png) no-repeat left center;
				}		
				
		/* 	Content Home Page Description List
		-------------------------------------- */
		
		#content ul.descrip {
			list-style-type: none;
			margin: 0;
/*			padding: 10px 20px;*/
			padding: 10px 0;
		}
		
		#content ul.descrip li {
/*			margin-right: 10px;*/
			margin: 0;
			padding: 0;
			padding: 10px;
			padding-right: 0;
			border: none;
			float: left;
			width: 229px;
			height: 350px;
			background: url(img/bg/ul_divline.gif) repeat-y right top;
		}
		
		#content ul.descrip li#step1 {
			margin-left: 16px;
		}
		
		#content ul.descrip li.descrip_last {
			margin: 0;
			background: none;
			border: none;
		}
		
		#content ul.descrip h1 {
			margin: 0;
			padding: 0;
			font-size: 18px;
			font-weight: normal;
		}
			
		#content ul.descrip h2 {
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
			color: #ccc;
		}
			
		#content ul.descrip h3 {
			margin: 15px 0 0 0;
			padding: 0 0 10px 0;
			font-size: 20px;
			font-weight: normal;
			text-align: center;
			color: #666;
			background: url(img/content/search_divline.gif) no-repeat bottom left;
		}
				
				#content ul.descrip p {
					margin: 0;
					padding: 10px 10px 0 0;
					}
					
					#content ul.descrip p.select {
						text-align: center;
						margin: 10px 0 0 0;
						padding: 0;
						line-height: 60px;
						}
						
						#content ul.descrip p.select_midtop {
							margin: 10px 0 0 0;
							text-align: center;
							padding: 0;
							line-height: 30px;
							}
						
						#content ul.descrip p.select_midbot {
							text-align: center;
							margin: 0;
							padding: 0;
							line-height: 30px;
							}
						
				#content ul.descrip select {
					border: 1px solid #aaa;
					padding: 1px;
					width: 175px;
					color: #333;
					}
					
				#content ul.descrip select.price {
					border: 1px solid #aaa;
					padding: 1px;
					width: 90px;
					color: #333;
					}
					
				#content ul.descrip a, a:visited {
					border: none;
					}
					
				#content ul.descrip img {
					margin-top: 20px;
					border: none;
					}
					
					#content ul.descrip a img {
						border: none;
						}
				
				#content ul.descrip input.padtop {
					padding: 10px 0 0 0;
					}
						
					
				
		#content ol {
			margin: 0;
			padding: 15px 50px;
			color: #555;
			list-style-type: lower-roman;
			list-style-position: inside;
			}
			
			#content ol li {
				padding: 10px 0 10px 0;
				border-bottom: 1px dotted #999;
				}
				
		#content address {
			margin: 0 20px;
			padding: 10px 20px;
			font-style: normal;
			color: #666;
			background: #fddb06;
			border: 1px dotted #aaa;
			clear: both;
			}
			
		#content img.header {
	padding-left: 20px;
			}
			
			#content img.notes {
				padding: 10px 0 0 20px;
				width: 706px;
				}
			
		#content span.black {
			color: #000;
			font-weight: bold;
			}
			
		#content p.success {
			background: #fddb06 url(img/content/success.gif) no-repeat 10px center;
			margin: 20px 20px 5px 20px;
			padding: 10px 10px 10px 30px;
			border: 1px solid #d3b915;
			}

#content #listwrap p.nolistings {
	padding: 10px 10px 10px 35px;
	background: #db9797 url(img/admin/icons/error.gif) no-repeat 10px center;
	margin: 20px auto;
	width: 100%;
	float: left;
	border: 1px solid #a55353;
	color: #333;
/*	display: inline;*/
}
			
#content p.nolistings a, a:visited {
	font-size: 12px;
/*	color: #666;*/
	color: #ffdd00;
	font-weight: bold;
}
				
#content p.nolistings a:hover {
/*	color: #333;*/
}
		
		/* 	Cars Printable Page
			---------------------------- */
			
		#content div.large_img {
			border: 1px solid #999;
			width: 330px;
			/*height: 220px;*/
			overflow: hidden;
			padding: 1px;
			margin: 15px 5px 5px 20px;
			float: left;
			display: inline;
		}
		
		#shop_header .name {
			font-style: oblique;
		}
		
		#shop_header h2, #shop_header h3 {
			padding: 0;
			margin: 0 1em;
		}
			
		#content div.shop_confidence {
			float: left;
			width: 360px;
			margin: 15px 0 5px 10px;
		}
			
		#content div.shop_confidence h1 {
			margin: 0 0 10px 0;
			padding: 0;
		}
			
		#content div.shop_confidence h2 {
			margin: 0 0 10px 0;
			padding: 0;
			font-size: 26px;
			font-style: italic;
		}
			
		#content div.shop_confidence h3 {
			margin: 0 0 10px 0;
			padding: 0;
			font-size: 16px;
		}
			
		#content h1.clear {
			clear: both;
		}
			
		#content p.stocknum {
			font-size: 11px;
			font-style: italic;
			clear: both;
		}
			
		
		#content p.warning {
			color: #ff0000;
			font-size: 12px;
			text-align: center;
			margin: 0 0 0 25px;
			padding: 0;
			}
		/* 	Left Content Results
			---------------------------- */
			
			#leftcont {
				float: left;
				width: 269px;
				margin-top: 15px;
				}
				
				#leftcont select {
					border: 1px solid #aaa;
					padding: 1px;
					color: #333;
					}
					
				#leftcont h3 {
					margin: 0;
					padding: 0 0 10px 0;
					font-size: 20px;
					font-weight: normal;
					text-align: center;
					color: #666;
					background: url(img/content/search_divline.gif) no-repeat bottom center;
					}
					
				#leftcont p.select {
						text-align: center;
						margin: 10px 0 0 0;
						padding: 0;
						line-height: 40px;
						}
			
			
		/* 	Right Content Results
			---------------------------- */
			
			#rightcont {
				float: left;
				width: 439px;
				background: url(img/bg/ul_divline.gif) repeat-y left top;
				margin: 15px 0 0 0;
				padding: 0 0 0 10px;
				}
				
				#rightcont table {
					width: 430px;
					padding: 1px;
					}
					
					#rightcont table p {
						margin: 0;
						padding:0;
						text-align: center;
						color: #333;
						}
						
					#rightcont table address {	
						margin: 0;
						padding: 0;
						background: none;
						border: none;
						text-align: center;
						color: #555;
						}
						
					#rightcont table tr {
						height: 80px;
						}
						
					#rightcont table tr.heading {
						font-size: 11px;
						height: 20px;
						text-align: center;
						}
						
						#rightcont table tr.heading td {
							padding: 3px;
							background: #333;
							color: #fff;
							}
					
					#rightcont table tr td {
						margin: 0;
						padding: 0;
						}
						
						#rightcont table a.dealerclick, a.dealerclick:visited {
							font-weight: bold;
							color: #333;
							text-decoration: none;
							font-size: 12px;
							}
							
							#rightcont table a, a:visited {
							color: #666;
							font-size: 12px;
							}
						
						#rightcont table tr td.dealername {
						margin: 0;
						padding: 0;
						}
						
						#rightcont table tr td.showaddress {
						margin: 0;
						padding: 0;
						}
					
					
			
			
		/* 	Listing Results
			---------------------------- */
			
		#resultswrap {
			float: left;
			margin: 10px 0 10px 10px;
			_margin: 10px 0 10px 0;
			padding: 0;
			}
			
			/* 	Controls Top
				----------------------- */
			
			#resultswrap ul.results_top {
				list-style-type: none;
				border-bottom: 1px dotted #aaa;
				width: 720px;
				margin: 0 0 11px 7px;
				padding: 0 0 10px 0;
				float: left;
				height: 30px;
				clear: both;
				}
				
				#resultswrap ul.results_top li {
					display: block;
					float: left;
					background: none;
					text-align: center;
					border-right: none;
					border-bottom: none;
					margin: 0;
					padding: 0;
					width: 239px;
					line-height: 30px;
					}
					
				#resultswrap ul.results_top li.summary {
					width: 479px;
					text-align: left;
					border-right: 1px dotted #aaa;
					}
					
				#resultswrap ul.results_top li.newsearch {
					width: 240px;
					text-align: center;
					}
					
					
				#resultswrap ul.results_top a, a:visited {
					border: none;
					}
			
			/* 	Controls Top
				----------------------- */
			
			#resultswrap ul.control_top {
				list-style-type: none;
				border-bottom: 1px dotted #aaa;
				width: 720px;
				margin: 0 0 0 7px;
				padding: 0 0 10px 0;
				float: left;
				}
				
				#resultswrap ul.control_top li {
					display: block;
					float: left;
					background: none;
					text-align: center;
					border-right: 1px dotted #aaa;
					border-bottom: none;
					margin: 0;
					padding: 0;
					width: 239px;
					}
					
				#resultswrap ul.control_top li.jump {
					border: none;
					}
					
					#resultswrap ul.control_top li.jump_right {
					border-right: none;
					border-left: 1px dotted #aaa;
					float: right;
					}
					
					#resultswrap ul.control_top img.navi_btn {
						margin: 0 0 -5px 0;
						padding: 0;
						}
					
				#resultswrap ul.control_top select {
					border: 1px solid #aaa;
					padding: 1px;
					color: #333;
					}
					
					#resultswrap ul.control_top select.setwidth, #resultswrap ul.control_bottom select.setwidth {
					border: 1px solid #aaa;
					padding: 1px;
					color: #333;
					width: 50px;
					}
					
					#resultswrap ul.control_top select.stretch {
					width: 50px;
					}
					
			/* 	Controls Bottom
				----------------------- */
				
			#resultswrap ul.control_bottom {
				list-style-type: none;
				border-top: 1px dotted #aaa;
				width: 720px;
				margin: 0 0 0 7px;
				padding: 10px 0 0 0;
				float: left;
				}
				
				#resultswrap ul.control_bottom li {
					display: block;
					float: left;
					background: none;
					text-align: center;
					border-right: 1px dotted #aaa;
					border-bottom: none;
					margin: 0;
					padding: 0;
					width: 239px;
					}
					
				#resultswrap ul.control_bottom li.jump {
					border: none;
					}
					
				#resultswrap ul.control_bottom li.summary {
					width: 470px;
					text-align: left;
					}
					
				#resultswrap ul.control_bottom select {
					border: 1px solid #aaa;
					padding: 1px;
					color: #333;
					}
					
					#resultswrap ul.control_bottom select.stretch {
					width: 50px;
					}
					
p.disclaimer {
	font-size: 10px;
	font-style: italic;
	clear: both;
}
			
			
		#content div.listresult {
			width: 218px;
			height: 413px;
			border: 1px solid #333;
			overflow: hidden;
			float: left;
			margin: 12px;
			}
			
			#content div.listresult span.yellow{
				color: #fddb06;
				}
			
			#content div.listresult p.price {
				height: 24px;
				background: #333;
				margin: 0 1px 1px 1px;
				padding: 0 5px;
				text-align: center;
				line-height: 24px;
				font-size: 16px;
				color: #666;
				}
				
			#content div.listresult p.showmore {
				text-align: right;
				height: 14px;
				background: #ccc;
				border: none;
				margin: 0 1px;
				padding: 0;
				}
				
				#content div.listresult p.showmore a.morebtn, a.morebtn:visited {
					padding: 0;
					}
						
					#content div.listresult p.showmore a img {
						border: none;
						width: 216px;
						height: 14px;
						}
						
			#content div.listresult p.year_make {
				height: 30px;
				background: #666;
				margin:  1px;
				padding: 0 5px;
				text-align: center;
				line-height: 30px;
				font-size: 18px;
				color: #fff;
				text-transform: uppercase;
				}
				
			#content div.listresult p.modelname {
				height: 20px;
				background: #fddb06;
				margin:  0 0 1px 1px;
				padding: 0 5px;
				text-align: center;
				line-height: 20px;
				font-size: 14px;
				color: #333;
				text-transform: uppercase;
				}
				
			#content div.listresult p.vdescrip {
				height: 59px;
				background: #ccc;
				margin: 1px 1px 0 1px;
				padding: 5px;
				text-align: left;
				font-size: 12px;
				color: #333;
				overflow: hidden;
				}
				
				
				
			#content div.listresult address {
				height: 56px;
				margin: 0 1px;
				padding: 5px;
				background: #666;
				border: none;
				color: #fff;
				}
				
			#content div.listresult ul {
				list-style-type: none;
				text-align: center;
				margin: 1px;
				padding: 0;
				height: 21px;
				background: #999;
				font-size: 11px;
				color: #333;
				}
				
			#content div.listresult li {
					display: block;
					line-height: 21px;
					background: none;
					border: none;
					margin: 0;
					padding: 0 5px;
					}
					
					#content div.listresult li.stocknumber {
						line-height: 21px;
						color: #333;
						}
						
			#content div.listresult img {
				display: block;
				border: none;
				margin: 0 1px;
				padding: 0;
				width: 216px;
				height: 162px;
				}
				
		#content form.promotions label {
			margin-left: 20px;
			display: block;
			}
			
			#content form.promotions textarea {
				margin-left: 20px;
				border: 1px solid #999;
				padding: 2px;
				font: 12px Arial, Helvetica, sans-serif;
				color: #666;
				}
			
			#content form.promotions input {
				border: 1px solid #999;
				margin: 3px 20px;
				padding: 2px;
				width: 200px;
				font: 12px Arial, Helvetica, sans-serif;
				color: #666;
				}
				
			#content form.promotions fieldset.rating label.main {
				float: left;
				margin-left: 20px;
				width: 200px;
				display: inline;
				font-weight: bold;
				padding: 3px 0;
				}
				
				#content form.promotions fieldset.rating label {
					display: inline;
					width: auto;
					margin: 0;
					padding: 0;
				}
				
				#content form.promotions input.radio {
					border: none;
					display: inline;
					width: auto;
					margin: 0;
					padding: 0;
					}
				
				#content form.promotions input.submit {
					border: none;
					margin: 10px 14px;
					width: auto;
					}
				
			#content form.promotions select {
				border: 1px solid #999;
				margin: 3px 20px;
				padding: 2px;
				width: 200px;
				font: 12px Arial, Helvetica, sans-serif;
				color: #666;
				}

#footwrap {
	width: 100%;
	background: #000000 url(img/bg/footwrap.gif) repeat-x;
	clear: both;
	}
	
	#footer {
		width: 752px;
		height: 76px;
		margin: 0 auto;
		background: #000000 url(img/bg/footer.gif) no-repeat;
		text-align: right;
		}
		
		#footer p {
			padding: 10px 0;
			font-size: 10px;
			color: #666;
			}
			
		#footer .darkgrey {
			color: #000000;
			}
			
		#footer a, a:visited {
			font-size: 10px;
			color: #666;
			text-decoration: underline;
			display: inline;
			float: none;
			padding: 0;
			margin: 0;
			line-height: normal;
			width: auto;
			height: auto;
			background: none;
			}
			
			#footer a:hover {
				color: #fddb06;
				}
#rvsearchLEFT {
	float: left;
	width: 232px;
	padding-top: 90px;
	padding-bottom: 40px;
}
#rvsearchRIGHT {
	width: 500px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#rvsearchRIGHT  li  a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#rvsearchRIGHT   li   a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#rvsearchRIGHT select {
	border: 1px solid #999;
	width: 200px;
	color: #666;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 50px;
	float: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 16px;
	display: inline;
}
#rvsearchRIGHT  .cityname {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	width: 165px;
	font-family: Helvetica;
	display: block;
	float: left;
	line-height: 24px;
}
#rvsearchRIGHT   .dealer {
	text-align: right;
}
#rvbanner    {
	height: 70px;
	width: 500px;
/*	background-image: url(img/content/rvbanner.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

div.inline, div a, div img {
	position: relative;
	margin: 0;
	padding: 0;
}

div#private {
	width: 125px;
	height: 160px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#rvsearch {
	width: 250px;
	height: 160px;
	float: left;
}

div#carsearch {
	width: 375px;
	height: 160px;
	float: right;
}

div#rvsearch select {
	position: absolute;
	font-size: 1em;
	top: 70px;
	border: 2px solid #BDA100;
	left: 45px;
	width: 153px;
}

div#carsearch select {
	position: absolute;
	font-size: 1em;
	border: 2px solid #BDA100;
	width: 153px;
	height: 23px;
	top: 70px;
	left: 112px;
}

#privateBanner {
	width: 752px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header/win_car_promo.jpg);
	background-repeat: no-repeat;
	height: 222px;
	}
	
#resultswrap ul.control_top select.highlight {
	background-color: #fcd000;
}

#content div.right, #content div.left {
/*	display: inline-block;*/
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#content div.left {
	width: 360px;
	float: left;
}

#content .vdescrip {
	padding: 0 20px;
	line-height: 1.25em;
	max-height: 16.25em; /* 13 lines max */
	overflow: hidden;
	
}

#content p.incentives {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	height: 125px;
	width: 326px;
	background: #fff url(img/march25th/dealer_incentives.jpg) no-repeat top center;
}

#content p.incentives span {
/*	width: 276px;*/
	margin: 0;
	padding-top: 40px;
	padding-left: 10px;
	display: block;
}

#content p.incentives span.no_incentives {
	color: #f14124;
	font-weight: bold;
	font-size: 1.3em;
}
#newhead {
	height: 58px;
	width: 752px;
	background-image: url(img/bg/newhead.jpg);
	background-repeat: no-repeat;
	padding-top: 63px;
	color: #fbd121;
}

#newhead div div {
	color: #fbd121;
	font-weight: normal;
}

#newhead a, #newhead a:visited {
	color: #999;
	text-decoration: none;
}

#newhead a:hover {
	color: #fbd121;
}

#newhead a.active {
	color: #fff;
}

#newhead_container {
	height: 7px;
	width: 30px;
	background-repeat: no-repeat;
	padding-top: 63px;
	background-color: #99FF33;
	color: #FFFFFF;
}
#testbody {
	height: 500px;
	width: 752px;
}

#content p.contact_seller {
	padding: 0;
	margin: 0;
}

