#left  {
	float:left;
	width:230px;
	margin:0 15px 0 0;
	padding:5px 0 0 0;
	display:inline-block;
	}
	
.left-hero {
	width:230px;
	padding-bottom: 55px;
	margin-bottom: 15px;
	position: relative;
	background: url(../graphics/hero-bg.gif) bottom center no-repeat #333;
}

.left-hero h3 {
	height: 35px;
	padding-top: 15px;
	color: #fff;
	border-top: 0px;
	background: url(../graphics/h3-bg.gif) no-repeat;
	}

.left-hero h6 {
	color: #eee;
	font-weight: bold;
	border-bottom: 0;
	}
	
.left-hero p {
	color:#666;
}

.left-hero ul {
	
	}
	
.left-hero ul li a {
	padding:5px 0 5px 10px;
	display:block;
	color:#ccc;
}

.left-hero ul li a:hover {
	text-decoration:underline;
	color:#aaa;
}

.left-hero#search {
	height:220px;
	position: relative;
	}


#MakeDropDown2 {
	float:left;
	width:90px;
	margin:10px 5px 5px 15px;	
	background-color: #ccc;
}

#ModelDropDown2, #DrpDnPrice {
	float:left;
	width:90px;
	margin:10px 5px 5px 0px;
	background: #ccc;
}

#MinPrice {
	float:left;
	width:195px;
	margin:5px 0 10px 10px;
	background-color:#ccc;
	color:#000000;
	border:1px solid #cccccc;
	}
	
#MaxPrice {
	float:left;
	width:195px;
	margin:0 0 20px 10px;
	background-color:#ccc;
	color:#000000;
	border:1px solid #cccccc;
	}

.checkFix {
	width:80px;
	margin-left: 20px;
	float:left;
	display:inline;
	color: #fff;
}
	
#search-go {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 10;
	}
	
#search-btn {
	padding: 2px;
	}
