/*
  $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, sans-serif; font-size: 12px; padding:0;}
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #EAEEF7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px 10px 0px 10px;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/

img{
  border: 0;
}

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

A:hover {
  color: #c90f19;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #214B9E;
}

TD.headerNavigation {
	padding:3px;
	font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : normal;
}

A.headerNavigation { 
  color: #ffffff;
  padding:3px 5px 3px 5px;
}
TD.headerNavRight{
   width:350px;;
}

TD.headerNavRight A.headerNavigation{
   background: #c90f19;
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #E5E9F4;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E5E9F4;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #C90F19;
}

TD.footer {
	padding:3px 3px 3px 3px;
	font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : normal;
}
 
TD.footer a { 
  color: #ffffff; 
}

TD.footer a:hover {
  color: #ffffff;
}

 /*Box-Rahmen*/
.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  /*background: #EEEEFC;*/
  background: #EAEEF7;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #616BE8;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
/*Box-Überschrift*/ 
TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #21499C;
  color: #FFFFFF;
  white-space:nowrap; 
  padding:1px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TD.shoppingCart{
  border: 2px;
  border-style: solid;
  border-color: #c90f19;
  border-spacing: 1px;
}

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

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

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

TABLE.productListing TR.productListing-even, TABLE.productListing TR.productListing-odd{
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
}

TABLE.productListing TR.productListing-even:hover, TABLE.productListing TR.productListing-odd:hover {
  background: #EAEEF7;
}

TABLE.productListing TR.productListing-even td, TABLE.productListing TR.productListing-odd td{
  border-bottom: 1px solid #7b9ebd;
}

/*sub-categories*/
.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #E5E9F4;//1645a3
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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


TD.pageHeading, TD.pageHeading h1, DIV.pageHeading h1{
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1E138A;
  border:0px;
  margin:0px;
  padding:0px;
}

TR.subBar {
  background: #EAEEF7;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
}
TD.smallText:hover, SPAN.smallText:hover, P.smallText:hover {
  background: #EAEEF7;
}

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #1E138A;
  font-weight: bold;
}

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

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

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

SPAN.markProductInStock {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #06B112;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #B8CAD9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #A8CEEA; }

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

/* message box */

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

/* input requirement */

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

/************* Extra Field ******************/

span.pefn {
  color: #000000;
  font-weight: bold;
}
span.pefv {}

span.ef_81 {
  line-height:55px;
  vertical-align:bottom;
}span.efv_81 {
  line-height:55px;
  color: #1831f0;
  font-family: Arial, sans-serif; 
  font-weight: bold;
  font-size:18px;
  vertical-align:bottom;
  text-decoration:line-through

}

/************* Categories ******************/
TD.categories > table > tbody > tr > td > table > tbody > tr > td > a{
  width:196px;
  background-color: #B5C4E3;
  padding:2px;
  float:left;
  clear:both;
  border-top:1px solid #ffffff;
}
TD.categories > table > tbody > tr > td > table > tbody > tr > td > a.subcategorie{
  border-top:none;
}

TD.categories > table > tbody > tr > td > table > tbody > tr > td > a:hover{
   background: #c90f19;
   color:#ffffff;
   text-decoration:none;
}

/************* Preis ******************/
TD.preis{
  border-color: #c90f19;
  border-style: solid;
  border-width: 2px;
}

TD.preis > table > tr > td.infoBoxContents{
   background: #c90f19;
   color:#ffffff;
}