/*
  $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
*/

/*
Stylesheet in Blau!

Nur die Blautöne müssen geändert werden
Folgende Werte sind zu ändern:
526F98 Dunkles ROT - verwendet in der Border, HG bei Boxen, Überschriften 
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #7F89C4;}
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #C6C6C6;}
.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: #666666; text-decoration: underline; }

/* Eine eigene Klasse für Categories: */
.categoriesBox { font-size: 12px; color: #ffffff; }

/* Zum Zentrieren der Seite - wird in Header und Footer eingebaut */

DIV.centerpage {
/*  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -400px;*/
}

BODY     { color: #000; background: #999999; margin: 0 }

A  { color: #000; text-decoration: none }

A:hover  { color: #000; text-decoration: underline }

FORM {
	display: inline;
}

/* TR.header  { background: #B3BCC6 } */
TR.header  { background-image:URL(images/header_02.jpg); }


TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  background: #bbc3d3; removed for ISM */
  color: #FFF;
  font-weight : bold;
}

/* Eingefügt von Alexander PAUL 27.12.05
   Damit man den Background in der Header Zeile gezielt ausrichten kann */
TD.headerNavigationTop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFF;
  font-weight : bold;
  background-position: right;
}


A.headerNavigation { 
  color: #E1E1E1; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
/*  background: #bbc3d3; removed for ISM */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*	background: #bbc3d3; removed for ISM */
  color: #000033;
/*  font-weight: bold; */
}

/* Sind ja die Boxen die für News und FAQ und so weiter Benutzt werden!! */
.infoBox {
/*  background: #4C78A5; changed for ISM - optional */
  background: #C6C6C6;
  border: 1px;
  border-style: solid;
  border-color: #526F98;								/* Farbe Saisonabhängig! */
  border-spacing: 1px;
}

.infoBoxContents {
  background: #C6C6C6;
/*  background : transparent;  changed for ISM - optional */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #C6C6C6;
}

.infoBoxNoticeContents {
  background: #C6C6C6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading  { 
  color: #ffffff; 
  font-size: 10px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background: url(images/infobox/corner_right_left.gif)
}

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

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #526F98;							/* Farbe ist Saisonabhängig */
  border-spacing: 1px;
}

.productListing-heading  { 
  color: #ffffff;
  font-size: 10px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background: #526F98;								/* Farbe ist Saisonabhängig */
}

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

/* BOF MaxiDVD: Modified For Ultimate Images Pack! */
/* Wurde von mir zusätzlich eingefügt um die zusätzlichen Bilder hervorzuheben */
/* || (c) APaul 20041110 */
TABLE.morePicturesListing {
  border: 1px;
  border-style: solid;
  border-color: #526F98;							/* Farbe ist Saisonabhängig */
  border-spacing: 1px;
}

.morePicturesListing-heading  { 
  color: #ffffff; 
  font-size: 10px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background: #526F98;								/* Farbe ist Saisonabhängig */
 }

TD.morePicturesListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #C6C6C6;
}

TR.morePicturesListing-odd{
  background: #C6C6C6;
}

TR.morePicturesListing-even{
  background: #C6C6C6;
}

TD.body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D6D6D6;
  border: 1px;
  border-style: solid;
  border-color: #526F98;
}

/* EOF MaxiDVD: Modified For Ultimate Images Pack! */

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #526F98;								/* Farbe ist Saisonabhängig! */
}
	
/* Eingebaut von APaul | 20050123
   jetzt besteht die Möglichkeit dem Preis ein anderes Aussehen zu geben!
 */
TD.productPrice, DIV.productPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #AD1212;								/* Farbe ist Saisonabhängig! - nicht unbedingt - ist momentan ein sattes rot */
}


TR.subBar {
  background: #f4f7fd;
}

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

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;
}

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;
  border-color: #09620E;
  border-width: 1px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-color: #09620E;
  border-width: 1px;
}

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

TABLE.formArea {
  background: #C6C6C6;
  border-color: #B6070E;
  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;
}

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #545977;
  font-weight: bold;
  background: #BFBFBF;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

.moduleRow { }
.moduleRowOver { background-color: #E7E7E7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #C0C0C0; }

.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; }

/* ISM Start */

.newinfobox_top1  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top2  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top3  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top4  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top5  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top6  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top7  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top8  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top9  { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top10 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top11 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top12 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top13 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top14 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfobox_top15 { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; text-align: left; white-space: nowrap; color: #E1E1E1 }

.newinfoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.topicsBox { font-size: 10px; }

/* ISM End */

/* Hier beginnen meine Eigenen Stile die zusätzlich definiert wurden*/
.c3bold {
	font-weight: bold;
}

.c3marker {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}


/* Tabellen für Datenauflistungen */
/* || (c) APaul 20041110 */
TABLE.descListing {
  border: 1px;
  border-style: solid;
  border-color: #D6D6D6;							/* Farbe ist Saisonabhängig */
  border-spacing: 1px;
  background: #D6D6D6;
  
}

.descListing-heading  {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	background: #D6D6D6;
	vertical-align: top;
	
}

TD.descListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D6D6D6;
  vertical-align: top;
}

TR.descListing-odd{
  background: #E6EFF9;
}

TR.descListing-even{
  background: #E7E7E7;
}



