/*
  $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
*/

.category {
  background: #F1DC9E;
  border-bottom-color: #F1DC9E; border-top-color: #990000; border-left-color: #F1DC9E; border-right-color: #F1DC9E;
  border-style: solid;
  border-width: 1px
}

a.category1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #336699;
  text-decoration: none
}

a.category1:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #336699;
  text-decoration: underline
}

.category2 {
  background: #F1DC9E;
}

a.category2aktiv {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #990000;
  text-decoration: none
}

a.category2aktiv:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #990000;
  text-decoration: underline
}

a.category2none {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #336699;
  text-decoration: none
}

a.category2none:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #336699;
  text-decoration: underline
}


/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight : none;
  color: #990000;
}

A.tabsNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight : bold;
  color: #336699;
}

TD.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: 990000;  														/* Color of the not selected category text */
  font-weight : bold;
}
/* END Categories Tabs v2.0 */

.subtabNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #A52A2A;
  background: #FE9600;
}

.ShoppingCartNav {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
}
