

/*
    print.css: print SCREEN STYLES
	------------
    Job:               
    Produced by:       
    Start date:  	   
	------------
*/

html > body 
	{
   background: white;
   color: black;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif; 
   margin:0;
   padding:0;
   }
img
	{
	border:0;
	}
img.printlogo
	{
	display:block;
	}
.hide, h1 span
	{
	display:none;
	}

table.address 
{
	width : 60%;
}

th 
{
	text-align : left;
}

td.hugtop 
{
	vertical-align : top;
}
td.summary 
{
	text-align : right;
	font-weight : bold;
	background-color : #eeeeee;
}


/* hide all the following */

div#header div#headRight, p.welcomeMember, div#navWrap, div#breadCrumbs, div#accountSubnav, div#colRight, div#footerWrap, div#contLeft, div#basletBanners, div#basketLeft, div.paging, div.print_style, div#errorblock  { display: none; }

div#colLeft, div#contRight { width: 600px; }

span.title { font-weight: bold; margin-top: 1em; }
