#Container {
	height: 1050px;
}
#CarImagesHeader {
	position: absolute;
	width: 657px;
	height: 128px;
	top: 32px;
	left: 367px;
	background:url(../images/car_images_header.png);
	z-index: 100;
}
#LeftSideBar {
	position: relative;
	top: 48px;
	left: 20px;
	width: 270px;
	min-height: 450px;
}
#FindACar {
	position:relative;
	top: 0px;
	left: 0px;	
	width: 270px;
	height: 29px;
	background:url(../images/btn_find_a_car.jpg);
}
#FindForm {
	position:relative;
	background: #DDE7EC;
	border: 4px #88ACBB solid;
	top: 0px;
	left: 0px;	
	width: 262px;
	height: 272px;
	font-weight: bold;
}
#FindForm form {
	position: relative;
	top: 22px;
	left: 10px;
	width: 240px;
}
#FindForm select {
	font-size: 10px;
}
#SubmitSearch {
	position: absolute;
	top: 220px;
	left: 120px;
}
#SubmitSearch .SubmitBG {
	background:url(../images/btn_search.jpg);
	width: 110px;
	height: 22px;
	border: 0px;
}
#RefineSearch {
	position:relative;
	top: 0px;
	left: 0px;	
	width: 262px;
	min-height: 250px;
	border: 4px #88ACBB solid;
	padding-bottom: 10px;
}
#RefineSearch h4 {
	color:#000000;
}
#RefineSearch td {
	vertical-align: top;
	padding-left: 4px;
	width: 115px;
}
#RefineSearch a {
	color:#000000;
	text-decoration: none;
	font-size: 10px;
}
#RefineSearch a:hover {
	text-decoration: underline;
}
#RefineSearchTitle {
	position: relative;
	width: 268px;
	height: 32px;
	margin: 1px;
	background:url(../images/label_refine_your_search.jpg);
}
#MakeDIV {
	position: relative; 
	width: 225px;
	left: 10px;
	margin-top: 10px;
	border-bottom: 2px #B7002B solid;
}
#ModelDIV {
	position: relative; 
	width: 225px;
	left: 10px;
	margin-top: 10px;
	border-bottom: 2px #B7002B solid;
}
#TypeDIV {
	position: relative; 
	width: 225px;
	left: 10px;
	margin-top: 10px;
	border-bottom: 2px #B7002B solid;
}
#FeatureDIV {
	position: relative; 
	width: 245px;
	left: 10px;
	margin-top: 10px;
	border-bottom: 2px #B7002B solid;
}
#MPGDIV {
	position: relative; 
	width: 225px;
	left: 10px;
	margin-top: 10px;
	border-bottom: 2px #B7002B solid;
}
#RightSide {
	position: absolute;
	top: 160px;
	left: 320px;
	width: 675px;
	min-height: 450px;
	z-index: 200;
}
#RightSideHeader {
	position:relative;
	top: 0px;
	left: 0px;	
	width: 675px;
	height: 29px;
	background:url(../images/btn_your_matched_vehicles_list.jpg);
}
#SearchResults {
	position: relative;
	top: 10px;
	left: 0px;	
	width: 675px;
	min-height: 145px;
	font-size: 20px;
}
#SearchResults td {
	font-size: 11px;
	text-align: left;
	padding-left: 4px;
}
#SearchResults td.Header {
	font-weight: bold;
}
#SearchResults a {
	text-decoration: none;
	color:#000000;
}
#SearchResults a:hover {
	text-decoration: underline;
}
#SearchResults .VehicleHeader {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
#SearchResults .VehicleHeader:hover {
	text-decoration: underline;
}
#SearchResults .VehiclePrice {
	color: #881B27;
	font-size: 16px;
	font-weight: bold;
}
#SearchCriteria {
	position: relative;
	top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}
#SearchCriteria a {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}
#SearchCriteria a:hover {
	text-decoration: underline;
}
#ViewSelect {
	position: relative;
	top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}
#ViewSelect a {
	text-decoration: none;
	color:#000000;
}
#ViewSelect a:hover {
	text-decoration: underline;
}
#Login {
	position: absolute;
	top: 168px;
	left: 353px;
	width: 310px;
	height: 261px;
	background:url(../images/my_autostar_login_bg.jpg);
	border: 1px #B7002B solid;
	z-index: 2000;
}
#Login form {
	position: relative;
	top: 108px;
	left:62px;
	width: 220px;
}
#Login input[type=text], #Login input[type=password] {
	margin-bottom:21px;
	width: 215px;
	height: 11px;
	font-size: 10px;
}
#SubmitLogin {
	position: absolute;
	top: 73px;
	left: 98px;
}
#SubmitLogin .SubmitBG {
	background:url(../images/btn_sign_in.png);
	width: 110px;
	height: 22px;
	border: 0px;
}
#LoginError {
	position: absolute;
	top: 7px;;
	left: 18px;
	color: #B7002B;
	font-size: 12px;
	font-weight: bold;
}
#SignUp {
	position: relative;
	top: 135px;
	width: 290px;
	left: 5px;
	color: #B7002B;
	font-size: 12px;
	font-weight: bold;
}
#SignUp a {
	color: #B7002B;
}
#ClearButton {
	width: 106px;
	height: 26px;
}
#CloseBox {
	position: absolute;
	top: 5px;
	left: 290px;
}


