#bmb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bmb h1 {
	font-size: 15px;
	text-align: center;
	color: #900;
}

#bmb h2 {
	font-size: 16px;
	color: #900;
}

#bmb h3 {
	font-size: 12px;
	color: #900;
	font-weight: bold;
}

#bmb p {
	margin: 10px 30px;
	font-size: 11px;
	color: #666;
}
#bmb #cartTable, #bmb #orderFormTable {
	margin: 10px auto;
	border: 1px solid #000;
	font-size: 11px;
	color: #666666;
}

#bmb #cartTable .trOdd {
	background-color: #B7D6E9;
}

#bmb #cartTable .trEven {
	background-color: #8CACFF;
}

#bmb #cartTable td {
	padding: 5px;
}

#bmb #cartButtons {
	text-align: center;
}

#cardLogos {
	margin: 20px;
	text-align: center;
}
#cardLogos img {
	border: 1px solid #000;
	margin: 2px;
	height: 30px;
}