#products h2 { padding-top: 10px; }
#products table { margin: 0 auto; width: 95%; }
#products td { padding: 1px 4px; }
#products td.left { text-align: left; }
#products td.center { text-align: center; }
#products td.right { text-align: right; }
#products tr.dark td { background: #dfd9c5; }
#products td.cart, #products tr.dark td.cart { background: #dcb; text-align: center; }
#products td.cart a { color: #a00; font-weight: bold; white-space: nowrap; }
