/*
  $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: arial; font-size: 11px; }
.errorBox { font-family : arial; font-size : 11px; background: #2287bd; font-weight: bold; }
.stockWarning { font-family : arial; font-size : 11px; color: #2287bd; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : arial; font-size : 11px; color: #2287bd; text-decoration: none; }

BODY {
  background: #ffffff;
  color: #666666;
  margin: 0px;
}

A:Link {
  color: #666666;
  text-decoration: none;
}

A:visited {
  color: #666666;
  text-decoration:none;
}

A:hover {
  color: #2287bd;  /* Hintergrundfarbe Link */
  text-decoration: none;
}

A.no2:Link {
  color: #ffffff;
  text-decoration: none;
}

A.no2:visited {
  color: #ffffff;
  text-decoration:none;
}

A.no2:hover {
  color: #660002; /* Hintergrundfarbe Link */
  text-decoration:none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cccccc;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  background: #cccccc;
  color: #000000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #666666; 
}

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

TR.headerError {
  background: #cccccc;
}

TD.headerError {
  font-family: Arial;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #cccccc; 	/* Rahmen um Boxen */
}

.infoBoxContents {
  background: #FFFFFF; 	/* Füllfarbe Boxen */
  font-family: Arial;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FFFFFF;	/* Füllfarbe Boxen */
}

.infoBoxNoticeContents {
  background: #FFFFFF;	/* Füllfarbe Boxen */
  font-family: Arial;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  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: #f4f4f4;  /* Füllfarbe Produklisten - gerade */
}

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: #cccccc; /* Füllfarbe Produklisten - ungerade*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc; /* Rahmen Produklisten*/
  border-spacing: 1px;
}

TD.category_desc {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
}

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #93c5de; /* Header Produklisten*/
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #;
}

TR.subBar {
  background: #;
}

TD.subBar {
  font-family: Arial;
  font-size: 11px;
  color: #;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 11px;
  color: #;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 11px;
  color: #2287bd;   /* Farbe Gast bei der Begrüßung */
  font-weight: bold;
}

TABLE.formArea {
  background: #;  /* Kundenkonto */
  border-color: #;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 11px;
  color: #;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #000000 cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 11px; color: #FFFFFF; }
.checkoutBarCurrent { font-family: Arial; font-size: 11px; color: #FFFFFF; }

/* message box */

.messageBox { font-family: Arial; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #99ff00; }

/* input requirement */

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 11px; color: #ff0000; }

/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 5px;
	height: 16px;
	color: white;
	font-size: 11px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
}

.shadow1 {border: #000000 1px solid;}

.tax_info {
  font-family: Arial;
  font-size: 11px;
  color: #758389;
}

TR.shippingHeader {
  background: #045477;
}

TR.shippingNavigation {
  background: #045477;
}

TD.shippingNavigation {
  font-family: Arial;
  font-size: 11px;
  background: #045477;
  color: #000000;
  font-weight : bold;
}


SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

Add after the above:

TD.productPriceInListing {
  font-family: Arial;
  font-size: 11px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial;
  font-size: 11px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Arial;
  font-size: 11px;
  background: #ccffcc;
}

		
/* product_info */

.product_descrition_Table_header {
background-color: #ffffff;
border: #000000 solid 0px;
width: 100%;
text-align: left;
vertical-align: middle;
}

.product_descrition_Table {
background-color: #ffffff;
border: #045477 solid 0px;
width: 100%;
text-align: left;
vertical-align: middle;
font-size: 11px;
font-weight: ;
}

.product_info_Table {
background-color: #FFFFFF; /* Hintergrund Produkt */
border: #660002 solid 1px; /* Rahmen um Produkt */
width: 100%;
text-align: left;
vertical-align: middle;
}


span.product_info_Price{
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-align: right;
vertical-align: middle;
font-family: Arial;
margin: ;
}

.product_info_Price{
align: right;
background-color: #FFFFFF;
border: #045477 solid 0px;
width: 1%;
padding: 2px 4px;
text-align: ;
vertical-align: middle;
padding-top: 0px;
padding-left: ;
padding-right: 11px;	
padding-bottom: ;
}

.product_info_Price_small{
background-color: #FFFFFF;
border: #045477 solid 0px;
width: 1%;
padding: 2px 4px;
text-align: left;
vertical-align: middle;
padding-top: 0px;
padding-left: 0;
padding-right: 0px;	
padding-bottom: ;
}

.product_info_Image {
background-color: #FFFFFF; /* Hintergrund Produktbild */
border: #045477 solid 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;	
padding-bottom: 0px;
vertical-align: ;
}

.product_info_Image_1 {
background-color: #FFFFFF; /* Hintergrund Produktbild */
border: #045477 solid 0px;
padding-top: 0px;
padding-left: 11px;
padding-right: 11px;	
padding-bottom: 11px;
vertical-align: middle;
}

.product_info_Image_2 {
background-color: #FFFFFF; /* Hintergrund Produktbild */
border: #045477 solid 0px;
padding-top: 0px;
padding-left: 11px;
padding-right: 11px;	
padding-bottom: 11px;
vertical-align: middle;
}

.product_info_Image_3 {
background-color: #FFFFFF; /* Hintergrund Produktbild */
border: #045477 solid 0px;
padding-top: 0px;
padding-left: 11px;
padding-right: 11px;	
padding-bottom: 11px;
vertical-align: middle;
}

.product_info_Name {
width: 100%;
background-color: #FFFFFF;
}

span.product_info_Name {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;text-align: left;
vertical-align: middle;
font-family: Arial;
margin: 0px 0px 5px 15px;
}

.product_info_Option {
background-color: #FFFFFF;
align: left;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;	
padding-bottom: 1px;
}

span.product_info_Option {
color: #045477;
font-size: 11px;
font-weight: bold;text-align: left;
text-align: left;
vertical-align: middle;
font-family: Arial;
margin: 0px 0px 5px 15px;
}

span.product_info_Option1 {
color: #000000;
font-size: 11px;
font-weight: bold;text-align: left;
vertical-align: middle;
font-family: Arial;
margin: 0px 0px 5px 15px;
}

/* product_info end */


		


Formularfelder und Checkboxen

   input.inputField {
    font-family: Arial;
    font-size: 11px;
    color: 000000; 
    border: inset 1px;  
    border-color: #000000 #000000 #cccccc #000000; 
    background-color: #ffffff; 
   }
   textarea.textArea {
    background-color: #ffffff;
    border: black 1px solid;
    color: 000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal
   }
   input.radio {
    background-color: #660002; /* Rahmen um Zusatzbestellung */
    border: #000000 1px solid;
    font-family: Arial;
    font-size: 11px;
    color: #000000
   }
   
  select.pullDown {
    background-color: #ffffff; 

    font-size: 11px; 
    color: 000000;
   }

