/**
 * Style sheet print
 */
BODY
{
	margin:24px;
	padding:0px;
}

*
{
	font-family:helvetica;
}

.printastext
{
	background: none !important;
	text-indent: 0;
}

H1, H2, H3, P { margin: 0.5em 0; }
H1 { font-size: 1.5em; color: #68B022; margin: 25px 0 10px 0; text-transform: uppercase; }
H2 { font-size: 1.2em; margin-top: 1em; }
H3 { font-size: 1em; margin: 0; }

A
{
	text-decoration:none;
	color:#003399;
}

TH
{
	margin-left:auto;
	text-align:right;
}

#logo
{
	float:right;
}

#container
{
	clear:both;
}

#main
{
	padding-top:2em;
}

#left
{
	display:none;
}

#nav_main
{
	display:none;
}

#nav_help
{
	display:none;
}

#coupon
{
	display:none;
}

UL, OL
{
	margin-left:3em;
}

#footer
{
	display:none;
}

.ce_toplink A { display: none; }

.ce_gallery #canvas
{
	overflow:hidden;
}

#irdiv1 { display: none; }

/* TABLES */
TABLE    { margin-bottom: 1em; border: 1px solid #000;}
THEAD    { }
TBODY    { }
TFOOT    { }
TR.even  { }
TH, TD   { padding: .5em; }
TH       { border-bottom: 1px dotted #000; text-align: center; }
TD.price { text-align: center; font-weight: bold; }