/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #B26464; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }

/* deduktiv */
.popup_link, .popup_link:hover {
	color: #E71818;
}

BODY {
  background: #c0c0c0;
  color: #000000;
  margin: 0px;
  text-align: center;
}

A {
  color: #000000;
  text-decoration: none;
}

/* Farbe bei MouseOver */ 
A:hover {
  /*color: #B26464;*/
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* André Baier: Breite des Shops*/
.store_width { 
	/*width: 750px;*/
	width: 100%;
	/*border: 1px solid #686B6E;*/
	/*background: #FFF;*/
	margin: 0 0 0 0;
	border: 1px solid #fff;
}

/* André Baier: Logo oben */
.store_logo {
	margin: 0 0 0 0px;
}

.store_bg {
	background-image: url(images/store-bg.jpg);
	background-repeat: repeat; /*background-color: #FFFBED;*/
	/*background-color: #FEECBA;*/
	background-color: #FFFFFF;
}

/* André Baier: Animation neben Logo in Kopfzeile */
.store_anim {
	padding: 0 0 0 100px;
}

/* André Baier: Adresse in Kopfzeile */
.store_anschrift {
	float: right;
	padding: 0 7px 0 0;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

.store_slogan {
	float: left;
	padding: 0 0 0 15px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 42px;
	color: #fff;
}

/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */ 
TR.header {
	/*background: #343831;*/
	background: #b26464;
	height: 100px; /*background-image: url(images/store-bg.gif);*/
}

/* Navigationszeile unmittelbar unter dem Kopfbereich */ 
TR.headerNavigation {
  /*background: #343831;*/
  background: #980000;
  height: 20px;
}

/* Navigationszeile z.B. die >> Zeichen */ 
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  color: #fff;
  font-weight : bold;
}

/* Navigationszeile Textfarbe */ 
A.headerNavigation { 
  color: #fff; 
}

/* Navigationszeile bei MouseOver */ 
A.headerNavigation:hover {
  color: #fff;
}

/* Einblendung bei Fehler oder Warnung z.B. AGBs nicht akzeptiert */ 
TR.headerError {
  background: #ff0000;
}

/* Einblendung bei Fehler oder Warnung z.B. AGBs nicht akzeptiert */ 
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/* Einblendung beim Versand eines neuen Passworts */
TR.headerInfo {
  background: #00ff00;
}

/* Einblendung beim Versand eines neuen Passworts */ 
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* Balken unten mit Datum und Anzahl Zugriffe */ 
TR.footer {
  /*background: #bbc3d3;*/
  /*background: #343831;*/
  background: #980000;
}

/* Balken unten mit Datum und Anzahl Zugriffe */ 
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #343831;*/
  background: #980000;
  color: #ffffff;
  font-weight: bold;
}

.footera,.footera:hover,.footera:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

  color: #ffffff;
  font-weight: bold;
	
}

/* Farbe des Rahmen um alle Boxen */ 
.infoBox {
  /*background: #B26464;*/
  background: #980000;
}

/* Fuellfarbe aller Boxen */
.infoBoxContents {
  /*background: #f8f8f9;*/
 /* background: #FFF;*/
  background: #c2c2c2;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Fuellfarbe Ueberschrift aller Boxen */ 
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b26464;
  /*background: #686B6E;*/
  color: #fff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Farbe Produktliste ungerade Zeilen */ 
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: #FEECBA;*/
}

/* Farbe Produktliste gerade Zeilen */ 
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;*/
  /*background: #FEECBA;*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b26464;
  border-spacing: 0px;
}

/* Produkttabelle Ueberschrift Fuellfarbe */
.productListing-heading, .productListing-heading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b26464;
  color: #fff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* Farbe Seitenauswahl unten rechts */
A.pageResults {
  color: #343831;
}

/* Farbe Seitenauswahl unten rechts bei bei MouseOver */ 
A.pageResults:hover {
  color: #343831;
  background: #E5E5F2;
}

/* Ueberschrift Farbe wie unser Angebot, Kategorien, etc. */ 
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  /*font-weight: bold;*/
  color: #343831;
}

TR.subBar {
  background: #E5E5F2;
}

/* Sub Titelzeile z.B. Es wurden keine Artikel gefunden ... */ 
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Haupt-Schrift */ 
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* Farbe der neuen Artikel im Warenkorb */
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #343831;
  font-weight: bold;
}

/* Formularbereich bei Weiterempfehlungen und Kundenkonto */ 
TABLE.formArea {
  background: #b26464;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* MouseOver-Balken im checkout-Bereich */ 
.moduleRow { }
.moduleRowOver { background-color: #b26464; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #B26464; }

/* Navigationsleiste unten im checkout */ 
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* 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: #E5E5F2;
}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffffff; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
}