/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  behavior:url("csshover.htc");
}

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

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

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #000000; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #ffffff;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  border-spacing: 2px;
  border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '2px');
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #361974;
}

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

.productDesc {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

.productListing-name a, .productListing-name {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding-bottom: 6px;

}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading{ 
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
  color: #999999;
  vertical-align: middle;
  white-space: nowrap; 
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

TD.priceHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.main_rot, P.main_rot {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color : red;
}

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

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

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

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

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

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

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

.infoBoxProducts {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
 border: 2px;
 border-style: solid;
 border-color: #CCCC33;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
 margin-bottom:-8px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -khtml-border-radius:10px;
 border-radius:10px; 
 vertical-align: bottom;
}

.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Arial, sans-serif;
  font-size: 10px;
  border: solid 1px #999999;
}
TD.infoBoxGrid:hover {
 background-color: #d3d3d3;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
 font-size: 18px;
 color: #999999;
} 
.infoBoxList {
 border: ridge 4px #faf0e6;
 border-collapse: collapse;
 background-color: #fff;
 }
.thumbcontent {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  text-align:center;
}
TD.noborderbox {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
TD.separator {border-bottom: 1px solid #ccc;}

.productListing-list-price {
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #333;
}

.productListing-title a, .productListing-title {
 font-family: Arial, sans-serif;
 font-size: 16px;
 color: #333;
 padding-left:18px;
 padding-bottom:10px;
}
.productListing-name a, .productListing-name {
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #333;
 font-weight: bold;
 padding-bottom: 6px;

}
.productListing-short {
   font-family: Arial, sans-serif;
   font-size: 10px;
  color: #333;
}  

TABLE.buytable {
  width: 100%;
  height: 80px;
  vertical-align: bottom;
         text-align:right;
}
DIV.multi_buy_now {
width: 99%;
text-align : right;
position:relative;
}

DIV#gbutton1 {
margin-bottom:-25px;
z-index:30;
}
DIV#gbutton2 {
margin-top:-25px;
z-index:30;
}

.quantity {
font-family: Arial,sans-serif;
font-size:10px;
text-align : center;
}

.quantity input {
font-family: Arial,sans-serif;
font-size:11px;
text-align : center;
background: #c0c0c0;
font-weight: bold;
border:2px solid #CCCC33;
color:#333;
}
TD.attributes {
font-family: Arial,sans-serif;
font-size:11px;
text-align : right;
}
TABLE.attributes select {
font-family: Arial,sans-serif;
font-size:11px;
background: #c0c0c0;
font-weight: bold;
color:#333;
}
TABLE.drop select {
font-family: Arial,sans-serif;
font-size:11px;
background: #c0c0c0;
font-weight: bold;
color:#333;
}
TR.list-block {
}
SPAN.list_info {
font-family: Arial, sans-serif;
font-size: 16px;
color: #333;
cursor:pointer;
}
SPAN.list_info span {
display:none;
position:relative;  
}
SPAN.list_info:hover span  {
display:block;
cursor:pointer;
margin-top:-20px;
margin-left:-100px;
position:absolute;
padding: 5px; 
font-family: Arial,sans-serif;
font-size:12px;
color:#333;
background: #c0c0c0;
border:2px solid #CCCC33;
text-align : center;
}

TD.productListing-data3Col {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
 border: 1px;
 border-style: solid;
 border-color: #FF9D14;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
border-spacing: 5px;
  border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '5px');
 margin-bottom:-8px;
 -moz-border-radius:5px;
  -webkit-border-radius:5px;
 -khtml-border-radius:5px;
 border-radius:5px; 
 vertical-align: bottom;
}

TD.infocategoriesHeading {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  color: #f69836;
}

// Farbe hellgrau: #E6E6E6

.categoriesBox {
  background: #ffffff;
}

.categoriesBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 150%;
}

.infoBoxNewCat {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 1px 5px 5px 8px;
  border-bottom: 1px solid #cccccc;
}

TD.smallText_grey, SPAN.smallText_grey, P.smallText_grey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

TABLE.Produkt_vorschau_1 {
border: 0;
background: #ffffff;
width: 100%;
height: 100%;
}

TD.main_white_bold, P.main_white_bold {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}

TD.main_white, P.main_white {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: white;
}

TD.textweiss8, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 8px;
  color: #ffffff;
}

TD.textweiss10, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.textweiss12, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

TD.textweissblau8, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 8px;
  color: #ffffff;
  background: #361974;
}

TD.textorange14, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #EC9242;
}

TD.textorange20, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #EC9242;
}

TD.textweissblau10, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background: #361974;
}

TD.textweissblau12, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background: #361974;
}

.weisserlink10 {
     font-family:Arial,Helvetica,sans-serif;
     font-size: 10px;
     text-decoration: none;
     color: #ffffff;
     }

.weisserlink12 {
     font-family:Arial,Helvetica,sans-serif;
     font-size: 12px;
     text-decoration: none;
     color: #ffffff;
     }


TD.main_grey, P.main_grey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}

hr.Line_hellblau_3{
color: #bbc3d3;
size: 3px;
}

TABLE.shop_background_2 {
border: 0;
background: #ffffff;
width: 1010px;
}

TABLE.start_intro_table {
  width: 670px;
  font-family: Arial, sans-serif;
  font-size: 10px;  
  border-width: 12px;
  border-style: solid;
  border-color: #FFF7EA;
  font-weight: normal;
  background-color: #FFF7EA;
  color: #333333;
  vertical-align: bottom;
}

.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: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

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

