body{margin:0;padding:0;font:80%/155% "Lucida Grande",Tahoma,Arial,sans-serif;background:#fff;color:#333;width:100%}
.nodecoration #everything { background: #fff}
#nosidenav-content { width: 735px !important; }

/* --- Shopping Cart --- */
#checkout-cart { border-spacing: 0; background: #fff; border: 1px #ccc solid; }
#checkout-cart h4, #checkout-cart p { font-size: 1em; margin: 0; padding: 0; }
#checkout-cart th { border: 0px; text-align: left; }
#checkout-cart td, #checkout-cart th { padding: 5px 20px; }
#checkout-cart th, .subtotal td, .subtotal th, .discount td, .total td { padding-left: 10px; background-color: transparent; }
select { font-size: 1em; }
#checkout-cart .price { text-align: right; }

/* Print Reset */
.upgrade, .add a, .remove a { display: none; }
a { text-decoration: none; color: #333; }

/* Special Rows */
#checkout-cart .header th { background-color: #ddd; }
.subtotal, .total { font-weight: bold; }
	.subtotal p { font-weight: normal; }
.subtotal td:first-child, .total td:first-child { text-align: right; }
.discount td { background-color: transparent; }
	.discount td:nth-child(2) { color: #489f0e; }
