/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003         nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/

.boxText {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color:#000000;
        padding-left:20px;
}

.boxText2 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color:#000000;

}

.boxTextBG {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #F7F7F7;
        color: #000000;
}
.boxTextBGII {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #F7F7F7;
        color: #000000;
}
.boxTextPrice {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #FF0000;
}

.errorBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        font-weight: bold;
        background-color: #F68F04;
        color: #F7F7F7;
        border: 1px solid;
        border-color: #000000;

}

.outline {
        border: 1px solid;
        border-color: #BFBFBF;
        }

.gvBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 12px;
        font-weight: bold;
        border-color: #000000;
        border: 1px solid;

}
.stockWarning {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #E3A61F;
}

.productsNotifications {
        background-color: #E3A61F;
}

.orderEdit {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #E3A61F;
        text-decoration: underline;
}

.slogan {
  font-family: Times New Roman;
        font-size: 31px;
        color: #E3A61F;
        font-weight : normal;

}

BODY {
        color: #000000;
        margin: 0px;
        background-color: #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
}



img{
        border:0;
}

A {
  color: #000000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}


A.cat {
  color: #000000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

}

A.cat:hover {
  color: #F68F04;
  text-decoration: none;
}

A.text {
  color: #F68F04 ;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

A.text:hover {
  color: #F68F04 ;
  text-decoration: underline;
}

A.text2 {
  color: #000000 ;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

A.text2:hover {
  color: #F68F04 ;
  text-decoration: underline;
}





FORM {
        display: inline;
}


TR.header {
        background-color: #000000;
}

TR.headerNavigation {

}

TD.headerNavigation {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #a6a6a6;

}

A.headerNavigation {
  color: #a6a6a6;
}

A.headerNavigation:hover {
  color: #a6a6a6;
  text-decoration: underline;

}

TD.conditions {

}

A.confirmationEdit {
        color: #F68F04;
        font-style: italic;
}
A.confirmationEdit:hover {
        color: #F68F04;
        font-style: italic;
        text-decoration: underline;
}
TR.headerError {
  background-color: #F8F8F8;
  font-size: 10px;
        color: #000000;
        font-weight : bold;
}

TR.headerMessage {
font-family: Verdana, Arial, sans-serif;
}

.moduleHeading
 {
        font-family: Verdana, Arial, sans-serif;
        font-size: small;
        font-weight: bold;
        padding-bottom: 10px;
        color: #000000;
}

TD.headerError {
  font-family:  Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #E3A61F;
  color: #F8F8F8
  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: #F8F8F8;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox { padding-bottom:5px;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #D34401;
  background-image: url(img/hl_box_left.jpg);
  height:22px;
  padding-left:30px;
  background-repeat:no-repeat;
}

TD.infoBoxHeading_right, TR.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #D34401;
  background-image: url(img/hl_box_right.jpg);
  height:22px;
  padding-left:30px;
  background-repeat:no-repeat;
}

TD.cart {
font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #D34401;
  background-repeat:no-repeat;
  }

  TD.cat {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #D34401;
  height:22px;
  padding-left:30px;
  background-repeat:no-repeat;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-bottom:5px;
  padding-top:5px;


}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #F8F8F8;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
        color: #000000;
        text-decoration: underline;
}

A.pageResults:hover {
  color: #F68F04 ;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: color: #000000;;
}

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: 10px;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;

}

.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #000000;

}

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: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #D34401;
  font-weight: bold;
}

SPAN.underline {
        text-decoration: underline;
}

TABLE.formArea {

  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 1.5;
text-align:center;
}
.parseTime {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
text-align:center;
}


A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #D34401;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #D34401;
  font-size:14px;
}
SPAN.productOldPrice {
        font-family: Verdana, Arial, sans-serif;
        color: #F68F04;
        font-size:10px;

}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #D34401;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #D34401;
  font-weight: bold;
}

.smallHeading {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: bold;
        color: #000000;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 color: #000000;
 background-image: url(img/button_left.jpg);
 height:24px;
 padding-left:21px;



}
.moduleRowOver {

        font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    background-image: url(img/button_left.jpg);
 height:24px;
 padding-left:21px;


        }
.moduleRowSelected {color: #000000; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #F68F04; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
        background-color: #F68F04;
        padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#F7F7F7}
.sitemap_heading a:hover {color:#F7F7F7; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#000000; text-decoration:none;}


/* 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: #F68F04; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #F68F04; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #F8F8F8;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {

        background-image: url(img/box_bkgd.jpg);
        width: 200px;
}
.navRight {
        background-image: url(img/box_bkgd.jpg);
        width: 200px;
}

.contentsTopics {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #F68F04;
}

.content{

        background-image: url(img/button_right.jpg);
        width: 200px;
}

.tableListingI {
        background-color: #eeeeee;
}

.tableListingII {
        background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
        width: 1px;
}

.clDescriptionCont {
          position:absolute;
          width: 250px;
          visibility: hidden;
          z-index:200;
          background-color: #FFFFFF;
}
.clDescription {
          width: 250px;
          left:0px;
          top:0px;
          overflow: hidden;
          border: 1px solid #FF7E0E;
          vertical-align: top;
}

/* mouse over info, Kopf mit Schrift */
TD.ca-term-head {
          background-color: #FF7E0E;
          font-weight: bold;
          color: #571D26;
          font-size: 80%;
 }
/* mouse over text */
TD.ca-term-note {
          font-weight: normal;
          font-size: 75%;
          color: #333333;
}

/*Start OF SHOW IMAGES */
.show_more_pics{font-family:tahoma,verdana;font-size:11px;color:#4F4F4F;padding-left:0px;padding-bottom:10px;}
.prod_info_pics_container{height:200px;}
.showPics{background-color:;}
.ihrLogo{background-image:url(img/overlay.gif);}
.prod_info_pics_container_link{background-image:url(img/new_zoom_in.gif);background-repeat:no-repeat;background-position:3px 1px;border-bottom:0px solid #ffffff;}
#tablist{
padding: 0px;
margin-left: 0px;
margin-top:0px;
background-color:;
height:px;
}
#tablist li{
list-style: none;
display: inline;
background-color:;
margin-left: 1px;
margin-top: 0px;
}
#tablist li a{
padding: 4px;
margin-left: 0;
background-color: #F5F5F5;
font-weight:500;
color:#4F4F4F;
font-family:verdana;
font-size:10px;
border-width:1px;border:1px;border-style:solid;border-color:#CCCCCC;
}
#tablist li a:link{
color: #4F4F4F;
text-decoration:none;
font-weight:500;
font-family:verdana;
font-size:10px;
border-width:1px;border:1px;border-style:solid;border-color:#CCCCCC;  /*#E8DAE8*/
}
#tablist li a:hover{
color: #ff6600;
text-decoration:none;
font-weight:500;
font-family:verdana;
font-size:10px;
border-width:1px;border:1px;border-style:solid;border-color:#CCCCCC;  /*#E8DAE8*/
}
#tablist li a:active{
color: #ff6600;
text-decoration:none;
font-weight:500;
font-family:verdana;
font-size:10px;
border-width:1px;border:1px;border-style:solid;border-color:#CCCCCC;  /*#E8DAE8*/
}
#tablist li a.current{
background-color: #ffffff;
font-family:verdana;
font-size:10px;
border-width:1px;border:1px;border-style:solid;border-color:#CCCCCC;  /*#E8DAE8*/
}
#tabcontentcontainer{
width: 275px;
/* Insert Optional Height definition here to give all the content a unified height */
height:px;
border: 1px solid #CCCCCC;  /*#E8DAE8*/
background-color:;
margin-left: 0px;
margin-top: 0px;
}
.tabcontent{
display:none;
padding-top:0px;
background-image:url();background-repeat:no-repeat;background-position:5px 2px;
}
#tabcontentcontainer2{
width: 275px;
/* Insert Optional Height definition here to give all the content a unified height */
height:px;
border: 1px solid #CCCCCC ;  /*#E8DAE8*/
background-color:;
margin-left: 0px;
margin-top: 0px;
}
.tabcontent2{
display:none;
padding-top:0px;
background-image:url(img/new_zoom_in.gif);background-repeat:no-repeat;background-position:5px 2px;
}
/*Ende Tabcontent Styles für mehrere Bilder */
/*START POPUP Images*/
A.closeWindow:link { color:#4F4F4F; font-family:verdana; font-size:12px;text-decoration : none; font-weight:600;}
A.closeWindow:visited { color:#4F4F4F; font-family:verdana; font-size:12px; text-decoration : none; font-weight:600;}
A.closeWindow:hover { color:#F68F04; font-family:verdana; font-size:12px; text-decoration : none; font-weight:600;}
A.closeWindow:active { color:#F68F04; font-family:verdana; font-size:12px; text-decoration : none; font-weight:600;}
/*END OF SHOW IMAGES */

.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.delete {
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
        background-color:#fff;
        font-size:11px;
        color:#333333;
        float:left;
        text-align:center;
        width:250px;
        padding:7px;
        margin:0px;
        border-style:solid;
        border-color:#BFBFBF;
        border-width:1px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
.productPriceAttributes {
        background-color:#F7F7F7;
        border-style:solid;
        border-width:1px;
        border-color:#BFBFBF;
        font-size:10px;
        color:#000000;
        padding:10px 15px 10px 15px;
}

hr.lightGrey {
        width: auto;
        border: none;
        color: White;
        background: #D9D9D9;
        height: 1px;
        margin: 7px 0px 7px 0px !important;
        margin: -2px 0px -2px 0px;
        line-height: 1px;
        font-size: 1px;
        background-color: #CFCFCF;
}
h1 {
        color:#000000;
        font-weight:bold;
        font-size:14px;
        height:20px;
        margin:20px 0px 10px 0px;
        padding:0px;
        width:auto;


}

#lightbox{
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
   }

#lightbox a img{ border: none; }

#outerImageContainer{
   position: relative;
   background-color: #fff;
   width: 50px;
   height: 50px;
   margin: 0 auto;
   }

#imageContainer{
   padding: 10px;
   }

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
   }
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(/images/pixel_blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
   }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   margin: 0 auto;
   line-height: 1.4em;
   }

#imageData{
   padding:0 10px;
   }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;   }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;   }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;   }

#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
   }


.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

* html>body .clearfix {
   display: inline-block;
   width: 100%;
   }

* html .clearfix {
   /* Hides from IE-mac \*/
   height: 1%;
   /* End hide from IE-mac */
   }

   .access_step_cc {background-color:#dddddd; padding-left:5px; padding-right:10px;}
.access_step_c2 {padding-left:5px; padding-right:10px;}