/*
  $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 : 12px; color: #ffffff; }
.productsNotifications { background: white; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #333367;
  color: #ffffff;
  margin: 0px;

 
 /* Optional Srollbalken-Farben ändern */
  
    scrollbar-face-color:#333367;
    scrollbar-highlight-color:#B7BCDF;
    scrollbar-3dlight-color:#333367;
    scrollbar-darkshadow-color:#333367;
    scrollbar-shadow-color:#B7BCDF;
    scrollbar-arrow-color:#B7BCDF;
    scrollbar-track-color:#333367;
}
A {
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* Linkdarstellung im Header */

li {
   list-style:none;   
   width: 15%;
   margin: 2px;
   float: left;
   text-align: center;
}

li a {
   text-decoration: none;
   color:#ffffff;
   display: block;
   width: 100%;
   background-color: #FF7A1A;
   padding: 1px 1px;
}

li a:hover {
   color: #ffffff;
   background-color: #8992C4;
   text-decoration:none;
   }

/* Ende Linkdarstellung im header */

TR.header {
  background-image: url(images/hg-header-big.gif);
  background-repeat: no-repeat ;
}

TR.headerNavigation {
  background: #5F6598;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  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: 16px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #9697A7;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #9697A7;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #8992C4;
}

.infoBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #8992C4;
}

.infoBoxNoticeContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background: #585D90;
  color: #ffffff;
}

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: #EFF1F5;
}

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: #EFF1F5;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #8992C4;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #585D90;
  color: #FFFFFF;
  font-weight: bold;
  color: #ffffff;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background: #8992C4;

}

A.pageResults {
  color: #ffffff;
}

A.pageResults:hover {
  color: #FF7A1A;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-width: 1px;
  border-color: #42445E;
}

TD.pageHeadingprint, DIV.pageHeadingprint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  border-width: 1px;
  border-color: #42445E;
}

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: 11px;
  color: white;
  line-height: 1.5;
}

.mainprint {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
  line-height: 1.5;
}


TD.mainbig, P.mainbig {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: white;
  line-height: 1.5;
  background: #E4EAFC;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: white;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #42445E;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #42445E;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #42445E;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #42445E;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #42445E;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 0px;
  bordercolor: 000000;
  border-style: solid;
/*  background-image: url(images/infobox/hg-boxesheader.gif);
  background-repeat: repeat-x;*/
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #42445E;
}

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: #ffffff;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF7A1A;
  font-size: 12px;
  font-weight: bold;
}

SPAN.productprice {
  font-size: 11px;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
}

.moduleRow { }
.moduleRowOver { background-color: #FF7C25; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FF7C25; }

.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; }

/*
------------ Hersteller Infosseite - Tabelle -------------
*/
.herstellerinfo {
border-color:#585D90;
border-width: 2px;
}


.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : left;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 5px 0 5px 10px;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

/*
------------Boxes Section for css-------------
Format each info box according to you liking
*/

.contentBox {
  background: #8992C4;
}

TD.contentBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #585D90;
  color: #ffffff;
}

.contentBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.BestSellersBox {
  background: #b6b7cb;
}
TD.BestSellersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.CategoriesBox {
background: #333333; 
padding: 0px 0px 0px 0px;
}
TD.CategoriesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FF7A1A;
  color: #ffffff;
}


TD.boxTextc0 {
vertical-align: top;
/* margin: 0px 0px 0px 0px; */
}

TD.boxTextc0 a:link, TD.boxTextc0 a:visited {
display:block;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold; 
background: #8992C4;
color: #ffffff;
padding: 5px 0px 5px 2px;
BORDER-top: #B7BCDF 1px solid;
height:1em;
text-decoration: none;
}

TD.boxTextc0 a:hover {
background: #7C87B9;
BORDER-top: #B7BCDF 1px solid;
text-decoration: none;
}

TD.boxTextc1 {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
/* background: #8992C4; */
color: #000000;
padding: 2px 2px 1px 2px;
text-decoration: none;

}

TD.boxTextc2 {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background: #8992C4;
color: #000000;
padding: 2px 2px 1px 2px;
text-decoration: none;

}
span.selText {
  font-family: Verdana, Arial, sans-serif;
  color: #333367;
  font-size: 11px;
}


.CurrenciesBox {
  background: #b6b7cb;
}
TD.CurrenciesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;   font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CurrenciesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.InformationBox {
  background: #8992C4;
}
TD.InformationBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #8992C4;
  color: #ffffff;
}
.InformationBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.LanguagesBox {
  background: #b6b7cb;
}
TD.LanguagesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.LanguagesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ManufacturerInfoBox {
  background: #8992C4;
}
TD.ManufacturerInfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #585D90;
  color: #ffffff;
}
.ManufacturerInfoBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ManufacturersBox {
  background: #8992C4;
}
TD.ManufacturersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #585D90;
  color: #ffffff;
}
.ManufacturersBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.OrderHistoryBox {
  background: #b6b7cb;
}
TD.OrderHistoryBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.OrderHistoryBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ProductNotificationsBox {
  background: #b6b7cb;
}
TD.ProductNotificationsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ProductNotificationsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ReviewsBox {
  background: #b6b7cb;
}
TD.ReviewsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ReviewsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.SearchBox {
  background: #FF7A1A;
}
TD.SearchBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SearchBoxContents {
  background: #FF7A1A;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}


.ShoppingCartBox {
  background: #FF7A1A;
}
TD.ShoppingCartBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FF7A1A;
  color: #ffffff;
}
.ShoppingCartBoxContents {
  background: #FF7A1A;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}


.SpecialsBox {
  background: #b6b7cb;
}
TD.SpecialsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SpecialsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.TellaFriendBox {
  background: #8992C4;
}
TD.TellaFriendBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #585D90;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #8992C4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}


.WhatsNewBox {
  background: #b6b7cb;
  border:0px;
}
TD.WhatsNewBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:0px;
}
.sonderinfo {
 background: #FF7A1A;
font-size: 11px;
padding: 0 4px 4px 4px;
}
.sonderinfo h1 {
 text-decoration:blink;
font-size: 16px;
margin: 4px 0 4px 0;
}
