@charset "utf-8";
* {
/*	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
*/	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imageTable tr td {
	padding: 8px;
	text-align: center;
	font-size: 12px;
	color: #eee;
}
.detailsTable tr td {
	padding: 4px;
	text-align: center;
	font-size: 12px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	line-height: 18px;
}
.detailsTable tr .carDetails {
	font-weight: bold;
	color: #900;
	text-align: left;
}


#mainContent #theCars .carsTop table {
	margin-top: 14px;
}
#mainContent #theCars .carsTop table tr td {
	padding: 6px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#detailContainer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}
#detailContainer #detailHeader {
	height: 136px;
	position: relative;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#detailContainer #carDetails {
	margin-bottom: 24px;
	background-color: #FFF;
}

