/*  ===== 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.
*/

.hiddenHeader, #hiddenLogo {
	display: block;
}
.hiddenHeader h2 {
	display: block;
}
#hiddenLogo {
	clear: both;
	float: left;
}
#header, #headerTop, #headerMiddle, #categoryNavigation, #rightColumn, #leftColumn, #footer, 
	#recentlyViewedProducts, #productInfoTabs, #maintab, #addToCartContainer_btm, #tcontent4, 
	#pageProductActionIcons 
{
	visibility: hidden;
	display: none;
}
#addToCartBlock {
	margin-right: -10px;
}
