body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited, a:active {
	color: #006699;
	background-color: transparent;
	text-decoration: none;
}

a.productSelect {
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}

p.feature {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.productPic {
	width: 125px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.productTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	background-color: #cccccc;
	width: 250px;
	height: 25px;
}

.productDescription {
	vertical-align: middle;
	height: 100px;
}

.bar {
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.margin {
	margin: 50px 100px 50px 100px;
}

.wheelMargin {
	margin: 50px 90px 50px 90px;
}

.brakesMargin {
	margin: 50px 80px 50px 80px;
}

.aeroTable {
	margin-top: 130px;
}

.subCell {
	text-align: center;
}

.subCellDivider {
	height: 50px;
}

.wheelCellDivider {
	height: 25px;
}

.tireCellDivider {
	height: 10px;
}

#mainTable {
	background: #ffffff;
	width: 800px;
	font-size: 10px;
}

#divider {
	background: #333333;
	width: 800px;
	height: 2px;
}

#copyright {
	color: #999999;
	font-size: 8.5px;
	text-align: center;
}

#featurePic {
	float: left;
}

