/*
  $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
*/


.base_price {
  font-family: Tahoma;
  font-size: 9px;
  color: #999999;
  font-weight : lighter;
}

.boxText { font-family: Tahoma; font-size: 11px; }
.errorBox { font-family : Tahoma; font-size : 11px; background: #ffffff; font-weight: bold; }
.stockWarning { font-family : Tahoma; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #fdd6eb; }
.orderEdit { font-family : Tahoma; font-size : 11px; color: #e25269; text-decoration: underline; }



BODY {
  SCROLLBAR-ARROW-COLOR: #6e334f;
  SCROLLBAR-BASE-COLOR: #fff0f7;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}


A {
  color: #6d0c55;
  text-decoration: none;
}

A:hover {
  color: #ca146d;
  text-decoration: underline;
}

FORM {
    display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ff0000;
}

TD.headerNavigation {
  font-family: Tahoma;
  font-size: 11px;
  background: #ee9eb5;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Tahoma;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ee9eb5;
}

TD.footer {
  font-family: Tahoma;
  font-size: 11px;
  background: #ee9eb5;
  color: #FFFFFF;
  font-weight: bold;
}

.infoBox {
  background: #ee9eb5;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
}

.infoBoxNotice {
  background: #f6ff00;
}

.infoBoxNoticeContents {
  background: #e6feff;
  font-family: Tahoma;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  background: #ee9eb5;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 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: #ffffff;
}

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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ee9eb5;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  background: #ee9eb5;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma;
  font-size: 11px;
}

A.pageResults {
  font-family: Tahoma;
  font-size: 11px;
  color: #ca146d;
}

A.pageResults:hover {
  color: #ca146d;
  background: #fff6fa;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #6f3250;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  background-image: url(images/feld.jpg);
  background-color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  background-color: #ffffff;
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
  
}

SPAN.greetUser {
  font-family: Tahoma;
  font-size: 11px;
  color: #6e334f;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Tahoma;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #ff0000;


}
SPAN.productSpecialPriceSpecial {
  font-family: Tahoma;
  color: #ff0000;
  font-size:150%;

}

SPAN.errorText {
  font-family: Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma; font-size: 11px; color: #ff0000; }

h1.keyws  {
    font-size: 10%;
    color: #ffffff;
}
td.ship
{
    font-family: Tahoma;
    font-size: 80%;
    color: #000000;
}

.EAN
{
    font-family: Tahoma;
    font-size: 11px;
    color: #e5e4e6;
    font-weight: normal;
}


.produkt-preis
{
    color: #a00a54;
}
