/*
	print.css
	print styles specific to entire website
*/

/* Global
	--------------------------------------------------- */
	html * { color: #000000; }
	body { background: none; }

/* Header
	--------------------------------------------------- */
	#header { background-color: #000000; }
	#header .logo { left: 15px; }
	#header ul { display: none; }
	#header #shopping-bag { display: none; }
	
/* Footer
	--------------------------------------------------- */
	#footer { display: none; }
	
/* Body
	--------------------------------------------------- */
	#body { background-color: #FFFFFF; -moz-box-shadow: none; }
	#body #check-out-progress { display: none; }
	#body #purchase-path { width: 100%; }
	#body #purchase-path table { width: 600px; }
	#body #purchase-path table * { width: auto; }
	