.carTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	white-space: nowrap;
}
#carTable-leftBg {
	background-image: url(../images/carTable/left.gif);
	background-repeat: repeat-y;
	height: 141px;
	width: 4px;
	float: left;
	clear: left;
}
#carTable-rightBg {
	background-image: url(../images/carTable/right.gif);
	background-repeat: repeat-y;
	height: 141px;
	width: 4px;
	float: right;
	clear: right;
}
#carTable {
	width: 135px;
	background-color: #231f20;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

a.carTable {
	text-decoration:none;
}

a.carTable:hover {
	text-decoration:underline;
}

#carTableTop {
	background-color: #231f20;
	width: 135px;
	height: 3px;
}
#photos {
	background-color: #231f20;
	height: 17px;
	width: 91px;
}
#thumbnail {
	background-color: #231f20;
	clear: both;
	height: 95px;
	width: 127px;
}
#email {
	background-color: #231f20;
	height: 17px;
	width: 91px;
}

#insideLeft {
	float: left;
	height: 34px;
	width: 91px;
	clear: none;
}

#insideRight {
	float: right;
	height: 34px;
	width: 36px;
	clear: none;
}
#inside {
	width: 127px;
	clear: both;
	float: left;
	padding-left: 4px;
}
#carTableBottom {
	background-color: #231f20;
	width: 135px;
	height: 3px;
}

