/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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, Verdana, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 12px; color: #B71027; text-decoration: underline; }

BODY {
  background-image:url(images/bg_black_grey_1.gif);
  background: #D8DADC;
  color: #000000;
  margin: 0px;
  width: 1000px;
  margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; text-align:center;

}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #B71027;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

/* Breadcrumb-Linie */
TR.headerNavigation {
  background: #AEAFB2;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #AEAFB2;
  color: #000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000; 
}

A.headerNavigation:hover {
  color: #B71027;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #AEAFB2; vertical-align:top;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #AEAFB2;
  color: #000;
  font-weight: bold;
}

/* Infobox-Rand */
.infoBox {
  background: #D8DADC;
}

/* InfoboxKategorie-Rand */
.infoBoxKat {
  background: #fff;
}

/* Infobox-Rand orange */
.infoBoxSearch {
  background: #B71027;
}

/* Infobox-Hintergrund */
.infoBoxContents {
  background: #D8DADC;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* InfoboxKategorie-Hintergrund */
.infoBoxContentsKat {
  background: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* InfoboxKategorie-Hintergrund orange */
.infoBoxContentsSearch {
  background: #B71027; /* #D8DADC; */
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* Kopf der Infoboxen */
TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #D8DADC;
  color: #000;
  padding-left:2px;
}

/* Kopf der Infoboxen Orange */
TD.infoBoxHeadingor {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #B71027;
  color: #000;
  padding-left:2px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

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 {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

 A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, SPAN.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #B71027;

SPAN.pageHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainship {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding:2px; padding-right:10px; padding-left:10px;
  text-align:left;
}

TD.smallText, SPAN.smallText, P.smallText, DIV.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.sizetable1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background:#000;
  color:#fff;
  padding:2 10 2 10;
  text-align:center;
}

TD.sizetable2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background:#C3C5C8;
  color:#000;
  padding:2 10 2 10;
  text-align:center;
}

TD.sizetable3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background:#000;
  color:#fff;
  padding:2 2 2 2;
  text-align:center;
}

TD.sizetable4 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background:#C3C5C8;
  color:#000;
  padding:2 2 2 2;
  text-align:center;
}

TD.companytable1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 20 10 0;
  text-align:left;
}

TD.companytable2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 20;
  text-align:left;
  border-left:1px solid #B71027;
}

TD.companytable3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 20 10 0;
  text-align:left;
  border-top:1px solid #B71027;
}

TD.companytable4 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 20;
  text-align:left;
  border-top:1px solid #B71027;
}

TD.companytable5 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 20 10 0;
  text-align:left;
}

TD.companytable6 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 20;
  text-align:left;
}

TD.companytable7 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 20 10 0;
  text-align:left;
  border-bottom:1px solid #B71027;
}

TD.companytable8 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 20;
  text-align:left;
  border-bottom:1px solid #B71027;
}

TD.companytable9 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 0;
  text-align:left;
  border-top:1px solid #B71027;
}

TD.companytable10 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#000;
  padding:10 0 10 0;
  text-align:left;
  border-bottom:1px solid #B71027;
}

TD.producttable1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-align:center;
}






SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #B71027;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #B71027;
}

SPAN.productSpecialPrice2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #B71027; }







/* Background 10% schwarz */
DIV.menue0 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  margin:0px; margin-bottom:1px; background:#EDEEEF; padding:1px; padding-left:3px; border:0px solid #000;
}

/* Background 20% schwarz */
DIV.menue1 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  margin:0px; margin-bottom:1px; background:#D8DADC; padding:3px; border:0px solid #000;
}

/* Background 30% schwarz */
DIV.menue2 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  margin:0px; margin-bottom:1px; background:#C3C5C8; padding:1px; border:0px solid #000;
}

/* Background 30% schwarz */
DIV.menue3 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
}

/* Background 30% schwarz */
DIV.agb1 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px; border:1px solid #B71027; background:#C3C5C8; padding:10px;
}

/* Versandkosten Background 30% schwarz */
DIV.versk {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px; border:1px solid #B71027; background:#C3C5C8; padding:10px;
}

td.mainshipsmall {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}




/* Background 20% schwarz */
TD.center {
padding:20px; background:#D8DADC; border:1px solid #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* Background 40% schwarz */
TABLE.main {
width:1000px; border:0px solid #000000; background: #AEAFB2; 
}

/* Background 20% schwarz */
TABLE.category {
background: #D8DADC; 
}

/* Background 20% schwarz */
TD.category {
border:1px solid #000;
background: #D8DADC; 
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
}

/* Background orange */
TABLE.categoryor {
background: #B71027; 
}

/* Background orange */
TD.categoryor {
border:1px solid #000;
background: #B71027; 
}

LI.categorycenter {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  text-align:left;
}

H1.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

H2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #777;
  display:inline;
}

H3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #B71027; 
  display:inline;
}

TD.itemlistTitle {
  border-bottom:1px solid #000;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #D8DADC;
}

/* orange #B71027 */