/**
 *
 * Colors used:
 * #ffffff - white          - background
 * #eeeeee - light gray     - background, beam
 * #d1d1d1 - gray           - borders
 * #eeeeee - gray           - block background
 * #4d4f53 - dark gray      - Text
 * #e98300 - orange         - Links
 *
 */


/* Main wrappers */
html { overflow-y: scroll; }
html, body { height: 100%; }
body { background-color: #eeeeee; font-size: 62.5%; color: #4d4f53; font-family: Verdana, Helvetica, Arial; }
#main-wrapper { min-height: 100%; width: 1025px; margin: 0 auto; background-color: #ffffff; }
* html #main-wrapper { height: 100%; } /* crossbrowser 100* height */
#page-wrapper { width: 900px; margin: auto; position: relative;}

.content { padding: 40px 0 0 0; }
.content-left, .content-right { float: left; overflow: hidden; }
.content-left { padding: 40px 15px 0 0; width: 630px; }
.content-right { padding: 16px 0 0 0; width: 255px; }

#footer { padding: 10px 0 110px 0; margin-top: 17px; border-top: 1px solid #d1d1d1; overflow: hidden; clear: left; }


/* Main styles */
h1, h2, h3  { font-size: 1.1em; font-weight: bold; }
h1 { padding: 0 0 20px 0; }
h2 { padding: 0 0 20px 0; }
h4, h5, h6 { font-weight: bold; }

a { color: #e98300; text-decoration: none; }
a:link {}
a:hover { text-decoration: underline; }
a:visited {}
a:active {}

p { padding: 0 0 10px 0; font-size: 1.1em; }

ul {}
ul li {}

table { border-collapse: collapse; border-spacing: 0; }



/* Top */
.top-beam { height: 10px; width: 100%; background-color: #eeeeee; }
.top-logo { padding: 20px 0; width: 500px; float: left; }
.top-logo a { text-decoration: none; }

.account-wrapper { padding: 50px 0 35px; width: 400px; float: left; text-align: right; }
.account-wrapper .account-link { padding: 0 0 0 20px; font-weight: bold; color: #e98300;
                                 background: url('../img/template/user-icon.gif') no-repeat left 1px; }


/* Menu */
#main-menu-wrapper { background-color: #e98300; overflow: hidden; height: 55px; font-size: 1.1em; clear: both; }
#main-menu-wrapper ul { overflow: hidden; float: left; background: url('../img/template/menu-outer-default.gif') no-repeat left top; }
#main-menu-wrapper ul li { float: left; border-right: 1px solid #ffffff; }
#main-menu-wrapper ul li a.active { background-color: #955400; }
#main-menu-wrapper ul li.first a.active { background: #955400 url('../img/template/menu-outer-active-first.gif') no-repeat left top; }
#main-menu-wrapper ul li a { padding: 21px 21px 22px; display: block; color: #ffffff; font-weight: bold; }

#main-menu-wrapper ul.menu-right { float: right; background-position: right top; width: 160px; padding-right: 20px; }
#main-menu-wrapper ul.menu-right li { border-right: none;  width: 155px; }
#main-menu-wrapper ul.menu-right li a { padding-left: 10px; }
#main-menu-wrapper ul.menu-right li a.emptycart { padding-left: 34px; }
#main-menu-wrapper ul.menu-right li a.active { background-color: transparent; color: #955400; }


#small-cart-link               { padding-right: 0!important; }
#small-cart-link .cart-amount  { font-weight: normal; }
#small-cart-link .icon-wrapper { float: right; margin: 1px 6px 0 0px; width: 14px; height: 13px;
                                 background: #ffffff url('../img/template/product-cart-icon.gif') no-repeat left top; }
#main-menu-wrapper ul.menu-right a.active .icon-wrapper { background-color: #955400; }
#main-menu-wrapper ul.menu-right a:hover { text-decoration: none !important; }

.account-menu { padding: 5px 0 0; }

#footer-menu, .account-menu { float: right; }
#footer-menu .active a, .account-menu .active a { color: #955400; }
#footer-menu ul li, .account-menu li { padding: 0 10px 0 10px; float: left; display: block; border-right: 1px solid #d1d1d1; }
#footer-menu ul li.last-item, .account-menu li.last-item { border-right: none; padding-right: 0; }


.breadcrumb { padding-top: 10px; margin-bottom: -20px; }
.breadcrumb ul { overflow: hidden; }
.breadcrumb ul li { float: left; padding: 0 30px 0 0; background: url('../img/template/breadcrumb-divider.gif') no-repeat right 5px; }
.breadcrumb ul li.last-item { padding-right: 0; background: none; }


/* Blocks - one white pixel in each corner */
.content-block { background-color: #eeeeee; }
.content-block .top-left, .content-block .top-right, .content-block .bottom-left,
.content-block .bottom-right { margin: 0; padding: 0; height: 1px; width: 50%; float: left; line-height: 1px; font-size: 1px;
                               background: transparent url('../img/template/block-corner-white.gif') no-repeat left top;}
.content-block .top-left { background-position: left top; }
.content-block .top-right { background-position: right top; }
.content-block .bottom-left { background-position: left bottom; }
.content-block .bottom-right { background-position: right bottom; }

.content-block .top-border-wrapper, .content-block .bottom-border-wrapper { height: 1px; }

.content-block .inner-content { padding: 20px 20px; clear:both; overflow: hidden; }
.content-block .inner-alter-content { padding: 20px 0; clear:both; overflow: hidden; }
.content-block h3 { padding: 0 0 20px 0;}

.block-bottom-link { margin: 12px 0 0 0; padding: 0 0 1px 0; background: #d1d1d1 url('../img/template/link-arrow.gif') no-repeat 21px 10px; }
.block-bottom-link .bottom-left, .block-bottom-link .bottom-right { background-color: #d1d1d1; }
.block-bottom-link a { padding: 8px 0 9px 40px; display: block; color: #4d4f53; }

.error-block { margin-bottom: 20px; }
.error-block .top-left, .error-block .top-right, .error-block .bottom-left,
.error-block .bottom-right { height: 2px; }
.error-block .top-left { background-image: url('../img/template/error-block/error-block-top-left.gif'); }
.error-block .top-right { background-image: url('../img/template/error-block/error-block-top-right.gif'); }
.error-block .bottom-left { background-image: url('../img/template/error-block/error-block-bottom-left.gif'); }
.error-block .bottom-right { background-image: url('../img/template/error-block/error-block-bottom-right.gif'); }

.error-block .inner-alter-content { padding: 10px 10px 10px 25px !important; color: #e98300; font-weight: bold;
                                    border-left: 1px solid #e98300; border-right: 1px solid #e98300;
                                    background: #ffffff url('../img/template/error-block/error-block-icon.gif') no-repeat 10px 11px; }


.form-fields-wrapper .error-block { width: 302px; }
.shopping-cart-overview .error-block { margin: 0px 0 10px 0; width: 181px; }

.toevoeging { float:left; width:80px !important; clear:none !important; }
.toevoeging input { width:60px !important; }


/* Footer */
.credits { padding: 0 20px 0 0; display: block; float: left; }
.credits a { color: #4D4F53; }
.credits span { padding: 3px 0 0 0; display: block; float: left;  }
.credits img { float: left; margin: 0 10px 0 0; }



/* Homepage */
.homepage h1 { padding-bottom: 12px; }
.etalage { margin: 23px 0 0 0; width: 630px; height: 260px; position: relative; border-top: 1px solid #d1d1d1;
           background: url('../img/template/de-toolkit-voor-ondernemers.png') no-repeat left top; }

.etalage-link-1 a, .etalage-link-2 a { font-weight: bold; display: block; }
.etalage-link-1   { left: 525px; top: 45px; position: relative; }
.etalage-link-1 a { padding: 0 0 2px 35px; width: 70px;
                    background: url('../img/template/etalage-link-1.gif') no-repeat left top; }
.etalage-link-2   { top: 160px; position: relative; }
.etalage-link-2 a { padding: 1px 0 2px 35px; width: 103px; height: 23px; color: #ffffff; line-height: 1.1em;
                    background: url('../img/template/etalage-link-2.gif') no-repeat left top; }
.etalage a:hover { text-decoration: none; }

.homepage #footer { margin-top: 0px; }



/* Image wrappers */
.img-wrapper { float: left; position: relative; }
.img-wrapper .img-overlay { position: absolute; left: 0; top: 0; z-index: 20;
                            background: transparent url('../img/template/overlay-minimal-product.gif') no-repeat left top;
                            display: block; }
.img-wrapper img { position: absolute; z-index: 10; left: 0; top: 0; }

.img-wrapper-small { width: 90px; height: 54px; }
.img-wrapper-small .img-overlay { width: 70px; height: 54px; background-image: url('../img/template/overlay-minimal-product.gif'); }

.img-wrapper-medium { width: 160px; height: 109px; }
.img-wrapper-medium .img-overlay { width: 140px; height: 109px; background-image: url('../img/template/overlay-medium-product.gif'); }

.img-wrapper-large { width: 250px; height: 196px; cursor: pointer; }
.img-wrapper-large .img-overlay { width: 250px; height: 196px; background-image: url('../img/template/overlay-large-product.gif'); }

.img-wrapper-xlarge { width: 415px; height: 325px; }
.img-wrapper-xlarge .img-overlay { width: 415px; height: 325px; background-image: url('../img/template/overlay-xlarge-product.gif'); }

.img-wrapper a:hover { text-decoration: none; }


/* general text-page styles */
.text-page { padding-bottom: 50px; }
.text-page p { width: 630px; }
.text-page h2 { padding: 20px 0 15px 0; }
.text-page .divider-line { padding-top: 0; margin-bottom: 50px; }



/* Products */
.content-block .minimal-product-list { padding-bottom: 0; }
.minimal-product-list h3 { padding-bottom: 14px; }
.minimal-product-list li { padding: 6px 0; overflow: hidden; }
.minimal-product-list li td { padding: 0; }
.minimal-product-list li a { font-weight: bold; }

.content-block .small-product-list { padding-bottom: 0px; padding-top: 20px; }
.small-product-list ul { overflow: hidden; }
.small-product-list li { padding: 20px 20px; width: 215px; overflow: hidden; }
.small-product-list li h2 { padding: 0 0 13px 0; }
.small-product-list h3 { padding: 0 22px 17px; }
.small-product-list li .img-wrapper-small { width: 70px; }
.small-product-list li.odd { background-color: #e1e1e1; }
.small-product-list li.odd .img-overlay { background-image: url('../img/template/overlay-minimal-product-odd.gif'); }
.small-product-list li .product-text-wrapper { float: left; width: 120px; padding: 0 0 10px 20px; }
.small-product-list li .product-button { padding: 4px 0 0 25px; width: 100px; height: 20px; display: block;
                                       color: #ffffff; font-weight: bold; position: relative; top: 10px;
                                       background: transparent url('../img/template/button-plus-small.gif') no-repeat left top; }

.product-button:hover { text-decoration: none; }

.product-overview li { padding: 15px 0 20px; border-top: 1px solid #d1d1d1; overflow: hidden; float: left; clear: left; width: 625px; }

.product-overview li .product-text-wrapper { padding: 0 30px 0 0; width: 275px; height: 110px; float: left;
                                             border-right: 1px solid #eeeeee; font-size: 1.1em; }
.product-overview li .product-title-wrapper { padding-bottom: 15px; }
.product-overview li h2 { padding-bottom: 2px; font-size: 1em; }
.product-overview li .img-wrapper {  }
.product-overview li .product-price-wrapper { float: left; width: 145px; position: relative; }
.product-overview li .product-price { text-align: right; font-size: 1.8em; color: #e98300; font-weight: bold; }
.product-overview li .product-price div.excl-vat { display: block; padding: 4px 0 0 0; float: right; width: 85px; font-size: 0.5em; color: #4d4f53; font-weight: normal; }
.product-overview li .product-button { padding: 6px 0 0 34px; left: 21px; top: 82px; width: 100px; height: 20px; display: block;
                                       color: #ffffff; font-weight: bold; position: absolute;
                                       background: transparent url('../img/template/button-plus.gif') no-repeat left top; }

.product-details { padding: 20px 0 0 0; border-top: 1px solid #d1d1d1; overflow: hidden; float: left;}
.product-detail-backlink { padding: 0 0 20px 0; display: block; font-weight: bold; }
.product-details .product-images { float: left; width: 270px; }
.product-details .product-images .img-wrapper-large { float: none; }
.product-details .product-images .product-thumbs { padding: 20px 0 0 0; }
.product-details .product-images .product-thumbs .img-wrapper-small { width: 90px; }
.product-details .product-images .product-thumbs .img-overlay { cursor: pointer; background-image: url('../img/template/overlay-minimal-product-corners.gif'); }

.product-details .right-content { padding: 0 0 10px 0; float: left; width: 340px; }
.product-details .top-content { overflow: hidden; padding: 0 0 10px 0; }
.product-details .product-title-wrapper { padding: 0 0 20px 0; float: left; width: 240px;}
.product-details .top-content h1 { padding: 0 0 2px 0; float: left; color: #e98300; }
.product-details .staffel-text { clear: left; float: left; }

.product-details .product-price-wrapper { float: right; width: 100px; }
.product-details .product-price { width: 100px; float: right; text-align: right; font-size: 1.8em; color: #e98300; font-weight: bold; border-left: 1px solid #eeeeee;  }
.product-details .product-price div.excl-vat { padding: 4px 0 0 0; float: right; width: 75px; font-size: 0.5em; color: #4d4f53; font-weight: normal; }
.product-details .product-text-wrapper { margin: 20px 0; padding: 20px 0 10px; float: left; width: 340px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;  }


/* put in cart form */
.put-in-cart-panel { clear: right; width: 263px; height: 26px; float: left; background: url('../img/template/product-cart.gif') no-repeat left top; }
.put-in-cart-panel .staffel-wrapper { width: 45px; padding: 7px 3px 0 0; float: left; }
.put-in-cart-panel label { padding: 7px 0 0 8px; width: 45px; display: block; float: left; }
.put-in-cart-panel input.amount { padding: 3px 2px; width: 21px; margin: 3px 7px 0 0; float: left; color: #4D4F53; font-size: 0.9em;
                                  border: 1px solid #dbdfe6; border-top-color: #abadb3; border-bottom-color: #e3e9ef; }
.put-in-cart-panel input.amount-readonly { border:none; background-color:transparent; margin-right: 12px;}
.put-in-cart-panel input.cartbutton { width: 128px; }


/* modal window for xl photo's */
#simplemodal-overlay { background-color: #ffffff; }
#simplemodal-container { padding: 22px 30px 40px; width: 415px; height: 345px; background-color:#e98300; border: 1px solid #ffffff;}
#picture {  display:none; }
#simplemodal-container .modal-close { padding: 0 20px 0 0; width: 50px; float: right; text-align: right; color: #ffffff; font-weight: bold; cursor: pointer;
                                      background: url('../img/template/close.gif') no-repeat right 2px; height: 30px; }


.content-block .cart-steps { padding-left: 6px;  }
.cart-steps-block { margin-bottom: 20px; overflow: hidden; }
.cart-steps ul { overflow: hidden; width: 100%; }
.cart-steps li { padding: 0 14px 0 15px; float: left; background: url('../img/template/cart-step-divider.gif') no-repeat left 3px; }
.cart-steps li.first { background: none; }
.cart-steps li.active { font-weight: bold; }

.step-form { padding: 20px; width: 360px; background-color: #e1e1e1; float: right; position:relative; }

.block-step .inner-alter-content { padding-left: 20px; }
.step-left { width: 400px; float: left; overflow: hidden; }
.form-login form { width: 300px; }
.form-login .input-button, .form-address .input-button { float: right; }
.form-login .rememberme-wrapper { padding: 0; width: 120px; float: left; }

.form-address .form-fields-wrapper, .form-login .form-fields-wrapper { width: 330px; overflow: hidden; }
.form-address .form-item { float: left;  width: 330px; }
.form-address label { white-space: nowrap; }
.form-address .form-item .input-text { width: 288px; }
.form-address .street { width: 160px; float: left; }
.form-address .street input.input-text { width:130px; }
.form-address .number { width: 68px; float: left; clear:none; }
.form-address .number input.input-text { width: 48px; }
.form-address .zipcode { width: 90px; float: left; }
.form-address .zipcode input.input-text { width: 48px; }
.form-address .city { width: 235px; float: left; clear:none; }
.form-address .city input.input-text { width: 198px; }

.steps-bottom-content { clear:both; padding: 0 20px 0 0; overflow: hidden;}

.use-address-btn { padding: 0 0 0 30px; width: 102px; height: 26px; display: block; float:right; position: relative;
                   top: -5px; margin-right: 20px; color: #ffffff; font-weight: bold;
                   background: url('../img/template/use-address-btn.gif') no-repeat left top;}
.use-address-btn:hover { text-decoration: none; }

.address-overview td { vertical-align: top; padding-bottom: 22px; font-size: 1.1em; }
.address-overview .divider-col { padding: 0 5px; }
.address-overview .last-col { font-weight: bold; }
.address-overview .last-col span { display: block; overflow: hidden; width: 250px; } /* prevent long email-adresses from ruining our table layout */

.paymethod-left { height: 150px; }
.paymethod { padding-bottom: 0 !important; }
.paymethod label { padding: 5px 0 !important; float: left; clear: both;  }



.block-order .step-left { width: 460px; padding-right: 20px; }
.block-order .step-left h2, .block-order .step-right h2 { padding-left: 20px; float: left; }

.block-order .steps-bottom-content { padding-left: 20px; }

.arrow-link { float: right; }
.link-left { margin-left: 20px; float: left; }
.arrow-link span { width: 20px; height: 12px; display: block; float: left;
                                background: url('../img/template/link-arrow.gif') no-repeat left 2px; }
.arrow-link a { color: #4d4f53; font-weight: normal; }


    /* order overview table */
    .order-cart-overview { background-color: #e1e1e1; clear: both;  }
    .order-cart-overview td { padding: 10px 6px 10px 0; font-size: 1.1em; }

    .order-cart-overview .first-col, .order-cart-overview .last-col { padding: 0; width: 20px; }

    .order-cart-overview .product-col, .order-cart-overview .euro-col, .order-cart-overview .sum-col { border-bottom: 1px solid #d1d1d1; }
    .order-cart-overview .product-col { width: 315px; }
    .order-cart-overview .product-col a { font-weight: bold; }
    .order-cart-overview .product-col .amount-wrapper { display: block; font-size: 0.9em; }
    .order-cart-overview .product-col .amount { font-weight: bold; }

    .order-cart-overview .euro-col { width: 50px; text-align: right; font-weight: bold; }
    .order-cart-overview .sum-col { width: 55px; text-align: right; font-weight: bold; }

    /* bottom total amount row */
    .order-cart-overview .last-product td, .order-cart-overview .total-amount td { border: none; }

    .order-cart-overview .total-amount td { height: 40px; padding-top: 0; padding-bottom: 0; }
    .order-cart-overview .total-amount .first-col, .order-cart-overview .total-amount .text-col { background-color: #eeeeee; }
    .order-cart-overview .total-amount .text-col { padding-right: 20px; }
    .order-cart-overview .total-amount .total-text { font-weight: bold; }
    .order-cart-overview .total-amount .fill-col { width: 20px; padding: 0; }
    .order-cart-overview .total-amount .euro-col { width: 30px; }
    .order-cart-overview .total-amount .last-col, .order-cart-overview .total-amount .euro-col,
    .order-cart-overview .total-amount .sum-col { color: #ffffff; background-color: #e98300; }
    .order-cart-overview .total-amount-order .sum-col, .order-cart-overview .total-amount-order .euro-col,
    .order-cart-overview .total-amount-order .last-col,
    .order-cart-overview .total-amount-vat .sum-col, .order-cart-overview .total-amount-vat .euro-col,
    .order-cart-overview .total-amount-vat .last-col { background-color: #d1d1d1; color: #4d4f53; }
    .order-cart-overview .total-amount-order td { padding-top: 10px; padding-bottom: 1px; height: 22px; }
    .order-cart-overview .total-amount-vat td { padding-top: 1px; padding-bottom: 10px; height: 22px; }
    .order-cart-overview .last-row td { padding-top: 0; padding-bottom: 0; height: 20px; }


.block-order .step-right { width: 420px; float: left; }
.block-order .step-right .arrow-link { padding-right: 20px; }
.block-order .step-right .divider-line { width: 400px; padding: 0; }
.block-order .step-left .divider-line { width: 440px; margin-left: 20px; }

.block-order .step-right .address-overview .first-col { padding-left: 20px; }
.block-order .step-right .address-overview .last-col { padding-right: 40px; }
.block-order .step-right .paymethod-row td { background-color: #e1e1e1; }

.block-order .step-right .last-addressrow td { padding-bottom: 20px; }
.block-order .step-right .paymethod-row td { padding-top: 20px; padding-bottom: 20px; }

.block-order .terms-wrapper { float: right; width: 270px; font-weight: normal; margin-bottom:10px; }
.block-order .terms-wrapper label { display:inline; }


/* Form styles */
.form-item { clear: both; }
.form-item label { padding: 8px 0 5px 0; display: block; }
.form-item textarea { padding: 4px 6px 4px; width: 288px; height: 92px; font-family: Verdana, Helvetica, Arial; font-size: 1.1em;
                      border: 1px solid #dbdfe6; border-top-color: #abadb3; border-bottom-color: #e3e9ef; float: left; }
.form-item .input-checkbox, .form-item .input-radio { background-color: transparent; }
.form-item .input-checkbox { margin: 0 5px 0 0; float: left; }
.form-item .input-radio { margin: 0 5px 0 0; float: left; }
.input-text { padding: 4px 6px 4px; width: 288px; font-weight: bold; color: #4d4f53; font-size: 1.1em;
                         border: 1px solid #dbdfe6; border-top-color: #abadb3; border-bottom-color: #e3e9ef; }



.divider-line { margin-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #d1d1d1; height: 1px; overflow: hidden; clear: both; }

    /* form buttons */
    .button { color: #ffffff; line-height: 1.1em; background-position: left top; background-repeat: no-repeat; font-weight: bold;
              display: block; font-size: 1em; }

    a.button:hover { text-decoration: none; }

    button { border:0 none; cursor: pointer; }

    .input-button  { padding: 0 0 0 10px; width: 80px; height: 26px; font-size: 1em; font-weight: bold; color: #ffffff;
                    text-align: left; cursor: pointer;
                    background: url('../img/template/button-bg.gif') no-repeat left top; border: none; }
    a.input-button { padding-top: 8px; width: 70px; height: 18px; font-size: 0.9em; }
    .dark-button  { background-image: url('../img/template/button-bg-dark.gif'); }

    .button-step-back       { background-image: url('../img/template/button-step-back.gif'); }
    a.button-step-back      { padding: 1px 0 2px 35px; width: 100px; height: 23px; }
    button.button-step-back { padding: 0 0 0 35px; width: 132px; height: 26px; text-align: left; }
    .button-cancel          { text-align: center; padding: 7px 0 2px 0; width: 129px; height: 18px; float: right;
                              background-image: url('../img/template/button-bg-gray.gif'); }
    button.button-cancel    { padding: 0; height: 27px; }
    button.button-step-next { padding: 0 30px 0 10px; width: 132px; height: 26px; text-align: left; float: right;
                              margin: 0 0 0 10px; background-image: url('../img/template/button-step-next.gif');
                              background-position: left top; }
    button span             { line-height: 1.1em; font-weight: bold; display: block; width: 95px; position: relative; top: -2px;}
    .input-button span      { width: 70px; }

    /* form errors */
    .form-error .input-text, .form-error textarea { float: left; padding: 3px 5px 3px; border: 2px solid #e98300; }
    .form-error .tooltip-wrapper { float: left; display: inline; width: 12px; height: 10px;
                                   visibility:visible; position: relative; left: 4px; top: 6px; z-index: 90; }
    .form-error .tooltip-icon { visibility:visible; position: relative; z-index: 1; }
    .textarea-wrapper .tooltip-wrapper { float:left; top: 5px; left: 7px;}


/* Tooltip */
.tooltip-icon { visibility:hidden; cursor: pointer; }
.tooltip { width: 110px; z-index: 100; }
.tooltip .top { height: 3px; overflow: hidden; background: url('../img/template/tooltip-top.gif') no-repeat left top; }
.tooltip .tooltip-content { padding: 9px 13px 20px; color: #e98300; font-weight: bold;
                            background: url('../img/template/tooltip-bottom.gif') no-repeat left bottom; }


/* FAQ */
.faq-list {  }
.faq-list li { overflow: hidden; border-top: 1px solid #d1d1d1; padding: 20px 0 0; margin-bottom: 20px;}
.faq-list li li { border-top: none; margin-bottom: 0; }
.faq-list .faq-left { padding-right: 30px; width: 240px; float: left;}
.faq-list .faq-right { width: 630px; float: left;  }

.faq-questions-list { width: 630px; float: left; }
.faq-questions-list li { padding: 10px 0 10px 40px; background: url('../img/template/arrow-down.gif') no-repeat 20px center; }
.faq-questions-list li.odd { background-color: #eeeeee; }
.faq-questions-list li a { color: #4d4f53; }

.faq-answers { padding-top: 20px;  }
.faq-answers li { margin-bottom: 30px; padding-bottom: 0; clear: both; }
.faq-answers .category { padding: 0; margin-bottom: 0; border-top: none; border-bottom: 3px solid #d1d1d1; }
.faq-answers .category h2 { font-weight: normal; }
.faq-answers .category .faq-right {  }
.faq-answers .top-link {  padding: 10px 20px 0 0; display: block; float: right;  color: #4d4f53; background: url('../img/template/arrow-up.gif') no-repeat right 12px; }

/* my account */
.myaccount h1 {  padding-left: 18px; background: url('../img/template/user-icon-black.gif') no-repeat left 1px; }
.order-status { padding:0 0 20px 20px; float:left; font-size: 1.1em; }
.order-status span { font-weight: bold; color: #e98300; }
.last-account-address-row td { padding-bottom: 0; }




/* order status/history overview */
.order-name-title { font-weight: normal; }
.order-name-title, .order-status-title { color: #e98300; }

.order-overview-block .inner-alter-content { padding-bottom: 0;}
.order-overview { width: 900px; }

.order-overview th, .order-overview td { border-bottom: 1px solid #d1d1d1; }
.order-overview th { padding: 0 0 12px 0; text-align: left; vertical-align: top; }
.order-overview th.price span, .order-overview th.total span { text-align: right;font-weight: normal; display: block; width: 85px }

.order-overview td { padding: 8px 0; vertical-align: middle; font-weight: bold; font-size: 1.1em; overflow: hidden; }
.order-overview td td { font-size: 1em; }

.order-overview .first-col, .order-overview .last-col { width: 20px; border: none; }
.order-overview .date        { width: 90px; }
.order-overview .product     { width: 450px; }
.order-overview .amount      { width: 60px; }
.order-overview .staffel     { width: 60px; }
.order-overview .price       { padding-right: 20px; width: 85px; text-align: right; }
.order-overview .total       { padding-right: 0px; width: 85px; text-align: right; }
.order-overview .price table { width: 100%; }
.order-overview .price td    { border: none; }
.order-overview .price .euro, .order-overview .total-price .euro { width: 15px; padding-left: 5px; }
.order-overview .deliver     { width: 150px; }
.order-overview .invoice, .order-overview .invoice span { width: 140px; }
.order-overview .invoice span { display: block; overflow: hidden; } /* prevent long email-adresses from ruining our table layout */
.order-overview .status      { width: 35px; text-align: right; }

.order-overview .bottom-row td.bottom-row-col { padding: 20px 0 0; }
.order-overview .bottom-row table { width: 100%; }
.order-overview .bottom-row .total-price table { width: 90px; }
.order-overview .bottom-row td, .order-overview .bottom-row table td { border: none; }

.order-overview .bottom-row table { width: 100%; }
.order-overview .bottom-row td {  }
.order-overview .bottom-row .first-col   { width: 390px; background-color: #ffffff; }
.order-overview .bottom-row .divider-col { width: 20px; background-color: #eeeeee; }
.order-overview .bottom-row .total-order { width: 260px; background-color: #ffffff; font-weight: bold; border: none !important;}
.order-overview .total-order span        { font-weight: normal; }
.order-overview .bottom-row .total-price { padding-left: 130px; padding-right: 20px; text-align: right; width: 90px; font-weight: bold; background-color: #e1e1e1; }
.order-overview .bottom-row .total-price-row .total-price { background-color: #e98300; color: #ffffff; }
.order-overview .bottom-row .total-price-last-row td { padding-top:0; padding-bottom: 0; height: 20px; }
.order-overview .bottom-row .invoice-download-row td { text-align: left; background-color: #ffffff; padding-top:15px; padding-bottom: 0; height: 20px; }
.order-overview .bottom-row .invoice-download-row td .arrow-link { float: left; width: 170px;  }

.order-overview .order-price-row td { padding: 20px 0 1px; }
.order-overview .order-price-row td td { padding: 0; }

.order-overview .vat-row td { padding: 1px 0 20px; }
.order-overview .vat-row td td { padding: 0; }

.order-overview .invoice-download { text-align: right; }

.order-overview .arrow-link { width: 130px; font-size: 0.95em; }
.order-overview .arrow-link a { width: 110px; font-size: 0.95em; }

.ordernr-text { font-weight: normal; }
.history-margin { margin-bottom: 40px; }

.order-history-info-block { margin-bottom: 10px; }
.order-history-info-block .inner-content { padding-top: 10px; padding-bottom: 10px; font-size: 1.1em; }
.order-history-info td span { font-weight: bold; }
.order-history-info .firstcol { width: 60px; }
.order-history-info .secondcol { width: 365px; }
.order-history-info .thirdcol { width: 60px; }
.order-history-info .forthcol { width: 350px; }
.order-history-info .continue { padding-left: 10px; }
.order-history-info .highlight { color: #e98300; }


/* change address form */
.right-form-title { float: left;padding-left: 100px; }
.stepform-inner-button-wrapper { width: 300px; }


/* Contact */
.contact-left { width: 460px; padding-right: 20px; }
.contact-left p { width: 440px; padding-right: 20px; }

.contact-right { width: 420px; }
.contact-right h2, .contact-right form { padding-left: 20px; padding-right: 20px; }
.contact-right .inner-alter-content { padding-bottom: 0; }
.contact-right .bottom-border-wrapper { background-color: #e1e1e1; }
.contact-right form { padding-top: 20px; padding-bottom: 20px; background-color: #e1e1e1; }
.contact-right form .form-item { width: 330px; }
.contact-right form #branche { width: 160px; }
.contact-right form .input-button { float: right; }


/* shopping cart page */

.shopping-cart-overview { width: 900px; }

.shopping-cart-overview th { padding: 0 0 12px 0; text-align: left; vertical-align: top; }

.shopping-cart-overview th.price span,
.shopping-cart-overview th.total span { font-weight: normal; display: block; width: 70px; }
.shopping-cart-overview th.total span { padding-left: 30px;  }

.shopping-cart-overview .first-col, .shopping-cart-overview .last-col { width: 20px; border: none; }
.shopping-cart-overview th, .shopping-cart-overview td { border-bottom: 1px solid #d1d1d1; }
.shopping-cart-overview td { padding: 10px 0; vertical-align: middle; font-size: 1.1em; }
.shopping-cart-overview td td { padding: 0; border-bottom: none; font-size: 1em;}
.shopping-cart-overview .product-img    { width: 40px; }
.shopping-cart-overview td.description  { width: 300px; font-weight: bold;}
.shopping-cart-overview .amount         { padding: 0 0 0 10px; width: 185px; }
.shopping-cart-overview .amount .staffel-wrapper { width: 45px; float: left; padding: 6px 0 0 0; }
.shopping-cart-overview .price          { padding-left: 20px; padding-right: 20px; text-align: right; width: 65px; }
.shopping-cart-overview .total          { padding-right: 20px; text-align: right; width: 100px; font-weight: bold; }
.shopping-cart-overview .delete         { width: 85px; text-align: right; font-size: 0.95em; }


.shopping-cart-overview td.amount            { padding-top: 10px; padding-bottom: 10px; }
.shopping-cart-overview td.amount .change-amount, .shopping-cart-overview td.amount .confirm-amount { background: url('../img/template/cart-bg-amount-number.gif') no-repeat left center; }
.shopping-cart-overview td.free-product      { background: none; }
.shopping-cart-overview .amount-number       { width: 44px; height: 19px; text-align: center; float: left; font-weight: bold; }
.shopping-cart-overview .change-amount .amount-number  { padding: 6px 0 0 0; }
.shopping-cart-overview .confirm-amount .amount-number { padding: 2px 0 0 0; }
.shopping-cart-overview .amount-number input           { padding-top: 3px; padding-bottom: 3px; width: 20px; font-size: 0.9em; }
.shopping-cart-overview .amount .input-button          { font-size: 0.9em; width: 92px; background-image: url('../img/template/cart-bg-amount-button.gif'); }
.shopping-cart-overview .amount .input-button span     { width: 84px; }

.shopping-cart-overview .price table, .shopping-cart-overview .total table { width: 100%; }
.shopping-cart-overview .price td, .shopping-cart-overview .total td    { border: none; }
.shopping-cart-overview .price .euro { width: 15px; padding-left: 5px; }
.shopping-cart-overview .total .euro, .shopping-cart-overview .total-price .euro { width: 15px; padding-left: 35px; }
.shopping-cart-overview .total-price .euro { padding-left: 5px !important; }
.shopping-cart-overview .total-price .euro { width: 25px; padding-left: 25px; }

.shopping-cart-overview .bottom-row td.bottom-cel { border: none; padding: 20px 0 0; background: url('../img/template/block-corner-white.gif') no-repeat left 19px; }
.shopping-cart-overview .bottom-row table { width: 100%; }
.shopping-cart-overview .bottom-row .first-col   { width: 390px; background-color: #ffffff; }
.shopping-cart-overview .bottom-row .divider-col { width: 20px; }
.shopping-cart-overview .bottom-row .total-order { width: 260px; background-color: #ffffff; font-weight: bold;}
.shopping-cart-overview .total-order span        { font-weight: normal; }
.shopping-cart-overview .bottom-row .total-price { padding-left: 30px; padding-right: 10px; text-align: right; width: 75px; font-weight: bold; }
.shopping-cart-overview .bottom-row .total-price-row .total-price { background-color: #e98300; color: #ffffff; }
.shopping-cart-overview .bottom-row .button-col  { width: 90px;padding-right: 20px; }
.shopping-cart-overview .bottom-row .total-price-row .button-col { background-color: #e98300; color: #ffffff; }
.shopping-cart-overview .bottom-row .total-price-row .button-col .input-button { color: #4d4f53; background-image: url(../img/template/button-bg-white.gif); }
.shopping-cart-overview .bottom-row .button-col a { float: right; }
.shopping-cart-overview .bottom-row .total-price-last-row td { padding-top:0; padding-bottom: 0; height: 20px; }

.shopping-cart-overview .order-price-row td { padding: 20px 0 1px; }
.shopping-cart-overview .order-price-row td td { padding: 0; }

.shopping-cart-overview .vat-row td { padding: 1px 0 20px; }
.shopping-cart-overview .vat-row td td { padding: 0; }

.shopping-cart-overview .order-price-row .total-price, .shopping-cart-overview .order-price-row .button-col,
.shopping-cart-overview .vat-row .total-price, .shopping-cart-overview .vat-row .button-col { background-color: #e1e1e1; }

.shopping-cart-overview .total-price-row td { padding: 20px 0; }
.shopping-cart-overview .total-price-row td td { padding: 0; }
.shopping-cart-overview .total-price-last-row .button-col,
.shopping-cart-overview .total-price-last-row .divider-col { background: url('../img/template/block-corner-white.gif') no-repeat left bottom; }
.shopping-cart-overview .total-price-row .button-col { background-position: right bottom; }

.cart-bottom-link { padding: 20px 0 0; float: right; width: 242px; }
.cart-bottom-link .arrow-link { float: none; }

/* small shopping cart */
#ie6-close { display: none; }
.small-shopping-cart { width: 240px; display: none; color: #ffffff;  }
.small-shopping-cart .top-border-wrapper, .small-shopping-cart .bottom-border-wrapper { margin: 0; padding: 0;
                                              height: 2px; line-height: 1px; font-size: 1px;
                                              background: transparent url('../img/template/small-cart-bg-top.gif') no-repeat left top; }
.small-shopping-cart .bottom-border-wrapper { background-image: url('../img/template/small-cart-bg-bottom.gif'); }
.small-shopping-cart .top-transparency      { height: 35px;
                                              background: url('../img/template/small-cart-bg-repeat-transparency.gif') repeat-y left top; }
.small-shopping-cart .inner-content { padding: 23px 17px 13px;
                                      background: transparent url('../img/template/small-cart-bg-repeat.gif') repeat-y left top; }

.small-shopping-cart table { width: 100%; }
.small-shopping-cart .name, .small-shopping-cart .amount, .small-shopping-cart .euro,
.small-shopping-cart .price { font-weight: bold; }
.small-shopping-cart .name, .small-shopping-cart .euro, .small-shopping-cart .price { font-size: 1.1em; }
.small-shopping-cart .product-row td { padding: 10px 0; width: 145px;
                                       background: transparent url('../img/template/small-cart-product-dots.gif') repeat-x left bottom; }
.small-shopping-cart .last-row td    { background: none; border-bottom: 1px solid #ffffff; }
.small-shopping-cart .bottom-row td  { padding: 10px 0 5px; }
.small-shopping-cart td.euro   { width: 10px; }
.small-shopping-cart td.normal { font-weight: normal; font-size: 1em; }
.small-shopping-cart td.price  { width: 51px; text-align: right; }

.small-shopping-cart .input-button    { font-size: 1em; margin-top: 17px; position: relative; left: 125px; }
.small-shopping-cart .arrow-link      { float: none; position: relative; top: -19px; height: 0; }
.small-shopping-cart .arrow-link span { background-image: url('../img/template/link-arrow-dark.gif'); }
.small-shopping-cart .arrow-link a    { color: #ffffff; }

.backlink-right { float: right; font-weight: bold; }

.rememberme-wrapper label {  position: relative; top: -8px; width: 170px; }
.step-left h2 { padding-top: 10px; padding-bottom: 8px; }