
/* TOC
	+RECEIPT
*/



.show-on-print {
	visibility: visible;
}
 .hide-on-print
{
	display: none;
}
 /**
* +RECEIPT
**/

.checkout .page_wrap,
.checkout .panelWrap h2,
{
	width: 100% !important;
}

.checkout div.header,
.checkout #checkoutTop,
.checkout .contentArea
{
	display: none !important;
}

.checkout .splitCheckout .contentLeft
{
	width: 300px !important;
}

.checkout .splitCheckout .contentRight
{
	float: left !important;
}

.checkout .splitCheckout .contentRight,
.checkout #panelReceipt #orderConfirmationDetails,
#panelReceipt #orderConfirmationDetails h2.columnTitle
#panelSummary,
#panelReceipt #orderConfirmationDetails #panelSummary .groupWrap,
#panelSummary div.orderSummary 
{
	width: 400px !important;
}

body#onePageCheckout.checkout div.footer
{
	display: none !important;

}



