/*  ===== PRINT Notes =====   /
	This CSS is to include and exclude items from the print view,
	
	Template for printing. Disables all information not whated to print.
	More advanced printing can prepare a special printview. 
	e.g. order summary, order history, account information.
*/

#header { display: none; }
#footer { display: none; }
#copyright { display: none; }
#leftColumn { display: none; }
#boxNav { display: none; }
#rightColumn { display: none; }

#container, #main {
	width: auto !important;
	border: none; }

#printpage {
	display: none !important; }

#content {
	float: none;
	display: block;
	width: auto !important;
	border: none; }
#menu_layer { display: none; }
