/* Body and container */
body {
   margin:0px;
   padding:0px;
   text-align:center;
}

/* For use in shopthanksprint.asp */
body.printerfriendly {
   background:white;
   color:black;
   text-align:center;
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
   width:100%; /* change for different width, 100% will stretch site */
   margin:0px auto;
   text-align:left;
}

/* Logo header */
#header {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   margin-bottom:0px;
   background-color: #76B520;
   background-image: url(../../images/techgreen/bg-header.gif);
   background-repeat: repeat-x;
   color: #FFCC00;
}

#header td {
   padding-top:0px;
   padding-bottom:2px;
   font-size:10px;
   background:url(../../images/techgreen/bg-header-bottom.gif) repeat-x 0 100%;
}

#header td td { /* reset for nested tables */
   padding:0px; 
   background:none;
}

#header .logo {   vertical-align:middle; }
#header .logo img { margin:10px 0px; }
#header .header_right {
	vertical-align:middle;
	font-weight:bold;
	text-align:right;
	color: #FFFFFF;
	font-size: 14px;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 3px;
	font-size: 11px;
}
#header a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#header p { margin:0px; }

/* Top navigation bar */
#nav {
   clear:both;
   line-height:30px;
   font-size:11px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   border:1px solid #cfcfcf;
   text-transform:uppercase;
   margin-bottom:6px;
   background:#E9E9E9 url(../../images/techgreen/bg-nav.gif) repeat-x;
   text-align:center;
}

#nav table { 
   border-collapse:collapse; 
   border:0px; 
   margin:0px auto; /* center align the menu */
   /* to left align the menu, add width:100%; */
}

#nav table td { padding:0px; }

/* Horizontal menu */
ul#horiz_nav {
   /* Do not change */
   list-style-type:none;
   margin:0px;
   padding:0px;
   float:left;
   
   /* Styles */
   border:0px;
   text-align:center;
   line-height:30px;
}

#horiz_nav li {   /* all list items */
   /* Do not change */
   float:left;
   display:block;
   white-space:nowrap;
   
   /* Styles */
   font-size:11px;
   font-weight:bold;
}

#horiz_nav li a { /* items link style */
   /* Do not change */
   position:relative; 
   display:block;
   
   /* Styles */
   padding:0px 40px;
   color:#0A50FF;
   text-decoration:none;
}

#horiz_nav li.first a { padding-left:20px; } /* style for first top menu item */
#horiz_nav li.last a { padding-right:20px; } /* style for last top menu item */
#horiz_nav li a:hover { color:#999 !important; } /* style for menu item hover state */

#horiz_nav li ul { /* second-level lists */
   /* Do not change */
   position : absolute;
   left: -999em;
   padding:0px;
   margin:0px;
   list-style-type:none;
   
   /* Styles */
   border-left:1px solid #CFCFCF;
   border-right:1px solid #CFCFCF;
   background:#EAEAEA;
}

#horiz_nav li ul li { /* second-level list items */
   /* Do not change */
   float:none;
   display:block;
   
   /* Styles */
   text-align:left;
   line-height:22px;
   text-transform:capitalize;
}

#horiz_nav li ul li a { /* second-level links */
   padding:0px 10px !important;
   width:120px;
   border-bottom:1px solid #CFCFCF;
}

/* Do not change the following 5 declarations */
#horiz_nav li ul ul { /* third-and-above-level lists */  left: -999em; }
#horiz_nav li:hover ul ul, #horiz_nav li:hover ul ul ul, #horiz_nav li.sfhover ul ul, #horiz_nav li.sfhover ul ul ul {
   left: -999em;
}
#horiz_nav li:hover ul, #horiz_nav li li:hover ul, #horiz_nav li li li:hover ul, #horiz_nav li.sfhover ul, #horiz_nav li li.sfhover ul, #horiz_nav li li li.sfhover ul { /* lists nested under hovered list items */
   left: auto;
}

ul#horiz_nav iframe {
   position: absolute;
   /* account for the border */
   z-index: 0;
   visibility:hidden;
   filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End */

/* Utility bar - account/language/search */
#utilbar {
   border:1px solid #d0d0d0;
   background:white;
   text-align:right;
   padding:5px 10px;
   color:#61657e;
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
}

#utilbar a { color:#61657e; }

#utilbar form { display:inline; margin:0px; margin-left:10px; padding-left:10px; }
#utilbar input {
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#utilbar input.searchfield {
	font-size:10px;
	margin-right:5px;
		FONT-WEIGHT: bold;
	COLOR: #76B520;
	border: 1px solid #FFFFFF;
}


.searchboxbar {
	background-color: #76b520;
	background-image: url(../../images/buttons/search-box.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 182px;
	color: #76B520;
	font-size: 10px;
}

.searchboxbar td{
	background-image: url(../../images/buttons/center.gif);
	background-repeat: repeat-x;
	width: 182px;
	color: #76B520;
	font-size: 10px;
}


.search3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #76B520;
	border: 1px solid #FFFFFF;
}

/* left nav */
.leftnav {
   width:200px;
   padding-bottom:20px;
}

.leftnav table {
   border-collapse:collapse;
   width:100%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

/* Price Breaks box */
table.boxPricing {
   border:1px solid #d1d1d1;
   line-height: 5px;
   width: 150px;
}

table.boxPricing th{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   background:url(../../images/techgreen/bg-menuhdr.gif) repeat-x;
   color : #76B520;
   text-transform:uppercase;
   font-size : 13px;
   font-weight : bold;
   line-height: 25px;
   text-align : left;
   width: 150px;
}

table.boxPricing td {
   background:#f9f9f9;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   width: 100px;
}

table.boxPricing td br {
   font-size:0px;
   width: 150px;
}

/* Navigation box */
table.box {
   border:1px solid #d1d1d1;
   margin-bottom:6px;
}

table.box td,table.box th {   padding:0px 10px; }
table.box th{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   background:url(../../images/techgreen/bg-menuhdr.gif) repeat-x;
   color : #76B520;
   text-transform:uppercase;
   font-size : 13px;
   font-weight : bold;
   line-height:31px;
   text-align : left;
}
table.box td { background:#f9f9f9; }
table.box td a { display:block; width:100%; color:#666; }
table.box td a:hover { color:#76B520; }

table.box td br {
   font-size:0px;
   line-height:0px;
}

table.box td.cartsubtotalminicart {
   padding:3px 5px;
   text-align:right;
}

table.box td.cartsubtotalminicart a { display:inline; }

/* Alternate category listing style */
table.categories table td {
   padding:0px 5px;
   line-height:25px;
   border-bottom:1px solid #e1e1e1;
}
table.categories a {
   color:#848889;
   text-decoration:none;
   text-transform:lowercase;
   font-weight:bold;
   font-size:10px;
   padding-left:15px;
   display:block;
   background-image: url(../../images/techgreen/bg-box-a.gif);
   background-repeat: no-repeat;
   background-position: 0 50%;
}
table.categories a:hover {
   background:url(../../images/techgreen/bg-box-a-hover.gif) no-repeat 0 50%;
   color:#76B520;
}

/* Minicart display */
table.minicart td {
   padding:5px;
   font-size:10px;
   text-align:center;
}

table.minicart td td {
   text-align:left;
   padding:2px !important;
}

table.minicart a { background:none !important; color:#666 !important; }
table.minicart a:hover { text-decoration:underline; }
table.minicart a.cartminilinks {  }  /* For product description in minicart */

/* Topseller display */
td.topseller {
   margin:0px;
}

td.topseller a {
   background:none !important;
}

td.leftmenumainTS {
   line-height:15px;
}

td.leftmenumain {
   line-height:25px;
   border-top:1px solid #D1D1D1;
}
   
.currencydropdown {
   border-top:1px solid #D1D1D1;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 15px;
   padding-left: 6px;
}
table.box td.categories td.leftmenumain { border-top:0px !important; }

/* No hover styling */
table.box td.nohover a:hover {
   background:none !important;
   color:#666 !important;
   text-decoration:underline;
}

/* Form styles in left area */
.leftnav form { margin:10px 0px 0px 0px; }
.leftnav select,.leftnav option { font-size:10px; vertical-align:middle; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* Main content area */
.main {
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   background:url(../../images/techgreen/bg-menuhdr.gif) repeat-x;
   border-top:1px solid #D1D1D1;
   padding-top:5px;
}
/* hide from ie5 mac \*/
* html .main { height:1%; }
/* end hide */

.main table td { text-align:left; }
.main td { font-size:100%; }
.main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
   border:1px solid #D7D7D7;
   padding:10px;
   color:#666;
   margin-bottom:5px;
   text-align:left;
}

#homecontent h1 { color:#000; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* Footer */
#footer {
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   font-size:10px;
   color:#555;
   height:57px;
   padding-bottom:57px;
   background:url(../../images/techgreen/bg-footer.gif);
}

#footer p {
   margin:4px 0px;
}

#footer a {
   color:#9d9d9d;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   text-decoration:underline;
}

/* Bread crumb */
div.breadcrumb {
   text-align:left;
   color:#000;
   font-size:90%; 
   margin-bottom:10px;
}

div.breadcrumb a { 
   color:#0A50FF; 
   text-decoration:none; 
}
div.breadcrumb a:hover { 
   color:#76B520; 
   text-decoration:underline;
}

/* Prices */
.pricesmall {
   color:#76B520;
   font-size:10px;
}

.price {
   font-size:12px;
   color:#0A50FF;
   font-weight:bold;
}

.pother1 {
   font-size:12px;
   color:#0A50FF;
   font-weight:bold;
}

/* Random products (homepage) table styles */
table.randomprods {
	color:#848484;
	width:100%;
	border-collapse:collapse;
	border: 1px solid #76B520;
	height: 210px;
}

table.randomprods td, table.randomprods th {
   text-align:left;
   vertical-align:top;
   padding-bottom:10px;
}

table.randomprods th {
   font-size:12px;
   padding-bottom:15px;
}

table.randomprods a { color:#000000; text-decoration:none; }

table.randomprods a:hover { color:#0A50FF; text-decoration:none; }

table.randomprods a.moreinfo {
   color:#000000;
   padding:2px 15px;
   text-decoration:underline;
   font-weight:bold;
   text-transform:lowercase;
}
table.randomprods a.moreinfo:hover {
   color:#0A50FF;
}

table.randomprods h2 {
   color:#76B520;
   border-bottom:1px solid #737277;
   padding-bottom:3px;
   font-size:11px;
   font-family:Tahoma,Arial,Helvetica,sans-serif;
}

table.randomprods .price {
   font-size:13px;
   color:#0A50FF;
   font-weight:bold;
}

table.randomprods tr.bottomrow td {
   border-top:5px solid #A3A3A3;
}


/* Random products (sub category pages) table styles */
table.subrandomprods {
	color:#848484;
	width:100%;
	border-collapse:collapse;
	border: 1px solid #76B520;
	height: 250px;
}

table.subrandomprods td, table.subrandomprods th {
	text-align:left;
	vertical-align:top;
}

table.subrandomprods th {
   font-size:12px;
   padding-bottom:15px;
}

table.subrandomprods a { color:#000000; text-decoration:none; }

table.subrandomprods a:hover { color:#0A50FF; text-decoration:none; }

table.subrandomprods a.moreinfo {
   color:#000000;
   padding:2px 15px;
   text-decoration:underline;
   font-weight:bold;
   text-transform:lowercase;
}
table.subrandomprods a.moreinfo:hover {
   color:#0A50FF;
}

table.subrandomprods h2 {
   color:#76B520;
   border-bottom:1px solid #737277;
   padding-bottom:3px;
   font-size:11px;
   font-family:Tahoma,Arial,Helvetica,sans-serif;
}

table.subrandomprods .price {
   font-size:13px;
   color:#0A50FF;
   font-weight:bold;
}

table.subrandomprods tr.bottomrow td {
   border-top:5px solid #A3A3A3;
}

/* Style for tmp_categorytemplate.htm (shopdisplaycategorie.asp) */
#categorieslist {
   width:100%;
}

#categorieslist td {
   vertical-align:top;
   border:1px solid #76B520;
   empty-cells:hide;
   padding:0px;
}

#categorieslist td td {
   height:auto;
   border:0px;
   padding:3px;
}

.categorybox {
   width:100%;
   border-collapse:collapse;
}

.categorybox td {
   text-align:center;
   vertical-align:middle;
   padding:5px;
}

td.categorylink {
   font-size:12px !important;
   background:#fff !important;
   padding:0px !important;
}

td.categorylink a {
   color:#76B520;
   text-decoration:none;
   display:block;
   padding:5px;
}

td.categorylink a:hover {
   color:#fff;
   background:#76B520;
}

td.categorymemo {
   border-top:1px solid #76B520 !important;
   background:#F9F9F9;
   vertical-align:middle;
}

/* Style for tmp_product.htm and tmp_productinvent.htm (shopexd.asp) */
#extendedproduct {
   text-align:left;
}
/* hide from ie5 mac \*/
* html #extendedproduct { height:1%; }
/* end hide */

#extendedproduct table { width:100%; }
#extendedproduct td {
   vertical-align:top;
   padding:10px;
}

#extendedproduct td table {
   width:auto !important;
}

#extendedproduct td td {
   padding:3px 0px;
}

#extendedproduct hr {
   background:0px;
   border:0px;
   border-top:1px dotted #c8c8c8;
   height:1px;
   margin:5px 0px;
}

#extendedproduct p { margin:5px 0px; }

/* compare products styles */
table.tbl_compare {
   width:100%;
   border-collapse:collapse;
   border:0px;
}

table.tbl_compare td {
   vertical-align:top;
   text-align:left;
   padding:0px 10px;
}

table.tbl_compareproduct {
   border-collapse:inherit;
   line-height:18px;
}

table.tbl_compareproduct td {
   padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
   width:100%;
   background:#F9F9F9;
   border:1px solid #CCCCCC !important;
   margin-bottom:10px;
   border-collapse:collapse;
}

table.customerservice th {
   height:35px;
   background-position:1% 50%;
   background-repeat:no-repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   color:#333;
   font-size:12px;
   border-bottom:1px solid #CCCCCC;
   background-color:white;
   text-align:left;
   padding-left:50px;
   vertical-align:middle;
}

table.customerservice td {
   padding:10px;
}

table.customerservice ul {
   margin:0px;
   padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
   background:#F9F9F9;
   border:1px solid #CCCCCC !important;
   margin-bottom:10px;
   padding:10px;
   text-align:left;
   vertical-align:top;
   line-height:20px;
   font-size:11px;
}

.std_table table { 
   border-collapse:collapse;
   width:85%;
}

.std_table th { 
   vertical-align:top;
   padding:0px 10px 0px 0px;
   width:35%;
   font-weight:normal;
}
.std_table td {   padding:0px 5px 0px 0px; }

/* standard table display for shopcheckout */

.std_tableCheckout {
   background:#F9F9F9;
   border:1px solid #CCCCCC !important;
   margin-bottom:10px;
   padding:10px;
   text-align:left;
   vertical-align:top;
   line-height:20px;
   font-size:11px;
}

.std_tableCheckout table { 
   border-collapse:collapse;
   width:85%;
}

.std_tableCheckout th { 
   vertical-align:top;
   padding:0px 10px 0px 0px;
   width:35%;
   font-weight:normal;
}
.std_tableCheckoutRed td td {
   padding:0px 5px 0px 0px;
   color: #CC0000;
}
.std_tableCheckout td {
   padding:0px 5px 0px 0px;
}



/* Category table (shopdisplaycategories.asp) */
table.tbl_category td { text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
   width:85%;
}

table.tbl_customer th {
   width:35%;
   vertical-align:top;
   text-align:left;
   font-weight:normal;
}

table.tbl_customer td {
   vertical-align:top;
   text-align:right;
   font-size: 12px;
   color: #CC0000;
   font-weight: bold;
}

table.tbl_customer iframe {   /* refer to shoplicense.htm for changing license styles */ 
   width:100%;
}

table.tbl_subproduct {
   border-collapse:collapse;
   margin-right:2px;
   margin-bottom:2px;
   border:1px solid #ddd;
   background:#F7F7F7;
   text-align:center;
   width:100px;
   float:left;
}

table.tbl_subproduct td {
   padding:3px 5px;
}

/* Global/Main styles */
a img { border:0px; }
a { color:#0A50FF; }

h1{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size :13px;
   font-weight : bold;
   margin:10px 0px;
   padding-bottom:10px;
   color:#0A50FF;
   text-align:left;
}

.main h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   color:#333;
   margin:10px 0px;
   font-size:12px;
   text-align:left;
}

.main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
   background-position:1% 50%;
   background-repeat:no-repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   color:#333;
   font-size:12px;
   border-top:1px solid #CCCCCC;
   border-left:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;
   background-color:white;
   text-align:left;
   padding:10px 5px 10px 50px;
   margin:0px;
}

.main td {
   font-size:10px;
}

.main input {
   margin:0px;
}

.error {
   padding:5px;
   text-align:center;
   border:1px solid #CC0000;
   color:#CC0000;
   font-weight:bold;
   font-size:10px;
   text-transform:uppercase;
   background:#F9F9F9;
}

/* standard table display used in Advanced Search, Contact Us and Customer Service pages */
table.std_table {
   width:100%;
   border-collapse:collapse;
   background:#F9F9F9;
   border:1px solid #CCCCCC;
   margin-bottom:10px;
}

table.std_table td {
   padding:10px;
   text-align:left;
   vertical-align:top;
   line-height:20px;
   font-size:11px;
}

table.std_table table { 
   border-collapse:collapse;
   margin:5px 0px;
}

table.std_table td td { padding:0px 5px 0px 0px; }
table.std_table td th { vertical-align:top; padding:0px 10px 0px 0px; font-weight:bold; }

/* Other text styles */
.coloured {
   color:#000000;
}

.txtheader{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.menuhdrPB{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color : #76B520;
   color : #FFFFFF;
   font-size : x-small;
   font-weight : bold;
   text-align : left;
   padding-top: 2px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 2px;
}

.menuhdr{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color : #76B520;
   color : #FFFFFF;
   font-size : x-small;
   font-weight : bold;
   padding : 4px 0px 4px 2px;
   text-align : left;
}
.menubdr{
   background-color : #B3B7BB;
}

.dottedBorder {
   border: 1px dotted #cccccc; 
   background-color: #F9F9F9;
   padding: 5px   
}

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.dashed{
   border-left : 1px solid #cccccc;
   border-right : 1px solid #cccccc;
   border-bottom : 1px solid #cccccc;
   background-color : #F7F7F7;
}

/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}

.searchbtn {
	color:#76B520;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size:10px;
	font-weight: bold;
	border:1px solid #76B520;
	text-transform:uppercase;
	cursor:pointer;
	height: 15px;
	margin-left: 4px;
	margin-bottom: 4px;
	text-indent: 4px;
}

.submitbtn {
   color:#76B520;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #fff;
   font-size:10px;
   font-weight: bold;
   border:1px solid #76B520;
   text-transform:uppercase;
   cursor:pointer;
}

.submitbtn:hover {
   background:#76B520;
   color:white;
}

select, option { font-size:10px; vertical-align:middle; border:1px solid #61657e; font-family:Verdana, Arial, Helvetica, sans-serif; }
option { border:0px; }

/* General override styles */
.ac { text-align:center!important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
   clear: both;
   display: block;
   font: 1px/0px serif;
   content: ".";
   height: 0;
   visibility: hidden;
}
.smlpad { padding:15px !important; }
#header .header_right_login {
   vertical-align:middle;
   font-weight:bold;
   text-align:right;
   color: #0A50FF;
}

/* Tmp_productformat (Sub categories) table styles */
table.productformat {
	color:#848484;
	width:100%;
	border-collapse:collapse;
	height: 210px;
}
.imgbtn {
	border:0px;
}
.colouredPrice {

   color:#FF0000;
}
.aq {
	text-align:left!important;
}

/* Login header */
#loginheader {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   margin-bottom:0px;
   background-color: #76B520;
   background-image: url(../../images/techgreen/bg-header.gif);
   background-repeat: repeat-x;
   color: #FFCC00;
}

#loginheader td {
   padding-top:0px;
   padding-bottom:2px;
   font-size:14px;
   background:url(../../images/techgreen/bg-header-bottom.gif) repeat-x 0 100%;
}

#loginheader td td { /* reset for nested tables */
	padding:0px;
	background:none;
	font-size: 14px;
}

#loginheader .logo {   vertical-align:middle; }
#loginheader .logo img { margin:10px 0px; }
#loginheader .header_right {
	vertical-align:middle;
	font-weight:bold;
	text-align:right;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#loginheader a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 3px;
	font-size: 11px;
}
#loginheader a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#loginheader p { margin:0px; }

.code {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #76B520}
.TABLEproductformatTitle{
	FONT-WEIGHT: bold; FONT-SIZE: 13px;  COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
	}

TABLE.productformat H1 {
FONT-WEIGHT: bold; FONT-SIZE: 13px;  COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
