/*
    print.css: print SCREEN STYLES
	------------
    Job:               Trade 1st
    Produced by:       HMS, Web Designer @ Mando Group, Copyright Mando Group 2007
    Start date:        09/10/2007
	------------
*/
html > body 
	{
   background: white;
   color: black;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif; 
   margin:0;
   padding:0;
   }
img.printlogo, ul.productlist a
	{
	display:block;
	}
ul.productlist li
	{
	list-style: none;
		clear:left;
		padding:0 20px;
		border-top:1px solid #ccc;
	}	
ul.productlist
	{
	margin:0;
	padding:0;
	}
body.productdetail div.subsection li
	{
	list-style:none;
	}
ul.productlist dd, ul.productlist dt, form.calculate dd, form.calculate dt
	{
	float:left;
	margin:0;
	padding:0
	}
ul.productlist dt, form.calculate dt, body.productdetail div.subsection
	{
	clear:left;
	}
ul.accessmenu, ul.nav1, div.account, div#searchPanel, div.brands, div#brandLogs, ul#navigation, div.foot, h1 span, div#subnav, ul.paging, ul.productlist form, a#lightboxImage span, div.eddysays img, .addbutton, input.calculate, input#quantity_calc, .hide
	{
	display:none;
	}
h1 img
	{
	border:0;
	}
table
	{
	border:1px solid #ccc;
	text-align:left;
	}
caption
	{
	text-align:left;
	font-size
	}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}