/*
  $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: 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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #990000; text-decoration: underline; }


/* Hauptbereich des Shops */
BODY {background:#fff;
 color: #333333;
 margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
  font: 80% Verdana, Arial, Helvetica, sans-serif;
}
#body {
 background: url('http://pimpcom.com/label/fileadmin/grafik/SPA_2272.gif') repeat ;
 margin:0px auto; padding: 10 10 10 10; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #E69116;
	         border-left: 1px solid #333;
	            border-right: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1280px;

}


/* layout allgemein*/
a:link {color: #CC0000;text-decoration: none;
}
a:visited {text-decoration: none;color: #CC0000;
}
a:hover {text-decoration: none;color: #FF0000;
}
a:active {text-decoration: none;color: #66FF00;
}

h1 {font-size: 24px;color: #333333;font-style: italic;font-weight: bold;
}
h2 {font-size: 24px;/* color: #E69116;*/ color: #FFF; background: #fff url(../grafik/net.gif) repeat;
}
h3 {font-size: 14px;color: #660000;font-style: italic;font-weight: bold;
}
h4 {font-size: 12px;color: #000000;font-weight: bold;
}
h5 {font-size: 9px;color: #000000;
}

FORM {
	display: inline;
}
/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */
TABLE.header {
  background: #fff url('http://pimpcom.com/label/fileadmin/grafik/logonet.gif') repeat;
}

/* Navigationszeile unmittelbar unter dem Kopfbereich */
TR.headerNavigation {
  background: #440000;
}
/* Navigationszeile z.B. die >> Zeichen */
TD.headerNavigation {
  font-size: 1em; font-style: italic; margin: 0 auto;color: #FFFFCC; background: #440000;
 letter-spacing:0.1em;line-height: 1.5em; padding: 0px 0px 0px 5px;
}
/* Navigationszeile Textfarbe */
A.headerNavigation { 
  color: #f49103;text-decoration: none; 
}

A.headerNavigation:hover {
  text-decoration: none;color: #FF0000;
}
/* 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;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #440000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TR.footer {
  background: #440000;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #440000;
  color: #ffffcc;
  /*font-weight: bold;*/
  font-style:italic;
}
/* Farbe des Rahmen um alle Boxen */
.infoBox {
  background: #440000;
}
/* Fuellfarbe aller Boxen */
.infoBoxContents {
  background: #f8f8f9 url('http://pimpcom.com/label/fileadmin/grafik/net.gif') repeat;
  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;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  background: #440000;
  color: #c5cece;
}

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: #f8f8f9;
}
/* 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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
/* Produkttabelle Ueberschrift Fuellfarbe */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
}
TD.shopcartListing-price {
  font-size: 12px;color: #660000;font-style: italic;font-weight: bold;
  padding: 6px 12px 6px 6px;
}
/* Farbe Seitenauswahl unten rechts */
A.pageResults {
  color: #0000FF;
}
/* Farbe Seitenauswahl unten rechts bei bei MouseOver */
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* Ueberschrift Farbe wie unser Angebot, Kategorien, etc. */
TD.pageHeading, DIV.pageHeading {
  padding: 10px 10px 10px 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #440000;
}
TD.prodPageHeading, DIV.prodPageHeading {
  background: #333333;
  color: #c5cece;
  border-left:solid #000 1px;
  border-top:solid #000 1px;
  border-bottom:solid #000 1px;
  padding: 10px 10px 10px 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  
 /*  color: #440000;*/
}

TD.productPrice, DIV.productPrice {
  border-right:solid #000 1px;
  border-top:solid #000 1px;
  border-bottom:solid #000 1px;
  padding: 10px 10px 10px 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #990000;
  
}

TR.subBar {
  background: #f4f7fd;
}

/* 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-style: italic;
  font-size: 11px;
  line-height: 1.5;
}
DIV.description{
padding-bottom: 20px;
width: 60%;
}
DIV.description p {
padding-right: 420px;
padding-bottom: 20px;
}
TD.option {
  background: #f4f7fd;
  padding: 5px 30px 5px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  line-height: 1.5;
}
TD.optionHead {
  background: #333333;
  color: #adbebe;
  border-bottom:inset #fff 1px;
  padding: 5px 30px 0px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
}

TD.optionHead p{ vertical-align: middle; }

/* Produktstyles ... 
 TD.SVLES-V, TD.VAP-FS2, TD.VAP-FS, TD.BAS-VT, TD.SLIM-V, TD.TURT-TAL {
 border:solid #000 1px; 
 padding-left:20px;
 font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  line-height: 1.5;
 }
 
 TD.VAP-FS2, TD.VAP-FS {
 padding-bottom: 20px;
 }
 */
 
 TD.produktseite {
 
  padding-left:40px;
  padding-bottom: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  line-height: 1.5;
 }                         
 
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left:10px;
}

TD.smallText a, SPAN.smallText a, P.smallText a:link {color: #CC0000;text-decoration: none;}
TD.smallText a:visited, SPAN.smallText a:visited, P.smallText a:visited {text-decoration: none;color: #CC0000;
}
TD.smallText a:hover, SPAN.smallText a:hover, P.smallText a:hover {text-decoration: none;color: #FF0000;
}
TD.smallText a:active, SPAN.smallText a:active, P.smallText a:active {text-decoration: none;color: #66FF00;
}


.prodImage {
border:solid #333333 1px; 
 padding-left:11px;
  padding-right:11px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

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: #f0a480;
  font-weight: bold;
}
/* Formularbereich bei Weiterempfehlungen und Kundenkonto */
TABLE.formArea {
  background: #f1f9fe;
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
/* 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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/* BOF Option Type Value */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;
  }

/* EOF Option Type Value */