body {
	padding: 0px;
	margin: 0px;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a90533;
}

#bottomLinks {
	text-align: center;
	padding-top: 5px;
}

#bottomLinks a {
	font-weight: bold;
	text-decoration: none;
}

.blackContent, .blackContent * {
	color: #000000;
}

.smallContent, .smallContent * {
	font-size: 9px;
}

.productBox, .productBox * {
	background-color: #e9eaea;
	color: #000000;
}

.productBox, .selectedProductBox {
	padding: 5px;
	margin-bottom: 5px;
	height: 300px;
	overflow: hidden;
}

.selectedProductBox, .selectedProductBox * {
	background-color: #d8d8d8;
}