/*
  $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-size: 9px; font-family: Verdana ; background-color: #d2d2d2; }
.errorBox  { font-size: 9px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #ffb3b5 }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit  { color: #006400; font-size: 9px; font-family: Verdana, Arial, sans-serif; text-decoration: underline }


BODY  { color: #000000; background: #d2d2d2; margin: 0 }


#center {
      position: absolute;
      left: 50%;
      top: 5%;    /*Abstand zum oberen Bildschirmrand. Eingabe in % oder px*/
      width: 800px;    /*die gewünschte Breite in px*/
      margin-left: -400px;    /*Die Hälfte der oben festgelegten Breite*/
    
      }
      
      
      
      
A {
  color: #000000;
  text-decoration: none;
}

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

FORM { display: inline; }

TR.header   { background: #f3f3f3; }

TR.headerNavigation  { background: #000 }

TD.headerNavigation  { color: #fff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #000 }

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

TR.footer  { background: #000 }

TD.footer   { color: #ffffff; font-size: 8px; font-family: Verdana, Helvetica, Arial; font-weight: bold; background: #000 }

.infoBox { background: #d2d2d2; }

.infoBoxContents  { font-size: 9px; font-family: Verdana; line-height: 11px; background: #d2d2d2; }

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading   { color: #fff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #000 }

TD.infoBox, SPAN.infoBox  { font-size: 9px; font-family: Verdana; line-height: 11px }

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

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

TABLE.productListing   { background-color: #fff; border-style: none none dotted; border-width: medium medium 1px; border-color: #b6b7cb; border-spacing: 1px  }

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

TD.productListing-data  { font-size: 9px; font-family: Verdana; line-height: 11px }

A.pageResults {
  color: #555;
}

A.pageResults:hover {
  color: #555;
  background: #c0c0c0;
}

TD.pageHeading, DIV.pageHeading   { color: #000; font-size: 9px; font-family: Verdana; font-weight: bold; line-height: 11px }

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main  { font-size: 9px; font-family: Verdana, Arial, sans-serif; line-height: 11px }

TD.smallText, SPAN.smallText, P.smallText  { font-size: 9px; font-family: Verdana, Arial, sans-serif; line-height: 11px }

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

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

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

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

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

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

TEXTAREA  { font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #f3f3f3; width: 100%  }

SPAN.greetUser  { color: black; font-size: 9px; font-family: Verdana, Arial, sans-serif; font-weight: normal }

TABLE.formArea { background: #fff; border: solid 1px #7b9ebd; }

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

SPAN.markProductOutOfStock  { color: red; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; 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: #d2d2d2; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #d2d2d2; }

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

/* 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; }
.outer { { border: solid 1px; outline: dashed 1px ActiveBorder }
