/* Forms. */

table td.cart_quantity input { width: 30px; }

table#customer_details,
table#delivery_details { float: left; margin-top: 20px; width: 381px; }
table#customer_details { margin-right: 5px; }
table#customer_details td.right,
table#delivery_details td.right { width: 1px; }



/* Cart tables. */

table td { line-height: 1.5em; }

table.cart { background: none; border: none; margin: 3px 0 10px; padding: 0; width: 100%; }
table.cart thead th, table.cart tfoot th { background: #16228C; color: #fff; padding: 7px 10px 8px; }
table.cart td { border-bottom: 1px solid #16228C; border-right: 1px solid #fff; }
table.cart tr.cart_total td { background: #eee; }
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 td.cart_remove { width: 75px; }
table.cart td.cart_price,
table.cart td.cart_quantity { width: 50px; }
table.cart td input.checkbox { margin-top: 5px; }

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



/* Cart buttons. */

body p.cart_buttons, #content p.cart_buttons { padding: 0; margin: 10px 0 10px; }
body p.cart_buttons a, #content p.cart_buttons a,
body p.cart_buttons input, #content p.cart_buttons input { background: #eee; border-bottom: 1px solid #aaa !important; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #aaa; color: #000; display: block; float: left; font-size: 1em; margin: 0 5px 0 0; padding: 5px 10px; }
body p.cart_buttons input, #content p.cart_buttons input { cursor: pointer; padding: 6px 10px; }
body p.cart_buttons a.important, #content p.cart_buttons a.important, 
body p.cart_buttons input.important, #content p.cart_buttons input.important { background: #16228C; color: #fff; float: right; margin: 0 0 0 5px; }
body p.cart_buttons a:hover, #content p.cart_buttons a:hover,
body p.cart_buttons input.hover, #content p.cart_buttons input.hover { background: #7B8084; border-bottom: 1px solid #777 !important; border-left: 1px solid #aaa; border-right: 1px solid #777; border-top: 1px solid #aaa; }

body p.cart_buttons a#pay_by_phone, #content p.cart_buttons a#pay_by_phone { background: #FFAE00; color: #000; }


/* Email and review forms. */

form#email_form,
form#review_form { text-align: left; padding: 10px 10px 0; }
