/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #0f0f0f; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

.searchfield {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #232323;
}

BODY {
  background: #f6f3ea;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.topnav
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #32556b;
    text-decoration: none;
}

A.topnav:hover
{
    font-weight: 400;
    color: #0c0c0c;
    text-decoration: underline;
}

A.topnav1
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #32556b;
    text-decoration: none;
}

A.topnav1:hover
{
    font-weight: 400;
    color: #0c0c0c;
    text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0870a3;
  padding-left: 5px;
}

TD.pageHeading2, DIV.pageHeading2, SPAN.pageHeading2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fafafa;
  padding-left: 5px;
  background: #8c8c8c;
}

TD.main, P.main, .main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #0f0f0f;
  padding-left: 5px;
}

TD.topbgtop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #fafafa;
  background-position: top right;
  background-image: url(/images/lgl/topbg1top.jpg);
  background-repeat: no-repeat;
  height: 57px;
}

TD.topbgbtm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #fafafa;
  background-position: top right;
  background-image: url(/images/lgl/topbg1btm.jpg);
  background-repeat: no-repeat;
  height: 33px;
  white-space: nowrap;
}

TD.topnav {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #4c4c4c;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 12px;
}

TD.topnav1 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #4c4c4c;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 12px;
}

TD.bar1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fafafa;
  background-position: top left;
  background-image: url(/images/lgl/bar1.jpg);
  background-repeat: repeat-x;
  height: 20px;
}

TR.headerbtm {
  background: #fafafa;
  background-position: center top;
  background-image: url(/images/lgl/btmdetl1.jpg);
  background-repeat: repeat-x;
}

#catgnav
{
    position: relative;
    top: 0px;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 29px;
    display: inline;
    overflow: hidden;
}
	
#catgnav li
{
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}

#catgnav a
{
    float: left;
    padding: 29px 0 0 0;
    overflow: hidden;
    height: 0px !important; 
    height /**/:29px; /* for IE5/Win */
}
	
#catgnav a:hover
{
    background-position: 0 -29px;
}

#catgnav a:active, #catgnav a.selected, #catgnav a.selected:hover
{
    background-position: 0 -58px;
}

#tgnf a
{
    width: 98px;
    background: url(/images/lgl/gntab06.gif) top left no-repeat;
}

#tglf a
{
    width: 98px;
    background: url(/images/lgl/gltab07.gif) top left no-repeat;
}

#tslf a
{
    width: 98px;
    background: url(/images/lgl/sltab07.gif) top left no-repeat;
}

#tcpl a
{
    width: 98px;
    background: url(/images/lgl/cptab03.gif) top left no-repeat;
}

#telf a
{
    width: 98px;
    background: url(/images/lgl/edtab03.gif) top left no-repeat;
}

#tvlf a
{
    width: 98px;
    background: url(/images/lgl/vltab01.gif) top left no-repeat;
}

#tgtl a
{
    width: 98px;
    background: url(/images/lgl/gttab03.gif) top left no-repeat;
}

#tasl a
{
    width: 98px;
    background: url(/images/lgl/astab02.gif) top left no-repeat;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  background-position: top left;
  background-image: url(/images/lgl/bar1.jpg);
  background-repeat: repeat-x;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

A.headerNavigation { 
  color: #fcfcfc;
}

A.headerNavigation:hover {
  color: #fcfcfc;
}