/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#790000; text-decoration : none; }
a:hover { color:#333333; text-decoration : underline; }
a img { border:0;}
/*:focus { outline:0; }*/

/* Heading */
h1, h2, h3, h4, h5, h6, .head { line-height:1em;}
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }


ul.agentur_ul {
	list-style : disc;
	list-style-position : outside;
	margin : 0 0 0 2.6em;
	width : 160px;
}

ul.agentur_ul li {
	width: 140px;
	line-height: 1.15;
	margin-bottom: 0.4em;
	font-size: 1em;

}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {}
.col2-set .col-1 {}
.col2-set .col-2 {}

/* Col2-alt */
.col2-alt-set .col-1 {}
.col2-alt-set .col-2 {}
.col2-alt-set .col-1 {}
.col2-alt-set .col-2 {}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    /*margin-top:4em;*/
    /*padding-top:8px;*/
    text-align:right;
    }
.form-button {
  
    }
.form-button2 {

    }
.form-button span, .form-button-alt span , .form-button2 span{

    }
.form-button-alt {

    }
a.form-button-alt {}
.form-button-alt:hover {}
.form-button:hover { }

.form-button2 {
    overflow:visible;
    width:auto;
    border:0;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 16px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
   /* background:#fbfaf6;*/
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
	height: 50px;
	overflow: hidden;
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/error_msg_icon.gif);
    }
.success-msg {
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table {}
.data-table tr {}
.data-table .odd  {}
.data-table .even {}
.data-table td.last, .data-table th.last { }
.data-table tr.last th,
.data-table tr.last td { }
.data-table th {}
.data-table th.wrap {}
.data-table th a,
.data-table th a:hover {}
.data-table td { }
.data-table thead tr th { }
.data-table tfoot {}
.data-table tfoot tr.first { }
.data-table tfoot tr { }
.data-table tfoot td { }
.data-table tbody td { }
/* Bundle Products */
.data-table tbody.odd tr { }
.data-table tbody.even tr { }
.data-table tbody.odd tr td,
.data-table tbody.even tr td {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:36px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    padding:4px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; position:relative;z-index:1;}
.header { text-align:left; }
.header-top { width:100%; margin:0 auto; position:relative; z-index:100; }
.header-nav { width:100%; margin:0 auto; }


/* Style */
.header { border-top:0px}
.header-top-container { border-bottom:0px}
.header-top { padding:0px }
.header-nav-container {  }
.middle-container {}


/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:450px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }




/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    font-size:.95em;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini {}
.base-mini .head {text-transform:none; }
.base-mini .head h4 { text-transform:none; }
.base-mini .head h4 .count {text-transform:none;}
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol {}
.base-mini ol li { padding:7px 4px 7px 0px; position:relative; }
.base-mini ol li.odd { }
.base-mini ol li.even {}
.base-mini ul.super-product-attributes li { padding:0px; background-color:transparent !important; }
.base-mini .actions {}
.base-mini .product-images { position:absolute; float:left; left:8px; width:52px; height:52px; }
.base-mini .product-images a img { vertical-align:top; }
.base-mini .product-checkbox { float: left; width: 10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini[class] .product-details { height:auto; min-height:50px; }
.base-mini .regular-price { color:#2f2f2f; font-size:11px; }
.base-mini .special-price { font-size:11px; }
.base-mini .price-box{ margin:1px 0; }


/* Sidebar Blocks */
.mini-product-tags .head h4 {}
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 {}
.mini-newsletter input.input-text {}

.mini-cart .head h4 {}
.mini-cart .subtotal {}
.mini-cart h5 {}
.mini-wishlist .head h4 {}
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 {}

.mini-poll .head h4 { }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { }


/********************** Footer */
.footer-container { border-top:15px solid #B6D1E2; }
.footer { width:1000px; margin:0 auto; padding:10px 10px 4em;}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    
    padding-right:0px;
    padding-left:2px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a:after { content:" \2219";margin-left:2px;}
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.product-shop h4 {padding-top: 10px; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { white-space:nowrap !important; }

.price_steuer{
	font-size:9px;
}


.price-box { padding:5px 0px 0px 20px; }
.price-box .price { font-weight:bold; color:#000; }

/* Regular price */
.regular-price { color:#000; }
.regular-price .price { font-weight:bold; font-size:15px; color:#000; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#000; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:11px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:11px; font-weight:bold; color:#000; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:11px; font-weight:normal; color:#000; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:11px; font-weight:bold; color:#000; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#fff; }
.price-notice .price { font-weight:bold; color:#fff; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; }
.generic-product-list li { margin:12px 0; }


/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin-bottom:.4em; font-size:1.05em; }
.catalog-listing h5 a, .catalog-listing h5 a:hover { color:#1d1d1d; text-decoration:none; }
.catalog-listing .add-to { color:#555; line-height:1em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; color:#e65505}
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {}
.layered-nav .narrowed-category li {}
.layered-nav .narrowed-category li .label {}
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {}
.narrow-by dl {
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
 
    color:#000;
    text-transform:uppercase;
    }
.narrow-by dd {
       padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; height: 200px;}
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type*/ /*
.listing-type-grid td { width:25%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
*/
/* Grid Type */

.listing-type-grid { }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; }
.listing-type-grid li.item { float:left; width:150px; padding:10px 5px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }

/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { 
/*    background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/bkg_products-grid2.gif); edit */
}
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:150px; }



/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:215px; }
.product-img-box .product-image-zoom { }
.product-img-box .product-image-zoom img { position:absolute; left:0px; top:0;}
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(https://www.stickma.de/skin/frontend/default/stickma/images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { margin-bottom:0; font-size:.95em; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 0px; }
.product-img-box .more-views li a { float:left; width:150px; height:150px; overflow:hidden; }

.product-info-box { margin-top:10px; border:1px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:left; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral {}
.product-essential {}
.product-essential .product-shop {}
.product-essential .product-shop .ratings { }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:0px; padding:30px 0px 0px 30px; width: 374px; background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_auswahl_bg.png); background-repeat: no-repeat; background-position: 0 -20px;}
.product-options dt { margin-bottom: 5px;padding:0px; font-weight:normal; border-bottom:1px solid #e4e4e4; width: 330px;}
.product-options dt label { color:#fff; padding-left: 5px;}
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0 0 5px 4px;  width: 330px;min-height: 20px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:96%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:98%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px;}
.product-options ul.options-list li { line-height:1.5; padding:2px 1px;}
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label {}
.product-options ul.options-list label { font-weight:normal; color: #000;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding-right: 70px; }

.product_options_radio_price {
color: #fff;
}

.product-options-bottom { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_auswahl_bottom_bg.png); background-repeat: no-repeat; margin-left: -5px; margin-top: 0px; border-top:0; overflow: hidden;}
.product-options-bottom-footer{ background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_auswahl_bottom_bg_footer.png); background-repeat: no-repeat; margin-left: 0px; margin-top: 0px; height: 30px; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { width: 100px; padding-left: 33px; float: left; }
.product-options-bottom .price-label { }
.product-options-bottom .price-tax {  }
.product-options-bottom .inner-product-options-bottom { margin-left: 10px; width: 390px; }
.product-shop .product-options-bottom .price-box { }
.product-shop .product-options-bottom .price-label {  padding-right:0; }
.product-shop .product-options-bottom .price-tax { }
.product-shop .product-options-bottom .add-to-cart-box { }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #515151 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral -> custom.css*/
.product-collateral { }
.product-collateral .head { }
.product-collateral .collateral-box {   }
.product-collateral .collateral-box h4{ }
.product-collateral .attribute-specs table { }
.product-collateral .attribute-specs .label {  }
.product-collateral .attribute-specs .data {  }
.product-collateral .attribute-specs td { }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }

#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { }
.product-collateral .add-tag-box .input-box .input-text { }
.tags-list { }
.tags-list li {
    display:inline;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box {padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { }
td.attributes-col ul { }
td.attributes-col dt { }
td.attributes-col dd ul { }
td.attributes-col dd ul li { }
td.attributes-col h4.title { }
td.attributes-col h4.title a {  }

.shopping-cart-totals { }
.shopping-cart-totals table { width:100%; margin:0 0 0 20px; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types {padding-bottom: 10px;}
.shopping-cart-totals .checkout-types li { clear:both;  margin:0px; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals { padding-left: 20px;
    }
.shopping-cart-collaterals .box {
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { }
.one-page-checkout .head { background-color: transparent !important; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { padding-bottom:2px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block;}
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head {}
.one-page-checkout-progress li {  }
.one-page-checkout-progress h4 { }
.one-page-checkout-progress h4.complete { }
.one-page-checkout-progress h4 a {  }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:15px; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }asdasdasdasdasd
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border-top:0;
    padding:15px 0px;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { }
.account-nav .head {   }
.account-nav .head h3 { }
.account-nav ul { }
.account-nav li a, .account-nav li.on { }
.account-nav li a { }
.account-nav li a, .account-nav li a:hover { }
.account-nav li a:hover { }
.account-nav li.on { }
.account-nav li.on a { }
.account-nav li.last, .account-nav li.last a { }


/* Login */

.login-box .col-1, .login-box .col-2 { border:0; }
.login-box .content { }
.login-box h4 {
    min-height:16px;
    padding-bottom:5px;
    padding-left:23px;
    font-size:1.05em;
    color:#fff;
    }
.login-box .new-users h4 { }
.login-box .registered-users h4 {  }
.login-box .button-set { margin:0; border:none; padding:8px 13px; }
.login-box .content { min-height:230px; }


/* Dashboard */

.account-box { }
.account-box .head {}
.account-box h4 { }
.account-box .inner-head {; }
.account-box h5 {   }
.account-box h5 a { }
.account-box h6 { }
.account-main .account-box li { }
.account-box ol .count { }
.account-box ol .content { }
.account-box ol.recent-reviews small { }
.account-box .product-images { }
.account-box .product-images img { }
.account-box .product-details { }
.account-box .content { }


.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 {  }
.ad-account-info .head h4 {  }
.ad-tags .head h4 { }
.ad-reviews .head h4 { }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
   
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { }
.compare-products table { }
.compare-products tr { }
.compare-products td { }
.compare-products tbody td { }
.compare-products tbody tr.first td { }
.compare-products tbody td.last { }
.compare-products tbody.attribute-cart td { }
.compare-products tbody td.label { }
.compare-products tbody.remove-buttons tr { }
.compare-products tbody.remove-buttons td { }
.compare-products tbody.remove-buttons td img { }
.compare-products tr.last td { }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/gift-message-expand.gif); }
.collapse { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

.order-access {}
.order-info {}
.order-info span { }
.order-info ul { }
.order-info li { }
.order-info li.selected {}

/* HOVER-ERKLÄRUNGEN */
#hidebox {float:left; }
#hoverbox div {display:none; height: 0px; cursor: help;}
#hoverbox:hover div {display:block; left: 160px; top: -20px; position: relative; cursor: help; height: 0px; width: 250px;}

.supinfo  {cursor: help;}
.supinfo:hover {cursor: help; }

/* Responsive Beginning */
.mobile * #header-top-logo > p {
  display: none;
}
.mobile * #header-top-logo {
    float: none;
    min-height: 50px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    min-width: 100px;
    max-width: 5000px;
}
.mobile > .header {
    min-height: 0px;
    height: auto;
    margin: 0px;
}
.mobile * #topnav {
    display: none;
}
.mobile * .col-right{
    display: none;
}
.mobile * .quick-access {
    display: none;
    float: none;
    margin: 0px;
    width: 50%;
    text-align: left;
    background: none;
    height: auto;
    box-shadow: none;
}
.mobile * .shop-access {
    height: auto;
    text-align: right;
    padding-right: 10px;
    background: linear-gradient(45deg, #d8bb8d 0%, #715226 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);    
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}
.mobile > .middle-container {
    width: 100%;
}
.mobile * .middle {
    width: 100%
}
.mobile * .col-main {
    float: none !important;
    width: 100% !important;
}
.mobile * .pricecalculator {
    width: 98%;
    margin: 1%;
    padding: 0;    
    overflow: hidden;
}
.wrapper.mobile {
    min-width: 250px;
    max-width: 5000px;
}

/* .mobile * #header-top-logo::after {
    content: 'Menu';
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    vertical-align: top;
    border-radius: 10px;
    padding: 5px;  
    position: absolute;
    right: 2%;
} */
.mobile * .nonav > #header-top-logo {
    width: 50%;
}
.mobile > .footer-container {
}
.mobile * .pricecalculator_header {
    font-size: 2.5em;
    text-align: left; 
    padding-top: 10px;
    padding-left: 10px;
}
.mobile * .pricecalculator_description {    
    padding: 5px 10px;
    text-align: left;    
    font-size: 2em;
}
.mobile * .preisvergleich_product {
    width: 100%;
    text-align: left;
    min-height: 90px;
    border-left: 7px solid #E948A8;
    background: linear-gradient(to bottom, rgba(2,0,0,0.1) 0%,rgba(0,0,0,0) 100%);;
}
.mobile *.row .title {
    width:60%;
    padding: 2px 1%;
    margin: 0px 0%;
    text-align: left;
}
.mobile * .amount_economy, .mobile * .amount_haftpapier, .mobile * .amount_resistent, .mobile * .amount_transparent, .mobile * .amount_siebdruck, .mobile * .amount_ecosolvent{
    width:60%;
    padding: 1px 1%;
    margin: 0;
    font-size: 2em;
}
.mobile * .row_title {
    display: none;
}
.mobile * .price_economy, .mobile * .price_haftpapier, .mobile * .price_resistent, .mobile * .price_transparent, .mobile * .price_siebdruck, .mobile * .price_ecosolvent {
    width: 25%;
    margin: -50px 0px 0px;
    padding: 5px 0px 0px 0px;
    vertical-align: top;
    font-size: 2em;
}
.mobile * .preisvergleich_table a {
    width: 10%;
    vertical-align: top;
    padding: 0px;
    margin: -50px 0px 0px;
    background: url(https://www.stickma.de/skin/frontend/default/stickma/images/sprite.png) 0px 0px;
    height: 90px;
    color: rgba(255,255,255,0);
    max-width : 60px;
    position: absolute;
    right: 1%;
}
@media (max-width: 440px) {
    .mobile * .preisvergleich_table a {
        width: 17%;
        margin: -66px 0px 0px;
    }
    .mobile *.row .title {
        width: 50%;
    }
    .mobile * .amount_economy, .mobile * .amount_haftpapier, .mobile * .amount_resistent, .mobile * .amount_transparent, .mobile * .amount_siebdruck, .mobile * .amount_ecosolvent, .mobile * .description_economy, .mobile * .description_resistent, .mobile * .description_haftpapier, .mobile * .description_transparent, .mobile * .description_ecosolvent, .mobile * .description_siebdruck {
        width: 50% !important;
    }
}
.mobile * .row {
    display: inline;
}
.mobile * .pricecalculator  .input {
    text-align: left;
    padding-left: 10px;
}
.mobile * .title.economy, .mobile * .title.haftpapier, .mobile * .title.resistent, .mobile * .title.transparent, .mobile * .title.siebdruck_vergleich, .mobile * .title.ecosolvent {
    background: none;
    color: #2f2f2f;
    font-size: 2.5em;
}
.mobile * .description_economy, .mobile * .description_resistent, .mobile * .description_haftpapier, .mobile * .description_transparent, .mobile * .description_ecosolvent, .mobile * .description_siebdruck {
    display: inline-block;
    width: 60%;
    padding: 1px 1%;
    margin: 0;
    font-size: 2em;
}
.mobile * .pricecalculator label {
    width: 14%;
    display: inline-block;
    font-size: 2em;
}
.mobile * .pricecalculator .input input[type="number"] {
    width: 30%;
    font-size: 2em;
    margin-right: 0;
}
.mobile * .pricecalculator .input #amount {
    margin-right: 45%;
}
.mobile * label[for="amount"], .mobile * label[for="length"] {
    width: 17%;
    min-width: 61px;
}
.mobile * label[for="amount"], .mobile * label[for="length"], .mobile * label[for="width"] {
    text-align: right;
}
.mobile * label[for="no_perforation"], .mobile * label[for="regular_perforation"], .mobile * label[for="white_foil"], .mobile * label[for="transparent_foil"] {
    width: 44%;
    vertical-align: middle;
}
@media screen and (max-device-width: 340px) {
    .mobile * .pricecalculator .input input[type="number"] {
        margin-right: 0% !important;
        width: 75%;
    }
    .mobile * label[for="amount"], .mobile * label[for="length"], .mobile * label[for="width"] {
        width: 20%;
        min-width: 0;
    }
    .mobile * label[for="no_perforation"], .mobile * label[for="regular_perforation"], .mobile * label[for="white_foil"], .mobile * label[for="transparent_foil"] {
        width: 90%;
        margin: 0;
    }
    .mobile * #no_perforation, .mobile * #regular_perforation, .mobile * #white_foil, .mobile * #transparent_foil {
        width: 8%;
    }
}
input#amount:after {
    content: 'Menu';
    width: 80px;
    height: 80px;
}
.mobile * .preisvergleich_product.foil {
    border-left: 7px solid rgba(99,182,222,1);
}
.mobile * .preisvergleich_product.silkscreen {
    border-left: 7px solid rgba(239,198,54,1);
}
.mobile * .preisvergleich_product.ecosolvent {
    border-left: 7px solid rgba(155,155,155,1);
}
#form-wrapper {
    clear : both;
    width : 98%;
    min-width : 300px;
    margin : 0 auto 0 auto;
    position : relative; /** required for upper right corner */
    font-size : 3vh;
}

.mobile * form#quickcalc-quote {
    margin : 0 auto 0 auto;
    padding: 1%;
    font-family : Arial,sans-serif;
    display: block;
    
}

.mobile * form#quickcalc-quote fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    margin-bottom : 0.5em;
}

.mobile * form#quickcalc-quote legend { 
    display: block;
    color : #FFF;
    font-weight : 600;
}

.mobile * form#quickcalc-quote label,
.mobile * form#quickcalc-quote p.radio-title {
    clear : both;
    width : 90%;
    color : #FFF;
    font-weight: normal;
}

.mobile * form#quickcalc-quote p.radio-title {
    font-weight : 600;
}

.mobile * form#quickcalc-quote label.radio-label {
    width : 85%;
    line-height : 1.8em;
}

.mobile * form#quickcalc-quote select {
    width : 100%;
    color: inherit;
    font: inherit;
    margin: 0;
}

.mobile * #quickcalc-quote input[type=text] {
    width: 100%;
    line-height: 1.5em;
    color: inherit;
    font: inherit;
    margin: 0;

}
.mobile * #quickcalc-quote input[type=button],.mobile * #quickcalc-quote input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    line-height: normal;      
    color: inherit;
    font: inherit;
    margin: 0;
    margin-left: 17px;
    padding: 0px 3px;
}

.mobile * #quickcalc-quote input[type=radio] {
    width: 10%;
    border: 0px;
    height: 1.0em;
    line-height: 1.8em;
    box-sizing: border-box;
    padding: 0;
    color: inherit;
    font: inherit;
    margin: 0;

}

.mobile * #quickcalc-quote textarea {
    width : 100%;
    color: inherit;
    font: inherit;
    margin: 0;
}
.pseudos {
  -webkit-box-shadow: -2px 2px 2px 0px rgba(50, 50, 50, 0.75);;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  background: #c69f61;
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
  background: -moz-linear-gradient(-45deg, #c69f61 0%, #a18251 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c69f61), color-stop(100%,#a18251));
  background: -webkit-linear-gradient(-45deg, #c69f61 0%,#a18251 100%);
  background: -o-linear-gradient(-45deg, #c69f61 0%,#a18251 100%);
  background: -ms-linear-gradient(-45deg, #c69f61 0%,#a18251 100%);
  background: linear-gradient(135deg, #c69f61 0%,#a18251 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69f61', endColorstr='#a18251',GradientType=1 );
}
.pseudos:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.0em;
    height: 1.0em;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(50, 50, 50, 0.75);;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    background: -webkit-linear-gradient(225deg,#fff1d4 50%, rgba(138,138,138,1.0) 50%, rgba(215,215,215,1.0) 85%);
    background: -moz-linear-gradient(225deg, #fff1d4 50%, rgba(138,138,138,1.0) 50%, rgba(215,215,215,1.0) 85%);
    background: -o-linear-gradient(225deg, #fff1d4 50%, rgba(138,138,138,1.0) 50%, rgba(215,215,215,1.0) 85%);
    background: linear-gradient(225deg, #fff1d4 50%, rgba(138,138,138,1.0) 50%, rgba(215,215,215,1.0) 85%);
}
.mobile * .footer .informational ul {
    display: none;
}
.mobile * .footer .informational ul:first-child {
    display: block;
}
.mobile * .footer {
    width: 98%;
    margin-bottom: 1%;
    padding: 0;
}
.mobile * .informational {
    background: -webkit-linear-gradient(bottom left, #d8bb8d 0%, #715226 100%);
    background: -o-linear-gradient(bottom left, #d8bb8d 0%, #715226 100%);
    background: linear-gradient(to top right, #d8bb8d 0%, #715226 100%);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    height: auto;  
    margin: 0px auto;
}
.mobile * .footer .informational a {
    color: rgb(47, 47, 47);
    font-size: 2.5em;
}
.mobile * .top_contacts {
    display: none;
}
.mobile * .toplinks {
    padding-top: 0px !important;
    padding-right: 5px;
    padding-left: 0px;

}
.mobile * .mini-search {
    width: auto;
    height: auto;
    padding: 0px;
    background: none;
}
.mobile * nobr {
    white-space: normal;
}
.mobile * .quick-access li {
    width: 100%;
    /*display: inline-block; */
    padding-left: 0px;
}
.mobile * .language-switcher {
  width: auto;
  left: auto;
  margin-right: 0px;
  margin-top: 0px;
  position: inherit;
  top: 0px;
}
.mobile * .toplinks a {
    color: rgb(46,46,46);
    font-size: 20px;
}
.mobile * .toplinks a::first-letter {
    color: green;
}
.mobile * .mini-search > table {
    margin-left: auto;
    float: none !important;
}
.mobile * .shop-access > form {
    display: inline-block;
}
.mobile * .header-top-container {
    white-space: nowrap;
    margin: 1% 1%;
    width: 98%;
}
.mobile * .quick-access li.first {
    padding-left: 0px;
}
.mobile * .col-2-right-layout {
    overflow: visible;
}
.mobile * .pricecalculator .input input[type=radio] {
    margin: 0%;
    vertical-align: middle;
}
.mobile * .col3-set {
    width: 96%;
    margin: 1%;
    padding:1%;
    background: linear-gradient(45deg, #d8bb8d 0%,#715226 100%);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}
.mobile * .col-main {
    padding: 0px !important;
    margin:  0px !important;
}
.mobile * .col-main > table {
    width: auto !important;
}
.mobile * .imprint_02, .mobile * .imprint_01 {
    background-image: none !important;
}
@media (min-width: 858px) {
    body > .mobile {
        font-size: 12px !important;
    }
}

@media (min-width: 780px) {
    body > .mobile {
        font-size: 11px !important;
    }
}

@media (min-width: 702px) {
    body > .mobile {
        font-size: 10px !important;
    }
}

@media (min-width: 624px) {
    body > .mobile {
        font-size: 9px !important;
    }
}

@media (max-width: 623px) {
    body > .mobile {
        font-size: 8px !important;
    }
}
.mobile *  .header-top-container * img {
    width: 100%;
}
.footer .last a:after {
    content: '' !important;
}
.mobile * .col-main .messages {
    margin: 0 1% !important;
}
.mobile * .success-msg {
    width: 100%;
    margin: 0;
    padding: 1% 0 !important;
    background: #3f3;
    border: none !important;
    text-align: center;
    font-size: 1.5em !important;
}
.mobile * .error-msg {
    width: 100%;
    margin: 0;
    padding: 1% 0 !important;
    background: #FF3300;
    border: none !important;
    text-align: center;
    font-size: 1.5em !important;
}
.mobile * h2#logo {
    float: none;
    min-height: 50px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    min-width: 100px;
    max-width: 5000px;
}
.description_economy, .description_resistent, .description_haftpapier, .description_transparent, .description_ecosolvent, .description_siebdruck {
    display: none;
}
.mobile * .header-top {
    margin: 0 0;
    width: auto;
}
.mobile * .logo_text {
    display: none;
}
.mobile {
  line-height: normal;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
#nav { 
	font-size: 13px;
	font-weight: bold;
	color: #9c4702;
	z-index:999;
	border: 0px;
	height: 75px;
	padding: 0px 0px 0px 0px;
	}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 
	position:relative; 
	text-align:left; 
	list-style:none;
	
	/* ALT */
	/*
	width: 161px;
	*/
	/* --- */

	/* NEU */
	
	width: 135px;
	padding:22px 0 0 30px;
	height: 53px;
	
	/* --- */
	}
#nav li.over { z-index:999; }
#nav li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { 
	color: #fff;
	width: 90px;
	height: 20px;
	float:left; 
	color:#fff; 
	font-weight:bold; 
	
	/* ALT */ /* nur entfernen! */
	/*
	margin-right: 43px;
	padding:22px 16px 0px 32px; 
	*/
	/* -- */
	
	}
#nav a, #nav a:hover {
	display:block;
	text-decoration:none;
	}


#nav span { display:block; cursor:pointer; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { 
	color:#c4c4c4; 
	text-decoration: none;
	}

	#nav li.over a, #nav a:hover { color:#6d6d6d; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;  }
/*#nav ul li.over { background:#d5e4eb url(https://www.stickma.de/skin/frontend/default/stickma/images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:0px;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	background: #7D8D9A;
	color: #fff;
	}
#nav ul li.over {background:#7D8D9A;}
#nav ul li.last { background:#7D8D9A; padding-bottom:0; }
	
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:#7D8D9A;
	text-decoration: none;
	color: #fff;
	}
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:33px; left:-10000px; border:0px; color: #000; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { 
	background:#7D8D9A; 
	color: #ffffff;
	text-decoration: none;
}

nav ul li a:hover { background:#3F607C; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; width: 85px !important;}
#nav ul span, #nav ul li.last li span { color: #fff; padding:2px 15px 3px 10px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }


/*
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }
*/

/* rechtbuendig letzter menubutton */
/* 
ul#nav li.cat-individuelle-kleinauflagen {
	float : right;
}
*/
ul#nav li.cat-individuelle-kleinauflagen a {

}	

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

/* ALT */
/*
#nav .cat-aufkleber-drucken-economy, .nav-1 a span, 
#nav .cat-aufkleber-drucken-papier, .nav-2 a span, 
#nav .cat-aufkleber-drucken-resistent, .nav-3 a span, 
#nav .cat-aufkleber-drucken-transparent, .nav-4 a span,
#nav .cat-individuelle-kleinauflagen, .nav-5  a span,
#nav .cat-agenturanfragen, .nav-6 a span{
	width: 105px;
	overflow: hidden;
	height: 70px;
	display: block;
	line-height: 1.2em;
}
*/
/* --- */

/* NEU */

#nav .cat-aufkleber-drucken-economy, .nav-1 a span, 
#nav .cat-aufkleber-drucken-papier, .nav-2 a span, 
#nav .cat-aufkleber-drucken-resistent, .nav-3 a span, 
#nav .cat-aufkleber-drucken-excellence, .nav-4 a span, 
#nav .cat-aufkleber-drucken-transparent, .nav-5 a span,
#nav .cat-individuelle-kleinauflagen, .nav-6  a span{
	width: 83px;
	overflow: hidden;
	display: block;
	line-height: 1.2em;
}

/* --- */

/* NEU */
/*
#nav .cat-aufkleber-drucken-economy, .nav-1, 
#nav .cat-aufkleber-drucken-papier, .nav-2, 
#nav .cat-aufkleber-drucken-resistent, .nav-3, 
#nav .cat-aufkleber-drucken-excellence, .nav-4, 
#nav .cat-aufkleber-drucken-transparent, .nav-5,
#nav .cat-individuelle-kleinauflagen, .nav-6 {
	background-repeat: no-repeat;
	height: 50px;
}
*/
/* --- */
#nav .cat-aufkleber-drucken-economy, .nav-1 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/cyan.png);
	/* ALT */ /* nur entfernen! */
	/*
	background-repeat: no-repeat;
	height: 75px;
	*/
	/* -- */
}

#nav .cat-aufkleber-drucken-papier, .nav-2 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/magenta.png);
	/* ALT */ /* nur entfernen! */
	/*
	background-repeat: no-repeat;
	height: 75px;
	*/
	/* -- */
}

/* ALT */ /* nur entfernen! */
/*
#nav .cat-aufkleber-drucken-papier, .nav-2 a span{
	width: 85px;
}
*/
/* -- */

#nav .cat-aufkleber-drucken-resistent, .nav-3 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/yellow.png);
	/* ALT */ /* nur entfernen! */
	/*
	background-repeat: no-repeat;
	height: 75px;
	*/
	/* -- */
}
/* ALT */ /* nur entfernen! */
/*
#nav .cat-aufkleber-drucken-resistent, .nav-3 a span{
	width: 95px;
}
*/
/* -- */

/* ALT */
/*
#nav .cat-aufkleber-drucken-transparent, .nav-4{
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/grey.png);
	background-repeat: no-repeat;
	height: 75px;
	
}
*/
/* -- */

/* NEU */

#nav .cat-aufkleber-drucken-excellence, .nav-4 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/purple.png);
}

#nav .cat-aufkleber-drucken-transparent, .nav-5{
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/grey.png);
}

/* -- */

/* ALT */
/*
#nav .cat-individuelle-kleinauflagen, .nav-5 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/green.png);
	background-repeat: no-repeat;
	height: 75px;
	
}
*/
/* -- */

/* NEU */

#nav .cat-individuelle-kleinauflagen, .nav-6 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/green.png);
}

/* -- */



/* ALT */ /* nur entfernen! */
/*
#nav .cat-individuelle-kleinauflagen, .nav-5  a {
	padding-left:29px;
}
*/
/* -- */

/* ALT */ /* nur entfernen! */
/*
#nav .cat-agenturanfragen, .nav-6 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/menu/purple.png);
	background-repeat: no-repeat;
	height: 75px;
}
*/
/* -- */	

/* ALT */ /* nur entfernen! */
/*
#nav .cat-agenturanfragen, .nav-6  a{
	padding-left:21px;
}
*/
/* -- */

/* ALT */ /* nur entfernen! */
/*
#nav .cat-agenturanfragen, .nav-6 a span{
	width: 95px;
	margin-left: -8px;
}
*/
/* -- */


#no-js { 
 margin: 10px; 
 padding: 10px; 
 border: 1px solid #cc3; 
 background: #ff9; 
 font-weight: bold; 
 color: #000; 
 z-index:1000;
 }

.js-enabled  { display: none !important;}
/* Agenturanfragen */
.agenturanfragen_form {
	margin-left: -15px;
}

.agenturanfragen_form .agcontent, .freesticker{
	padding: 30px 0 10px 70px; 
	background-image:url(/skin/frontend/default/stickma/images/background_news.png); 
	background-repeat:no-repeat;}
	
.agenturanfragen_form  .agcomment {
	width: 300px !important;
	background-image:url(/skin/frontend/default/stickma/images/background/klein_tab_kommentar_big.png) !important; 
	background-repeat:no-repeat; 
}	

.agenturanfragen_form .agfooter, .freestickerfooter {
	background-image: url(/skin/frontend/default/stickma/images/background_news_footer.png) !important; 
	background-repeat: no-repeat;
	height: 16px;
}


/* Musterbestellung*/

.musterbestellung {
margin: 0 0 0 10px;
}

.category-head-muster 
{
	padding: 0 0 10px 35px;
	
}





 /*Kleinauflagen*/
 .kleinauflagen_rechner {
	margin: -30px 0 0 -20px;
 }
 .tab_klein_left * tr {
    margin-top: 5px;
 }
 .tab_klein_left{
 background-image:url(/skin/frontend/default/stickma/images/background/klein_tab_left.png);
 background-repeat:no-repeat;
 background-position:-20px 5px;
 margin-left: -18px; 
 float: left;
 width:365px;
 height: 308px;
 }
 .tab_klein_right{
 background-image:url(/skin/frontend/default/stickma/images/background/klein_tab_left.png);
 background-repeat:no-repeat;
 background-position:-16px 5px;
 float:right; 
 width:346px;
 }
 .tab_klein_bottom_left{
 background-image:url('/skin/frontend/default/stickma/images/background/klein_tab_left_bottom.png');
 background-repeat:no-repeat;
 float:left;
margin-left:-31px;
width:361px;

 }
 
  .tab_klein_bottom_right{
 background-image:url('/skin/frontend/default/stickma/images/background/klein_tab_left_bottom.png');
 background-repeat:no-repeat;
float:right;
margin-left:-7px;
width:354px;
}

.kleinauflagen_calc_tr {
	height: 44px;
}

.kleinauflagen_last_tr {
 height: 23px;
}

#auflage, #breite, #hoehe, #vorname, #name, #company, #street, #zip, #city, #email, #telephone, #file, #issue, #issue_qty {
background-image:url('/skin/frontend/default/stickma/images/background/gutscheininput_bg2.jpg');
background-repeat:no-repeat;
}
 
 #comment{
background-image:url('/skin/frontend/default/stickma/images/background/klein_tab_kommentar.png');
background-repeat:no-repeat;

}
 
 
/* CUSTOM STYLES */
#quoteForm .grpid-select table #hoehe{
	background:url("https://www.stickma.de/skin/frontend/default/stickma/css/skin/frontend/default/stickma/images/background/topsearch_bg_long.jpg") repeat scroll 0 0 transparent;
	text-align:left;}
#quoteForm .grpid-select table #auflagen
#quoteForm .grpid-select table #breite

/* Styles fuer eigenstaendiges Anmelden*/

#personal_informationen{
width:365px;
margin-left:-174px;}
#login_informationen{
width:365px;
margin-left:200px;
margin-top:-269px;
}

/* Controls featured items on home page */
.home-page-cntr{
	margin: 15px 0 0 0;
	font-size: 11px;
	}
.home-page-cntr a{
	text-decoration: none;
	font-weight: normal;
	}
.home-page-cntr a:hover {
	color: #000000;}
.homeContent h3 {
	width: 150px;
	font-size: 12px;
	padding: 2px 5px;
	color: #fff;
	background-color: #4F3E2E;
}
.home-page-item, .home-page-item1{
	float: left;
	width: 110px;
	height: 120px;
	padding: 8px 8px 8px 0;
	margin: 5px 5px 10px 0px;
	line-height: 16px;
	}

.home-page-img{
	text-align: center;
	border: 1px solid #eee;
	width: 100px;
	height: 125px;
	padding: 2px;
	}
.home-page-img:hover {
	border: 1px solid #006699;}
.home-page-txt{
	font-size: 11px;
	color: #003366;
	}

.homeContent {
	}
.homeContent h1 {
	font-size: 18px;
	color: #006666;
	font-weight: normal;}
.homeSubscribe {
	width: 220px;
	line-height: 16px;
	padding: 3px;
	border: 1px solid #ccc;}
.homeSubscribe td, .homeSubscribe input {
	font-size: 11px;
}

/* END CUSTOM STYLES */

/*
a:hover {
	text-decoration: underline;
}
*/
.quickView {
	position: absolute;
	color: #003399;
	padding: 3px 9px;
	/*margin-left: -138px !important;
	margin-top: 123px;*/
	font-size: 12px;
	top: 0;
	left: 0;
	text-decoration: none;
	display: none;
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_quickview.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.quickView:hover {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_quickview_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;}
.highslideShow {
	display: none;}
	
/* CUSTOM HOME PAGE STYLES */

#homeMainImage {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/bg_homeImage.jpg);
	background-repeat: no-repeat;
	width: 352px;
	height: 487px;
	padding: 5px 0 0 5px;
}
#homeMainImage a {
	text-align: right;
	font-size: 11px;
	color: #006699;}
.homeShip {
	text-align: center;
	font-size: 15px;}
#quickLinks {
	font-size: 11px;
	float: right;
	margin: 0 0 10px 20px;
}
#quickLinks ul {
	margin: 0;
	list-style: none;
}
#quickLinks li {
	padding: 1px 0;}
.homeContent {
	margin: 5px 15px;}

#homeContentNav {
	width: 100%;

}
#homeContentNav ul {
	float: left;
}
#homeContentNav ul li {
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	float: left;}

.topTag {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}
.topTag strong {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

.newsticker_title {
	color:#000;
	font-family:Arial,sans-serif;
	font-size: 20px;
	text-align:left;
	margin: -20px 0 0 5px;
}
.newsticker_p {
	font-family : Arial,sans-serif;
	font-size : 1.0em;
	font-weight :200;
	text-align : left;
	color : #1A171B;
	padding : 0px 10px 0px 10px;
	background-color : transparent;
	margin : 0 0 2.0em 0;
	width: 650px;
/*	border-bottom : 1px solid #009EE0;*/
}
.newsticker_p_outer {
	width: 600px;
	padding-left: 10px;
}

.newsticker_p a {
	color:#fff;
}

.newsticker_p_date {
	font-size : 0.8em;
	text-align : right;
	color : #FFF;
	background-color : transparent;
	padding-right: 80px;
	margin : -25px 0 0 0;
}

.newsticker_p_news {
	font-family : Arial,sans-serif;
	font-size : 1.0em;
	font-weight :200;
	text-align : left;
	color : #1A171B;
	padding: 0 20px 0 9px;
	background-color : transparent;
	margin : 0 0 2.0em 22px;
	width:600px;
	overflow: hidden;
}

.newsticker_p_news a {
	color:#fff;

}
.newsticker_p_head a,.newsticker_p_head {
	color:#fff;
	font-size: 15px;
	padding: 5px 0 5px 9px;
	
}
.newsticker_p_footer {
	background-image:url("/skin/frontend/default/stickma/images/background_news_footer_small.png");
	background-repeat:no-repeat;
	width:731px;
	height: 29px;
}

.newsticker_detail_footer {
	background-image:url("/skin/frontend/default/stickma/images/background_news_footer.png");
	background-repeat:no-repeat;
	width:731px;
	height: 29px;
	padding-top: 120x;
	margin-left: -5px;
	/*border: 1px solid #000;*/
}
.newsticker_p_body {
	background-image:url("/skin/frontend/default/stickma/images/background_news_small.png") ;
	background-repeat: no-repeat;
	width:731px;
	padding: 20px 0 0 20px;
	}
	
.newsticker_detail_body {
	background-image:url("/skin/frontend/default/stickma/images/background_news.png") ;
	background-repeat: no-repeat;
	width:731px;
	padding: 20px 0 0 20px;
	margin: -33px 0 0 -5px;
	/*border: 1px solid #000;*/
	}
.newsticker_detail_back, .newsticker_detail_back a {
	margin: 0px; 
	padding: 0 0 0 10px;
	color: #fff;
}

.newsticker_h1 {
	font-family : Arial,sans-serif;
	font-size : 1.2em;
	font-weight :700;
	text-align : left;
	color : #fff;
	background-color : transparent;
	/*border-bottom : 1px solid #790000;*/
	padding:0 0 10px 30px;
	margin : 1em 0 0 0;
	width: 550px;
}

.newsticker_h1 a{
color:#fff;
}

.newsticker_note {
	font-size : 0.8em;
	text-align : right;
	color : #FFF;
	background-color : transparent;
	padding-right: 80px;
	margin : -23px 0 0 0;
}

.newsticker_note2 {
	font-size : 0.8em;
	text-align : right;
	color : #FFF;
	background-color : transparent;
	padding-right: 80px;
	margin : -38px 0 0 0;
}
.news_news {
	padding: 5px 0 0 30px;
	color: #fff;
}


.news_news a{
background-color:transparent;
color:#fff;
font-family:Arial,sans-serif;
font-size: 15px;
text-align:left;
padding-left:20px;
}

.newsticker_layer{
	width:790px;
	float: left;
	/* padding-left: 10px; */
}

.newsticker_layer_2{
	margin: -13px 0 0 -25px;
}

.newsticker_background{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background_news.png) ;
	background-position:top left;
	background-repeat:no-repeat;
	background-position-x: 3px;
}
.newsticker_background_footer{
    background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background_news_footer.png);
    background-position:top left;
    background-repeat:no-repeat;
	background-position-x: 3px;
    height:32px;
}

.more_news_link {
	padding-left: 12px;
}
.more_news_link2 {
	padding-left: 32px;
}

.news_entry {
	padding-left: 30px;
	width: 720px;
}

.news_entry h1 {
	margin-left: -30px;
}
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/

.homeImage {
	margin: -24px -24px 20px -24px;
	background-color: #eee;}

html body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*
	background-color: #fff1d4;
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/bg_page.jpg);
	background-repeat: repeat-x;*/
}

img.bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

img.bg2 {
width:100%;
height:100%;
}

/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {  }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { padding-left: 20px; float:left;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
input.input-text, textarea { padding:2px; }
input.form-radio { margin-right:3px;}
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold;}
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; outline:0; }
.button-set { /* Container for form buttons*/
    clear:both;
	width:290px;
  /*  margin-top:4em;*/
    /*padding-top:8px;*/
    text-align:right;
	/*padding-right:5px;*/
    }
.form-button, .form-button-alt {
    cursor: pointer;
	border:0;
	color: #fff;
	font:12px arial, helvetica, sans-serif !important;
	font-weight: bold !important;
	text-align: center;
	}
	
.form-button:hover { color:#515151; text-decoration:none; }
.form-button-alt:hover { text-decoration:none; color:#000;}
.form-button span, .form-button-alt span, .form-button2 span {
    white-space:nowrap;
    }
.form-button-alt {
    border:0px solid #ff9900;
    background-color: #FFEEBB;
	float: right;
    }
a.form-button-alt { padding: 2px 9px; text-decoration:none; }

.form-button2 {
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_search.png) !important;
	background-repeat: no-repeat;
	font-size: 11px !important;
	font-family: Arial;
	padding-bottom: 2px;
	border: 0;
	color: #fff;
	width: 91px;
	height: 21px;
    }
	
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

a.space_top {
		margin-top : 25px;
}
	
/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select {
    margin:10px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    /*background:#fbfaf6;*/
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px !important; overflow: hidden;}
.group-select li .input-box {  width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}


/* Form Messages */
.validation-advice { color:#E65505; }
.required { color:#e6e6e6; }
.required2 { color:#c02424; }

.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:2px dashed #E65505 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.error-msg, .success-msg, .success-msg2, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    padding:8px 8px 8px 8px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
	height: 50px;
	overflow: hidden;
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
	width: 650px;
    }
.success-msg {
    color:#000;
	/* margin-left:11px; */
	width:670px;
	background-color:
    }

.success-msg2 {
    color:#000;
	/* margin-left:11px; */
	width:670px;
	background-color: #baf1b8;
	border: 1px solid #8fc98e;
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; width:710px;}
.page-head h3, .page-head-alt h3 {
    margin:10px;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:90%;
    }


/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    }
.long_category_description, ._long_category_description {
	padding: 0 0 0 25px;
    width: 710px;
}
.long_category_description, ._long_category_description  p{
padding-bottom: 5px;
}

.category-description {
	width: 700px;
}

.box-header {font-size:1.05em;text-align:left;background:#EEEEEE none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}

/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%;}
.data-table tr { }
.data-table .odd  { background-color: #transparent !important;}
.data-table .odd  td { }
.data-table .even { background-color: transparent !important;}
.data-table .even td { }
.data-table tbody .odd tr  { background-color: transparent !important; 	 }
.data-table tbody .even tr {background-color: transparent !important;}
.data-table td .last, .data-table th .last { }

.data-table .odd .first td, .data-table .odd .first th { }
.data-table .even .last td, .data-table .even .last th {  }
.data-table th {
    padding:2px 8px;
    color:#0a263c;
    white-space:nowrap;
    }
.data-table th.wrap {white-space:normal;}
.data-table th a, .data-table th a:hover { color:#fff;}
.data-table td { padding:3px 8px; }
.data-table thead tr {}
.data-table thead {}
.data-table tfoot {}
.data-table tfoot tr.first { }
.data-table tfoot tr { background-color: transparent !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px;  }
.data-table tbody td { }


.cart_head {margin-left: -10px; float: left;}

.shopping_cart_table_1  {margin: -10px 0 0 -20px; width: 750px;overflow: hidden; border: 0; background-color: transparent; }
.shopping_cart_table_1_bottom {float: left; overflow: hidden;}
.shopping_cart_table_2 { margin: 0; padding: 0;}

.shopping_cart_table_2 .data-table { border: 0; padding: 20px 0 0 0; width:747px;}
.shopping_cart_table_2 .data-table tr {border: 0;}
.shopping_cart_table_2 .data-table .odd  { border: 0; background-color: transparent;}
.shopping_cart_table_2 .data-table .even { border: 0; background-color: transparent !important;}
.shopping_cart_table_2 .data-table th { border: 0; }
.shopping_cart_table_2 .data-table th.wrap { border: 0; white-space:normal; background-color: transparent;}
.shopping_cart_table_2 .data-table th a, .data-table th a:hover { color:#fff; border: 0; }
.shopping_cart_table_2 .data-table td { border: 0; background-color: transparent; }
.shopping_cart_table_2 .data-table td .last{ background-color: transparent; border: 0;}
.shopping_cart_table_2 .data-table .attributes-col td { border: 0; background-color: transparent; }
.shopping_cart_table_2 .data-table thead tr { border: 0; background-color: transparent; }
.shopping_cart_table_2 .data-table tfoot { border: 0;  }
.shopping_cart_table_2 .data-table tfoot tr.first {border: 0; background-color: transparent !important;}
.shopping_cart_table_2 .data-table tfoot tr { background-color: transparent !important; border: 0;}
.shopping_cart_table_2 .data-table tfoot tr .last { height: 65px; background-color: transparent !important;  border: 0;  }
.shopping_cart_table_2 .data-table tfoot td { border: 0; background-color: transparent; }
.shopping_cart_table_2 .data-table tfoot td .last { border: 0;background-color: transparent; }
.shopping_cart_table_2 .data-table tbody td { border: 0; background-color: transparent; }
.shopping_cart_table_2 .data-table tbody td .last { border: 0; background-color: transparent;  }

.continue-shopping-button {
	margin-left: 80px; 
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small_long.png); 
	background-repeat: no-repeat; 
	background-color: transparent !important;
	width: 160px;
	height:30px;
	color:#fff;
	border: 0;
	}
	
.update-cart-button {
	margin-left: 280px; 
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small_long.png); 
	background-repeat: no-repeat; 
	background-color: transparent !important;
	width: 160px;
	height:30px;
	color:#fff;
	border: 0;
}

.coupon-button1 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small_long.png) !important; 
	background-repeat: no-repeat !important;
	width: 160px;
	height:30px;
	color:#fff;
	font-weight:bold;
	border: 0;
	margin-right: 50px;
	margin-top: 15px;
	float: right;
}

.coupon-button2 {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small_long.png) !important; 
	background-repeat: no-repeat !important;
	width: 160px;
	height:30px;
	color:#fff;
	font-weight:bold;
	border: 0;
	margin-right: 20px;
	margin-top: -10px;
	float: right;
}

.coupon-cancel-button {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small_long.png) !important; 
	background-repeat: no-repeat !important; 
	background-color: transparent !important;
	width: 160px;
	height:30px;
	color:#fff;
	border: 0;
	margin-right: 40px;
	margin-top: -10px;
	float: left;
}
.cart_col_1 { }
.cart_col_2 { }
.cart_col_3 { }
.cart_col_4 {}
.cart_col_5 { }
.cart_col_6 { }


.inner-attribute-specs .data-table { width:338px; padding-left: 0px; border:0;} 
.inner-attribute-specs .data-table .odd  { background-color: transparent; }
.inner-attribute-specs .data-table .even { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/data_table_light.png) repeat-y !important;}
.inner-attribute-specs .data-table thead tr { }
.inner-attribute-specs .data-table tfoot tr.first { }
.inner-attribute-specs .data-table tfoot tr { }
.inner-attribute-specs .data-table th {  }
.inner-attribute-specs .data-table tfoot { border:0;}
.inner-attribute-specs .data-table tfoot tr.first {}
.inner-attribute-specs .data-table tfoot tr {}
.inner-attribute-specs .data-table tfoot td { border-bottom:0; }
.inner-attribute-specs .data-table tbody td { border: 0; }
.inner-attribute-specs .data-table td.last, .data-table th.last { border-right:0; }
.inner-attribute-specs .data-table tr.last td, .data-table tr.last th { border-bottom:0; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }
.nested-data-table tfoot td {font-size:.95em; }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap;}
.shipping-tracking .button-set {margin-top:0;border:none;border-top:0;padding-top:0}

/********************** Lists */
.disc { margin-bottom:10px; }
.disc li { margin-left:20px; list-style:disc; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.no-wrap { white-space:nowrap; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
.divider {
    margin:10px 0;
    height:1px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/dotted_divider.gif) repeat-x;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */
.pager_tab {
	height: 82px;
	width: 760px;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/pager_tab.png);
	background-repeat: 	no-repeat;
	padding: 25px 0px 0px 25px;
	margin: 0 0 0 -30px;

}

table.pager select, table.view-by select {
    margin:0 3px;
    font-size:.95em;
    }
table.pager select{
    }
table.view-by select {
    }
table.pager, table.view-by {
    width:680px;
    font-size:.95em;
    }
table.pager td {
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    padding:4px 8px;
    vertical-align:middle;
    }
.pager_td_two {
padding-left: 30px;
}





/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.header {
    z-index:999;
    text-align:left;
	margin-top: 10px;
	height: 240px;
    }
.header-top {
	position:relative;
	width:980px;
	margin:0 auto;
    }
.header-nav {
	/* ALT */
	/*
	width:960px;
	*/
	/* --*/
	
	/* NEU */
	
	width:970px;
	
	/* --*/
	
	margin:0 auto;
	border: 0px;
	padding-top: 0px;	
	position: relative;
    }
.middle {
    width:980px;
    margin:0 auto;
    text-align:left;
    position:relative;
    /* padding-left: 10px; */
    overflow: hidden;
}
	
.stickma_top-border {
	background-color: #fff;
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/bg_top.png);
	background-repeat: no-repeat;
	height : 20px;
}
.side-col { width:180px;}
.col-left { float:left; }
.col-main { float:left; }

/* ALT */
/*
.col-main-custom { float:left; width: 1000px !important; padding: 0 0 0 17px; margin: -30px 0 0 -20px;}
.custom-col-right { float:right; padding: 0px 10px 0 0px ; margin-top: -15px;}
*/
/* ---*/

/* NEU */
.col-main-custom { float:left; width: 980px !important;}
.custom-col-right { float:right; padding: 0px 10px 0 0px ;/* position: relative; */}
/* --- */

.col-right { float:right; padding-right: 10px;}
.col-1-layout .col-main { float:none; margin:0 0 0 5px;  }

.col-2-right-layout .col-main { float:left; width:780px; /* margin-left: -20px; */}
.col-2-right-layout * .page-title { margin-left: 32px !important;}
.col-2-right-layout * .cart-empty { margin-left: 32px !important;}
.custom-col-2-right-layout .col-main { float:left; width:750px; padding: 0 0 0 10px;  }
.col-2-left-layout .col-main { float:left; width:750px; padding-left: 25px;}
.col-3-layout .col-main { width:750px; margin-left:17px; }

/* Style */
.header { border: none; 
	
	}
.header-top-container {  border: none; }
.header-top { padding: 0px; }
.header-nav-container { padding-left: 0px; margin: 0 auto; position: relative;}
.middle-container { /* ALT */ /* nur entfernen! */ /* overflow: hidden;   */}

.col-2-right-layout  { 
	overflow : hidden;
}

.custom-col-2-right-layout  { 
	/* ALT */ /* nur entfernen! */
	/* padding-top: 5px; */
	/* --- */
	/* overflow : hidden; */
}
.col-3-layout {
	/*padding-top: 35px;*/

}


/********************** Header */

/* Logo */
h2#logo {
    float:left;
	margin: 6px 0 10px 14px;
	font-size: 11px;
	text-align: center;
    }
	
.logo_text {
	color: #b18b4a;
	width: 450px;
}
.page-popup h2#logo { display:none; }


/* Quick Access*/
.quick-access {
height: 112px;
background: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/bg_quick-access.png) no-repeat;
color: #fff;
margin-top: 9px;
margin-left: 79px;
float: left;
width: 437px;

}
	
.quick-access strong {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #fff;}
.quick-access p { margin-bottom:4px; }

.quick-access li {
    display:inline;
    /*background:url(https://www.stickma.de/skin/frontend/default/stickma/images/shop_access_pipe.gif) no-repeat 100% .35em;*/
    padding-left:3px;
    }
.quick-access li.first { padding-left: 5px; }
.quick-access li.last { padding-right:0; background:none; }

.shop-access { }
.shop-access ul { 
/*text-align: right; margin-right: 90px; */

}
.shop-access a { color:#e65505; }
.shop-access a:hover { color:#790000; text-decoration: none;}
.shop-access li.last { padding-right:10px; background:none; }


.language-switcher {  
/*	margin-top: 5px; 
	float: right;
	margin-right: 4px;
*/
    width: 105px;
    left: 30px;
    margin-right: 4px;
    margin-top: 5px;
    position: relative;
    top: -25px;	
	}
.agentur {
    background-image: url(/skin/frontend/default/stickma/images/agenturanfrage.png);
    width: 387px;
    margin-left: -4px;
    padding-left: 6px;
    height: 22px;
    padding-top: 2px;
    background-size: 100%;
    left: 26px;
    position: relative;
    top: -16px;
    
}
*+html .mini-search {
    height: 25px;
    }

.agentur a {
    color: #FFFFFF !important; 
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 5px;
    vertical-align: top;
    position: relative;
}
.agentur a:hover {
    color: #646464 !important; 
    font-size: 1.2em
}
.language-switcher label { color:#A7C6DD; padding-right: 5px; }


/* Breadcrumbs */
.breadcrumbs {  margin: 0 0 13px 2px; font-size:.95em; line-height:1.25em; padding-top: 3px; padding-left: 10px;}
.breadcrumbs li { display:inline; }


/* Mini search */

.mini-search {
	position: inherit;
    width:280px;
    height:20px;
    padding: 6px 0px 0px 103px;
    background: none;
    zoom: 1;
	text-align: right;
	
    }

.mini-search .input-text { width:150px; margin-right:4px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/topsearch_bg_long.jpg) no-repeat;}
.search-autocomplete {}
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; }
.search-autocomplete li.odd { background:#fffefb; }
.search-autocomplete li.selected { background:#f7e8dd; }

.search_result {
padding-left: 40px;
margin-top: 15px;
}

.search_result .page-title h1 {
margin-left: -5px;
}



/********************** Sidebars */
.side-col .box { margin-bottom:0;margin-left:-10px; }
/* added by JW */
.side-col .box .rightSideShadow {
	font-size: 11px;
	padding: 2px 4px 4px 0px;
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/media/bg_col_right_callout.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.side-col .box .rightSideShadow img {
	margin-bottom: 3px;
}
/* added by JW */
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#fff; text-transform:none; font-weight: bold; }
.side-col .actions {
    font-size:.90em;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select {     width:98%; }


/* Base Mini */
.base-mini {	}
.base-mini .head  {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png) no-repeat;
	height: 50px;
	width: 200px;
    }
.base-mini .head h4 {
	color: #fff;
	font-size: 13px;
	text-transform:none;
	padding: 30px 0 0 30px;
	width: 140px;
}
.base-mini .sfooter, .base-mini .col_bottom { 
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png) no-repeat; 
	height: 23px;
	width: 200px;
}

.base-mini .head h4 .count {text-transform:none;}
.base-mini h5 { font-size:1em; }
.base-mini .content  {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png); background-repeat: repeat-y; padding: 0; margin: 0; width: 200px;}
.base-mini .content_inner  { width: 150px; padding: 0 0 0 30px;}
.base-mini ol {padding: 0px 0px 0px 0px; }
.base-mini ol li { padding:7px 4px 7px 0px; position:relative; }
.base-mini ol li.odd { }
.base-mini ol li.even {}
.base-mini ul.super-product-attributes li { padding:0px; background-color:transparent !important; }
.base-mini .actions { margin: 5px 0 0 40px;}
.base-mini .product-images { position:absolute; float:left; }
.base-mini .product-images a img {}
.base-mini .product-checkbox { float: left; width: 10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { height:45px; }
.base-mini[class] .product-details { height:auto; min-height:50px; }
.base-mini .regular-price { color:#2f2f2f; font-size:11px; }
.base-mini .special-price { font-size:11px; }
.base-mini .price-box{ margin:1px 0; }

.cart_sidebar_mini_products { margin-left: -3px;}
/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { height: 60px;}
.mini-newsletter fieldset {width: 155px;}
.mini-newsletter .newsletter_content_upper {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png); background-repeat: repeat-y; padding: 0px 0px 0px 25px; margin-top: -35px;}
.mini-newsletter .input-text {}
.mini-newsletter .newsletter_content { width: 150px; padding-left: 5px;}
.mini-newsletter input.input-text { background:url("https://www.stickma.de/skin/frontend/default/stickma/images/contactus/topsearch_bg.jpg") no-repeat;}

.mini-cart .mini-cart-head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png); width: 200px; height: 60px; background-repeat: no-repeat; margin: 0;}
.mini-cart .mini-cart-head h3 { color:#fff; font-size:1.1em; text-transform: none; padding: 30px 0 0 30px;}
.mini-cart .content {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png); background-repeat:repeat-y; margin: 0; padding: 0; }
.mini-cart .inner_content {width: 145px; padding: 0 0 0 23px;}
.mini-cart .inner_content p {padding: 0; margin: 0;}
.mini-cart .mini-cart-col-bottom {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png); background-repeat: no-repeat; margin: 0; padding: 0; height: 23px;}
.mini-cart .subtotal {  margin-top:5px; padding:0px 0;}
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }

.sidebar_recently_tocart {
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_search_long.png) !important;
	background-repeat: no-repeat;
	border: 0px;
	color: #fff;
	height: 20px;
	width: 120px;
	margin-left: 14px;

}


.mini-poll .poll_content  { width: 140px; }
.mini-poll .head h4 { width: 160px; }
.mini-poll td.label { font-weight:bold; width: 140px;}

.mini-product-view .head h4 { width: 160px;}
.mini-product-view .product_view_content { width: 150px; padding-left: 5px; }


/********************** Footer */
.footer-container { border: none; }
.footer {
    width:1000px;
    margin:0 auto;
	text-align:left;
    /*padding:.7em 1em 1em 1em;*/
    position:relative;
	height : 30px;
    }
.footer .store-switcher { display:block; padding:0 20px 0 0; vertical-align:middle; margin-bottom: 10px; }
.informational {
	padding-top: 20px;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/footer_bg.png);
	background-repeat: no-repeat;
	height: 75px;
	margin-left: -1px;
	color: #fff;
}
.informational a{color: #fff;}
.informational a:hover{color: #fff;}

.footer .informational label {  font-weight:bold; padding-right:3px; color:#333; }
.footer .informational a {padding-top:5px;
	color: #fff;
}
.footer .informational2 ul {
    display:inline;
}
.footer .informational2 li {
    display:inline;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational2 li.last { background:none; padding-right:0; }
.footer .informational2 a, .footer .informational a:hover { color:#333; }
.footer .informational2 a { text-decoration:underline; }
.footer .informational2 a:hover { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

.footerLinks {
}
.footerLinks ul {
	font-size: 11px;
	float: left;
	}
.footerLinks ul li {
	width: 150px;}

.footer .footerCopyright {
	float: right;
	color: #666;
	line-height: 17px;
	text-align: right;
	font-size: 10px;
	width: 250px;}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/********************** Prices */
.price-box {
    margin:4px 0;
    }
.regular-price {
    color:#000;
  
    font-weight:bold;
    }
.old-price {
    color:#999;
    }
.old-price2{
    color:#999;
	font-size: 12px;
	margin: 0 0 0 0px;
    }
.old-price .price, .old-price2 .price{
    text-decoration:line-through;
    white-space:nowrap;
    }
.special-price {
    color:#000;
    font-weight:bold;

    }
	
.special-price2 {
    color:#000;
    font-weight:bold;
	font-size: 17px;
	margin: 15px 0 0 0px;
    }
.special-price2 .price_steuer,.special-price2 .price_versand {
	font-size: 12px;
	
	}
.special-price .label { font-size: .8em; font-weight:normal; }
.special-price2 .price-label { color: #ff8401; }
.special-price .price { white-space:nowrap; }


/********************** Generic Box */
.generic-box {
    margin-bottom:15px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/base_mini_head_bg.gif) repeat-x #fff;
    }
.generic-product-list li {
    margin:12px 0;
    }



/********************** Catalog Listing */
.catalog-listing {
    line-height:1.35em;
	margin-left: 30px;
	width: 650px;
    }
.catalog-listing h5 {
    margin-bottom:.4em;
    font-size:1.05em;
    }
.catalog-listing h5 a {
    color:#1d1d1d;
    text-decoration:none;
	font-size:1.05em;
    }
.catalog-listing h5 a:hover {
    color:#666666;
    text-decoration:none;
    }
.catalog-listing .add-to {
    color:#555555;
    line-height:1em;
	font-size:.95em;
    font-weight:bold;
    }
.catalog-listing .add-to a{
	color:#666666;
	text-decoration:underline;
	}

 .catalog-listing .add-to a:hover {
    text-decoration:underline;
	color:#333333;
    }
	
.catalog-listing .ratings {
    margin-bottom:.6em;
    }

/* Generic Product Grid */
.generic-product-grid { width:100%;}
.generic-product-grid td {
    border-right:1px solid #d9dde3;
    border-bottom:1px solid #d9dde3;
    padding:12px 10px;
    line-height:1.6em;
    }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product{ border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */

.shopping-filters {
	width: 140px;
	margin-left: 30px;
	background: transparent !important;
}

.shopping-filters  h4{
	color: #666;
	padding: 5px 0 5px 0;
	
}

.layered-nav .head {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png) no-repeat;	
	width: 200px;
    color: #fff;
	height: 50px;
	text-transform: none !important;
    }

.layered-nav .body {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png);
	background-repeat: repeat-y;	
	width: 200px;
	text-transform: none !important;
    }
.layered-nav-footer{
	height: 23px;
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png);
	background-repeat:	no-repeat;	
}


.layered-nav h3 { 
	margin:0;
	padding: 30px 0 0 30px;
    border: 0px;
    color:#fff;
	text-transform: none !important;
	display: block !important;
	}
	
.layered-nav .border-creator { border:0px;}
.layered-nav h4 {
    
    }
.layered-nav .narrowed-category li {}
.layered-nav .narrowed-category li .label {
    font-weight:bold;
    text-transform:none;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    padding:4px 10px;
    }
.narrow-by_outer {}
	
.narrow-by dl {
	
	padding:0 0  1em 0;
	}
.narrow-by dt {
    margin:0;
	
    padding:7px 10px 0 28px;
    color:#666 !important;
    text-transform:none;
    }
.narrow-by dd {
    padding:0 12px .8em 30px;
	width: 150px
    }
.narrow-by h4 {
    text-transform:none;
	color: #fff;
	padding-left: 24px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em;}
.narrow-by dd.last { background:none;}

.recently_added { padding-bottom: 10px; width: 165px; margin-left: -10px;}
.recently_added h5 { color: #fff; background-color: transparent !important; width: 140px;  margin-left: 0px;}

.recently_buy .content_inner .actions {
	margin: !important;
}

.sidebar_checkout_button {
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_search.png) !important;
	background-repeat: no-repeat;
	border: 0px;
	color: #fff;
	height: 20px;
	width: 91px;
	}

/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9;  background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px;}




/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc;}
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc;}
.recently a.product-name, .recently a.product-name:hover { color:#1d7ecf; font-size:11px; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list {width:100%;}
table.recently-list td {width:20%;}

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li {margin-bottom:5px}
.advanced-search li label {width:150px;float:left;}
.advanced-search .input-text {width:250px}
.advanced-search select {width:256px;padding:2px}
.advanced-search .field-row {display:inline;width:250px;}
.advanced-search .range .input-text {width:70px}

.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
    }

.advanced-search-found-amount {
    margin-bottom: 10px;
    }

.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    border: 1px solid #E9D7C9;
    background-color: #FFF6F1;
    }

.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
    }

.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    }

/*.advanced-search-summary-box ul li {
    }*/

.advanced-search-summary-box ul li span {
    background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/search_criteria.gif);
    background-repeat: no-repeat;
    background-position: left;

    padding-left: 15px;

    font-weight: bold;
    color: #E17C24;
    }
/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; overflow: hidden; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:300px; overflow: hidden;}
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; margin:3px 13px 5px 10px;}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }



/* Grid Type */
.listing-type-grid {
	margin: 0px 0 0 40px; 
	overflow: hidden;
}

.listing-type-grid ol { 
	overflow: hidden;
}
.listing-type-grid td { 
	width:25%; 
	background-color: #fff;
	text-align:left; 
	}
	
.listing-type-grid .product-image { text-align:center; margin-left: -30px; }
.listing-type-grid .grid-price-box {}
.listing-type-grid .add-to-compare {
    display:block;
    margin:5px 0;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_add_to_compare.gif) no-repeat 0 50%;
    padding-left:22px;
    color:#6e6969;
    font-weight:bold;
    }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }


/********************** Product Detail */
/* Product Images */
.product_image_box  {
	width: 360px;
	padding-left: 10px;
	overflow: hidden;
}
.product-img-box { width:370px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:185px; height:200px;  z-index:9; }
.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:120px;
    height:250px;
    z-index:9;
    }
.product-img-box .main-product-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    z-index:99;
    }
.image-zoom {
    z-index:9; position:relative; height:18px; margin:0 auto 13px auto; padding:0 0px 0 0px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:2px; top:1px;}
.btn-zoom-in { position:absolute; right:2px; top:1px;}
.product-img-box .more-views h4 { font-size: 1.05em; font-weight: bold; padding-bottom:10px;}
.product-img-box .more-views  { width:170px; margin-top: 6px; }
.product-img-box .more-views  ul{ list-style-type: none; float: none !important;}
.product-img-box .more-views li { margin-top: -10px;  width: 100%;}
.product-img-box .more-views li.last {}
.product-img-box .more-views li img {}

.product-info-box { border: none; }
.product-info-box .product-name {
    margin-bottom:.3em;
   
    font-size:1.6em;
	font-weight: normal;
    }
.product-info-box .qty-box { float:left; margin-right:5px; }
.product-info-box .price-box { margin:10px 0;}
.add-to-cart-box { float:none; margin-right:5px; font-size: 24px; padding-top: 30px;}
.add-to-cart-button { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small.png) no-repeat; border: 0; width: 200px; height: 46px; padding-top: 10px; font-size: 20px !important; color: #fff;}
.add-to-box { float:left; font-size:.95em; line-height:1.25em; }
.checkout_btn_dis{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/button_smaller_dis.png) no-repeat; border: 0; width: 100px; height: 23px; font-size: 10px !important; }
.checkout_btn{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/button_checkout.png) no-repeat; border: 0; width: 150px !important; height: 50px !important; font-size: 20px !important; }
.product-info-box .ratings { margin-bottom:1em;}

.product-attributes, .product-pricing { margin:10px 0; padding:5px 0;}
.product-attributes td {padding:2px 0; }
.product-attributes td.label { padding-right:10px; font-weight:bold; }

.product-essential {
}

.product_view_choice {
    margin-left: 10px;
}
.product-essential .product-shop { width:300px; overflow: hidden;}
.product-essential .product-shop .ratings { margin-bottom:4px; }

.product-essential a{
	text-decoration: none;
	color:#320303;
}
	
.product-essential a:hover {
	text-decoration: none;
	color:#515151;
}

.product-essential-2 { padding:10px 0px 0px 0px; }
.product-essential-2 .product-shop { width: 340px; padding-left: 45px; overflow: hidden; float: left;}
.product-essential-2 .product-shop h3 { margin-top: 5px;}
.product-essential-2 .product-shop .product_view_price .price-box .special-price2, .product-essential-2  .product-shop .product_view_price .price-box .old-price2{  margin:0 0 0 0px;}
.product-essential-2 .product-shop .ratings { margin-bottom:4px; }
.product-essential-2 a{
	text-decoration: none;
	color:#320303;
}
	
.product-essential-2 a:hover {
	text-decoration: none;
	color:#515151;
}

.product_datacheck h4{ font-weight: bold;}
.product_datacheck_body { padding: 0 0 0 5px;}

.file-upload-text {
	padding-left: 20px;
}

.file-upload-text2 {
	padding: 10px 0 0 20px;
}
.file-upload-form {
	margin-left: 20px;
}

/* Product Collateral */
.product-collateral {background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_auswahl_bg.png); background-repeat: no-repeat;overflow: hidden;background-position-y: -20px; }
.product-collateral-bottom {background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_info_bottom_bg.png); background-repeat: no-repeat; height: 47px;}
.product-collateral .head {  font-size:1.25em; }
.product-collateral .collateral-box { margin-bottom:2em; width: 390px; }
.product-collateral .inner-collateral-box-1 { padding: 22px 0px 0px 30px; width: 330px; }
.product-collateral .inner-collateral-box-1 label{ margin-top: -1px; color: #fff; }
.product-collateral .inner-collateral-box-1 h2{ padding-top: 5px; font-size: 1.15em; }
.product-collateral .inner-collateral-box-1 p{ color: #000;}
.product-collateral .inner-collateral-box-1 .head{  border-bottom:1px solid #e5dcc3; font-size:1.25em;}
.product-collateral .inner-collateral-box-1 .category-description{ width: 330px;}
.product-collateral .inner-collateral-box-2 { padding: 0px 0px 0px 26px; width: 330px; }
.product-collateral .inner-collateral-box-2 .head{ background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/data_table_start.png); background-repeat: no-repeat; height: 25px; width: 338px;}
.product-collateral .inner-collateral-box-2 p{ color: #000;}
.product-collateral .collateral-box .head{ color: #fff; font-size: 12px; font-weight: bold; text-align:left; padding: 10px 0px 2px 10px; border-bottom:0px nono; margin-top: -1px;}
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { }
.product-collateral .attribute-specs td { line-height:1.25em; }

.siebdruck * .add-to-cart-button { 
	padding-top: 0px !important;
	font-size: 17px !important;
}
.siebdruck * .add-to-cart-box { 
	padding-top: 26px !important;
}
.siebdruck * .price-box {
	margin-top: 20px;

}
.siebdruck {
	background-image: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/produkt_auswahl_bg.png");
	background-position: 0 -26px;
	height: 235px;
	margin-left: 0px;
}
.siebdruck > .inner-product-options-bottom {
	margin-top: 35px;

}
.inner-siebdruck {
	padding-top: 10px;
	left: 30px;
	position: relative;
	font-size: 1.15em;
	color: #000000;
	text-align: justify;
	display: inline-block;
	padding-right: 75px;
	
}

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid .product-image { text-align:center; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:202px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:200px; }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(https://www.stickma.de/skin/frontend/default/stickma/images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { padding-left:23px; }
.product-review-box { width:auto; margin:8px 0 13px 0; }
.product-review-box td, .product-review-box th { text-align:center; }
.product-review-box td.label {width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { /*background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_clip.gif);*/ }
.mini-related-items .product-images { width:75px; }
.mini-related-items .product-images input { float:left; margin-right:4px; margin-left:-6px; }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; display:block; }
.mini-related-items .product-details { margin-left:78px; padding-left: 5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }
.mini-related-items .super-products { padding-left:5px; margin: 0;}
.mini-related-items .super-products .checkbox-container { display:none; }
.mini-related-items .super-products .product-images { width:50px; padding-left: 0px; margin-left: -7px;}
.mini-related-items .super-products .product-details { width:90px; margin-left:51px; }

/********************** Checkout */

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */


.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float: left; }
.shopping-cart-item-message {margin-bottom:5px}
td.attributes-col { line-height:1.4em;}
td.attributes-col ul { margin:5px 0; font-size:.95em;}
td.attributes-col dt {
    margin-top:.5em;
    font-size:.95em;
    font-weight:bold;
    }
td.attributes-col dd ul { }
td.attributes-col dd ul li { list-style:disc; }

.shopping-cart-totals {
    width:285px;
	height: 320px;
    float:left;
    text-align:right;
	margin: 10px 0 0 -10px;
    }
.shopping-cart-totals table { width:100%; margin-top:7px;}
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td { padding-bottom:5px; }
.shopping-cart-totals tfoot td {
    font-size:1.3em;
    }
.shopping-cart-totals .checkout-types { margin:0px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:0px; }
.shopping-cart-collaterals {
    float:left;
    padding:10px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:0;
    padding:0;

    }
	
.shopping-cart-collaterals-total-box {
	overflow: hidden;
	float:left;
	margin-left: -45px;
}
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes  
{ 
	width: 450px; 
	height: 210px; 
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/warenkorb/warenkorb-gutschein.png); 
	background-repeat: no-repeat; 
	padding: 40px 0 0 30px;
	
}

.shopping-cart-collaterals .discount-codes   h4 { color:#fff;}
.shopping-cart-collaterals .discount-codes  p { color:#000;}

.shopping-cart-collaterals .discount-codes   #coupon_code{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg.jpg) no-repeat;}

.shopping-cart-collaterals . h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#fff;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals  {}

.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

.shopping-card-totals-table-div {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/warenkorb-kasse.png); 
	background-repeat: no-repeat; 
	width: 350px;
}
.shopping-card-totals-table-div-footer {
	background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/warenkorb-kasse-footer.png); 
	background-repeat: no-repeat;
	height: 25px;

}


.shopping-card-totals-table-div-inner {
	width: 238px;
	padding: 45px 0 0 0; 
}

.checkout-btn {
	padding: 10px 0 0 0 ;
}

.checkout-btn2 {
	padding: 5px 0 0 0 ;
}


/* Crossselling */

.crosssell {
float:right;
width: 190px; 
/* padding: 80px 0 0 0; */
}

.crosssell .head { 
background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png") no-repeat scroll 0 0 transparent;
height: 60px;
width: 200px;
}

.crosssell .head h2 {
padding: 25px 0 0 25px;
}

.crosssell .content { 
background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png") repeat-y scroll 0 0 transparent;
margin: 0;

width: 200px;
}

.crosssell .inner-content { 
width: 160px;
margin-left: 10px;

}

.crosssell .inner-content .price-box{ 
margin: 0 !important;
padding: 0;

}

.crosssell .footer,.side-col .footer { 
background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png") no-repeat scroll 0 0 transparent;
width: 200px;
height: 23px;
padding: 0 0 10px 0;
}

.crosssell h2 {font-size: 1em;}
.crosssell h3 {font-size: 0.8em;}

.crosssell .product-image {float: left;}

.crosssell .product-details {margin-bottom: 20px;}


.crosssell .product-details button {
margin: 5px 0 0 5px;
background: url("https://www.stickma.de/skin/frontend/default/stickma/images/button_smaller_long.png") no-repeat scroll 0 0 transparent !important;
width: 150px;
cursor: pointer;
}


.crosssell .product-name {float: left; font-size: 11px; padding: 5px 0 0 3px;}

.crosssell .price-box {float: left;}


.checkout_cart {margin-left: 30px;}

.checkout_cart form {float:left;}

/* One-Page checkout */
.checkoutSteps-div{}

.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
	margin: 0px;
    }
.one-page-checkout .col2-set{
	padding: 10px 0 0px 40px;

}

.one-page-checkout .col2-set .col-1 .checkout_button_set_1{
	float: right;
	padding: 0 40px 5px 0;
	margin-top: -30px;
	margin-left: -20px;
	width: 300px;
}
.one-page-checkout .col2-set .col-1 .checkout_button_set_1 .button-set{
	margin-top:40px;
	width: 300px;
}

.one-page-checkout .col2-set .col-2 .checkout_button_set_2{
	padding: 6px 30px 0 0;
	width: 300px;
}

.one-page-checkout .col2-set .col-2 .checkout_button_set_2 .button-set{
	width: 255px;
}

.one-page-checkout .col2-set .col-2 .checkout_button_set_2 .button-set .form-button, .one-page-checkout .col2-set .col-2 .checkout_button_set_2 .button-set .left{
	margin-top: 28px;
}

.one-page-checkout .col2-set .col-2 .checkout_button_set_2 .button-set .required{
	margin-top: -15px;
}

.one-page-checkout .col2-set .col-2 .input-text{
		background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg.jpg); 
}
.one-page-checkout .col2-set .col-2 h4{
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_steps_head.png); 
	background-repeat: no-repeat;
	height: 27px;
	padding: 5px 0 0 0;
	margin: 0px 0 0 -6px;
}
.one-page-checkout .col2-set {
	margin-top: -5px;
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat;
}

.one-page-checkout .col2-set .col-1 {
	color: #2f2f2f;
	padding: 5px 0 0 40px;
	float: left;
	height: 260px;
	margin: 0px 0 0 0px;
}

.one-page-checkout .col2-set .col-2{
	margin: 0 0 0 20px;
	width: 280px;
	
}

.one-page-checkout .col2-set .col-2 .col-2_inner{
	margin: 0px 0 0 -35px;
	padding: 0 0 0 30px;
	color: #2f2f2f;		
}

.one-page-checkout .checkout_billing_form {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat;
	padding: 10px 0 5px 70px;
	margin: -5px 0 0 0;
}

.one-page-checkout .checkout_billing_form  .use_for_radios{
	padding-left: 10px;

}

.checkout_billig_button_set .required {
	padding-left: 10px;
}

.one-page-checkout .checkout_billing_form  input{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg2.jpg); background-repeat: no-repeat;
}

.one-page-checkout .checkout_shipping {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat;
	margin: -5px 0 0 0 ;
	padding: 0 30px 0 70px;
}

.one-page-checkout .checkout_shipping input {
		background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg2.jpg); background-repeat: no-repeat;
		padding-left:10px;
}

.one-page-checkout .checkout_shipping .use_for_billing_check{
	padding-left: 10px;
	width: 300px;

}
.one-page-checkout .checkout_shipping .button-set{
	overflow: hidden;
	padding: 0 0 5px 10px;

}
.one-page-checkout .checkout_shipping_method {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat;
	padding: 10px 10px 10px 60px;
	margin: -5px 0 0 0 ;
}

.one-page-checkout .checkout_shipping_method  .button-set{
	overflow: hidden;
}

.one-page-checkout .checkout_payment {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat;
	padding: 10px 40px 10px 60px;
	margin: -5px 0 0 0 ;
}

.one-page-checkout .checkout_payment .button-set{
	overflow: hidden;
}

.one-page-checkout .checkout_review {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: repeat-y;
	padding: 10px 40px 0 40px;
	margin: -5px 0 0 0 ;
}

.one-page-checkout .checkout_review  .data-table { width:90%; border: 0; margin-left: 30px;}
.one-page-checkout .checkout_review  .data-table tr { background:transparent; border: 0; }
.one-page-checkout .checkout_review  .data-table .odd  { background:transparent; border: 0; }
.one-page-checkout .checkout_review  .data-table .even { background:transparent !important; border: 0;}
.one-page-checkout .checkout_review  .data-table td.last, .data-table th.last { border:0; }
.one-page-checkout .checkout_review  .data-table tr.last td, .data-table tr.last th { border:0; }
.one-page-checkout .checkout_review  .data-table th {
    padding:2px 8px;
    white-space:nowrap;
	 border: 0;
    }
.one-page-checkout .checkout_review  .data-table th.wrap {white-space:normal;}
.one-page-checkout .checkout_review  .data-table th a, .data-table th a:hover { color:#fff;}
.one-page-checkout .checkout_review  .data-table td { padding:3px 8px; background:transparent !important; }
.one-page-checkout .checkout_review  .data-table thead tr { }
.one-page-checkout .checkout_review  .data-table tfoot { }
.one-page-checkout .checkout_review  .data-table tfoot tr.first {  background:transparent !important;  }
.one-page-checkout .checkout_review  .data-table tfoot tr { background-color:transparent !important; }
.one-page-checkout .checkout_review  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border:0; }
.one-page-checkout .checkout_review  .data-table tbody td { border:0px; }

/* hier is was doppelt?!
.one-page-checkout .checkout_review  .checkout-agreements {width: 600px; padding:5px 20px 5px 30px; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements li { margin:30px 0; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; border: 0; background-color:#fff;  padding:5px; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; border: 0;}
*/
.one-page-checkout .checkout_review  .checkout-agreements { width: 600px; padding:5px 20px 5px 30px; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements li { margin:20px 0 0; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements .agreement-content { background-color:#fff;  padding:5px; border: 0;}
.one-page-checkout .checkout_review  .checkout-agreements .agree { padding-left:6px; border: 0; }
.one-page-checkout .checkout_review  .content {
	border: 0;
	background: transparent;
}

.one-page-checkout .checkout_review .button-set {
	width: 615px;
}

.one-page-checkout .checkout_review .button-set .left {
	padding-left: 20px !important;
}


.one-page-checkout .checkout_review .agreements_layer {
	padding: 0 0 0 10px;
	
}


.one-page-checkout .checkout_review .place-order-button {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/button_small.png) no-repeat !important; 
	border: 0; 
	width: 200px; 
	height: 46px; 
	font-size: 20px !important; 
	color: #fff;
}
#checkout-review-table {
	width: 620px;

}
.checkout-login-box 												{}
.one-page-checkout												{margin-left: 10px;margin-top: 35px;}

.one-page-checkout .head a 										{ display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 											{ color:#999; font-size:1.05em; }
.one-page-checkout h4 											{ padding-bottom:2px; }
.one-page-checkout .col-1 h4										{ padding-bottom:14px; }
.one-page-checkout .step-count 									{ background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content 										{ padding: 10px 20px; }
.one-page-checkout label.label									{ font-size:1.05em; color:#000; }
.one-page-checkout label 											{ font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head									{ padding: 37px 0 0 30px; border:0; height: 23px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_inactiv.png); background-repeat: no-repeat; cursor:pointer; }
.one-page-checkout .allow .head h3								{ padding-top: 3px;}
.one-page-checkout .active .head									{ padding: 28px 0 0 30px; margin: 0 0 0 0px; height: 27px; border: 0; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; cursor:default; }
.one-page-checkout .head											{ padding: 37px 0 0 30px; margin: 0 0 0 0; height: 23px; border: 0; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_inactiv.png); background-repeat: no-repeat; cursor:default; }
.one-page-checkout .active .footer								{ padding: 0 0 0 30px; margin: 0 !important; height: 27px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; cursor:default; }
.one-page-checkout .section  										{ margin-top: -30px;}
.one-page-checkout .section  h3									{ padding-top: 3px;}
.one-page-checkout .section  .footer								{ padding: 0 0 0 30px; margin: 0; height: 27px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; cursor:default; }
.one-page-checkout .alloq .head a 								{ display:block;} /* Display Edit button in active selection */
.one-page-checkout .group-select 								{ margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 										{ color:#fff;  height: 17px; }
.one-page-checkout .active h3 									{ color:#fff; border: 0; color: #f18200  }
.one-page-checkout .allow .step-count 							{ background:#dbe6eb; }
.one-page-checkout .active .step-count 							{ color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box 									{ display:block;}
.one-page-checkout .active 										{ margin-top: -21px;}
.one-page-checkout dd .form-list ul 								{ margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address		 				{ padding-left: 20px; }
.one-page-checkout-progress-over 								{ padding-left: 10px; overflow: hidden;}
.one-page-checkout-progress .page-head 							{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png); background-repeat: no-repeat;  height: 40px; width: 200px; border: 0; text-align: left; margin: 0; padding: 20px 0 0 15px;}
.one-page-checkout-progress .page-head h3 						{ color: #fff; text-transform: none; font-family: Arial,sans-serif !important; font-size: 13px !important; font-weight: bold !important;}
.one-page-checkout-progress 										{ padding-top: 20px; overflow: hidden;}
.one-page-checkout-progress li 									{ }
.one-page-checkout-progress h4 									{ margin:0; color:#000; background: transparent; padding:2px 8px; height: 21px; text-transform:none; border:0;  }
.one-page-checkout-progress h4.complete 							{ border:0; color:#000; }
.one-page-checkout-progress h4 a 									{ text-transform:none; color: #790000; }
.one-page-checkout-progress h4 a:hover 							{ text-transform:none; color: #515151; }
.one-page-checkout-progress-body 								{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_body.png); background-repeat: repeat-y; width: 200px; }
.one-page-checkout-progress-body-inner 							{ width: 150px; margin: 0 0 0 30px; }
.one-page-checkout-progress-footer 								{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png); background-repeat: no-repeat; height: 23px;}
.one-page-checkout-progress .content 							{ padding:3px 13px 8px 13px;}

.checkout_sidebar_changelink { padding: 0 0 0 10px; margin-top: -8px;}

.one-page-checkout a.back { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_opc_back.png) no-repeat; padding-left:16px; line-height:13px;}
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { 
	width: 540px;

}
.one-page-checkout .button-set input{ 
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_search.png) !important;
	background-repeat: no-repeat;
	border: 0px;
	color: #fff;
	height: 20px;
	width: 91px;
 }
 
.one-page-checkout .button-set input:hover {
	color: #515151;
}

.one-page-checkout .button-set .required { float: left; }

.checkout-progress { margin:0 auto 1.5em auto;}
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }
#opc-login .button-set { border-top:0; overflow: hidden; }
#opc-review .box { border:0; padding:0; }
#opc-review .content {border:0; }
#opc-review .data-table{ border-top:0; }

.opc_login {
	overflow: hidden;
	}

.opc-please-wait { padding-right:7px;}
.opc-please-wait-2, .opc-please-wait-3 { 
	display:none;
	position : absolute;
	top : 0px;
	left : 3px;
	width : 780px;
	height : 100%;
	background-image : url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout.png);
	background-repeat : repeat-y;
	padding-top : 200px;
	margin-top: 210px;
	color : #000;
	font-size : 24px;
	text-align : center;
	z-index: 9999;
}

.opc-please-wait-2 { 
	margin-top: 210px;
}

.opc-please-wait-3 { 
	margin-top: 0px;
}
.customer-name {
	
}
.name-firstname {
	overflow: hidden;
	float: left;
}

.name-lastname {
	overflow: hidden;
	float: left;
}
/* Multiple Addresses checkout */
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;  
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal;}
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(https://www.stickma.de/skin/frontend/default/stickma/images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.giftmessages .input-checkbox {
    padding-bottom: 15px;
}

.giftmessages textarea {
    height: 100px;
}

.giftmessages .input-checkbox input {
    margin-right: 5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color: #8e8d8b;
}

.col-main .messages {
 margin: 0 0 10px 35px !important;

}

.checkout_message {
margin: 20px 0 0 -35px;
float: left;
}

.one-page-checkout .box-no-padding {
    padding:0px;

}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top: 1px solid #e9e4de;
    border-bottom: 1px solid #e9e4de;
    padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow: auto;
    height: 500px;
}

.giftmessages .product-image
{
    border: 1px solid #d2d1cd;
}

.no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.no-padding {
    padding: 0 0 0 0;
}

.giftmessages .giftmessage-product-info {
    padding-left: 10px;
}

.giftmessages .numeration
{
    font-weight: bold;
    color: #8a8987;
}

.giftmessages .gift-box label { color: #918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px;}

/********************** Customer */

/* My Account navigation */
/*.account-nav { width: 200px; } */
.account-nav .head {
   margin:0;
   
    }
/*.account-nav .head { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png); background-repeat: no-repeat; height: 60px; padding: 30px 0 0 30px; margin: 0 0 0 0;}*/
.account-nav .account-nav-head { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png); background-repeat: no-repeat; height: 60px; width: 200px; margin: 0 0 0 0;}
.account-nav .head h3 { color:#fff; font-size:1.1em; text-transform: none; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_head.png); background-repeat: no-repeat; height: 60px; width: 200px; margin: 0 0 0 0;}
.account-nav .head h4 { color:#fff; font-size:1.1em; text-transform: none;}
.account-nav ul { margin-left: -10px; }
.account-nav .bottom {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sidecol_bottom.png); background-repeat: no-repeat; height: 25px;}
.account-nav li { width: 160px; border-bottom:1px solid #ddd; color:#fff;}
.account-nav li a { display:block; padding: 0 20px 0 12px;  }
.account-nav li a, .account-nav li a:hover { color:#fff; text-decoration:none; padding: 0 20px 0 15px;}
.account-nav li a:hover { color:#ea7900; padding: 0 20px 0 15px;}
.account-nav li.on {  font-weight:bold; width: 128px; padding: 0 20px 0 12px; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border:0; }


/* Login */
.account_login .page-head {
	margin-left: -10px;
	border: 0 !important;
}
.account_login_form {
	margin-left: -24px;

}

.login-box-inner{ border:0; padding: 0; margin: 0 0 0 0px; }
.login-box .col-1, .login-box .col-2 { border:0; }
.login-box .content { padding:14px 21px; width: 390px;}
.login-box h4 {
    min-height:16px;
    padding-bottom:5px;
    padding-left:23px;
    font-size:1.05em;
    color:#fff;
    }
	
	
.login-box .new-users .content, .login-box .registered-users  .content { margin: 0px 0 0 0; width: 365px; background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_body.png); background-repeat: no-repeat;}
.login-box .new-users .footer, .login-box .registered-users  .footer { margin: 0px 0 0 0;  height: 34px; width: 365px; background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_footer.png); background-repeat: no-repeat;}
.login-box .new-users .content_inner, .login-box .registered-users  .content_inner { width: 290px; padding: 0 0 5px 20px;}
.login-box .new-users .content_inner input, .login-box .registered-users  .content_inner input{ background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg.jpg); background-repeat: no-repeat;}
.login-box .new-users .head, .login-box .registered-users .head  { background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_head.png); background-repeat: no-repeat; height: 27px; width: 365px;}
.login-box .new-users h4, .login-box .registered-users h4 { padding: 5px 0 0 40px;}
.login-box .button-set { margin:0; border:none; padding:8px 13px;  width: 270px !important;}

.account-create {
	width: 750px;
}

.account-create .page-title{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_inactiv.png); 
	background-repeat: no-repeat; 
	height: 22px;
	padding: 38px 0 0 30px;
	color: #fff;
}

.account-create .body .button-set{
	overflow: hidden;
}
.account-create .body .form-button{
	margin-left: 385px;
}
.account-create .body{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat; 
	padding: 10px 0 10px 40px;
}

.account-create .footer{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); 
	background-repeat: no-repeat; 
	height: 34px;
}

.customer_register {
	width: 960px;
	margin: 0 ;
}

.customer_register .page-head{
	border: 0 !important;
	margin-left: -10px;
}
.customer_register input {
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg.jpg);
	background-repeat: no-repeat;
}

.customer_register .body{
	margin-left: -25px;
}

.customer_register_fieldset{
	border: 0;
	background: transparent;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_body.png);
	background-repeat: no-repeat;
	width: 365px;
}


.customer_register .head{
	color: #fff;
	text-align: left;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_head.png); 
	background-repeat: no-repeat; 
	background-color: transparent;
	border: 0;
	height: 27px; 
	width: 365px;
}

.customer_register .head h4{
	margin: 5px 0 0 30px;
	font-weight:bold;
	
}

.customer_register fieldset{
	margin: 0;
	padding: 0;

}
.customer_register .group-select{
	padding: 10px 0 10px 30px;
	border: 0;
	overflow: hidden;
}

.customer_register .group-select .button-set {
	width: 280px;
	margin: 0px 0 0 10px;

}
	
	
.customer_register  .customer_register_bottom {
	border: 0;
	background: transparent;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_footer.png);
	background-repeat: no-repeat;
	height: 34px;
}

.customer_password {
	width: 390px;
	margin: 0 auto;
	text-align: center;
} 

.customer_password  .page-head{
	border: 0;
	margin: 0;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_head.png); 
	background-repeat: no-repeat; 
	background-color: transparent;
	height: 27px; 
	width: 365px;
}
.customer_password  h3{
	border: 0 !important;
    font-weight:bold !important;
	color: #fff;
	font-size: 13px !important;
	padding: 5px 0 0 20px;
}
.customer_password_content {
	border: 0;
	background: transparent;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_body.png);
	background-repeat: no-repeat;
	width: 365px;
	text-align: left;
}
.customer_password_content_inner {
	width: 300px;
	padding: 10px 0 0 40px;
}

.customer_password_content_inner ul {
	padding: 10px 0 0 0;
}
.customer_password_inner .input-box  input{
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg.jpg);
	background-repeat: no-repeat;
}

.customer_password .button-set {
	width: 290px;
	padding: 10px 0px 30px 0;
}

.customer_password_footer{
	border: 0;
	background: transparent;
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/customer/login_footer.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 365px;
}
/* Dashboard */

.account-box {
    margin-bottom:20px;
    padding:15px;
	margin-left:-34px;
    }
.account-box .head { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png) no-repeat; height: 50px; width: 750px;  }
.account-box .head a {float: right; margin: 0; padding: 0;}
.account-box .head .head_inner {padding: 30px 0 0 40px; width: 650px; }
.account-box .head h4 { text-transform: none; color: #fff; ; float: left; margin:0; padding: 0;}

.account-box .account-box-inner, .account-box .account-box-content { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png) no-repeat; width: 750px;}
.account-box .account-box-inner-bottom, .account-box .account-box-content-footer { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png) no-repeat; height: 34px; width: 750px;}
.account-box .account-box-inner-inner, .account-box .account-box-content-inner { width: 670px; padding: 10px 10px 10px 40px; overflow: hidden;}
.account-box .data-table { border:0;  width:100%; }
.account-box .data-table tr { background: transparent; border-bottom:1px solid #c2d3e0;}
.account-box .data-table .odd  { background: transparent }
.account-box .data-table .even { background: transparent !important;}
.account-box .data-table td.last, .data-table th.last { border-bottom:1px solid #c2d3e0; }
.account-box .data-table tr.last td, .data-table tr.last th { border:0; }
.account-box .data-table th {
    border-bottom:1px solid #c2d3e0;
    padding:2px 8px;
    color:#0a263c;
    white-space:nowrap;
    }
.account-box .data-table th.wrap {white-space:normal;}
.account-box .data-table th a, .data-table th a:hover { color:#fff;}
.account-box .data-table td { padding:3px 8px; }
.account-box .data-table thead tr { background: transparent !important; border-bottom:1px solid #d9dde3;}
.account-box .data-table thead td { }
.account-box .data-table tfoot { border-bottom:1px solid #d9dde3;}
.account-box .data-table tfoot tr.first { background:transparent; }
.account-box .data-table tfoot tr { background-color:transparent !important; }
.account-box .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; }
.account-box .data-table tbody td { border-bottom:1px solid #d9dde3; border-right: 0; }








.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px;  padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc;}
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.ad-orders .head h4 {  }
.ad-account-info .head h4 { }
.ad-tags .head h4 { }
.ad-reviews .head h4 { }


/* Account Addressbook */

.customer_information {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0px 0 0 0; width: 800px; padding: 10px 0 0 40px;}
.customer_information_inner {}
.customer_information_inner  .inner-head a{margin: 0 0 0 10px;}
.customer_information_footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; margin: 0px 0 0 0; width: 800px; height: 34px;}

.customer_address_information {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); 
	background-repeat: no-repeat; 
	margin: 0; 
	width: 800px; 	
	padding: 0 0 0 40px;
	}
.customer_address_information_inner {}
.customer_address_information_inner .inner-head a{margin: 0 0 0 10px;}
.customer_address_information_footer {}

.primary-address-list {}
.primary-address-list_inner {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0; width: 800px; padding: 10px 0 0 40px; overflow: hidden;}
.primary-address-list_footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; height: 27px;}
.primary-address-list .head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; margin: 0; width: 750px;   height: 50px;}
.primary-address-list .head_inner { padding: 26px 0 0 40px; color: #fff; width: 650px; }
.primary-address-list .head_inner h4 { text-transform: none; float: left; color: #fff;padding: 3px 0 0 0;}
.primary-address-list .head_inner .newaddressbutton {color: #fff; text-transform: none; float: right;  color: #fff;}
.address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {

    }
.primary-address-list li .head { margin:0; }
.address-list_ueber {margin: 70px 0 0 0; padding: 20px 0 0 0;}
.address-list_ueber h4 {color: #fff; text-transform: none; padding: 0 0 10px 0;}
.address-list { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: -5px 0 0 0; width: 800px; padding: 10px 0 0 40px; }
.address-list li { margin-bottom:1em; padding: 0 0 0 40px; }
.address-list .actions { float:right; margin:0 0 10px 10px; }
.address-list .button-set { width: 650px; margin: -10px 0 0 20px; }



.customer_account_edit {}
.customer_account_edit .legend {}
.customer_account_edit .head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; height: 50px; width: 750px;}
.customer_account_edit  h4 {  margin: 0; padding: 28px 0 0 40px; color: #fff; }
.customer_account_edit_inner {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0; width: 750px; }
.customer_account_edit_inner_inner{padding: 0 0 10px 40px; overflow: hidden;}
.customer_account_edit_inner input{background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/gutscheininput_bg2.jpg); background-repeat: no-repeat;}
.customer_account_edit_inner .legend_adress {margin-left: -40px; background: none !important;}
.customer_account_edit_inner .group-select{border: 0; background: transparent !important; margin: 0;}
.customer_account_edit_inner .button-set{border: 0; background: transparent !important; margin: 0 0 0 0; width: 650px;}
.customer_account_edit_inner_footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; margin: 0 0 0 0; width: 800px; height: 34px;}

.customer_account_edit_pwd { padding-top: 20px;}
.customer_account_edit_pwd .button-set{ width: 650px;}
.customer_account_edit_pwd .legend{ border: 0; background: transparent !important;color: #fff;}
.customer_account_edit_pwd h4{ border: 0; background: transparent !important; color: #fff;}
.customer_account_edit_pwd_inner {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0px 0 0 0; width: 800px; padding: 10px 0 0 40px;}
.customer_account_edit_pwd_inner_footer {}

.customer_adresses_inner {width: 650px; background-color: transparent !important;}

.customer_newsletter {}

.customer_newsletter .customer_newsletter_head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; height: 50px; color: #fff; }
.customer_newsletter .customer_newsletter_head p{padding: 27px 0 0  30px; font-weight: bold; font-size: 12px;}
.customer_newsletter .customer_newsletter_content {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; padding: 10px 0 15px 40px;}
.customer_newsletter .customer_newsletter_content_inner  .button-set{  padding: 10px 0 0 0;}
.customer_newsletter .customer_newsletter_footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; height: 34px;}

.default_billing_adress {width: 300px; float: left;}
.default_shipping_adress {width: 300px; float: right; padding-right: 40px;}

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display: block; padding-left: 20px; }



/* Account Billing Agreements */
.billing-agreements {}
.billing-agreements .head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; margin: 0; width: 750px;   height: 50px;}
.billing-agreements .head  h4 {color: #fff; text-transform: none; padding: 30px 0 0 30px;}
.billing-agreements-inner {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0; width: 800px; padding: 10px 0 0 40px; overflow: hidden;}
.billing-agreements-footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; height: 27px;}

/* Account Recurring Profiles */
.recurring-profiles {}
.recurring-profiles .head {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); background-repeat: no-repeat; margin: 0; width: 750px;   height: 50px;}
.recurring-profiles .head  h4 {color: #fff; text-transform: none; padding: 30px 0 0 30px;}
.recurring-profiles-inner {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png); background-repeat: no-repeat; margin: 0; width: 800px; padding: 10px 0 0 40px; overflow: hidden;}
.recurring-profiles-footer {background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png); background-repeat: no-repeat; height: 27px;}


/* Compare Products */

.compare-products-head {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png) no-repeat;
	height: 20px;
	color: #fff;
	padding: 28px 0 0 30px;
	font-size: 12px;
}
.compare-products-content {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png) no-repeat;
	padding: 20px 0 0 20px;
	overflow: hidden;
}
.compare-products-content-inner {
	width: 650px;

}
.compare-products .button-set {
	width: 100%;
	}

.compare-products .button-set .form-button {
	float: right;
	margin: 10px 0 10px 0;
	color: #fff;
	
}

.compare-product-footer {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png) no-repeat;
	height: 37px;
}

.compare-products { margin:30px 0 50px 0; width: 750px;}
.compare-products table { width:100%;  border:0; }
.compare-products tr { width:275px; background:#BB9F70;}
.compare-products td { text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody .odd{ background:transparent !important; }
.compare-products tbody .even{ background:transparent !important; }
.compare-products tbody tr.first td { width: 100px; text-align:center; }
.compare-products tbody td.last { }
.compare-products tbody.attribute-cart td { 
	background:#f4cd88 !important; 
	text-align:center; 
	}
.compare-products tbody td.label {
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }


#review-please-wait {
	display : block;
	position : absolute;
	top : 0;
	left : 50%;
	margin-left : -225px;
	width : 450px;
	height : 180px;
	background-image : url(https://www.stickma.de/skin/frontend/default/stickma/images/background/450x180_bg70-black.png);
	background-repeat : no-repeat;
	padding : 0;
	color : #f8c24e;
	font-size : 24px;
	text-align : center;
	
}

#review-please-wait img {
	display : block;
	margin-top : 50px;
	margin-left : 220px;
	margin-bottom : 5px;
	width : 25px;
	height : 25px;
	text-align : center;
}

/* Gift Messages */
.giftmessage {
    padding: 10px 0 0 0;
}
.giftmessage-preview-link {
    font-size: 11px;
    color: #1b7cca;
    padding-right: 7px;
    background-repeat: no-repeat;
    background-position: right  5px;
}

.giftmessage-row {
    background-color:#f2efe9;
}

.expand {  background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/gift-message-expand.gif); }

.collapse { background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/gift-message-collapse.gif); }



/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left;}
.product-gallery-nav { padding:0 5px; }




/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/

.nowrap, nobr, .nobr{ white-space:nowrap; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right !important; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important;}
.link-remove { color:#646464 !important;}
.link-print { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-print-compare { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_printer.gif) no-repeat; padding: 0 30px 0 23px; }
.link-feed { background:url(https://www.stickma.de/skin/frontend/default/stickma/images/icon_feed.png) no-repeat left center; padding-left:18px; }


/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

.order-access {margin: 0; padding: 0;}
.order-info { margin: 0; padding: 0;}
.order-info span {}
.order-info ul {}
.order-info li {}
.order-info li.selected {}

.btn-checkout {
display:block;
float:right;
background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn-proceed-to-checkout-rad.gif) no-repeat 100% 0;
font-size:15px;
padding-right:8px;
padding-bottom: 10px;
 }

.btn-checkout{
	text-decoration:none;
}

.btn-checkout:hover {
color:#fef5e5;
text-decoration:none;
}

.btn-checkout span {
display:block;
padding:0 17px 0 25px;
background:transparent url(https://www.stickma.de/skin/frontend/default/stickma/images/btn-proceed-to-checkout-bg.gif) no-repeat;
line-height:40px;
color: #fff;
}
.btn-order {
font-size:15px;
line-height:40px;
color: #fff;
font-weight: bold;
}

.btn-search {
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/btn_search.png) no-repeat !important;
	font-family: Arial;
	padding-bottom: 2px;
	border: 0;
	color: #fff;
	width: 91px;
	height: 21px;
	font-weight: bold;
 }
 
 .btn-search-long{
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_smaller_long.png) no-repeat !important;
	font-family: Arial;
	padding-bottom: 2px;
	border: 0;
	color: #fff;
	width: 150px;
	height: 21px;
	font-weight: bold;
 } 
.btn-search-longer{
	background: url(https://www.stickma.de/skin/frontend/default/stickma/images/button_smaller_longer.png) no-repeat !important;
	font-family: Arial;
	padding-bottom: 2px;
	border: 0;
	color: #fff;
	width: 175px;
	height: 21px;
	font-weight: bold;
 }
.btn-search2{
padding-bottom: 2px;
border: 0;
color: #fff;
 } 
.btn-search-input{
    font-size:12px;
    color: #fff;
    font-weight: bold;
}
.toplinks {
    padding-left: 25px;
    font-size: 0.95em;
 }
.toplinks a{
    color: #fff;
}
 
.toplinks a:hover{
    color: #554B35;
}
 
 /* BUNTE KATEGORIENAMEN h2 - BUNTE PRODUKTNAMEN h3*/
.eco_title h2 {
font-weight: bold;
color: #CE2B84;
}

.eco_title  h1{
font-weight: bold;
color: #CE2B84;
}

.pap_title h2{
font-weight: bold;
color: #CE2B84;
}

.pap_title h1{
font-weight: bold;
color: #CE2B84;
}

.res_title h2{
font-weight: bold;
color: #E3BB2E;
}

.res_title h1{
font-weight: bold;
color: #38ABDA;;
}


.exc_title h2{
font-weight: bold;
color: #394788;
}

.exc_title h1{
font-weight: bold;
color: #267D49;
}

.trans_title h2{
font-weight: bold;
color: #6F7072;
}

.trans_title h1{
font-weight: bold;
color: #38ABDA;;
}

.klein_title h2{
font-weight: bold;
color: #6F7072;
}

.klein_title h1{
font-weight: bold;
color: #6F7072;
}
.sieb_title h2{
font-weight: bold;
color: #E3BB2E;
}

.sieb_title h1{
font-weight: bold;
color: #E3BB2E;
}
.agentur_title h2{
font-weight: bold;
color: #313f80;
}

.agentur_title h1{
font-weight: bold;
color: #313f80;
}

.noname_title h2{
font-weight: bold;
color: #000;
}

.noname_title h1{
font-weight: bold;
color: #000;
}

/* ############# FAQ ########### */
.faq_page_header {
	color: #ce2b84;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 20px;

}

.faq_detail {
	background-image:url("/skin/frontend/default/stickma/images/background_news.png") ;
	background-repeat:no-repeat;
	padding-top: 20px;
}

.faq_1 , .faq_2, .faq_3, .faq_4, .faq_5, .faq_6, .faq_7, .faq_8, .faq_9 {
	background-image:url("/skin/frontend/default/stickma/images/background_news.png") ;
	background-repeat:no-repeat;
	padding-top: 20px;
}


.faq_inner {
	padding-bottom: 10px;
	margin-left: 30px;
	width: 720px;
	overflow: hidden;
}

.faq_inner a{
	color: #3b3b3b;
}

.faq_footer {
	background-image:url("/skin/frontend/default/stickma/images/background_news_footer.png");
	background-repeat:no-repeat;
	height: 29px;
}

.faq_head {
	padding-bottom: 10px;
	color: #fff;
	width: 90%;
	margin-right: 40px;
	display: inline-block;
	font-weight: bold;
}
.faq_content_hidden {
	display: none;
	width: 680px;
	margin-right: 50px;
}
.faq_list_count {
	color: #ce2b84;
}

.faq_intro {
	width: 650px;
	margin-left: 20px;
}

.faq_inner th{
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold; 
	padding: 0 10px 0 10px;
}

.faq_inner td {
	text-align: center; 
	vertical-align: middle; 
	padding: 0 10px 0 10px;
}

/* ENDE FAQ */


.sales_info {
	width: 750px;
}
.sales_page_head {
	 margin:0 0 0 0; 
	 border: 0; 
	 color: #fff;

}
.sales_info_content {
	width: 750px; 
	background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png);
	/* background-image:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/sales_info_body.png); */
	background-repeat:repeat-y;
	margin: -5px 0 0 0;
	overflow: hidden;
}
.sales_info_content_inner {
	margin: 0 0 0 50px;
	padding: 10 50px 0 80px;
	width: 700px;
}
.sales_info_head{
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png); 
	background-repeat: no-repeat;
	margin: 0 0 0 0; 
	width: 750px;
	height: 27px;
	padding: 28px 0 0 40px;
	border: 0 !important;
	color: #fff;
	}
.sales_info_head a {
	font-size: 10px;
	color: #790000 !important;
	}

.sales_info_head_links {
	text-align: right;
	margin-right: 90px;
	}

.sales_info_content_inner_data_table {
	width: 650px;
	}

.sales_info_content_inner_data_table_col {

}



.sales_info_footer {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png);
	background-repeat: no-repeat;
	height: 34px;
	}




/* Versandkostenfrei sidebar */

.mini-versandfrei img {
	margin-left: 10px;
}




/* Paypal Logo */

.paypal-logo { margin-left: 20px;}


.order_success {
	padding-left: 30px;
	width: 500px;
}

.order_success .buttons-set {

}

.order_success .main_success_div{
    background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_body.png") no-repeat scroll 0 0 transparent;
    margin: 0px;
    padding: 10px 0 5px 5px;
    width: 760px;
}

.order_success .header_success_div {
    background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_head_activ.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: default;
    height: 28px;
    margin: 0;
    padding: 22px 0 0px 30px;
    width: 760px;
}

.order_success .main_success_div p,.main_success_div div {
	margin:0px 0px 5px 32px;
	width: 680px;
}

.order_success .footer_success_div {
    background: url("https://www.stickma.de/skin/frontend/default/stickma/images/background/checkout/checkout_footer.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    height: 27px;
    margin: 0;
    padding: 0 0 0 30px;
    width: 760px;
}

.recently_buy .content_inner .actions {
	margin-left: 1px !important;
}

/*

.newsticker_agenturblock {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/agenturanfragen_en.png);
	background-repeat: no-repeat;
	height: 95px;

}

.newsticker_agenturblock_de {
	background:url(https://www.stickma.de/skin/frontend/default/stickma/images/agenturanfragen_de.png);
	background-repeat: no-repeat;
	height: 95px;
}


*/

.cms-agb h2, .cms-agb h3 {
	margin: 4px 0;
}

.cms-agb h2 {
	color: #E2007A;
	font-family: arial,serif;
	font-variant: normal;
	font-size: 1.5em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

.cms-agb h3 {
	font-family: arial;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.25em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}
#topnav-offset {
width: 459px;
float: left;
margin: 7px;
background-color: lightblue;
text-align: center;
border: 1px solid #676767;
}
#topnav-offset ul {
margin: 10px 0px 0px 23px;
}
#topnav-digital ul, #topnav-sieb ul {
margin: 10px 3px 0px 3px;
}

#topnav-offset li, #topnav-digital li, #topnav-sieb li {
float: left;
width: 127px;
height: 48px;
}
#topnav-offset li,#topnav-sieb li,#topnav-digital li {
margin: 0px 4px;
background-position: -17px -17px;
padding-top: 0px;
text-align: left;
padding-left: 10px;
padding-top: 2px;
}
#topnav-offset .folie {
    background-image: url("http://www.stickma.de/skin/frontend/default/stickma/images/menu/magenta.png");
}

#topnav-offset .papier {
    background-image: url("http://www.stickma.de/skin/frontend/default/stickma/images/menu/cyan.png");
}
#topnav-offset .transparent {
    background-image: url("http://www.stickma.de/skin/frontend/default/stickma/images/menu/grey.png");
}
#topnav-digital .ecosolvent {
    background-image: url("http://www.stickma.de/skin/frontend/default/stickma/images/menu/green.png");
}
#topnav-sieb .siebdruck {
    background-image: url("http://www.stickma.de/skin/frontend/default/stickma/images/menu/purple.png");
    background-position: -9px -17px;
}
#topnav-digital li, #topnav-sieb li {
margin: 0px 0px 0px 6px;
}
#topnav-digital, #topnav-sieb {
float: left;
margin: 7px;
width: 139px;
text-align: center;
border: 1px solid #676767;
}
#topnav-digital {
background-color: pink;
}
#topnav-sieb {
background-color: green;
}
#main_content {
float: left;
margin-top: 5px;

}
.footer_external {
margin-top: 20px;
color: black;
}
.footer_external a {
padding-top: 5px;
color: #000 !important;
}
.faq_left, .faq_right {
width: 45%;
display: inline-block; 
float: left;
}
.category_madetoorder_button {
display: inline-block;
width: 82%;
margin: 0 auto;
text-align: center;
height: 200px;
}

.faq_right form {
display: inline-block;
width: 82%;
margin: 0 auto;
height: 200px;
padding-top: 10%;
}
.faq_half {
/*background-image: url("/skin/frontend/default/stickma/images/background_news_small.png");
background-repeat: no-repeat; 
padding-top: 20px;*/
float: left;
}
.faq_half .faq_inner {
padding-top: 20px;
background-image: url("/skin/frontend/default/stickma/images/background_news_half.png");
background-repeat: no-repeat;
padding-bottom: 10px;
margin-left: 1px;
padding-left:25px;
padding-right: 45px;
width: 305px;
height: 200px;
overflow: hidden;
display: block;
text-decoration: none;
color: #000;
}
.faq_half .faq_footer {
	background-image:url("/skin/frontend/default/stickma/images/background_news_footer_half.png");
	background-repeat:no-repeat;
	height: 29px;
}
.product_format_select {
    width: 90px;
	margin-left: 7px; 
	display: inline-block;
	height: 114px;
	overflow:hidden; 
	visibility: hidden;	
    text-align: center;
}
.product_format_select:hover, .product_format_select.active {
	background:rgba(1,1,1,0.1);
}
.product_formate_description {
    display: inline-block;
    margin: 0 13px;
    text-align: justify;
    visibility: hidden;
    background-image:url(/skin/frontend/default/stickma/images/background_tip_tight.png);
    background-position: -12px;
    background-repeat: repeat;
}
.active .product_formate_description, .active .product_format_select {
    visibility:visible;
}
.product-img-box h3 {
    margin: 0 30px;
}
.freesticker{
	padding: 30px 105px 0px 40px !important; 
	background-image:url(/skin/frontend/default/stickma/images/background_news.png); 
	background-repeat:no-repeat;
}
.freesticker .agenturanfragen_form {
    margin-left: 0px !important;
}
.freesticker .file-upload-form {
    margin-left: 0px;
    width: 256px;
}
dd .option_description {
    position: absolute;
    left: 15px;
    opacity: 0.3;
}
.active .option_description {
    opacity: 1;
    z-index: 2;
}
dd .option_description .inner-collateral-box-1 {
    /* background-image:url(/skin/frontend/default/stickma/images/background_tip.png); */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
    width: 330px;
    background-repeat: no-repeat;    
    margin-top: -45px;
}
dd .option_description .head {
    text-align: left;
    padding-left: 14px;
}
.product-collateral {
    display: none;
}
.active .option_description {
    visibility: visible;
}
.faq {
	background-image:url("/skin/frontend/default/stickma/images/background_news.png") ;
	background-repeat:no-repeat;
	padding-top: 20px;
}
.product_tips_footer_background {
    background-image: url(/skin/frontend/default/stickma/images/background_tip_footer.png);
    background-repeat: no-repeat;
    margin-left: -2px;
    width: 360px;
    display: inline-block;
    padding-bottom: 15px;
}

.faq .faq_inner {
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	width: 730px;
	overflow: hidden;
}
.faq .faq_head {
    width: 100%;
    margin-top: 10px;
}
.faq .faq_content {
    margin-botton: 20px;
}
.faq .faq_header {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    width: 90%;
    margin-right: 40px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}
.expand_all {  
    height: 0px;
    display: inline-block;
    margin-left: 10px;
}
.product-info-box .head label{
    color: rgb(127,127,127);
}
.topnav-element {
    width: 200px;
    float: left;
    height: 118px;
    text-align: left;
    background-repeat: no-repeat !important;
}
.topnav-element.first {

}
.nav-1{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_pink.png");
    margin-right: 1px;
}
.nav-2{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_blue.png");
    margin-right: 2px;
}
.nav-3{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_grey.png");
    width: 188px;
}
.nav-4{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_yellow.png");
    width: 188px;
}
.nav-5{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_green.png");
    width: 181px;
}
.nav-1-small{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_pink_small.png");
    margin-right: 1px;
    padding-top: 5px;
	font-size: 12px;
	width: 160px;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 30px;
}
.nav-2-small{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_blue_small.png");
    margin-right: 2px;
    padding-top: 5px;
	font-size: 12px;
	width: 160px;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 21px;
}
.nav-3-small{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_grey_small.png");
    width: 188px;
    padding-top: 5px;
	font-size: 12px;
	width: 160px;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 29px;
}
.nav-4-small{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_yellow_small.png");
    width: 188px;
    padding-top: 5px;
	font-size: 12px;
	width: 155px;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 17px;
}
.nav-5-small{
    background: url("/skin/frontend/default/stickma/images/menu/background_head_green_small.png");
    width: 181px;
    padding-top: 5px;
	font-size: 12px;
	width: 160px;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 6px;
}
.downdown:hover, .downup:hover {
    /* background-color: rgba(255,255,255,0.2); */
    text-decoration: none;  
}
.one_column {
    text-decoration: underline !important;
    margin-right: 2px;
}
.one_column .up {
    font-weight: 600;
}
.one_column .up {
    margin-left: 30px !important;
    line-height: 13px !important; 
    font-size: 12px;
}
.topnav-element.last{
    padding-left: 5px;
    margin-right: 0px;
}
.topnav-element .up {
    width: 162px;
    display: inline-block;
    margin-left: 27px;
    padding-top: 22px;
    color: white;
    line-height: 17px;
}
.two_rows .up, .two_rows .down {
    font-weight: 600;
    height: 30px;
    display: inline-block;
    width: 154px;
    padding-top: 25px;
}
.two-rows .up:hover{
    text-decoration:none;
}

.two_rows .down {
    color: white;
    margin-left: 26px;
    padding-top: 18px;
}
.topnav-element .downup {
    width: 152px;
    height: 22px;
    /* padding-top: 4px; */
    margin-top: 4px;
    margin-left: 26px;
    padding-left: 4px;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.topnav-element .downdown{
    width: 152px;
    height: 22px;
    padding-top: 6px;
    margin-left: 26px;
    padding-left: 4px;
    display: inline-block;
    color: white;
    font-weight: 600;
}

.topnav-element .center{
    height: 40px;
    width: 100%;
    color: white;
    padding-top: 7px;
    margin-left: 30px;
    display: inline-block;
    line-height: 17px;
}

#topnav {
    width: 990px;
    height: 115px;
    margin: 0 auto;
    padding-left: 6px;
}
#main_content > h1 {
    margin-top: 20px;
}
.td_more-views .short_description {
    font-weight: bold;
}
.td_more-views .short_description_content {
    font-weight: 400;
}
.shop-access {
    height: 105px;
}
.nav-2 .downup, .nav-1 .downup {
    padding-top: 4px;
}
.nav-2 .downdown, .nav-1 .downdown {
    padding-top: 3px;
}
.product_image_box .short_description {
    display: inline-block;
}
#anwendungsliste {
    max-height: 255px; 
    display: inline-block;
    padding-left: 12px;
    width:92%; 
    overflow: auto;
}

.product-shop .short-description {
    color: grey;
}
.short_description > h4 {
    padding-bottom: 5px;
}
#text_content {
    float: left;
    width: 715px;
    background: rgb(216,187,141); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(216,187,141,1) 0%, rgba(113,82,38,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(216,187,141,1)), color-stop(100%,rgba(113,82,38,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8bb8d', endColorstr='#715226',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 0px 26px 0px rgba(50, 50, 50, 0.5);
    padding: 20px 20px 20px 20px;
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#text_content h2, #text_content h1 {
    color: white;
}
.small_images {
    margin-left: 27px;
    margin-right: 41px;
    background-image: linear-gradient(45deg, #d8bb8d 0%,#715226 100%);
    box-shadow: 0px 0px 26px 0px rgba(50, 50, 50, 0.5);
    padding: 15px;
}
.product-thumbnail-image {
	cursor:pointer;
    margin-left: 32px;
}
.images_head {
    margin-bottom: 15px;
}
#image_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 5px 0;
    padding-top: 150px;
}
.picture_close_button{
    font-size: 2em;
    padding: 10px 5px 10px 5px;
    background: white;
    border-radius: 5px;
    border: 1px solid black;    
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.information_sign {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    color: black;
    background: white;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}
.information_sign:hover {
    color: white;
    background: black;
}
dd.Farben li,dd.Colors li {
    float: left;
    margin-right: 29px;
}
.quickinfo_background { 
    background-repeat: no-repeat;
    background-position: 0px 9px;
    width: 360px;
    height: 636px;
    background-image: url(/skin/frontend/default/stickma/images/background_tip.png);
    margin-left: 17px;
    margin-top: 10px;
}

.quickinfo_footer_background {
    background-image: url(/skin/frontend/default/stickma/images/background_tip_footer.png);
    background-repeat: no-repeat;
    width: 360px;
    display: inline-block;
    padding-bottom: 15px;    
    margin-left: 16px;
    opacity: 0.3;  
}
.format_picture_crop {
    overflow: hidden;
    height: 82px;
    display: inline-block;
    width: 100%;
}
.pricecalculator {
    margin: 20px 17px;
    background: rgb(216,187,141); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(216,187,141,1) 0%, rgba(113,82,38,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(216,187,141,1)), color-stop(100%,rgba(113,82,38,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8bb8d', endColorstr='#715226',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 0px 26px 0px rgba(50, 50, 50, 0.5);
    width: 731px;
    padding: 10px;
}
.pricecalculator > span, .row, .row_title {
    width: 100%;
    display: inline-block;
}
.price_resistent, .price_ecosolvent, .price_siebdruck, .price_transparent, .price_economy, .price_haftpapier, .amount_resistent, .amount_ecosolvent, .amount_siebdruck, .amount_transparent, .amount_economy, .amount_haftpapier {
    display: inline-block;
    width: 76%;
    margin-left: 10px;
    padding-right: 10px;
}
.pricecalculator .column {
    width: 24%;
    display: inline-block;
}
.pricecalculator_header {
    font-size: 2em;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}
.pricecalculator_description {
    text-align: center;
    padding-left: 8px;
    padding-bottom: 20px;
}
.pricecalculator label {
    font-size: 1.5em;
    font-weight: 400;
    color: rgb(47, 47, 47);
    margin-right: 5px;
}
.pricecalculator .input input[type=number] {
    font-size: 1.5em;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.pricecalculator .input input[type=radio] {
}
.pricecalculator input {
    vertical-align: baseline;
    margin-bottom: 10px;
}
.pricecalculator .input {
    text-align:center;
}
.pricecalculator .preisvergleich_table {
    margin-top: 10px;
    text-align: center;
}
.preisvergleich_table a {
    width: 83%;
    display: inline-block;
    text-align: center;
    margin: 5px 5px 15px 5px;
    background-color: rgba(47,47,47,0.3);
    border-radius: 3px;
}
.column .title, .row .title {
    width: 83%;
    display: inline-block;
    margin: 5px;
    padding: 3px 5px;
    color: white;
    font-weight: 600;
    text-align: center;
}
.title.resistent, .title.transparent {
    background: linear-gradient(to right, rgba(99,182,222,1) 0%,rgba(41,124,164,1) 100%);
}
.title.ecosolvent {
    background: linear-gradient(to right, rgba(155,155,155,1) 0%,rgba(114,114,114,1) 100%);
}
.title.siebdruck_vergleich {
    background: linear-gradient(to right, rgba(239,198,54,1) 0%,rgba(198,157,17,1) 100%); 
}
.title.economy, .title.haftpapier {
    background: linear-gradient(to right, rgba(233,72,168,1) 0%,rgba(176,15,102,1) 100%); 
}
.pricecalculator_start input {
    font-size: 1.0em;
    width: 170px;
    margin-right: 10px;
    vertical-align: baseline;
}
.pricecalculator_start {
    font-size: 1.5em;
    margin-left: 17px;
    margin-right: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: rgb(216,187,141); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(216,187,141,1) 0%, rgba(113,82,38,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(216,187,141,1)), color-stop(100%,rgba(113,82,38,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(216,187,141,1) 0%,rgba(113,82,38,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8bb8d', endColorstr='#715226',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 0px 26px 0px rgba(50, 50, 50, 0.5);
    border-radius: 3px;
    padding: 10px;
}
.pricecalculator_start input[type=submit]{
    height: 25px;
    font-size: 1em;
    width: 180px;
    background-color: rgb(247,247,247);
    margin-right: 0px;
    border-radius: 5px;
    border: 1px solid rgb(147,147,147);

}
.pricecalculator input[type=button]{
    height: 25px;
    font-size: 1em;
    width: 180px;
    background-color: rgb(247,247,247);
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid rgb(147,147,147);

}
.pricecalculator_start input[type=submit]:hover, .pricecalculator input[type=button]:hover{
    background-color: rgb(147,147,147);

}
.pricecalculator_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;    
    margin-bottom: 15px;
}
.preisvergleich_table .row {
    text-align: center;
    
margin-bottom: 10px;
}
.preisvergleich_product {
    display: inline-block;
    width: 175px;
    text-align: center;
}
.row_title {
    font-size: 1.5em;
    padding-left: 7px;
}


.footer-container-slim {
    float: left;
}
.footer-container-slim .footer{
    width: 790px;
    margin: 0 auto;
    padding: 0;
    height: auto;
}
.footer-container-slim .informational {
    padding-top: 20px;
    background-size: 806px;
    background-position-x: -5px;
    background-image: url(https://www.stickma.de/skin/frontend/default/stickma/images/background/footer_bg_slim.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 20px 20px 20px;
    font-size: 11px;
    margin-left: -10px;
}

.druckvorlagen {
	width: 185px;
	text-align: center;
}
#newsletter-validate-detail * label,  #newsletter-validate-detail * input {
	max-width: 140px;
	display: inline-block;
}
