/** Cart Block Contents Style Sheet **/ table.cart_blocklist { /* margin-left: auto; */ /* margin-right: auto; */ width: 100%; background-color: #F9F9FA; border: 0px solid #AAAACC; padding: 2px; } table.cart_blocklist tr td.sku { color: #000000; font-size: 75%; } table.cart_blocklist tr td.price { font-weight: bold; text-align: right; } table.cart_blocklist tr td.schedule { font-size: 60%; } table.cart_blocklist tr.submit td { text-align: center; } table.cart_blocklist tr.submit td button { font-size: 60%; font-weight: bold; }