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


/* 
  Erweiterungen durch hsc:
  
  Standard-Farben:
  #9B0523 entspricht dem CI rot
  #CEDBEF entspricht dem CI blau
*/

body { SCROLLBAR-FACE-COLOR: #9B0523; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #730109; SCROLLBAR-DARKSHADOW-COLOR: #000000;}

.navtd { 
  background-image: url(images/1px.gif);
}

.navtdOver { 
  background-image: url(images/nav_bgr_o.gif); 
}

.nav {
  background-image: url(images/nav_bgr_d.gif);
}


/* Erweiterungen durch hsc ende */

/* Box Text der Infoboxen in der Mitte -> nur Inhalte, keine Links! */
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/* Box Text der Infoboxen auf der rechten Seite -> nur Inhalte, keine Links! */
.boxTextRight { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
/* Box Text der Infoboxen auf der linken Seite -> nur Inhalte, keine Links! */
.boxTextLeft { font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 12px; }
/* Ueberschrift der Infoboxen auf der linken Seite -> nur Inhalte, keine Links! */
.boxTextHeaderLeft { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 15px; }
.smallTextFooter { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }

.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; }


/* height:100.1% bedeutet: zeige auf jeden Fall den Scrollbar an damit das Center sich nicht staendig verschiebt */
BODY {
  text-align: center;
  margin: 0px;
  background-image: url(images/hg.gif);
  height:100.1%;
}

/* Erweiterung durch hsc -> Zentrieren des Shops */
.fixcenter {
  width: 760px;
  border-width: 0px;
  background: #CEDBEF;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #9b0523;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #9b0523;
}

/* Einstellungen fuer die oberste Navigationsleiste */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #9b0523;
  color: #ffffff;
  font-weight : bold;
  height: 20px;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* Einstellungen fuer die unterste Leiste mit Datum und Counter */
TR.footer {
  background: #9b0523;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #660000;
  color: #ffffff;
  font-weight: bold;
}

/* Einstellungen fuer die Info-Boxen in der Mitte, links und rechts */
.infoBox {
  background: #b6b7cb;
  border-color: #660000;
  border-style: solid;
  border-width: 1px;
}

.infoBoxLeft {
  border-width: 0px;
  color: #ffffff;
}

.infoBoxRight {
  background: #9b0523;
  border-color: #660000;
  border-style: solid;
  border-width: 0px;
}

/* Einstellungen fuer die Texte in den linken und rechten Boxen */
A.boxTextLeft {
  color: #ffffff;
  text-decoration: none;
}

A.boxTextHeaderLeft {
  color: #ffffff;
  text-decoration: none;
}

A.boxTextHeaderZapLeft {
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

A.boxTextLeft:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.boxTextHeaderLeft:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.boxTextHeaderRight {
  color: #ffffff;
}

A.boxTextHeaderRight:hover {
  color: #ffffff;
  text-decoration: underline;
}



/* Einstellungen fuer die Inhalte der linken und rechten Boxen */
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.infoBoxLeftContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.infoBoxRightContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Einstellungen fuer die Ueberschriften in den linken und rechten Boxen */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #660000;
  color: #ffffff;
}

TD.infoBoxLeftHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

TD.infoBoxRightHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #660000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.infoBoxRight, SPAN.infoBoxRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
  color: #000000;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
  color: #000000;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Mittelteil Anzahl der Seiten ober- und unterhalb der Produktlistings */
A.pageResults {
  color: #444444;
}

A.pageResults:hover {
  color: #444444;
  background: #FFFF33;
}

/* Einstellung fuer die Unterkategorien -> der Link unter den Kategoriebildern */
.subcategoryText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* Einstellungen fuer die Unterkategorien -> die Schrift unter den Kategoriebildern */
.subcategoryText2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  color: #9b0523;
}

A.subcategoryText2 {
  color: #9b0523;
}

/* Einstellungen fuer die Ueberschriften im Mittelteil */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9b0523;
}

TD.pageHeadingWhite, DIV.pageHeadingWhite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9b0523;
  background: ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Einstellungen fuer den Mittelteil und die Produktbeschreibungen */
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #444444;
}

TD.mainWhite, P.mainWhite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #444444;
}

TD.smallTextFooter {
  background: #9b0523;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
