/*
  $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: Verdana, Arial, sans-serif;
			font-size: small; 
}
#container {
	width: 100%;
	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;}
img.printlogo {display : block;}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
	color: #000000;
  font-weight: bold;
	letter-spacing: 0.12em;
}
img.productcatimg {float: left; border: 1px solid #cccccc; margin-right: 5px;}
img.productsubcatimg {float: center; border: 1px solid #cccccc;}
img.articlecatimg {float: right; border: 1px solid #cccccc; margin-left: 5px;}
img.articlesubcatimg {float: center; border: 1px solid #cccccc;}
img.articleimg {margin: 5px; border: 1px solid #cccccc;}
img.productimg {margin: 5px; border: 1px solid #cccccc;}
img.productsmallimg {margin: 5px; border: 1px solid #cccccc;}
.imageborder {border: 1px solid #cccccc;}

.evenrow
{
	background-color: #eeeeee;
	padding: 2px;
}
.oddrow
{
	padding: 2px;
}
.rowover
{
	background-color: #cccccc;
	padding: 2px;
}
TD.exotexture {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: center;
  vertical-align: bottom;
  color: #999999;
  font-weight: normal;
}
td.footer {display : none;}
