/* Cart tables. */

table.cart { background: none; border: none; margin: 0 0 14px; padding: 0; width: 100%; }
table.cart thead th { background: #679FD1; color: #fff; padding: 5px 10px; }
table.cart td { border-bottom: 1px solid #679FD1; 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: 70px; }
table.cart td.cart_quantity input { border: 1px solid #aaa; padding: 2px 3px; width: 50px; }

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: 355px; }
table#customer_details { margin: 0 15px 0 0; }

table.delivery { border-bottom: 1px solid #679FD1; border-top: 1px solid #679FD1; margin: 0 0 14px; width: 100%; }
table.delivery td { line-height: 1.5em; padding: 5px 10px; width: 50%; }
table.delivery td input, table.delivery td select { border: 1px solid #ccc; padding: 3px; }

#content h1.new_customers { margin-top: 30px; }


/* Cart buttons. */

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