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

.ProductBox {
	width: 106px;
	text-align: center;
	float: left;
	height: 170px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.9em;
}
.ProductBox h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
.verticalSpacer {
	height: 30px;
}
#autospecBox {
	text-align: center;
	height: 140px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 0.9em;
	padding-top: 30px;
	background-image: url(images/promo/autospec-background.gif);
	background-repeat: repeat-x;
	margin-bottom: 2px;
}
#customBox {
	height: 80px;
	background-image: url(images/promo/customBox-bg.jpg);
	width: 85px;
	padding-left: 75px;
	color: #FFF;
	padding-top: 10px;
}
#customBox a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}

