/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
/*li {
	list-style-type: none
}*/

/*Hintergrund (hinter Container)*/
#background {
	background-color: #3A3A3A;
	width: 100%;
	background-image: url(img/top_line.jpg);
	background-repeat: repeat-x;
}
/*Container (Indextabelle)*/
#container {
	width:980px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}

#link_button a {
	background-attachment: fixed;
	background-image: url(img/button_quick_find_ff9933.gif);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}


#link_button a:hover {
	background-attachment: fixed;
	background-image: url(img/button_quick_find.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#link_button a:active {

}

/*Boxen Text (z.B. Warenkorb, Anmeldung, Kundengruppe, Newsletter, ...)*/
.boxText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF9933;
	font-weight: normal;
}
/*Boxen Text (Informationen) - Kein Original-Style !!!*/
.boxTextInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF9933;
}
/*Fußzeile im main_content z.B. bei der Produktdetailseite*/
.boxTextBG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
/*Warenkorb (Tabelle) im main_content / letzte Spalte entfernen*/
.boxTextBGII {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #FF9933;
}
/*?*/
.boxTextPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ff3300;
}
/*main_content Fehlermeldung z.B. Die mit *** markierten Artikel sind leider nicht in der von Ihnen gewünschten Menge auf Lager.*/
.errorBox {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	font-weight: bold;
	border: 1px solid #FF3300;
	padding: 2px;
}
/*?*/
.gvBox {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
/*?*/
.stockWarning { 
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	color: #70d250;
	text-decoration: underline;
}
/*Definition für "restlichen" Text z.B. Header-Zeile ... Achtung: Box-Rand (margin) unbedingt auf 0px belassen!*/
BODY {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0px;
	background-color: #3A3A3A;
}

img{
	border:0;
}
/*Hauptdefinition für Text in linken und rechten Boxen sowie rechte Navigationsleiste (Ihr Konto - Warenkorb - ...)*/
A {
	color: #FF9933;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
/*Hauptdefinition für Text in linken und rechten Boxen sowie rechte Navigationsleiste (Ihr Konto - Warenkorb - ...)*/
A:hover {
    color: #FF3300;
}

FORM {
	display: inline;		   
}


TR.header {
}

TR.headerNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

TD.headerNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	font-weight : normal;
}
/*linke Navigationsleiste (Startseite > Katalog > "Kategorie" > ...*/
A.headerNavigation {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
/*linke Navigationsleiste (Startseite > Katalog > "Kategorie" > ...*/
A.headerNavigation:hover {
    color: #FF9933;
}
/*main_content ... Ich akzeptiere Ihre allgemeinen Geschäfts- und Lieferbedingungen*/
TD.conditions {
    background-color: #3A3A3A;
}
/*main_content ... Bestellung aufgeben / "Bearbeiten" Links*/
A.confirmationEdit {
	color: #ff3300;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff3300;
}
/*Mitteilungen und Warnungen im Hauptfenster (Mitte / Mainframe)*/
TR.headerMessage {
}
/*main_content / Überschrift im Bereich "Ihr Konto"*/
.moduleHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 18px;
	text-decoration: underline;
}

TD.headerError {
    font-family: Tahoma, "Times New Roman", Times, serif;
    font-size: 12px;
    background: #ff3300;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: Tahoma, "Times New Roman", Times, serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.footer {
    background: #bbc3d3;
}

TD.footer {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    background: #F6F6F6;
    color: #000000;
    font-weight : bold;
    border-bottom: 1px solid;
    border-color: #b6b7cb;
}

.infoBox {}
/*?*/
.infoBoxContents {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
}
/*main_content ... Sofern Sie unsere Allgemeinen Geschäftsbedingungen nicht ... / Hintergrund*/
.infoBoxNotice {
	background-color: #FF3300;
}
/*main_content ... Sofern Sie unsere Allgemeinen Geschäftsbedingungen nicht ... / Schriftsatz*/
.infoBoxNoticeContents {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #3A3A3A;
}
/*linkes Boxensystem (Leftframe) - Überschriften*/
TD.infoBoxHeading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF9933;
}
/*rechtes Boxensystem (Rightframe) - Überschriften*/
TD.infoBoxHeading_right {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF9933;
}
/*linkes Boxensystem (Leftframe) - nur Hintergrundfarbe einstellbar !?!*/
TD.infoBox, SPAN.infoBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
/*rechtes Boxensystem (Rightframe) - nur Hintergrundfarbe einstellbar !?!*/
TD.infoBox_right, SPAN.infoBox_right {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px; 

}

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: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

A.pageResults {
	color: #FF9933;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #FF3300;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000000;
}

/*Hauptfenster (Mitte/Mainframe)*/
.main_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	width: 620px;
	background-color: #5B5B5B;
	background-image: url(img/main_line.jpg);
	background-repeat: repeat-y;
}

.main_popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
}

/* -Klasse- .main, */
TD P.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ff3300;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ff9933;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}
/*Eingabefelder / z.B. bei der Erstellung eines Kundenkontos*/
TABLE.formArea {
  border-color: #ff9933;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}
/*main_content / Klasse für Fußzeile Copyright xt:commerce*/
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 24px;
	text-align:center;
	color: #999999;
	background-color: #3A3A3A;
}
.copyright a{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
}
.copyright a:hover {
	color: #FF9933;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.parseTime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	text-align:center;
	background-color: #3A3A3A;
}
/*main_content / Warenkorb / Artikelmarkierung für nicht lieferbar (3 Sterne)*/
SPAN.markProductOutOfStock {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ff3300;
}

SPAN.productSpecialPrice {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff3300;
}
SPAN.productOldPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff3300;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff3300;
}

SPAN.productDiscountPrice {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff3300;
  font-weight: bold;
}
/*main_content / kleine Überschriften im Bereich Ihr Konto*/
.smallHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
/*
.moduleRow {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    background-color: #E6E6E6;
    border: 1px solid;
    border-color: #E6E6E6;
}

.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
}

.moduleRowSelected { background-color: #E9F4FC; 
}
*/
/*main_content / Textfarben für Statusanzeige der Zahlungsweise (Versandinformationen - Zahlungsweise - Bestätigung - Fertig)*/
.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #CCCCCC; }
.checkoutBarCurrent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FF9933; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.messageStackError, .messageStackWarning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #FF3300;
	font-weight: bold;
}
.messageStackSuccess {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #00CC00;
}

/* input requirement */
/*erforderliche Eingaben bei der Erstellung eines Kundenkontos ...*...*/
.inputRequirement { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #ff3300; }

.tableShop {
background-color: #ff3399;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	width: 180px;
	background-image: url(img/left_line_nav.jpg);
	background-repeat: repeat-y;
	background-color: #3A3A3A;
}
.navRight {
	width: 180px;
	background-image: url(img/right_line_nav.jpg);
	background-repeat: repeat-y;
	background-color: #3A3A3A;
}
/*Überschriften main_content (Hauptfenster / Mitte / Mainframe)*/
.contentsTopics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: underline;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
    padding: 5px;
}

.poweredby {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
