/******************/
/* Printing       */
/******************/
@media print
{
	#header, #footer, #checkoutProgress, h2, h5, .printcontainer, .btnGiant
	{
		display: none;	
	}	

	table.dataTbl
	{
		border:1px solid #000000;
	}
	
	.customerdetails
	{
		width:220px;
	}
}
