prod/*
  $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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
BODY {
  background: #ffffff;
  color: #6C6C6C;  
  margin: 0px;
}
A {
  color: #6C6C6C;  
  text-decoration: none;
}
A:hover {
  color: #0083D7;
  text-decoration: underline;
}
FORM {
	display: inline;
}
/* Logo Hintergrund */
TR.header {
/*
  background: #000000;
  background: #f0cca0;
*/
}
TR.headerNavigation {
  background: #bbc3d3;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #BBBBBB;
  color: #ffffff;
  font-weight : bold;
}
A.headerNavigation { 
  color: #FFFFFF; 
}
A.headerNavigation:hover {
  color: #ffffff;
}
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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* Leiste mit Datum, Zugriffen & IP */
TR.footer {
  background: #BBBBBB;
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BBBBBB;
  color: #ffffff;
  font-weight: bold;
}
/*  Infobox - Farbe der Rahmen */
.infoBox {
  /*background: #cccccc;*/
  border: 1px solid #cccccc;
  margin-bottom:6px;
}
/*  Infobox - Hintergrundfarbe und Text */
.infoBoxContents {
  /*background: #ffffff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 13pt; 
  color: #6C6C6C;
  }
/*  InfoboxCart - Hintergrundfarbe und Text */
.infoBoxCartContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  
  line-height: 1.7; 
  color: #6C6C6C;
}
/*  Infobox - Farbe der Rahmen */
.infoBoxCart {
  background: #cccccc;
}
.borderback {
  background: #cccccc;
}
.border {
  background: #ffffff;
}
.infoBoxNotice {
  background: #ffffff;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*  Infobox - oberer Balken und Text */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D9D9DB;
  color: #6C6C6C;
  }
  
.boxspace {
 padding-top: 10px;
}
 
TD.infoBoxHeadingCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D9D9DB;
  color: #6C6C6C;
}
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: #f0f0f0;
}
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: #f0f0f0;
}
/* Rand um die Auflistungstabelle der Produkte */
TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #dddddd;
  border-spacing: 4px;
  *border-collapse: expression('separate', cellSpacing = '4px');
  
}
/* Produktauflistungstabelle - Ãœberschrift */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  background: #ffffff;
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
}
A.pageResults {
  color: #0000FF;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* Seitenüberschriften */
TD.pageHeading, DIV.pageHeading, p.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #6C6C6C;
}
h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #6C6C6C;
 margin-top: 20px;  
  margin-bottom: 0;
 padding-bottom: 0;
}

h2, h3, h4 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #6C6C6C;
 margin-top: 0;  
 margin-bottom: 0;
 padding-bottom: 0;
}
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: 11.5px;
  line-height: 13pt;
}
.main 
 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11.5px;
  line-height: 13pt;
}
.mini {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 11pt;
}

.mini a{
  color: #0083D7;
}

.mini a:hover{
  color: #6C6C6C;
}

.hotline {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 11pt;
  font-weight: normal;
  }

.hotline b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 11pt;
  font-weight: bold;
}

.hotline a {
  color: #0083D7;  
}
.hotline a:hover {
  color: #6C6C6C;  
}

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


td.main table tbody tr td.smallText {
width: 155px;
}


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: 9px;
  color: #6C6C6C;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}
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;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.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; }
.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #758389;
}
TD.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}
TD.productheadDesc {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #000000;
 padding: 4px 0px 0px 10px;
}
.categoriesText {
   font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 13pt;
}
.headerText {
   font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF9600;
  }
  
.headerTextAGB {
   font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0083D7;
  }
  
.headerTextbold {
   font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0083D7;
  }
  
  .headercart {
   font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #0083D7;
  }
  
    .headercartred {
   font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FF9600;
  }

div.bluebox {
	width: 650px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-top: 20px;
}
div.bluebox .blueboxColor {
	border: 2px solid #9cdff7;
	padding: 0px 5px 0 5px;
}

div.bluebox .blueboxColor p{
	margin: 5px 0 15px 0;
}

.clear {
clear:both;
}

div.RewProdContainer{
	float:left;
	height:283px;
	margin:10px 25px 0 0;
	width:198px;
	padding-top: 0px;
}
div.RewProdContainer.last{
	margin:10px 0px 0 0;
}


div.RewProdContainer .RewProd {
	float:left;
	height:195px;
	width: 198px;
	position:relative;
}

div.RewProdContainer .RewProd img{
	margin: 0px 5px 0 5px;
}

div.RewProdContainer .RewProd a img{
	border:0px;
}

div.RewProdContainer.ContainerColor01 {
	border:1px solid #f9ee91;
}

div.RewProdContainer.ContainerColor01 .RewProd {
	border-bottom:1px solid #f9ee91;
}

div.RewProdContainer.ContainerColor02 {
	border:1px solid #b9e5f9;
}

div.RewProdContainer.ContainerColor02 .RewProd {
	border-bottom:1px solid #b9e5f9;
}

div.RewProdContainer.ContainerColor03 {
	border:1px solid #acd25c;
}

div.RewProdContainer.ContainerColor03 .RewProd {
	border-bottom:1px solid #acd25c;
}

div.RewProdContainer.ContainerColor04 {
	border:1px solid #ff9600;
}

div.RewProdContainer.ContainerColor04 .RewProd {
	border-bottom:1px solid #ff9600;
}

div.RewProdContainer.ContainerColor05 {
	border:1px solid #c20000;
}

div.RewProdContainer.ContainerColor05 .RewProd {
	border-bottom:1px solid #c20000;
}

div.RewProdContainer .RewProdText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #151515;  
  line-height: 15px;
  }

.RewProdContainer .RewProdText a{
	color: 151515
}

.RewProdContainer .RewProdText a:hover {
  color: #0083D7;
  text-decoration: underline;
}


div.RewProdContainer .RewProdText p.TextHeadline{
	display:inline;
	float:left;
	margin:5px 0 0 10px;
	padding:0;
	text-decoration:none;
	font-weight: bold;
	width: 185px;
}

div.RewProdContainer .RewProdText p{
	display:inline;
	float:left;
	margin:0px 0 0 10px;
	padding:0;
	text-decoration:none;
	width: 100px;
}

div.RewProdContainer .RewProdText p.TextRight {
	display:inline;
	float:right;
	margin:0px 5px 0 0;
	padding:0;
	text-align:right;
	font-weight: bold;
	clear: right;
	width: 70px;
}

div.RewProdContainer .RewProdText p.TextLeftLink{
	display:inline;
	float:left;
	margin:10px 0 0 10px;
	bottom: 0px;
	padding:0;
	text-decoration:none;
	font-weight: bold;
	width: 185px;
}



