/*
  $Id: stylesheet_print.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  //TN custome file for print

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
html, body {
			text-align: left;
			background: #ffffff;
			color: #000000;
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt; 
}
#container {
	width: 600px;
	background: #ffffff;
	margin: 0px;
	margin: auto;
	border: 0px;
	}

table.header {display : none;}
table.helpnav {display : none;}
table.shopnav {display : none;}
#headers {display : none;}
#nav, #nav ul {display : none;}
#quickmenu {display : none;}
#printlogo {display : block;}
#header_logo, #header_right_wrapper, #header_top_divider_wrapper, #header_lang_buttons, #header_tagline, #topnav_wrapper, #leftnavcol, #rightblockcol, #footer {display : none;}
img.printlogo {display : block;}

h1.pageHeading {color: #000000; background: inherit; font-size: 12pt;}
img.pageHeading_img {display : none;}
h1.pageHeadingPrint {color: #000000; background: inherit; font-size: 12pt;}
h2 {color: #000000; background: inherit; font-size: 11pt;}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
	color: #000000;
  font-weight: bold;
	letter-spacing: 0.12em;
}
img.productcatimg {float: left; border: none; margin-right: 5px;}
img.productsubcatimg {float: none; border: none;}
img.articlecatimg {float: right; border: none; margin-left: 5px;}
img.articlesubcatimg {float: none; border: 1px solid #cccccc;}
img.articleimg {margin: 5px; border: none;}
img.productimg {margin: 5px; border: none;}
img.productsmallimg {margin: 5px; border: none;}
.imageborder {border: 1px solid #cccccc;}

.evenrow
{
	background-color: #eeeeee;
	padding: 2px;
}
.oddrow
{
	padding: 2px;
}
.rowover
{
	background-color: #cccccc;
	padding: 2px;
}
td.footer {display : none;}
#footer {display : none;}
#leftcolumn {display : none;}
#footerrounder {display : none;}

