/* Cart tables. */

table.cart { background: none; border: none; margin: 0 0 17px; padding: 0; width: 100%; }
table.cart thead th { background: #02366C; color: #fff; padding: 5px 10px; }
table.cart td { border-bottom: 1px solid #02366C; line-height: 1.5em; padding: 5px 10px; }
table.cart tr.cart_total td { background: #DFDFDF; }
table.cart tr.cart_total td, table.cart td.cart_message { font-weight: bold; }
table.cart td.noshow, table.cart tr.cart_total td.noshow { background: #fff; border-bottom: none; }

table.cart input, table.cart select, table.cart textarea { border: 1px solid #aaa; padding: 3px 5px; width: 175px; }
table.cart input.checkbox { margin: 0 10px 0 0; width: auto; }
table.cart td.left { padding: 7px 10px 5px; }
table.cart td.right { width: 1px; }

table.cart td.cart_remove { width: 75px; }
table.cart td.cart_price, table.cart td.cart_quantity { width: 50px; }
table.cart td.cart_quantity input { border: 1px solid #aaa; padding: 2px 3px; width: 30px; }

table.cart span.cart_code { color: #aaa; font-size: .9em; padding: 0 0 0 10px; }
table.cart span.cart_stock { color: #666; }

table td.cart_quantity input { width: 30px; }
table#customer_details, table#delivery_details { float: left; width: 345px; }
table#customer_details { margin: 0 7px 0 0; }



/* Cart buttons. */

#content p.cart_buttons { padding: 7px 0 17px; width: 100%; }
#content p.cart_buttons a, #content p.cart_buttons input { background: #aaa; color: #fff; cursor: pointer; display: block; float: left; font-size: 1em; margin: 0 3px 0 0; padding: 5px 10px 4px; }
#content p.cart_buttons input { padding: 5px 10px; }
#content p.cart_buttons a.important, #content p.cart_buttons input.important { background: #02366C; color: #fff; float: right; font-weight: bold; margin: 0 0 0 3px; }