/* -----------------------------------------------------------------------------------------
   $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 - XTC-Design
   -----------------------------------------------------------------------------------------
   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
   ---------------------------------------------------------------------------------------*/

:focus { outline:0 }

/* bugfree custom - common settings - begin */
h1 { font-size:1.3em; }
h2 { font-size:1.1em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

table.customPrice td {
  text-align:right;
  line-height:1em;
}

table.customPrice td.current {
  font-weight:bold;
}
/* bugfree custom - common settings - end */

.boxText {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color:#000000;
        padding-left:8px;
}

.boxText_left {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color:#000000;
        padding-left:8px;
}

.boxText2 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color:#000000;

}

.boxTextBG {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #FFFFFF;
        color: #000000;
}
.boxTextBGII {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #FFFFFF;
        color: #000000;
}
.boxTextPrice {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #DA0303;
}

.errorBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        font-weight: bold;
        background-color: #FFFFFF;
        color: #000000;
        border: 1px solid;
        border-color: #DA0303;
}
.gvBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 11px;
        font-weight: bold;
        border: 1px solid;
        border-color: #000000;

}

.outline{

        border: 1px solid #A2A2A2;
        margin-bottom: 5px;
}

.contentsTopics2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        height: 27px;
        text-decoration: none;
        background-color: #E0E5E9;
        font-weight: bold;
        color: #DA0303;
        border: 1px solid #A2A2A2;
}
.stockWarning {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #000000;
}

.productsNotifications {
        background-color: #E2E3E4;
}

.orderEdit {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #000000;
        text-decoration: underline;
}

BODY {
        color: #000000;
        margin: 0px;
        background-color: #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;

}




strong {
        color: #000000;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        }

img{
        border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}



A.cat {
  color: #000000;
  text-decoration: none;

}

A.cat:hover {
  color: #000000;
  text-decoration: underline;
}

A.home {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
        font-weight : bold;
        text-decoration: none;

}

A.home:hover {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
        font-weight : bold;
        text-decoration: underline;
}


FORM {
        display: inline;
}


TR.header {
        background-color: #ffffff;
}

TR.headerNavigation {
  background: #E2E3E4;
}

TD.headerNavigation {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #000000;
        font-weight : bold;
        border-bottom: 1px solid;
        border-color: #b6b7cb;
        background-color: #E2E3E4;
}

A.headerNavigation {
  color: #000000;
}

A.headerNavigation:hover {
  color: #000000;
  text-decoration: underline;

}

TD.conditions {

}

A.confirmationEdit {
        color: #DA0303;
        font-style: italic;
}
A.confirmationEdit:hover {
        color: #DA0303;
        font-style: italic;
        text-decoration: underline;
}
TR.headerError {
  background-color: #E2E3E4;
  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: #E2E3E4;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #E2E3E4;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #FFFFFF;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #3f3f3f;
}

.infoBox { padding-bottom:5px;
           padding-left:2px;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #E2E3E4;
}

.infoBoxNoticeContents {
  background: #E2E3E4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DA0303;
  background-image: url(img/hl_box_left.jpg);
  height:26px;
  padding-left:10px;
  padding-top:3px;
  background-repeat:no-repeat;
}

/* bugfree custom */
TD.infoBoxHeading span.staffelPreise { 
  display:block;
  width:185px;
  text-align:center;
  margin:-5px 0 0 -10px;
}

TD.infoBoxHeading_right, TR.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DA0303;
  background-image: url(img/hl_box_right.jpg);
  height:26px;
  padding-left:10px;
  padding-top:3px;
  background-repeat:no-repeat;
}

TD.cart {
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DA0303;
  background-repeat:no-repeat;
  }

  TD.hl {
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DA0303;
  padding-left:8px;
  padding-top:3px;
  background-repeat:no-repeat;
  }

  TD.hl2 {
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DA0303;
  padding-left:28px;
  padding-top:3px;
  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;


}

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: #E2E3E4;
}

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: #E2E3E4;
}

/* bugfree custom - account form */
select.job {
  width:136px;
}

/* bugfree custom - category listing - begin */
h1.categoryListing {
  margin:0 0 7px 0;
}

h2.categoryListing {
  margin:0 0 4px 0;
  border-bottom:2px solid #d3d3d3;
  font-size:1em;
}

div.categoryListingBox {
  clear:both;
  float:left;
  width:590px;
  height:148px;
  padding:4px;
  border:1px solid #a1a2a4;
  margin:3px 0px;
  background:#FFF;
}

html>body div.categoryListingBox {
  height:auto;
  min-height:148px;
}

.categoryListingBox h3 {
  background:#e0e5e9;
  height:20px;
  color:#dd0800;
  border:1px solid #a1a2a4;
  margin:0;
  padding:3px 10px;
}

div.categoryImage, img.categoryImage { 
  float:left;
  margin:8px 25px 15px 0;
  width:120px;
  height:100px;
}

div.categoryImage img, img.categoryImage { 
  width:125px;
  height:105px;
}

div.productListingBox {
  float:left;
  padding:4px 1px;
  width:590px;
  height:143px;
  padding-bottom:11px;
}

html>body div.productListingBox {
  height:auto;
  min-height:143px;
}

h1.productsListing { margin:0; }

div.productListingBox img { border:1px solid #a1a2a4; }

div.categoryDescription {
  display:block;
  float:left;
  width:405px;
  height:88px;
  padding:4px 5px 0 0;
}

html>body div.categoryDescription {
  height:auto;
  width:435px;
  min-height:88px;
}

div.categoryDescription p { margin:0; }

a.categoryShowProducts {
  padding:5px 0 0 5px;
  float:right;
}
/* bugfree custom - category listing - end */

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #3f3f3f;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E2E3E4;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* bugfree custom product info - begin */
h1.productsInfo {
  font-weight:normal;
  font-size:1.4em;
  margin:0;
}

h2.productsModel {
  font-size:1.4em;
  margin-top:2px;
}

div#productsInfo div.productsImage {
  float:left;
  width:200px;
  height:167px;
  padding-right:35px;
}

html>body div#productsInfo div.productsImage {
  height:auto;
  min-height:167px;
}

div#productsInfo div#buttonAddToCart {
  height:20px;
  text-align:right;
}

div#productsInfo p.productsPrint { text-align:right; }

div#productsInfo div#buttonAddToCart input { vertical-align:top; }

div#productsInfo div.text {
  float:left;
  width:335px;
}

table.customPrice { line-height:1.8em; }

div#productsInfo div.text table.customPrice td {
  font-size:1.6em;
  font-weight:bold;
  color:#777;
}

div#productsInfo div.text table.customPrice td.current {
  color:#DA0303;
}

#productsInfoAux {
  clear:both;
  padding-top:10px;
}
/* bugfree custom product info - end */

A.pageResults {
  color: #000000;
  text-decoration: underline;
}

A.pageResults:hover {
  color: #000000;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: color: #000000;;
}

TR.subBar {
  background: #E2E3E4;
}

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;
  line-height: 1.5;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;

}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}

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: #DA0303;
}

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: #000000;
  font-weight: bold;
}

SPAN.underline {
        text-decoration: underline;
}

TABLE.formArea {

  border-color: #cccccc;
  border-style: solid;
  border-width: 0px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
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: #000000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #DA0303;
}
SPAN.productOldPrice {
        font-family: Verdana, Arial, sans-serif;
        color: #DA0303;
        text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #DA0303;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #DA0303;
  font-weight: bold;
}

.smallHeading {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: bold;
        color: #000000;
}

/* old navi
.moduleRow2 {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
background: url('img/button.jpg') no-repeat;
width:185px;
padding-left:23px;
padding:2px 0 2px 23px;
height:19px;
}
.moduleRowOver2 {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
background-image: url(img/button.jpg);
width: 185px;
padding-left:23px;
padding:2px 0 2px 23px;
height:19px;
}
.moduleRow {color: #000000; }
.moduleRowOver {color: #000000; }
.moduleRowSelected {color: #000000; }
*/

/* bugfree custon NAVI - begin*/
#customMainNavi {
  margin:0;
  padding:0;
  list-style-type:none;
}

#customMainNavi { }

#customMainNavi li {
  height:19px;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  color:#000;
}
html>body #customMainNavi li {
  height:auto;
  min-height:19px;
}

#customMainNavi li a { text-decoration:none !important; display:block; }
#customMainNavi li a:link, #customMainNavi li a:active, #customMainNavi li a:visited { color:#000; }
#customMainNavi li a:hover { color:#da0404; }

#customMainNavi li.l0, #customMainNavi li.l0selected {
  padding:3px 2px 3px 23px;
  margin:0px;
  background:url('img/button.jpg') no-repeat;
}

#customMainNavi li.l0selected a { color:#da0404; font-weight:bold }

#customMainNavi li.l1, #customMainNavi li.l1selected  {
  padding:1px 2px 1px 23px;
  margin:0px;
  background-image:none;
}

#customMainNavi li.l1 a, #customMainNavi li.l1selected a { font-size:0.9em }
#customMainNavi li.l1selected a { color:#da0404; font-weight:bold }

#customMainNavi li.l2, #customMainNavi li.l2selected {
  padding:0px 2px 0px 30px;
  margin:0px;
  background-image:none }

#customMainNavi li.l2 a, #customMainNavi li.l2selected a { font-size:0.9em }

#customMainNavi li.l2selected { padding-bottom:2px }  
#customMainNavi li.l2selected a { color:#da0404; font-weight:bold }
/* bugfree custom NAVI - end */


.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #4F4F4F; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #DA0303; }

/* 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: #DFDFDF;
        padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#Da0303;}
.sitemap_heading a:hover {color:#DA0303; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #EFEFEF; 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: #E2E3E4; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #E2E3E4; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #DA0303; }

.tableShop {
background-color: #E2E3E4;
border-left: 1px solid;
border-right: 1px solid;
border-color: #3f3f3f;
}

.navLeft {

        background-image: url(img/bg_left_column.jpg);
        width: 185px;
}
.navRight {
        background-image: url(img/bg_right_column.jpg);
        width: 185px;
}

.contentsTopics {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}

.tableListingI {
        background-color: #E2E3E4;
}

.tableListingII {
        background-color: #EFEFEF;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
        width: 1px;
}

/* GUTSCHEIN EINLÖSEN IM WARENKORB */
#gift_cart { }
/* RAHMEN FÜR EINGABEFELD */
#gift_cart #input_code { padding: 15px;	background-color:#FFF2CC; border: solid #E9D28F 1px }
/* BUTTON EINLÖSEN */
#gift_cart #input_code input[type="image"] { position: relative; top: 6px; left: 5px;  }
/* ENDE - GUTSCHEIN EINLÖSEN IM WARENKORB */

/* POPUP MIT INFOS */
/* RAHMEN FÜR INFORMATIONEN */
#gift_infos { margin: 0px; padding: 10px; border: 1px solid #000; background: #FFF; display: none; position: absolute; top: 50%; left: 40%; z-index: 1; }
/* LISTE GÜLTIGER ARTIKEL UND KATEGORIEN */
#gift_infos ul.restriction_list { margin: 5px 0px 5px 40px; }
/* ENDE- POPUP MIT INFOS */
