/* Print specific styles */

/* 	global - 
	overriding base.css */

#outerwrap, #wrapper {
	width: 90%!important;
	}
#navholder, #toplinkscontainer, #footer ul#footerlinks {
	display: none!important;
	}
	
/* end global */

/* order summary and confirmation */
	
	/* table styles */
	
	#checkout_container #display,
	#checkout_container #display tr.headers th.image, 
	#checkout_container #display tr.products td.image,
	#checkout_container #display tr.headers th.description, 
	#checkout_container #display tr.products td.description,
	#checkout_container #display tr.headers th.quantity, 
	#checkout_container #display tr.products td.quantity,
	#checkout_container #display tr.headers th.price, 
	#checkout_container #display tr.products td.price,
	#checkout_container #display tr.headers th.delivery_address, 
	#checkout_container #display tr.products td.address,
	#checkout_container #display tr.headers th.delivery_options, 
	#checkout_container #display tr.products td.options,
	#checkout_container #display tr.products td {
		padding:0;
		width: auto;
		}
		
	#checkout_container #display tr.headers th {
		padding: 0;
		text-align: left;
		}
	
	/* billing address styles */
	#checkout_container #display tr.totals td.items ul {
		padding-left: 0;
	}
	
	#checkout_container #display tr.totals td.billing_address {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	}

	/* totals styles */
	#checkout_container #display tr.totals td.items {
	width: auto;
	}

.orderconf div.action {
	display: none;
	}
	
/* end order confirmation */
