/* General Page Structure
------------------------------------------------------------------------------------------ */
body { margin: 0; }
#wrapper { margin: 0; width: 100%; }
#header #logout,
#header-search,
#nav-cat,
#breadcrumbs {
	display: none;
}


/* Content Area
-------------------------------------------------------------------------------------- */
#content { padding: 0; width: 100%; }
#content div.return { display: none; }


/* My Account Order Summary & Checkout Success
-------------------------------------------------------------------------------------- */
#content #checkout-success table.bag-contents,
#content #account-history-info table.bag-contents { width: 65%; }
#content #checkout-success table.bag-contents .quantity,
#content #account-history-info table.bag-contents .quantity { width: 15%; }
#content #checkout-success table.bag-contents .product,
#content #account-history-info table.bag-contents .product { width: 60%; }
#content #checkout-success table.bag-contents .total-price,
#content #account-history-info table.bag-contents .total-price { width: 15%; }
#checkout-success table.bag-contents tr.line-item td.title,
#account-history-info table.bag-contents tr.line-item td.title { width: 70%; }
#checkout-success table.bag-contents tr.line-item td.cost,
#account-history-info table.bag-contents tr.line-item td.cost { width: 15%; }
#checkout-success #order-meta,
#account-history-info #order-meta { width: 32%; }


/* Checkout Success
-------------------------------------------------------------------------------------- */
#content div.print { display: none; }


/* Footer
-------------------------------------------------------------------------------------- */
#footer { display: none; }

