/* Order Reciept Print Styles */

/*hide everything except the receipt html*/
*, td, #MainBody
{
	background: transparent;
}

body
{
	background: #FFFFFF;
}

#td_header, #td_phonenum, #td_subhead, 
#td_subhead_right, #td_nav, #td_footer, 
#td_leftcol, .chkout_print_wrap a, .chkout_breadcrumbs 
{ display: none; }

.right 
{
	float: none;
	width: 100%;
	margin: 0;
	background: transparent;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #000000;
	text-decoration: none;
}

h3
{
	color: #000000;
}