@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFE4C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b2e3e;
}
.gallery_body {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.car_main_thumbs {
	height: 51px;
	width: 608px;
	margin-left: 24px;
	text-align: center;
	margin-top: 10px;
}
.gallery_thumb_text {
	margin-top: 5px;
}
.car_main_desc {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gallery_thumb_img {
	height: 75px;
	width: 100px;
	margin-left: 33px;
	margin-top: 30px;
}
.main_body .car_thumb .car_thumb_img {
	height: 75px;
	width: 100px;
	margin-left: 40px;
	margin-top: 23px;
	float: left;
}
.main_body .car_thumb .thumb_text {
	height: 60px;
	width: 120px;
	float: left;
	margin-top: 38px;
	margin-left: 8px;
}
.gallery_thumb {
	float: left;
	height: 150px;
	width: 160px;
	background-image: url(cars_for_sale_imgs/gallery_thumb_bg.gif);
}
.main_body {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.car_thumb {
	float: left;
	height: 120px;
	width: 300px;
	background-image: url(cars_for_sale_imgs/single_thumb_bg.gif);
}
.car_body {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(cars_for_sale_imgs/car_profile_bg.gif);
	height: 592px;
	text-align: center;
}
.car_main_title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	height: 34px;
	width: 650px;
}
.car_main_pic {
	width: 600px;
	margin-left: 28px;
}
.car_main_info {
	font-size: 16px;
	font-weight: bold;
	padding-top: 36px;
	padding-bottom: 12px;
}

/* added by jon... */
div.car_main_thumbs img { cursor: pointer; }
a img { border: 0; } 
