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

/* Styles für den TinyMCE-Texteditor. Achtung: müssen sowohl in stylesheet.css, wie auch in stylesheetTinymce.css vorkommen */
.Titel { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 12px;color: #000000; font-weight: bold; }
.Lauftext { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; }
.Lauftext_fett { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; line-height: 1.5;}

/* bof Rand um Bilder, siehe auch html_output.php */
.fotgal {border:1px; border-thickness: 1px; border-color: #dddddd; border-style: solid;} 
A:hover .fotgal, A:active .fotgal {border:1px; border-thickness: 1px; border-color: #dddddd; border-style: solid}
/* eof Rand um Bilder */

.grau { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 11px;color: #616161; } /* grau */
.featuredProductsText { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 11px; } /* fuer Con featured products*/
.boxText { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 11px; } /*Schrift-Grösse der Navigation. Achtung: dies ist die Grösse aller Links in den Boxen.*/
.errorBox { font-family : 'Lucida Grande', Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : 'Lucida Grande', Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : 'Lucida Grande', Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #d5d5d5;
  color: #000000;
  margin: 0px;
}

/* Grundfarbe aller Links */
A {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
  color: #3468CD;
  text-decoration: none;
}

A:hover {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #fafafa;
  background-image: url(images/bgHeaderNavigation.gif);
}

TD.headerNavigation {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D6E6F2;
  color: #616161;
  font-weight : bold;
}

A.headerNavigation { 
  color: #616161; 
}

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

/* bof eigene css für Con includes/modules/featured.php */
A.headerNavigationFeatured { 
  color: #ffffff; 
}

A.headerNavigationFeatured:hover {
  color: #ffffff;
  text-decoration: none;
}
/* eof eigene css für Con includes/modules/featured.php */

/* Rahmen */
.featuredProductsBox {  
	background: #ffffff;
	 border: 1px; 
	 border-thickness: 1px; 
	 border-color: #f5f5f5; 
	 border-style: solid;
}

/* Link Featured Products. Text-Formatierung, siehe oben ".featuredProductsText"*/
A.featuredProducts {
  font-weight : bold;
}

/* Test, um Kopf zu formatieren*/
.featuredProductsBoxContents {  
  background: #ff0000;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*background-image: url(images/yourimage.gif);  
background-repeat: no-repeat; height: 30px;*/
/* eof eigene css für Con featured_products.php */

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #fafafa;
}

TD.footer {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fafafa;
  background-image: url(images/bgHeaderNavigation.gif);
  color: #616161;
  font-weight: bold;
}

/* Infobox-Rahmen */
.infoBox {
  /* background: #d0d0d0; */
  background: #f5f5f5;
}

/* Infobox-BG */
.infoBoxContents {
  background: #f5f5f5;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #ffffff;
}

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

TD.infoBoxHeading {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #a4a6ab;
	color: #f5f5f5;
	background-image: url(images/infobox/bgInfoboxHeader.gif);
}

TD.infoBox, SPAN.infoBox {
  font-family: Lucida Grande, 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: #ffffff;
}

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

/* Produktliste Rahmenfarbe */
TABLE.productListing {
  border: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-color: #dddddd;
  border-spacing: 1px;
}

/* Produkttabelle Ueberschrift Fuellfarbe */
.productListing-heading {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #a4a6ab;
  color: #FFFFFF;
  font-weight: bold;
}

/* Product-Listing/product_listing.php */
TD.productListing-data {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* Product-Listing/product_listing.php Description */
.productListingDescription {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

/* Product-Listing/product_listing.php Preis */
.productListingPreis {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  color: #b4d92b;
  font-size: 13px;
  font-weight: bold;
}

/* Product-Listing/product_listing.php Link-Text*/
A.productListing-link {
  font-size: 11px;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

/* ursprünglich Artikelname in product_info.php */
.productInfoTitel {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3468CD;
}

/* Seiten-Titel in Content-Bereich, ursprünglich Artikelname in product_info.php */
TD.pageHeading, DIV.pageHeading {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #616161;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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: Lucida Grande, Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
