/* CSS for wholesale */
table#wholesale {
	border: thin inset #666666;
}
#wholesale th {
	background-color: #666666;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: center;
}
#wholesale tr {
	vertical-align: top;
}
tr.evenrow {
	background-color: #E8E4CF;
	color: #000000;
	vertical-align: top;
}
tr.oddrow {
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
}
tr.subcategory {
	background-color: #E8E4CF;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.product {
	color: #841301;
	font-weight: bold;
}
.footnote {
	font-size: 12px;
}
.small {
	font-size: small;
}
