/*  ===== 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,#footerTop, #footer {display: none;}
#copyright { display: none; }
#leftColumn { display: none; }
#boxNav { display: none; }

#container, #main {width: 640px; border: none 0px #333; }

#printpage {
	display: none !important; }

#content {
	float: none;
	display: block;
	width: auto !important;
	border: none; }

#buttons {
	display: none;
}

.orderconfirmationnumber {
	margin-left: 10px;
}


#cartSumCk {display: none}

#contMain {width: 625px;border: none 0px #f00;}
#pt_checkout #contentMain {width: 625px;border: none 0px #00f;}
#pt_checkout #checkout {width: 625px;}
#checkout .chkShadCont {display:none}

