/*  ===== 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; }
	
div.printLinks {
	display: none !important;		
}

#printheaderspace {
	height: 10px;
}

#printfooter {
	padding-top: 0px !important;
}

#productActions .sizelist .soldout .value {
	text-decoration: line-through; }	

#productActions .sizelist .soldout .marker {
	background: none;
	display: none; }

