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

BODY {
  scrollbar-base-color: #76C5F0;
  scrollbar-highlight-color: #76C5F0;
  background: #B7E0F7;
  color: #000000;
  margin: 0px;
}

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

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

h1 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #DD137B;
}

h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #DD137B;
}

h3 {
    font-family: tahoma, sans-serif;
    font-weight: bold;
    display: inline;
    font-size: 11px;
}

.headtitle {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #DD137B;
}


hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #76C5F0;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

FORM {
	display: inline;
}

TD.navi_left {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

TD.navi_right {
  font-family: Tahoma, Verdana, sans-serif;
  padding-right: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #57BBED;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #57BBED;
}

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

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #EEF7FD;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #EEF7FD;
}

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

TD.infoBoxHeading {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #76C5F0;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

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: #fff;
}

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: #fff;
}

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

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

TD.productListing-data {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #004080;
}

A.pageResults:hover {
  color: #333333;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #004e9b;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #001E3C;
  padding-left : 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background: white url(images/#76C5F0/background.gif) bottom no-repeat;*/
  background-color: #fff;
}

TD.content, P.content {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #001E3C;
  background: #fff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

SPAN.productSpecialPrice {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #cc0000;
}

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

TD.productPriceInListing {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #d2e9fb;
  font-weight: bold;
}


TD.productPriceInBox {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  background: #f8f8f8;
  font-weight: bold;

}

TD.productPriceInProdInfo {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  background: #ccFFcc;
  font-weight: bold;
}

.moduleRow {
}

.moduleRowOver {
    background-color: #E0E0E0;
    cursor: pointer;
    cursor: hand;
}

.moduleRowSelected {
    background-color: #E0E0E0;
}

.checkoutBarFrom, .checkoutBarTo {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 10px;
    padding-top: 3px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-top: 3px;
}

/* message box */

.messageBox { font-family: Tahoma, Verdana, sans-serif; font-size: 10px; }

.messageStackError, .messageStackWarning {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: 650;
    color: #000;
    background-color: #FFE6E6;
    border-style: dashed;
    border-width: thin;
    border-color: #ff0000;
    padding: 8px;
}

.messageStackSuccess {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: 650;
    color: #000;
    background-color: #E1FFE1;
    border-style: dashed;
    border-width: thin;
    border-color: #009900;
    padding: 8px;
}

.infobox2 {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: 650;
    color: #000;
    background-color: #DFEAFF;
    border-style: dashed;
    border-width: thin;
    border-color: #003399;
    padding: 8px;
}

.infobox3 {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: 650;
    color: #000;
    background-color: #DFEAFF;
    border-style: dashed;
    border-width: thin;
    border-color: #DD137B;
    padding: 8px;
}

.tableheadproducts {
    font-size: 11px;
    font-weight: 650;
    color: #000;
    padding: 5px;
}

.selectirgendwas {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #001E3C;
  padding: 5px;
}

div.footer {
  font-family: Tahoma, Verdana, sans-serif;
  padding-top: 5px;
  padding-right: 55px;
  font-size: 11px;
  text-align: right;
}


/* input requirement */

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

