

/* FILE: styles.css */
/* Fonts */
/* ubuntu-condensed-regular - latin */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/font/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}

/* Reset ================================================================================= */
/** most "boxes" uses this: "border: 1px solid #fcb431;background: #fcd87f;" **/
* {
    margin: 0;
    padding: 0;
}

body {
    background: #ecd07a;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p a:hover,
p a {
    text-decoration: underline;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
.h1, .h2, .h3,
h4, h5, h6,
.h4, .h5, .h6, .head, .headline {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #9a0000;
    display: block;
}

h1, .h1 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
}

h2, .h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
}

h3, .h3, .head, .headline {
    font-size: 14px;
    font-weight: bold;
}

h4, .h4 {
    font-size: 13px;
    font-weight: bold;
}

h5, .h5 {
    font-size: 13px;
    font-weight: normal;
}

h6, .h6 {
    font-size: 13px;
    font-weight: normal;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/* Lists */
ul, ol {
    list-style: none;
}

/* Separator */
hr {
    width: auto;
    height: 1px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/category-stollen_hr.1750852043.png') no-repeat center transparent;
    border: none;
    margin: 5px auto;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    color: #222222;
    float: left !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}

.f-left:hover, .left:hover {
    text-decoration: underline;
    color: #9a0000;
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

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

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

.no-bg {
    background: none !important;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
    min-width: 1180px;
    background: -moz-linear-gradient(top, #eacb6d 5%, #fef9e7 85%); /* Firefox */
    background: -webkit-linear-gradient(top, #eacb6d 5%, #fef9e7 85%); /* Safari, Chrome */
    background: -o-linear-gradient(top, #eacb6d 5%, #fef9e7 85%); /* Opera */
    background: -ms-linear-gradient(top, #eacb6d 5%, #fef9e7 85%); /* IE */
    background: linear-gradient(top, #eacb6d 5%, #fef9e7 85%); /* W3C Standard */;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eacb6d', endColorstr='#fef9e7');
}

.page {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/main_bg.1750852043.png') repeat top left;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
    padding: 0 0 100px 0;
}

.main {
    width: 1060px;
    margin: 0 auto;
    min-height: 400px;
    padding: 0 0 140px;
    background: transparent;
}

/* Base Columns */
.col-left {
    float: left;
    width: 190px;
    padding: 0 0 3px;
    margin: 0px 0px 0px 5px;
}

.col-left .sidebar-geschmack {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/info_geschmack.1750852043.png') no-repeat center center;
    width: 190px;
    height: 300px;
}

.col-left .sidebar-geschmack a {
    width: 190px;
    height: 300px;
    position: absolute;
    color: transparent;
}

.col-left .sidebar-siegel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/info_siegel.1750852043.png') no-repeat center center;
    width: 190px;
    height: 250px;
}

.col-left .sidebar-siegel a {
    width: 190px;
    height: 250px;
    position: absolute;
    color: transparent;
}

.col-main {
    float: left;
    width: 840px;
    padding: 0 0 1px 0
}

.col-right {
    float: right;
    width: 190px;
    padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-left-layout .col-main .start-slider-text {
    height: 290px;
    width: 806px;
    padding: 10px;
    margin: 10px 0 18px -6px;
    /*background: #f1da94;*/
}

.col2-left-layout .col-main .start-slider-text .innen {
    /*border:1px solid #9a0000;*/
    width: 830px;
    height: 290px;
}

.col2-left-layout .col-main .start-slider-text .innen img {
    float: right;
}

.col2-left-layout .col-main .start-slider-text h1 {
    font-size: 18px;
    line-height: 1em;
    color: #F8E59B;
    font-weight: bold;
    text-transform: uppercase;
}

.col2-left-layout .col-main .start-slider-text h2 {
    font-size: 14px;
    line-height: 1em;
    color: #F8E59B;
}

.col2-left-layout .col-main .start-firmenservice {
    width: 770px;
    margin: 0 0 0 -20px;
    padding: 0;
    height: 88px;
    clear: both;
}

.col2-left-layout .col-main .start-partner {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/partner_titel_hg.1750852043.png') no-repeat left top;
    height: 88px;
    margin: 0;
    width: 449px;
    padding: 0;
    float: left;
}

.col2-left-layout .col-main .start-partner-title {
    font-size: 16px;
    line-height: 1em;
    color: #F8E59B;
    font-weight: 700;
    padding: 10px 5px 5px 10px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.col2-left-layout .col-main .start-partner-content {
    font-size: 14px;
    line-height: 1.2em;
    color: #F8E59B;
    font-weight: 500;
    padding: 0 20px 5px 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.col2-left-layout .col-main .start-firmenservice-partner {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/firmenservice_partner.1750852043.png') no-repeat left top;
    height: 88px;
    margin: 0 0 0 -18px;
    width: 339px;
    padding: 0;
    font-family: 'Ubuntu Condensed', sans-serif;
    float: left;
}

.col2-left-layout .col-main .start-firmenservice-partner a {
    height: 88px;
    width: 339px;
    position: absolute;
    color: transparent;
}

.col2-left-layout .col-main .start-slider-partner {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/slider-partner_hg.1750852043.png') repeat-x left top;
    height: 100px;
    margin: 0 0 0 0px;
    padding: 20px 5px 0px 5px;
    width: 830px;
    font-family: 'Ubuntu Condensed', sans-serif;
    clear: both;
}

.col2-right-layout .col-main {
    width: 800px;
    padding: 0 0 1px 0;
}

.col2-right-layout .col-right {
    width: 221px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* login columns*/
.col2-set .col-2.new-users .buttons-set {
    padding: 5px;
    width: auto;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.col2-set .col-1.registered-users {
    /*width: 480px;*/
    margin: 0;
}

.col2-set .col-1.registered-users .buttons-set {
    padding: 5px;
    width: auto;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    vertical-align: middle;
    color: #222222;
}

input.input-text, select, textarea {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #999999;
    font-size: 13px;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
    height: 22px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
    font-weight: 600;
    color: #222222;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') 100% 50% no-repeat transparent;
    height: 28px;
    color: #F8E59B;
    font: 700 14px/28px 'Ubuntu Condensed', sans-serif;
    display: block;
    border: none;
    position: relative;
    padding: 0 10px 0 5px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.button.btn_continue span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    height: 28px;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
}

button.button.btn_continue span span {
    padding: 0 10px;
}

button.button_login_header {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
    position: relative;
    bottom: 22px;
    right: -10px;
}

button.button_login_header span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    height: 22px;
    border: none;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font: bold 12px/21px 'Ubuntu Condensed', sans-serif
}

button.btn-checkout {
    width: 225px;
}

button.btn-checkout span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_kasse.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 18px/40px 'Ubuntu Condensed', sans-serif;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

button.btn-checkout-multishipping span {
    font: bold 12px/28px 'Ubuntu Condensed', sans-serif;
    white-space: normal;
    height: 28px;
}

button.btn-checkout-multishipping span span {
    width: 90%;
    line-height: 28px;
    padding: 0 0 0 8px;

}

button.btn-checkout-fax span {
    font: bold 12px/40px 'Ubuntu Condensed', sans-serif;
}

button.btn-checkout-fax span,
button.btn-checkout-multishipping span {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_kasse_dark.1750852043.png');
}


button.btn-cart {
    width: 220px;
    height: 66px;
    margin: 10px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/cart-crossselling-warenkorb.1750852043.png') center transparent no-repeat;
}

button.btn-cart span {
    width: 72px;
    float: left;
}

#crosssell-products-list button.btn-cart span {
    color: transparent;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    background-color: #edf7fd;
}

/*.highlight{background:#efefef;}*/

/* Form lists */
/* Grouped fields */
/*.form-list{width:535px;margin:0 auto;overflow:hidden;}*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #222222;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.quotationcart-item-options .form-list label {
    float: none;
}

.form-list label.required {
}

.form-list label span.required {
    color: #9a0000;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #9a0000;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields{margin-right:-15px;}*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 247px;
}

.form-list .field {
    float: left;
    width: 255px;
}

.form-list input.input-text {
    width: 235px;
    padding: 3px 5px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #999999;
}

.form-list textarea {
    width: 235px;
    height: 115px;
}

.form-list select {
    width: 247px;
    padding: 3px 5px;
}

.form-list li.wide .input-box {
    width: 522px;
}

.form-list li.wide input.input-text {
    width: 490px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #999999;
}

.form-list li.wide textarea {
    width: 490px;
}

.form-list li.wide select {
    width: 490px;
}


.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */

.costumer-eingabe {
    width: 750px;
    float: left;
    height: 40px;
    margin: 0 0 20px 20px;
    position: relative;
}

.customer-eingabe .content {
}

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 191px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text {
    width: 170px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 5ex;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 2ex;
}

.form-list .customer-dob .dob-year {
    width: 10ex;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 8ex;
}

.cart .shipping-form {
    overflow: hidden;
    margin-top: 1em;
    border: 1px solid #fcb431;
    background: #fcd87f;
    padding: 10px;
}

.cart .shipping-form .form-list select {
    width: 217px;
}

.cart .shipping-form .form-list input.input-text {
    width: 205px;
}

.cart .shipping-form-toggle {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
}

.customer-address-form h2.legend {
    float: none;
    width: 140px;
}

/* Independent fields *//*.form-list li{margin:0 0 8px;}
.form-list li.fields{margin:0;}
.form-list .field{display:block;margin:0 0 8px;}
.form-list li.control{}
.form-list label{float:left;width:150px;padding:2px 10px 0 0;text-align:right;}
.form-list label.required{font-weight:bold;}
.form-list label.required em{font-variant:normal;color:#9a0000;margin-right:3px;}
.form-list .input-box{float:left;width:260px;}
.form-list input.input-text,
.form-list textarea{width:254px;}
.form-list select{width:260px;}
.form-list li.additional-row{border-top:1px solid #ddd;margin-top:10px;}
.form-list li.additional-row .btn-remove{float:right;margin:5px 5px 0 0;}
.form-list .input-range input.input-text{width:96px;}*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year{float:left;width:85px;}
.form-list .customer-dob input.input-text{display:block;width:74px;}
.form-list .customer-dob label{font-size:11px;font-weight:normal;color:#777;text-align:left;}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month{width:60px;}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text{width:46px;}
.form-list .customer-dob .dob-year{width:140px;}
.form-list .customer-dob .dob-year input.input-text{width:134px;}*/

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    background: transparent;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0 5px 0 0;
}

#back-top {
    bottom: 25px;
    margin: 0;
    position: fixed;
    right: 25px;
    z-index: 15;
}

#back-top a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/back_to_top.1750852043.png') no-repeat scroll center center !important;
    width: 42px !important;
    height: 42px !important;
    display: block;
    text-indent: -9999px;
}


.buttons-set .back-link span {
    width: 50%;
}

.buttons-set .back-link span a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.buttons-set button.button {
    float: right;
    margin-left: 0;
    pading-right: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    margin: 28px 0;
}


/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_asc_arrow.1750852043.gif') no-repeat scroll 0 3px transparent;
    color: #e60000;
}

.validation-failed {
    border: 1px dashed #e60000 !important;
}

.validation-corrected {
    border: 1px solid #00c317 !important;
    background-color: #b8ff95;
}

.validation-passed {
}

p.required {
    font-size: 12px;
    text-align: left;
    color: #9a0000;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #546b1b;
    font-weight: bold;
}

.error {
    color: #9a0000 !important;
    font-weight: bold;
}

.error a {
    text-decoration: underline;
}

.notice {
    color: #222222;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: auto;
    clear: both;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 10px 10px 4px 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.error-msg a,
.success-msg a,
.note-msg a,
.notice-msg a {
    text-decoration: underline;
}

.error-msg {
    color: #FFFFFF;
    border-color: #9a0000;
    background: #D45051;
}

.success-msg {
    color: #000000;
    border-color: #00b00f;
    background: #8BD200
}

.note-msg,
.notice-msg {
    color: #222222;
    border: 1px solid #fcb431;
    background: #fcd87f;
}

.pwforgot {
    font-size: 1em;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    margin: 5px 0 8px 5px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li a {
}

.breadcrumbs li a:hover {
    text-decoration: underline;
    color: #9a0000;
}

.breadcrumbs li strong {
    font-weight: bold;
}

/* Page Heading */
.page-title {
    width: 100%;
    padding: 0;
    margin: 10px 0 5px 0;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    margin: 0;
    padding: 0;
}

.title-buttons button.button {
    float: right;
}

.title-buttons button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.addresses-list {
    float: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat top left;
    padding: 10px 0 10px 10px;
    width: 530px
}

.addresses-list .addresses-primary {
    float: left;
    width: 50%;
}

.addresses-list .addresses-additional {
    float: left;
    width: 48%;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #546b1b;
}

/* Layered Navigation */
.block-layered-nav {
    margin-bottom: 10px;
    color: #222222;
}

.block-layered-nav .block-subtitle {
    font-size: 14px;
}

.block-layered-nav .actions {
    margin-bottom: 10px;
}

.block-layered-nav a:hover {
    color: #9A0000;
    text-decoration: underline;
}

.block-layered-nav select {
    width: 150px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/form-input_hg.1750852043.jpg') repeat scroll left top transparent;
    border: none;
    padding: 0;
    vertical-align: middle;
}

.block-layered-nav label {
    font-size: 12px;
    text-transform: uppercase;
}

#narrow-by-list li {
    display: inline-block;
    list-style: none outside none;
    width: 150px;
    margin-right: 5px;
}

/* Pager */
.catalog-category-view .toolbar .pager,
.catalogsearch-result-index .toolbar .pager {
    display: none;
}

.pager {
    padding: 4px 0 4px 8px;
    color: #222222;
}

.pager .amount {
    float: right;
    margin: 0 0 0 10px;
    font-family: 'Ubuntu Condensed';
    font-size: 12px;
    text-transform: uppercase;
}

.pager .limiter {
    display: inline-block;
    margin: 8px 0;
}

.pager .limiter label {
    text-transform: uppercase;
    vertical-align: middle;
}

.pager .limiter select {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/form-input_hg.1750852043.jpg') repeat scroll left top transparent;
    border: none;
    padding: 0;
    vertical-align: middle;
}

.pager .pages {
    display: inline-block;
    margin: 10px 0;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    padding: 6px 10px;
    border: 1px solid #FCDF8F;
}

.pager .pages li a {
    text-decoration: none;
}

.pager .pages .current {
    background: #fcdf8f;
}

/* Sorter */
.sorter {
    padding: 4px 0 4px 8px;
    color: #222222;
    float: right;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
}

.sorter .sort-by label {
    text-transform: uppercase;
    vertical-align: middle;
}

.sorter .sort-by select {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/form-input_hg.1750852043.jpg') repeat scroll left top transparent;
    border: none;
    padding: 0;
    vertical-align: middle;
}

.sorter .link-feed {
}

/* Currency Switcher */
.currency {
    color: #222222;
    padding: 4px 0;
}

.currency label {
    text-transform: uppercase;
    vertical-align: middle;
}

.currency select {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/form-input_hg.1750852043.jpg') repeat scroll left top transparent;
    border: none;
    padding: 0;
    vertical-align: middle;
}

/* Toolbar */

.toolbar {
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/seitenzahlen_divider.1750852043.png') no-repeat top center transparent;*/
    width: 830px;
    height: 45px;
}

.toolbar .currency {
}

.toolbar .seitenzahl {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 55px;
}

.toolbar .seitenzahl ol {
    font-family: 'Ubuntu Condensed';
    margin: 0 auto;
    height: 60px;
    font-weight: 600;
}

.toolbar .seitenzahl li {
    display: inline;
    position: relative;
}

.toolbar .seitenzahl li.current {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/seitenzahlen_current.1750852043.png') no-repeat top center transparent;
    color: #F8E59B;
    padding: 18px 13px 58px;
}

.toolbar .seitenzahl li a {
    color: #9a0000;
    padding: 18px 13px 58px;
}

.toolbar .seitenzahl li a:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/seitenzahlen_hover.1750852043.png') no-repeat top center transparent;
    color: #9a0000;
    width: 25px;
    height: 58px;
    margin: 0 auto;
}

.toolbar-bottom {
}

/* Data Table */
.data-table {
    background: #F8E49B;
    color: #222222;
}

.ksi_popup_content .data-table {
    max-width: 500px;
}

#product-attribute-specs-table {
}

#product-attribute-specs-table a {
    text-decoration: underline;
}

#product-attribute-specs-table .odd {
    background: none;
}

#product-attribute-specs-table .even {
    /*background: none;*/
}

.cart .data-table .odd {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/cart-tabelle-divider.1750852043.png') no-repeat bottom center transparent;
}

.cart .data-table .even {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/cart-tabelle-divider.1750852043.png') no-repeat bottom center transparent;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover{background:#ebf1f6;}*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    color: #222222;
    font-weight: bold;
    padding: 3px 8px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.data-table tfoot tr {
    background-color: transparent !important;
}

.data-table tfoot td {
    padding: 0;
    border: none;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: transparent !important;
}

.data-table tbody.even tr {
    background: rgba(255, 255, 255, 0.2) !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 0;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_block-title.1750852043.gif') 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_collapse.1750852043.gif') 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details {
    font-size: 12px;
}

tr.summary-details-excluded {
    font-style: italic;
}

td.tax-label-includes {
    font-size: 12px;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_collapse.1750852043.gif') 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std {
    width: 100%;
    /*margin: 0 0 0 20px;*/
    clear: both;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std a {
    text-decoration: underline;
}

.std a:hover {
    color: #9a0000;
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-wishlist {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_print_.1750852043.gif') 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
}

.link-rss {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_rss.1750852043.gif') 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_remove.1750852043.gif') 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_trash.1750852043.gif') 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_edit.1750852043.gif') 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_divider1.1750852043.gif') 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 950px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_notice.1750852043.gif') 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/header_bg_new.1750852043.png') repeat-x left bottom #222222;
    height: 182px;
}

.checkout-onepage-index .header-container {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/header_checkout_bg_new.1750852043.png') repeat-x left bottom #222222;
    height: 143px;
}


.header {
    width: 1060px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 10;
}

.header .siegel {
    height: 182px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/silhouette_header_new_2024-39-mbw.1750852043.jpg') right bottom no-repeat;
    width: 100%;
}

.header .siegel-checkout {
    height: 140px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/silhouette_header_new_checkout.1750852043.jpg') right top no-repeat;
    width: 100%;
}

.header .logo {
    float: left;
    margin: 15px 0 10px 5px;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
}

.header .quick-access {
    padding: 0;
    position: absolute;
    left: 830px;
    top: 2px;
}

.header .telephone {
    float: right;
    padding: 0;
    position: absolute;
    bottom: 12px;
    right: 16px;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    position: absolute;
    top: 146px;
    left: 5px;
}

.header .form-search label {
    display: none;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    border: none;
    width: 143px;
    margin-right: 0;
    background: #ECD07A;
    height: 21px;
    padding: 3px 5px;
    color: #000000;
}

.header .form-search .button {
    float: right;
    height: 27px;
    width: 29px;
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    border-left: none;
    cursor: pointer;
    background: #ECD07A;
    color: #313131;
}

.header .form-search button.button i {
    font-size: 22px;
    padding-top: 0;
}

.header .form-search button.button i span {
    display: none;
}

.header .form-search button.button:hover {
    background: #96131A
}

.header .form-search button.button:hover i {
    color: #ECD07A
}

.header .form-search .search-autocomplete {
    z-index: 999;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #000;
    background-color: #F8E59B;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #ebbc58;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: rgba(255, 236, 161, 0.54);
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 5px 0;
}

.header .links li {
    float: left;
    padding: 0;
    font-family: 'Ubuntu Condensed';
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.header .links a {
    color: #999999;
    border-bottom: 1px solid #999999;
    font-size: 12px;
    text-decoration: none;
}

.header .links a:hover {
    text-decoration: underline;
    color: #FBDF8E;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/********** < Navigation */
.nav-container {
    background: #0a263d url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_nav0.1750852043.jpg') 50% 0 repeat-y;
}

#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

/* All Levels */
/* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}

#nav li.over {
    z-index: 998;
}

#nav a,
#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_nav2.1750852043.gif') 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */
#nav li {
    float: left;
}

#nav li.active a {
    color: #d96708;
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

#nav li.over a,
#nav a:hover {
    color: #d96708;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_nav1.1750852043.gif') 0 100% repeat-x;
}

#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;
}

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    border: none;
    margin: 0 0 15px;
    width: 171px;
}

.block .block-title {
    text-transform: uppercase;
    color: #9a0000;
}

.block .block-title strong {
    display: block;
    font-weight: bold;
    min-height: 16px;
    transform: uppercase;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #222222;
}

.block .block-content {
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #9a0000;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {
}

.block li.even {
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 11px;
    line-height: 1.25;
    float: right;
    width: 230px;
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}

/* Mini Products List */
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

/* Block: Account */
.block-account {
}

.block-account .block-title {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_ihr-konto.1750852043.png') center center no-repeat transparent;
    border: 0;
    padding: 0;
    height: 66px;
    width: 171px;
    float: left;
    margin: 0 0 12px 0;
}

.block-account .block-title strong {
    color: #222222;
    text-align: center;
}

.block-account .block-content {
    background: transparent;
    padding: 7px 10px 7px;
    text-align: center;
}

.block-account .block-content li a {
    display: block;
    font-weight: 600;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_main_list_divider.1750852043.png') no-repeat scroll center bottom transparent;
    padding: 5px 0;
    color: #222222;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #9a0000;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current a {
    padding: 5px 0;
    color: #9a0000;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

.block-compare {
    width: 100%;
    background: transparent;
}

.block-compare .block-title {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_artikel-vergleichen.1750852043.png') center center transparent no-repeat;
    height: 66px;
    width: 220px;
    margin: 0 0 12px 0;
    float: left;
}

.block-compare .block-content {
    float: left;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-cart.1750852043.gif');
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-wishlist.1750852043.gif');
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-related.1750852043.gif');
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-list.1750852043.gif');
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_print.1750852043.gif') 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #9a0000;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_remove2.1750852043.gif');
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_th-v.1750852043.gif') 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_hg.1750852043.png') transparent;
    width: 190px;
    padding-top: 10px;
}

.block-viewed .block-title {
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bereits-gesehen.1750852043.png') 50% 50% no-repeat transparent;*/
    /*height: 66px;*/
    font-size: 12px;
    color: #9a0000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
}

.block-viewed .block-title strong {
    /*display: none;*/
}

.block-viewed .block-content {
    width: 100%;
}

.block-viewed .block-content ol#recently-viewed-items li.item {
    float: left;
    padding: 5px;
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-list.1750852043.gif');
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-poll.1750852043.gif');
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-tags.1750852043.gif');
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-subscribe.1750852043.gif');
}

.block-subscribe label {
    font-weight: bold;
    color: #222222;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Block: Reorder */
.block-reorder .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_block-list.1750852043.gif');
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_ma-info.1750852043.gif');
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #222222;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Start / Top Produkte ========================================================================= */
.schon-gesehen hr {
    width: 400px;
    height: 1px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/category-stollen_hr.1750852043.png') no-repeat transparent;
    border: none;
    margin: 20px 0;
}

.startseite_content hr {
    width: 400px;
    height: 1px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/category-stollen_hr.1750852043.png') no-repeat transparent;
    border: none;
    margin: 40px auto;
}

.titel_top-produkte {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_startkategorie.1750852043.png') no-repeat 27px;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 50px;
    color: #9A0000;
    font-family: 'Ubuntu Condensed';
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.titel_top-produkte_random {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_startkategorie_random.1750852043.png') no-repeat 27px;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 50px;
    color: #9A0000;
    font-family: 'Ubuntu Condensed';
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.start-extra-produkte {
    margin: 0 0 40px 0;
    height: 360px;
}

.tradition {
    width: 335px;
    height: 360px;
    border: 1px solid #9a0000;
    float: left;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-stollen {
    margin: 0 0 20px 0;
    height: auto;
    text-align: left;
    float: left;
    position: relative;
    color: #222222;
}

.category-stollen-beschreibung {
    float: left;
}

.category-stollen_title {
    width: 460px;
    padding: 0 10px 0 0;
}

.category-stollen_title h1 {
    text-align: left;
}

.category-stollen h2 {
    text-align: center;
}

.category-stollen hr {
    width: 400px;
    height: 1px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/category-stollen_hr.1750852043.png') no-repeat transparent;
    border: none;
    margin: 20px 0;
}

.category-image {
    width: 350px;
    overflow: hidden;
    margin: 10px 0 10px;
    float: left;
    text-align: center;
}

.category-image img {
    max-width: 350px;
    height: auto;
}

.category-stollen-description {
    width: 400px;
}

.category-description {
    margin: 0 0 10px;
    float: left;
}

.category-products {
    width: 100%;
    margin: 0;
    float: left;
}

.titel_category-produkte {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_startkategorie.1750852043.png') no-repeat -10px;
    width: 100%;
    height: 50px;
    clear: left;
    text-align: center;
    color: #9a0000;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed';
    letter-spacing: -0.03em;
    line-height: 50px;
}

.category-products .regular-price .price {
    width: 100%;
}

.category-products .old-price {
    margin: 0;
    padding: 5px 0;
    position: relative;
}

.price-label {
    font-family: 'Ubuntu Condensed';
}

.category-products .old-price .price-label {
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.category-products .special-price {
    margin: 0;
    padding: 0;
}

.category-products .old-price .price {
    width: 63px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-align: right;
    padding: 0 5px 0 0;
}

.category-products .special-price .price-label {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    color: #F8E59B;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 88px;
    text-transform: uppercase;
    line-height: 24px;
    top: 2px;
}

.category-products .special-price .price {
    text-align: right;
    float: left;
    margin: 0;
    font-size: 17px;
    margin: 2px 0;
    font-weight: bold;
    width: 70px;
}

.products-grid {
}

.products-grid .regular-price .price {
    width: 100%;
}

.products-grid .special-price {
    margin: 0;
    padding: 0 0;
    position: relative;
}

/* dont show old price in grid */
.products-grid .price-box .old-price {
    display: none;
}

.products-grid .special-price .price-label {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    color: #F8E59B;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 5px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 88px;
    text-transform: uppercase;
    line-height: 24px;
    top: 2px;
}

.products-grid .special-price .price {
    text-align: right;
    float: left;
    font-size: 17px;
    font-weight: bold;
    width: 70px;
    margin: 3px 0 0;
}

.std .category-products_list {
    margin: 0;
}

/* View Type: Grid */
.products-grid {
    border-bottom: none;
    background: transparent;
    position: relative;
}

.products-grid h2 {
    text-transform: none;
}

.products-grid.last {
    border-bottom: 0;
}

.product-grid_exklusiv ol {
    margin: 0;
    padding: 0;
    float: left;
}

.products-grid_exklusiv li.item {
    float: left;
    height: 350px;
    width: 195px;
    padding: 5px;
    border: 1px solid #9a0000;
    margin-right: 3px;
}

.product-grid_tipp ol {
    margin: 0;
    padding: 0;
    float: left;
}

.products-grid_tipp li.item {
    float: left;
    height: 350px;
    width: 195px;
    padding: 5px;
    border: 1px solid #9a0000;
    margin-right: 3px;
}

.products-grid ol {
    margin: 0;
    padding: 0;
}

.products-grid li.item {
    float: left;
    height: 350px;
    width: 185px;
    padding: 4px;
    border: 1px solid rgba(168, 0, 0, 0.3);
    margin: 0 10px 60px 0;
    position: relative;
}

.products-grid li.item:hover {
    border-color: rgb(168, 0, 0);
}

.products-grid .button-zum-produkt {
    cursor: pointer;
    height: 66px;
    width: 177px;
}

.products-grid .button-zum-produkt a {
    height: 66px;
    width: 177px;
    text-align: center;
    display: table-cell;
    color: transparent;
}

.products-grid button.btn-cart {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/cart-crossselling-warenkorb.1750852043.png') no-repeat center transparent;
    height: 66px;
    width: 177px;
    text-align: center;
    display: table-cell;
    color: transparent;
}

.products-grid button.btn-cart span {
    display: none;
}

.products-grid .product-image {
    display: block;
    width: 180px;
    height: 177px;
    overflow: hidden;
    padding: 0 0 10px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/product_bild_divider.1750852043.png') no-repeat center bottom;
}

.products-grid .product-image img {
    display: block;
    width: 180px;
    height: auto;
}

.products-grid .product-name {
    margin: 5px 0;
    font-weight: bold;
    height: 65px;
    overflow: hidden;
    text-align: center;
}

.products-grid_exklusiv .product-image {
    display: block;
    width: 195px;
    height: 195px;
    overflow: hidden;
    padding: 30px 0 30px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/product_bild_divider.1750852043.png') no-repeat center bottom;
}

.products-grid_exklusiv .product-image img {
    display: block;
    width: 195px;
    height: auto;
    margin: 0 0 10px;
}

.products-grid_exklusiv .product-name { /*min-height:2.7em;*/
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #9a0000;
    height: 75px;
    overflow: hidden;
    text-align: center;
}

.products-grid_exklusiv .product-name a {
    color: #9a0000;
    text-decoration: none;
}

.exklusiv_ecke {
    width: 75px;
    height: 75px;
    position: absolute;
    margin: -5px 0 0 -5px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/exklusiv_ecke.1750852043.png') no-repeat transparent;
}

.products-grid_tipp .product-image {
    display: block;
    width: 195px;
    height: 195px;
    overflow: hidden;
    padding: 30px 0 30px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/product_bild_divider.1750852043.png') no-repeat center bottom;
}

.products-grid_tipp .product-image img {
    display: block;
    width: 195px;
    height: auto;
    margin: 0 0 10px;
}

.products-grid_tipp .product-name { /*min-height:2.7em;*/
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #9a0000;
    height: 75px;
    overflow: hidden;
    text-align: center;
}

.products-grid_tipp .product-name a {
    color: #9a0000;
    text-decoration: none;
}

.tipp_ecke {
    width: 75px;
    height: 75px;
    position: absolute;
    margin: -5px 0 0 -5px;
}

.products-grid .price-box {
    margin: 5px 0;
    padding: 0 2px;
    font-weight: bold;
    color: #7d0000;
    text-align: center;
    height: 14px;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    padding: 0;
    clear: both;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* View Type: List */
.products-list h2 {
    text-transform: none;
}

.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.products-grid .ratings {
    text-align: center;
    position: absolute;
    bottom: 56px;
    width: 100%;
    z-index: 2;
}

.products-grid .ratings a {
    color: #9a0000;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 74px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_rating.1750852043.gif') 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_rating.1750852043.gif') 0 100% repeat-x;
    padding-top: 2px;
}

.ratings .rating-box {
    position: absolute;
    left: 30%;
}

.ratings .amount {
}

p.rating-link {
    padding-top: 3px;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 5px 0;
    font-size: 14px;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    font-weight: 600;
}

.availability span {
    font-weight: 600;
}

.availability.in-stock span {
    color: #546b1b;
}

.availability.out-of-stock span {
    color: #9a0000;
}

.availability-only {
    text-transform: none;
    color: #be2c00 !important;
}

.availability-only a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_availability_only_arrow.1750852043.gif') 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

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

.price-box {
    margin: 5px 0;
}

.add-to-cart .price-box {
    margin: 0;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    left: -14px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.price-box .price {
    font-weight: bold;
    color: #222222;
    width: 100%;
    font-size: 17px;
}

/* Regular price */
.regular-price {
    color: #222222;
}

.regular-price .price {
    font-weight: 600;
    font-size: 17px;
}

/* Old price */
.add-to-cart .old-price-bundle {
    bottom: 10px;
    position: absolute;
    width: 200px;
}

.add-to-cart .old-price-bundle .price-label {
    text-transform: uppercase;
    font-weight: 600;
    width: 100px;
    float: left;
    font-size: 14px;
    white-space: nowrap;
    font-family: 'Ubuntu Condensed';
    line-height: 16px;
}

.add-to-cart .old-price-bundle .price {
    float: left;
    padding-left: 4px;
    text-align: left;
    width: 70px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    font-family: 'Ubuntu Condensed';
    color: #9A0000;
    line-height: 16px;
}

.add-to-cart .old-price {
    position: absolute;
    left: 75px;
    bottom: 110px;
    width: 200px;
}

.add-to-cart .old-price span.price-label {
    width: 100px;
}

.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.old-price .price {
    color: #9a0000;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.aufklappen_1 {
    display: none;
}

.weiterlesen {
    text-decoration: underline;
    cursor: pointer;
}

.schliessen {
    text-decoration: underline;
    cursor: pointer;
}

.add-to-cart .price-box .price {
    margin: 0;
    font-size: 19px;
}

.add-to-cart .price-box .old-price .price {
    margin: 0;
    text-align: left;
    padding-left: 7px;
}

.product-view .special-price {
    margin: 3px 0 0;
}

#schiene_subnavi {
    position: fixed;
    right: -7px;
    top: 160px;
    width: 1px;
}

#subnavi {
    position: absolute;
    right: 0;
    width: 42px;
    top: 210px;
}

#subnavi li {
    margin: 10px 0;
}

/* Special price */
.add-to-cart .special-price {
    position: relative;
    top: -40px;
    left: -27px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/hg_special-price.1750852043.png') transparent left center no-repeat;
    width: 104px;
    height: 68px;
    float: left;
}

.add-to-cart .special-price .price-label {
    margin: 0;
    padding: 1px 0;
    font-size: 12px;
    float: left;
    color: #FCDF8F;
    left: 20px;
    top: 27px;
    position: absolute;
}

.add-to-cart .special-price .price {
    margin: 0;
    position: relative;
    top: 33px;
    color: #FCDF8F;
    left: 24px;
}

.special-price {
    margin: 0;
    padding: 11px 0;
}

.special-price .price-label {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #9a0000;
}

.special-price .price {
    font-size: 16px;
    font-weight: bold;
    color: #9a0000;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #9a0000;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #9a0000;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

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

.configured-price .price {
    font-weight: bold;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* 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: -10px 0 0 0;
    float: left;
    font-size: 10px;
    width: 100%;
    color: #9a0000;
    line-height: 16px;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 20px;
}

.price-from .price {
    font-size: 16px;
    width: 50px;
    text-align: right;
}

.price-to {
    margin: 0 auto;
    float: left;
    font-size: 10px;
    width: 100%;
    color: #9a0000;
    line-height: 12px;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 20px;
}

.price-to .price {
    font-size: 16px;
    width: 50px;
    text-align: right;
}

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

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */
.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;
}

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
    margin: 10px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat transparent;
    color: #222222;
    padding: 10px;
}

.tier-prices li {
}

.tier-prices li:before {
    content: '-';
    color: #9a0000;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #9a0000;
}

.tier-prices .price {
    font-weight: bold;
    color: #9a0000;
    float: none;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    margin-right: 5px;
    width: 100px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
}

.add-to-cart .qty {
    margin-right: 5px;
}

.add-to-cart input.input-text, textarea {
    padding: 3px 5px;
}

.add-to-cart button.button {
    width: 270px;
    height: 72px;
    position: absolute;
    right: 0;
    font-family: 'Ubuntu Condensed';
    background: transparent url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_gross.1750852043.png') no-repeat left;
}

.add-to-cart button span {
    background: none;
    color: #222222;
    font-weight: normal;
}

.add-to-cart button.button:hover {
    background: transparent url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_gross-hover.1750852043.png') no-repeat left;
}

.add-to-cart button.notsaleable, .add-to-cart button.notsaleable:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_gross-disabled.1750852043.png');
}

.add-to-cart button.btn-cart {
    margin: 0;
}

.add-to-cart button.update {
    float: right;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_gross.1750852043.png') no-repeat center right transparent;
    width: 270px;
    height: 72px;
    position: absolute;
    right: 0;
    font-family: 'Ubuntu Condensed';
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

div.add-to-quotation-cart {
    width: 230px;
    height: 72px;
}

button.add-to-quotation-cart {
    cursor: pointer;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/b2b-button-jetzt-reservieren.1750852043.png') transparent;
    width: 270px;
    height: 72px;
    display: block;
    border: none;
    position: absolute;
    right: 0;
}

button.add-to-quotation-cart:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/b2b-button-jetzt-reservieren-hover.1750852043.png');
}

div.add-to-quotation-cart.is-free-gift {
    position: relative;
    height: 90px;
    width: 230px;
}

button.add-to-quotation-cart.is-free-gift {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_quotationcart_free_gift.1750852043.png') transparent;
    width: 270px;
    height: 68px;
    position: absolute;
    right: 0;
}

button.add-to-quotation-cart.is-free-gift:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_quotationcart_free_gift.1750852043.png') transparent;
}

/* Add to Links + Add to Cart */
.add-to-box {
    width: 240px;
    float: right;
    margin: 0 5px 0 0;
}

.add-to-box .titel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_titel.1750852043.png') no-repeat center center;
    width: 220px;
    height: 66px;
    margin: 0 0 20px;
}

.add-to-box .schon-gesehen {
    float: left;
    width: 240px;
    margin: 20px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_hg.1750852043.png') repeat top left;
}

.add-to-box .box-up-sell .titel-gesehen {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/schon-gesehen.1750852043.png') no-repeat center center;
    width: 240px;
    height: 66px;
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_hg.1750852043.png') repeat top left;
    padding: 10px 0 10px 10px;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #222222;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.add-to-box .box-up-sell {
    width: 240px;
    background: transparent;
}

.product-view {
}

.product-essential {
    padding: 20px 0 0 0;
    background: transparent;
    width: 845px;
}

.product-collateral {
    padding: 0;
    margin: 10px 0;
}

.product-collateral .box-collateral {
    margin: 10px 0;
    color: #222222;
}

.product-collateral .box-collateral .std {
    margin: 0;
}

/* Product Images */
.product-view .product-img-box {
    width: 540px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
    text-align: center;
}

.product-view .product-img-box .product-image img {
    height: auto;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/slider_bg.1750852043.gif') 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)'; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/magnifier_handle.1750852043.gif') 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    text-align: center;
}

.product-view .product-img-box .more-views li {
    display: inline-block;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 84px;
    height: 84px;
    padding-right: 15px;
    overflow: hidden;
}

p.shortDesc {
    padding-right: 5px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: left;
    width: 560px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 15px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font: bold 24px/1.35 'Ubuntu Condensed', sans-serif;
    text-transform: none;
    color: #000000;
    text-align: left;
}

.product-view .product-shop .availability {
    margin: 10px 0;
    display: none;
}

.product-view .product-shop .short-description {
    margin: 0 0 10px;
    padding: 10px 0;
    clear: both;
    text-align: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/short-desc_divider.1750852043.png') no-repeat bottom center transparent;
}

.product-view .product-shop .short-description h2 {
    color: #000000;
    text-transform: none;
}

.product-view .product-shop .short-description p {
    font-style: italic;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
    float: left;
    display: none;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #9a0000 !important;
    font-weight: normal !important;
}

/* Product Options */
.product-options {
    width: 220px;
    position: relative;
    float: right;
    padding: 0 10px 15px 0;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: 600;
    text-transform: uppercase;
}

.product-options dt label.required em {
    color: #9a0000;
    float: right;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    width: 100px;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
    margin-bottom: 1em;
}

.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 0;
}

.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 {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {
    position: relative;
    width: 230px;
    float: right;
}

.product-options-bottom .price-box {
    display: none;
}

.product-options-bottom > .tax-details {
    display: none;
}

.product-options-bottom .titel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_titel.1750852043.png') no-repeat center center;
    width: 220px;
    height: 66px;
}

.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
    color: #e26703;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    display: none;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-options-bottom .price-as-configured {
    display: none;
}

.product-options-bottom .add-to-container .price-box {
    display: block;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/short-desc_divider.1750852043.png') no-repeat bottom center transparent;
    padding: 10px 0 20px;
}

.product-view .box-additional {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/short-desc_divider.1750852043.png') no-repeat bottom center transparent;
    padding: 10px 0 20px;
}

.add-to-container {
    position: relative;
    height: 90px;
}

.product-view .box-collateral h3,
.product-view .box-collateral .h3 {
    font-size: 12px;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.product-view .box-up-sell h3.product-name,
.product-view .box-up-sell .h3.product-name {
    height: auto;
}

.product-view .box-up-sell .products-grid .product-image {
    height: auto;
}

.add-to-cart .uebersicht {
    position: relative;
    height: auto;
}

.add-to-cart .uebersicht p span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
}

.add-to-cart .menge {
    position: relative;
    min-height: 100px;
}

.add-to-cart .menge .price-per-kilo {
    margin: 0;
}

.add-to-cart .menge .delivery_time_warenkorb {
    margin: 4px 0;
}

/* Block: Additional */
.ksi_popup_content .data-table th,
.product-view .box-additional .data-table th {
    font-family: 'Ubuntu Condensed', sans-serif;
}

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 170px;
    border: none;
    margin-left: 35px;
}

.product-view .box-up-sell .products-grid .item {
    position: relative;
}

.product-view .box-up-sell .products-grid tbody {
    width: 230px;
}

.product-view .box-up-sell .products-grid td {
    width: 170px;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr {
    width: 230px;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
    padding: 0;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_pipe3.1750852043.gif') 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #222222;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_tag_add.1750852043.gif') 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews {
}

.product-view .box-reviews .pager {
    float: none;
    text-align: left;
}

.product-view .box-reviews dl {
    margin: 15px 0;
    padding: 5px;
    border: #9a0000 1px solid;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    padding: 0 0 15px; /*border-bottom: #9a0000 1px dashed;*/
}

.product-view .box-reviews dd small {
    font-style: italic;
    margin-left: 20px;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

table.nwertangaben {
    width: 560px;
    border: 1px solid #ecba4c;
    border-spacing: 0;
    border-collapse: collapse;
}

table.nwertangaben thead {
    font: normal 14px 'Ubuntu Condensed', sans-serif;
}

table.nwertangaben thead tr th, table.nwertangaben tbody tr td {
    padding: 5px 10px;
    text-align: center;
}

table.nwertangaben thead tr th {
    vertical-align: top;
    white-space: normal;
}

table.nwertangaben tbody tr td {
    vertical-align: bottom;
}

table.nwertangaben thead tr th:nth-child(1), table.nwertangaben tbody tr td:nth-child(1) {
    text-align: left;
}

table.nwertangaben thead tr th:nth-child(2) {
    width: 24%;
}

table.nwertangaben thead tr th:nth-child(3) {
    width: 22%;
}

table.nwertangaben thead tr th:nth-child(4) {
    width: 15%;
}

table.nwertangaben tbody tr {
    border-bottom: 1px solid #ecba4c;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    text-transform: inherit;
}

.product-name a {
    color: #222222;
    text-decoration: none;
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid rgba(168, 0, 0, 0.298);
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #9a0000;
    padding-left: 15px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_search_criteria.1750852043.gif') 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #222222;
}

/* RSS */
.rss-title h1 {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_rss-big.1750852043.png') 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart {
    position: relative;
    margin-bottom: 10px;
}

.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.page-title .carttitel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ihr_warenkorb_titel.1750852043.png') no-repeat center center transparent;
    width: auto;
    height: 66px;
    padding: 0;
}

.cart .title-buttons .titel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ihr_warenkorb_titel.1750852043.png') no-repeat center center transparent;
    height: 66px;
    padding: 0;
}

.cart .data-table {
    color: #222222;
    padding: 0;
    width: 100%;

    background: rgb(250, 221, 134);

    -webkit-box-shadow: inset 7px 7px 5px -5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 7px 7px 5px -5px rgba(50, 50, 50, 0.75);
    box-shadow: inset 7px 7px 5px -5px rgba(50, 50, 50, 0.75);
}

.cart .data-table a {
    color: #222222;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    text-decoration: none;
}

.cart .data-table a:hover {
    color: #222222;
    text-decoration: underline;
}

.cart .page-title h1 {
    text-align: center;
    margin-top: 5px;
}

.checkout-cart-index .cart .cart-collaterals .col2-set {
    width: 700px;
}

.checkout-cart-index .cart .cart-collaterals .col2-set .col-1 {
    width: 42%;
    padding-bottom: 10px;
}

.checkout-cart-index .cart .cart-collaterals .col2-set .col-2 {
    width: 56%;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #222222;
}

.cart.table .product-name a {
    color: #222222;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart-table .btn-continue span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart-table .price {
    float: right;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.checkout-cart-index .cart .cart-collaterals {
    padding: 25px 0 60px;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 550px;
}

.cart .cart-collaterals .col2-set .col-1 {
    border-right: 1px solid #9a0000;
    padding-bottom: 65px;
}

.cart .cart-collaterals .col2-set .col-2 {
    margin: 0 5px 0 0;
}

.cart .crosssell {
    background: transparent;
    padding: 10px;
}

.cart .crosssell .titel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/schon-gesehen.1750852043.png') no-repeat scroll center center transparent;
    height: 66px;
    margin: 0 0 20px;
    width: 100%;
}

.cart .crosssell h2 {
    font-size: 16px;
    text-align: center;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/crosssell-h2-hg.1750852043.png') center center transparent no-repeat;
    font-weight: 600;
    font-family: 'Ubuntu Condensed';
    color: #9a0000;
    text-transform: uppercase;
}

.cart .crosssell .product-image {
    float: left;
    width: 100%;
    height: 75px;
    border: none;
    margin: 0 auto;
    height: auto;
}

.cart .crosssell .product-image img {
    margin: 0 auto;
    height: auto;
    width: 50%;
    margin-left: 25%;
    position: relative;
}

.cart .crosssell .product-details {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/product_bild_divider.1750852043.png') no-repeat scroll center top transparent;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    background: transparent;
    color: #222222;
    margin: 0 0 18px;
    padding: 10px;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: 'Ubuntu Condensed';
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 0 21px;
    color: #9a0000;
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
    min-width: 216px;
}

.cart .discount h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_discount_.1750852043.gif');
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 205px;
    padding: 3px 5px;
}

.cart .shipping h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_shipping_.1750852043.gif');
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_main_list_divider.1750852043.png') no-repeat scroll center top transparent;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 245px;
    border: 1px solid #fcb431;
    background: #fcd87f;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 14px;
}

.cart .totals .checkout-types {
    font-size: 14px;
    padding: 8px 15px 15px;
    text-align: right;
    font-family: 'Ubuntu Condensed';
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

.cart .totals td.tax-label-includes {
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-cart-index .sidebar .shipping {
    margin-top: 10px;
    border: 1px solid #fcb431;
    background: #fcd87f;
    padding: 10px;
    width: 199px;
}

.checkout-cart-index .sidebar .shipping select {
    width: 197px;
}

.checkout-cart-index .sidebar .shipping input[type="text"] {
    width: 185px;
}

.checkout-cart-index .sidebar .shipping .buttons-set {
    margin: 0;
    padding: 0;
}

.checkout-cart-index .sidebar .shipping .buttons-set button.button {
    float: left;
}

/* Options Tool Tip */
.item-options {
    margin-top: 1em;
}

.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

#checkout-step-shipping_method .sp-methods {
    display: inline-block;
    margin-right: 3em;
}

.sp-methods dt {
    padding: 5px 5px 0 5px;
    font-weight: bold;
}

.sp-methods dd {
    padding: 5px 5px 0 5px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    color: #222222;
}

.sp-methods label {
    color: #222222;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.sp-methods dt.active {
    border: 1px solid #fcb431;
    border-bottom: none;
    background: #fcd87f;
    padding: 8px 4px 4px 4px;
}

.sp-methods dd.active {
    border: 1px solid #fcb431;
    border-top: none;
    background: #fcd87f;
    padding: 4px 4px 0px 4px;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_window_close.1750852043.gif') 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

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

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_collapse-gm.1750852043.gif') 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_gm-close.1750852043.gif') 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements {
    border: 1px solid #fcb431;
    background: #fcd87f;
    padding-top: 5px;
    margin: 5px;
}

.checkout-agreements li {
    margin: 0;
    padding-left: 10px;
}

.checkout-agreements .agreement-content {
    border: none;
    width: 99%;
}

.checkout-agreements .agreement-content p {
    margin: 0;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 6px;
    width: 100%;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_checkout.1750852043.gif') 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #222222;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #222222 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    width: auto;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #222222;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 2px 8px;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.block-progress dd {
    background: #FCDF8F;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
}

.opc .buttons-set .back-link a {
    color: #F8E59B;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
    padding-left: 30px;
    margin-left: 15px;
}

.opc li.section {
    position: relative;
    background: #FCDF8F;
    margin-bottom: 8px;
}

.opc li.section.allow::before {
    position: absolute;
    font-family: 'fontello';
    content: '\e903';
    font-size: 20px;
    color: #598100;
    display: inline-block;
    float: left;
    left: -30px;
    top: 20px;
}

.opc li.section.allow.active::before {
    content: '';
    font-size: 20px;
    color: #598100;
    display: inline-block;
    float: left;
    left: -8px;
    top: 20px;
}

.opc .step-title {
    border: none;
    text-align: right;
    color: #222222;
    font-family: 'Ubuntu Condensed';
    font-weight: 600;
    font-size: 12px;
    height: 34px;
    line-height: 30px;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 8px 10px 10px 10px;

}

.opc .step-title .number {
    float: left;
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    text-transform: uppercase;
    border: medium none;
    display: block;
    height: 22px;
    width: 22px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 10px 0 0;
    background: #FFBB3F 10px 10px;
    border-radius: 20px;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #bb7c09;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-transform: none !important;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title h2 {
    color: #222;
    cursor: pointer;
}

.opc .active .step-title {
    background: #313131;
    border: none;
    color: #9a0000;
    cursor: default;
}

.opc .active .step-title .number {

}

.opc .active .step-title h2 {
    border: medium none;
    color: #FFC458;
    display: block;
    height: 22px;
    padding: 0 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.opc .step {
    border: none;
    background: #FCDF8F;
    padding: 20px 35px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    border: none;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #222222;
}

#opc-login h4 {
    font-weight: bold;
    margin: 0;
    color: #222222;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

.opc #payment_form_payone_creditcard .input-box {
    width: auto;
}


.opc #checkout-shipping-method-load,
.opc #shipping_form_delivery_date,
.opc ul.form-list.form-checkoutfields {
    padding: 10px;
    border: 1px solid #fcb431;
    background: #fcd87f;
}

.opc #shipping_form_delivery_date,
.opc ul.form-list.form-checkoutfields {
    margin-top: 15px;
}

.opc ul.form-list.form-checkoutfields {
    margin-bottom: 15px;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #222222;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 0 0 0 5px;
    border: none;
    margin: 0;
}

#opc-review .buttons-set p {
    margin: 0;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

#opc-review .review-hint-back {
    margin: 10px 5px;
}

#opc-review #review-buttons-container {
    margin: 10px 0 10px 0;
}

.opc .checkout-payment-icon {
    vertical-align: middle;
    max-height: 30px;
}

.opc #billing-login-link::before,
.opc #billing-guest-link::before {
    content: '\e80d';
    font-family: fontello;
    margin-right: 5px;
    font-size: 16px;
}

.opc label[for="coupon_code"]::before {
    content: '\e92f';
    font-family: fontello;
    margin-right: 5px;
    font-size: 16px;
}

.opc .discount-form {
    padding: 4px 4px 14px 24px;
    border: 1px solid #fcb431;
    background: #fcd87f;
}

.opc #billing-canship {
    border-top: 1px solid #ECBA4C;
    padding-top: 5px;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0;
    width: 765px;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
    float: left;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.checkout-progress li {
    float: left;
    width: 19%;
    height: 40px;
    margin: 0 3px 0 0;
    text-align: center;
    color: #222222;
}

.checkout-progress li.active {
    color: #F8E59B;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_kasse.1750852043.png') no-repeat scroll right center transparent;
    line-height: 40px;
}

.multiple-checkout {
    width: 745px;
    float: left;
    margin: 0 0 0 20px;
    color: #222222;
    font-size: 14px;
}

.multiple-checkout a {
    color: #9a0000;
}

.multiple-checkout button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.multiple-checkout h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.multiple-checkout h3 {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
}

.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #222222;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
    border-bottom: 1px solid #222222;
    color: #222222;
}

.multiple-checkout h2 a:hover,
.multiple-checkout h3 a:hover,
.multiple-checkout h4 a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #9a0000;
}

.multiple-checkout .page-title {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px 0;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
    border: none;
    color: #222222;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #F8E49B;
    border: 1px solid #ECBA4C;
    margin: 0;
    padding: 10px;
    width: auto;
}

.multiple-checkout .col2-set h2.legend {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #222222;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
    font-size: 14px;
}

.multiple-checkout .box h2 {
    color: #222222;
}

.multiple-checkout .data-table {
    width: 100%
}

.multiple-checkout .col2-set .col-1 {
    width: 32%
}

.multiple-checkout .col2-set .col-2 {
    width: 67%
}

.multiple-checkout .place-order {
    width: auto;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total strong {
    margin-left: 12px;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */

.multiple-checkout .title-buttons button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

#multiship-addresses-table select {
    max-width: 600px;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.multiple-checkout .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    margin: 0;
    width: 755px;
}

.multiple-checkout .buttons-set .back-link {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.multiple-checkout .buttons-set .back-link a {
    color: #F8E59B;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: none;
    padding: 10px;
    position: relative;
    margin: 0;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    display: none; /* pointer ausgeblendet */
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_sp-methods.1750852043.gif') 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {
    width: 750px;
    float: left;
}

.account-login .page-title {
    width: 100%;
    height: 66px;
    margin: 0 0 12px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-anmelden.1750852043.png') no-repeat center center transparent;
}

.account-login-content {
    font-family: 'Ubuntu Condensed';
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat scroll left top transparent;
}

.account-login .content {
    min-height: 240px;
    padding: 20px;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
}

.account-login .content h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #9A0000;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 21px;
    text-transform: uppercase;
}

.account-login .new-users h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_page1.1750852043.gif')
}

.account-login .registered-users h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_page2.1750852043.gif');
}

.account-login .buttons-set span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.account-create {
    width: 750px;
    float: left;
    position: relative;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
}

.account-create .page-title {
    width: 100%;
    height: 66px;
    margin: 0 0 12px 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_neues-konto.1750852043.png') center center transparent no-repeat;
}

.account-create .page-title h1 {
    display: none;
}

.account-create .content {
    width: 100%;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat scroll left top transparent;
}

.account-create .content ul {
    clear: both;
}

.account-create .content .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 740px;
}

.account-create .content .buttons-set .back-link {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.account-create .content .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.account-create .content .fieldset {
    margin: 0;
    padding: 10px;
}

/* Account Login/Create Pages ============================================================ */

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/window_overlay.1750852043.png') repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    -box-shadow: 0 0 4px #444;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    text-decoration: underline;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_window_close.1750852043.gif') no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */

.customer-uebersicht {
    float: right;
    position: relative;
}

.customer-uebersicht .page-titel {
    width: 100%;
    height: 66px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_ihr-konto.1750852043.png') transparent center center no-repeat;
    float: left;
    position: relative;
    margin: 10px 0 12px 0;
}

.customer-uebersicht .right {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_hg.1750852043.png') repeat scroll left top transparent;
    float: right;
    padding: 10px 0 10px 10px;
    margin: 0 5px 0 0;
    width: 180px;
}

.customer-uebersicht .fieldset {
    margin: 0;
    padding: 10px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat top left;
}

.customer-uebersicht .clear {
    clear: both;
}

.customer-uebersicht .buttons-set {
    margin: 0;
    padding: 5px;
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    width: 530px;
}

.customer-uebersicht .buttons-set .back-link {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    font: bold 14px/8px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.customer-uebersicht .buttons-set .back-link a {
    color: #f8e59b;
}

.customer-uebersicht .buttons-set button.button {
    float: right;
}

.customer-uebersicht .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.my-account {
    float: left;
    padding: 10px 0 0 0;
}

.my-account .dashboard {
    float: left;
    width: 100%;
}

.my-account .title-buttons a {
    font-weight: bold;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .pager ol {
    margin-top: 5px;
}

.my-account .pager ol li {
    float: left;
    border: 1px solid #bf9f5b;
    width: 30px;
    height: 20px;
    text-align: center;
}

.my-account .pager ol li.current {
    background-color: #FFB600;
}

.my-account .pager ol li a {
    display: block;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 0 20px 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .welcome-msg p.hello {
    margin: 0;
    text-transform: uppercase;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') top left no-repeat;
    border: none;
    padding: 10px;
    margin: 0 0 20px;
}

.box-account .clear {
    clear: both;
    height: 20px;
}

.box-account .box-head {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    float: left;
    height: 22px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.box-account .box-head h2 {
    float: left;
    font: bold 12px/22px 'Ubuntu Condensed', sans-serif;
    margin: 0;
    padding-left: 21px;
    color: #F8E59B;
}

.dashboard .box .box-title {
    border-bottom: 1px solid #222222;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title a {
    line-height: 22px;
}

.dashboard div.col2-set > div.box > div.box-title a {
    float: left;
    margin-left: 40px;
}


.dashboard .box .box-title a:hover {
    color: #9a0000;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
}

.my-account .col2-set .box .box-content {
    width: 100%;
}

.my-account .col2-set .box .box-content .col-1 {
    width: 50%;
}

.my-account .col2-set .box .box-content .col-2 {
    width: 48%;
}

/* Block: Recent Orders */

.dashboard .box-recent .box-head {
    margin: 0 0 5px 0;
}

.dashboard .box-recent .box-head h2 {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_folder-table.1750852043.png') no-repeat scroll left center transparent;
}

.dashboard .box-recent a.h2 {
    float: right;
    color: #222222;
}

.dashboard .box-recent a.h2:hover {
    color: #9a0000;
}

.dashboard .box-recent .data-table {
    padding: 0;
}

.dashboard .box-recent .data-table thead {
    padding: 0;
}

.dashboard .box-recent .data-table thead th {
    padding: 3px;
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_ma-info.1750852043.png') left center no-repeat;
}

.dashboard .box-info h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_ma-reviews.1750852043.gif');
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #222222;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/i_ma-tags.1750852043.gif');
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #222222;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: 600;
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: 400;
    color: #222222;
}

.addresses-list a:hover {
    text-decoration: underline;
    color: #9a0000;
}

.addresses-list .link-remove {
    color: #9a0000;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: 400;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    border: none;
    padding: 4px 8px;
    margin: 15px 10px 0 0;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
    font-weight: 600;
}

.order-info-box {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') top left;
    border: none;
    padding: 10px;
    margin: 0 10px 15px 0;
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-status-overview {
    font-family: 'Courier New', Monospace, monospace;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px;
    color: #222222;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #9a0000;
    font-weight: normal;
}

.order-items .link-reorder {
    color: #9a0000;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #222222;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table a:hover {
    text-decoration: underline;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.tracking-table-popup a {
    text-decoration: underline;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_divider1.1750852043.gif') 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    border-color: #406a83;
    background: #618499;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 4px #444;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/map_popup_arrow.1750852043.gif') no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/btn_window_close.1750852043.gif') no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 4px #444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {
    height: 441px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/footer_bg_.1750852043.png') left top repeat-x;
    padding: 17px 0 0;
}

.footer {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 21px;
    position: relative;
    height: 420px;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
    color: #9a0000;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

/*.footer a{color:#fff;text-decoration:none;}*/
.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #9a0000;
}

.footer .bugs a {
    color: #9a0000;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 20px;
    color: #9a0000;
}

.footer address a {
    color: #9a0000;
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
    display: inline;
}

.footer ul.links {
    display: block;
}

.footer li {
    display: inline;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_pipe2.1750852043.gif') 100% 60% no-repeat;
    padding: 0 7px 0 4px;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.footer_vorteile {
    width: 1060px;
    height: 200px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/footer_vorteile_bg.1750852043.png') no-repeat center center;
    color: #9a0000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    clear: both;
}

.footer_vorteile a {
    color: #9a0000;
}

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

.footer_vorteile .vorteil_versand {
    width: 320px;
    height: 200px;
    margin: 0;
    padding: 0;
    float: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/versand_icon.1750852043.png') no-repeat left center;
}

.footer_vorteile .vorteil_versand span {
    padding: 80px 20px 0 95px;
    text-align: left;
    display: block;
}

.footer_vorteile .vorteil_versand img {
    margin: 10px 0 0 0;
}

.footer_vorteile .vorteil_hotline {
    width: 320px;
    height: 200px;
    margin: 0;
    padding: 0;
    float: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/hotline_icon.1750852043.png') no-repeat left center;
}

.footer_vorteile .vorteil_hotline span {
    padding: 80px 20px 0 95px;
    text-align: left;
    display: block;
}

.footer_vorteile .vorteil_hotline img {
    margin: 10px 0 0 0;
}

.footer_vorteile .vorteil_zahlung {
    width: 320px;
    height: 200px;
    margin: 0;
    padding: 0;
    float: left;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/zahlung_icon.1750852043.png') no-repeat left center;
}

.footer_vorteile .vorteil_zahlung span {
    padding: 80px 20px 0 95px;
    text-align: left;
    display: block;
}

.footer_vorteile .vorteil_zahlung img {
    margin: 10px 0 0 0;
}

.footer_vorteile .divider {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/vorteile_querdivider.1750852043.png') no-repeat top center transparent;
    height: 180px;
    width: 15px;
    margin: -20px 0 0;
    padding: 0;
    float: right;
}

.footer_infos {
    float: left;
    height: auto;
    color: #9a0000;
    font-size: 11px;
}

.footer_infos h3,
.footer_infos .h3 {
    color: #9a0000;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 12px 0;
}

.footer_infos ul {
    float: left;
    margin: 0 35px 0 0;
}

.footer_infos li {
    clear: left;
    display: block;
    padding: 0;
    background: none;
}

.footer_infos a {
    color: #222222;
    padding: 1px 0;
    line-height: 1.8em;
    font-size: 12px;
}

.footer_infos a:hover {
    text-decoration: underline;
    padding: 0 0 1px 0;
}

.footer_werbegeschenk {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/footer_werbegeschenk_2020.1750852043.png') no-repeat center;
    position: relative;
    float: right;
    width: 500px;
    height: 230px;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.footer-container-checkout {
    height: auto;
    background: #fcd87f;
    padding: 20px 0 0;
}

.footer-container-checkout .footer {
    height: auto;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.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: #9a0000;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/best_selling_tr_odd_bg.1750852043.gif') 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/best_selling_tr_even_bg.1750852043.gif') 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.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;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: '.';
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}

/* ======================================================================================= */
/* ========						Eigene Klassen								============== */
/* ======================================================================================= */

.vertical-nav-container {
    width: 190px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_hg.1750852043.jpg') repeat-y 0 0;
    position: relative;
    padding: 3px 0px 0px 0px;
    height: auto;
}

.vertical-nav-title {
    width: 190px;
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/kat_produkte.1750852043.png') no-repeat center center;*/
    position: absolute;
    top: -39px;
    height: 115px;
}

/**********************************************Vertical Nav ****************************************/
ul#nav_vert {
    padding: 0 0 20px 0;
    font-size: 1em;
    z-index: 999;
    width: 190px;
    margin: 0;
}

/************** ALL LEVELS *************/
/* Style consistent throughout all nav levels */

#nav_vert li:hover {
    /*border-bottom:1px solid transparent;*/
}

#nav_vert li.over {
}

#nav_vert li.active {
    border: none;
}

/* to prevent the li separator from showing through on mouseover on li */
#nav_vert a {
    line-height: 1.3em;
}

#nav_vert a, #nav_vert a:hover {
    display: block;
    text-decoration: none;
}

/************ 1ST LEVEL ***************/
#nav_vert li {
    padding: 0;
    clear: left;
    min-height: 45px;
    width: 175px;
    position: relative;
    text-align: left;
}

#nav_vert li a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/kat_nav_list.1750852043.png') no-repeat 5px center transparent;
    display: table-cell;
    float: left;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 180px;
}

#nav_vert li a span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_main_list_divider.1750852043.png') no-repeat bottom center transparent;
    display: block;
    cursor: pointer;
}

#nav_vert li.active a, #nav_vert a:hover {
    color: #FCDF8F;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/navi-hover_hg.1750852043.png') no-repeat left center;
}

/************ 1ST LEVEL RESET ************/
#nav_vert ul li, #nav_vert ul li.active {
    float: none;
    height: auto;
    background: none;
    margin: 0;
}

#nav_vert ul a, #nav_vert ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav_vert ul li a {
    font-weight: normal !important;
}

/************ 2ND LEVEL ***********/
#nav_vert ul {
    position: absolute;
    width: 15em;
    margin-left: 125px;
    top: 5px;
    left: -10000px;
    /*border:1px solid #222222;*/
}

/* Show menu */
#nav_vert li.over ul {
    left: 0;
}

#nav_vert li.over ul ul {
    left: -10000px;
}

#nav_vert li.over ul li.over ul {
    left: 100px;
}

#nav_vert ul li a {
    background: #FFFFFF /*#ecf3f6*/;
}

#nav_vert ul li a:hover {
    background: #F2F1D2; /*#d5e4eb;*/
}

#nav_vert ul li a span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_divider.1750852043.gif') repeat-x 0 100%;
}

#nav_vert ul li a, #nav_vert ul li a:hover {
    color: #2f2f2f !important;
}

#nav_vert ul span, #nav_vert ul li.last li span {
    padding: 3px 15px 4px 15px;
}

#nav_vert ul li.last span {
    background: none;
}

/************ 3RD+ LEVEL ************/

#nav_vert ul ul {
    top: 5px;
}

#nav_vert ul ul ul {
    left: -10000px;
}

#nav_vert li.over ul li.over ul ul {
    left: -10000px;
}

#nav_vert li.over ul li.over ul li.over ul {
    left: 100px;
}

/* Fix for the IE bug */

#nav_vert iframe {
    position: absolute;
    left: -1px;
    top: 0;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}

.nav_themen {
    width: 340px;
    height: 45px;
}

.col2-right-layout .nav_themen {
    margin-left: 0;
}

.nav_themen ul {
    height: 50px;
    width: 840px;
    font-size: 1em;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.nav_themen ul li {
    float: left;
    height: 55px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 210px;
}


.nav_themen ul li a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_themen_list_divider.1750852043.png') no-repeat top left;
    color: #222222;
    display: table-cell;
    text-align: center;
    float: left;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    padding: 0;
    height: 55px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    width: 191px;
}

.nav_themen ul li:first-child a {
    background: transparent;
}

.nav_themen ul li.active a,
.nav_themen ul li.over a,
.nav_themen ul li a:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_themen_list_hover.1750852043.png') no-repeat scroll center center transparent;
    color: #FCDF8F;
    position: relative;
}

.navi-ribbon {
    width: 190px;
    height: 171px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/navi_ende_2020.1750852043.png');
    position: relative;
    top: -22px;
}

.navi-ribbon a {
    width: 190px;
    height: 171px;
    background: transparent;
    float: left;
    color: transparent;
    border: none;
}

.startseite-logo-suche {
    position: relative;
}

.startseite-logo-suche .logo {
    position: absolute;
    top: 20px;
}

.user-info {
    width: 144px;
    height: 72px;
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_bg.1750852043.png');*/
    background: #ecd07a;
    /*float: right;*/
    color: #222222;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 6px;
}

.user-info ul {
    margin-top: 15px;
}

.user-info h3 {
    color: #9a0000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.user-info h3.anmelden {
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Ubuntu Condensed';
}

.user-info .warenkorb_header {
    position: absolute;
    color: #222222;
    top: 5px;
    right: 10px;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
}

.user-info .warenkorb_header img.warenkorb_grafik {
    position: absolute;
    right: 80px;
    top: 5px;
}

.warenkorb_header h3,
.warenkorb_header .h3 {
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 0;
    right: 0;
    font-family: 'Ubuntu Condensed';
}

.warenkorb_header h3 a,
.warenkorb_header .h3 a {
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    font-family: 'Ubuntu Condensed';
    text-decoration: none;
}

.warenkorb_header h3 a:hover,
.warenkorb_header .h3 a:hover {
    color: #9a0000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    font-family: 'Ubuntu Condensed';
}

.warenkorb_header a {
    color: #222222;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
}

.warenkorb_header a:hover {
    text-decoration: underline;
    color: #9A0000;
}

.warenkorb_header .wh_amount {
    position: relative;
    top: 8px;
    margin: 0;
    display: none;
}

.warenkorb_header .wh_qty {
    position: relative;
    top: 0;
    margin: 0;
    padding-right: 16px;
}

.warenkorb_header .wh_subtotal {
    position: relative;
    top: 0px;
    padding-right: 16px;
}

.warenkorb_header .wh_subtotal a span:hover {
    text-decoration: underline !important;
}

.login_header {
    width: 145px;
    padding: 77px 0 0px 0px;
}

.login_header .form-list label {
    font-size: 11px;
    color: #9a0000;
}

.login_header .form-list li {
    margin: 0 0 3px 0;
}

.login_header .form-list .input-box {
    clear: both;
    display: block;
    width: 161px;
}

.login_header input#pass {
    width: 100px;
}

.login_header input.input-text {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #999999;
    /* background:url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat scroll left top transparent;*/
    width: 174px;
    color: #222222;
    font-weight: normal;
    padding: 3px 5px;
    height: 15px;
}

.login_header .f-left, .left {
    float: left !important;
    font-size: 10px;
    color: #222222;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    bottom: 23px;
    line-height: 16px;
    border-bottom: 1px solid #222222;
}

.login_header .f-left:hover, .left:hover {
    float: left !important;
    border-bottom: 1px solid #9a0000;
    color: #9a0000;
}

.login_header .button_register_header {
    float: left !important;
    font-size: 10px;
    color: #222222;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    bottom: 23px;
    line-height: 14px;
    margin-left: 5px;
    background: none;
    border: none;
    border-bottom: 1px solid #222222;
}

.login_header .button_register_header:hover {
    border-bottom: 1px solid #9a0000;
    color: #9a0000;
}

.footer-silhouette {
    width: 939px;
    height: 134px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/silhouette.1750852043.png');
    position: absolute;
    bottom: 441px;
}

.clear_both {
    clear: both;
}

.clear_both_2 {
    clear: both;
    margin: 0 0 50px 0;
}

.clear {
    clear: both;
}

.informationen_links {
    width: 190px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_hg.1750852043.jpg') repeat-y scroll 0 0 transparent;
    height: auto;
    padding: 100px 0 0;
    position: relative;
    margin: 40px 0 0;
}

.informationen_links .titel {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/informationen_links_titel.1750852043.png') no-repeat scroll center center transparent;
    height: 115px;
    position: absolute;
    top: -35px;
    width: 190px;
}

.informationen_links-ende {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/informationen_links_ende.1750852043.png') scroll center center transparent;
    height: 272px;
    position: relative;
    width: 190px;
    top: -5px;
}

ul.informationen_links {
    font-size: 1em;
    margin: 0;
    padding: 0 0 20px;
    width: 190px;
    z-index: 999;
}

.informationen_links li:hover {
    /*border-bottom: 1px solid transparent;*/
}

.informationen_links li.over {
    z-index: 999;
}

.informationen_links li.active {
    border: medium none;
    z-index: 999;
}

.informationen_links a {
    line-height: 1.3em;
}

.informationen_links a, .informationen_links a:hover {
    display: block;
    text-decoration: none;
}

.informationen_links li {
    padding: 0;
    clear: left;
    min-height: 45px;
    width: 175px;
    position: relative;
    text-align: left;
}

.informationen_links li a {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/kat_nav_list.1750852043.png') no-repeat 5px center transparent;
    display: table-cell;
    float: left;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 180px;
}

.informationen_links li a span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_main_list_divider.1750852043.png') no-repeat bottom center transparent;
    display: block;
    cursor: pointer;
}

.informationen_links li.active a, .informationen_links a:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/navi-hover_hg.1750852043.png') no-repeat scroll left center transparent;
    color: #FCDF8F;
    position: relative;
}

/* ZUTATEN */
.zutaten {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/short-desc_divider.1750852043.png') no-repeat bottom center transparent;
    margin: 20px 0;
    width: 500px;
}

.zutaten_img {
    width: 100px;
    height: 100px;
    margin: 0 25px 0 0;
    float: left;
    color: transparent;
}

.content .fieldset {
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') top left no-repeat;*/
    padding: 10px;
    /*margin:0 0 0 20px;*/
    margin: 0;
}

.content .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    float: right;
    padding: 5px;
    margin: 0;
}

.content .buttons-set .back-link {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') no-repeat scroll left center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.content .buttons-set .back-link a {
    color: #F8E59B;
}

.content .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.webforms-b2b .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.b2b {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/b2b-button.1750852043.png');
    width: 230px;
    height: 72px;
    display: block;
}

.b2b:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/b2b-button-hover.1750852043.png');
}

.firmenservice_einleitung {
    padding: 0 0 0 10px;
    position: relative;
    top: -65px;
    width: 50%;
    color: #9a0000;
}

.short-description .std {
    margin: 0;
    width: 100%;
}

.std .firmenservice_auswahl {
    width: 759px;
    text-align: center;
    float: left;
    color: #9a0000;
}

.std .firmenservice_auswahl h2 {
    text-transform: uppercase;
    color: #9a0000;
    font-weight: 600;
    font-size: 14px;
}

.std .firmenservice_auswahl_produkte {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') top left no-repeat;
    padding: 10px;
    margin: 0 0 20px 0;
    float: left;
    width: 737px;
}

.std .firmenservice_auswahl_produkte .image_vier {
    text-align: center;
    color: #222222;
    font-weight: 400;
    margin: 0;
    width: 25%;
    float: left;
}

.std .firmenservice_auswahl_produkte .image_drei {
    text-align: center;
    color: #222222;
    font-weight: 400;
    margin: 0;
    width: 33%;
    float: left;
}

.std .firmenservice_auswahl_produkte .image_zwei {
    text-align: center;
    color: #222222;
    font-weight: 400;
    margin: 0;
    width: 50%;
    float: left;
}

.std .firmenservice_anfrageform {
    width: 210px;
    /*background:url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_hg.1750852043.png') repeat scroll left top transparent;*/
    margin: 0 auto 45px;
    height: auto;
    padding: 5px;
}

.std .firmenservice_anfrageform .titel {
    width: 102px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/anfrage.1750852043.png') no-repeat left top transparent;
    height: 66px;
    color: transparent;
    margin: 0 auto;
}

.std .firmenservice_anfrageform .titel:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/anfrage-hover.1750852043.png') no-repeat left top transparent;
}

.cart-empty {
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    width: auto;
}

.cart-empty a {
    color: #222222;
    text-decoration: underline;
}

.cart-empty a:hover {
    color: #9a0000;
}

.password-vergessen {
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    float: left;
    width: 750px;
    position: relative;
}

.password-vergessen .page-title {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_passwort-vergessen.1750852043.png') no-repeat center center transparent;
    width: 100%;
    height: 66px;
    float: left;
    position: relative;
    margin: 0 0 12px 0;
}

.password-vergessen .content {
    float: left;
    width: 100%;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg') no-repeat scroll left top transparent;
}

.password-vergessen .content p {
    clear: both;
}

.password-vergessen .content form#form-validate {
    width: 100%;
    position: relative;
    float: left;
}

.password-vergessen .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 740px;
}

.password-vergessen .buttons-set button.button {
    float: right;
    margin: 0;
}

.password-vergessen .buttons-set button.button span {
    float: right;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}


.kassen-steps .page-title {
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_zur-kasse.1750852043.png') transparent center center no-repeat;*/
    /*height: 66px;*/
    /*width: 100%;*/
}

.kassen-steps ul.ul {
    list-style: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/pager_arrow_right.1750852043.gif') outside;
    line-height: 2em;
}

.kassen-steps .col2-set .col-1 {
    float: left;
    margin: 0 10px 0 0;
    width: 45.0%;
    padding-right: 8px;
}

.kassen-steps .col2-set .col-1 .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 10px 10px 0 0;
}

.kassen-steps .col2-set .col-2 .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 10px 0 0 0;
}

.kassen-steps .col2-set .col-1 .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

.kassen-steps .col2-set .col-2 .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

.kassen-steps .col2-set .col-2 {
    float: left;
    width: 48%;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid;
}

.kassen-steps a.f-left {
    border-bottom: 1px solid #222222;
    font-family: 'Ubuntu Condensed';
    color: #222222;
    float: left !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}

#billing-buttons-container.buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 0;
}

#billing-buttons-container.buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

#shipping-buttons-container.buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 0;
}

#shipping-buttons-container.buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

.add-to-container button.button span {
    padding: 0;
}

#shipping-method-buttons-container.buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 0;
}

#shipping-method-buttons-container.buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

#payment-buttons-container.buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px;
    width: 100%;
    margin: 0;
}

#payment-buttons-container.buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}

.order-review .review-delivery-date {
    margin-left: 5px;
    margin-top: 10px;
    font-style: italic;
}

#checkout-review-table-wrapper {
    margin: 5px;
}

#checkout-review-table-wrapper #checkout-review-table.data-table {
    background: transparent;
    width: 725px;
    border: 1px solid #fcb431;
}

#checkout-review-table-wrapper #checkout-review-table.data-table thead th:nth-child(2) {
    width: 50%;
}

#checkout-review-table-wrapper #checkout-review-table.data-table thead th:nth-child(3) {
    width: 10%;
}

#checkout-review-table-wrapper #checkout-review-table.data-table thead th:nth-child(4) {
    width: 9%;
}

#checkout-review-table-wrapper #checkout-review-table.data-table tfoot tr td {
    background: #ECBA4C;
    padding-top: 5px;
    padding-right: 5px;
}

#checkout-review-table-wrapper #checkout-review-table-addresses.data-table {
    background: transparent;
    font-size: 12px;
}

.bestellung-erfolgreich {
    position: relative;
    font-size: 14px;
}

.bestellung-erfolgreich .page-title {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_bestellung-erfolgreich.1750852043.png') center center transparent no-repeat;
    margin: 0 0 12px 0;
    height: 66px;
    float: left;
    position: relative;
}

.bestellung-erfolgreich .content {
    background: #ceea86;
    border: 1px solid #9ab559;
    float: left;
    padding: 0 0 0 20px;
    width: 98%;
}

.bestellung-erfolgreich .content h2.sub-title {
    clear: both;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 15px 0 0;
    text-transform: uppercase;
    width: 710px;
}

.bestellung-erfolgreich .content p {
    clear: both;
    color: #222222;
    font-size: 14px;
    margin: 0 0 6px;
    width: 710px;
}

.bestellung-erfolgreich .content p a {
    text-decoration: underline;
}

.bestellung-erfolgreich .content p a:hover {
    color: #546b1b;
}

.bestellung-erfolgreich .content .success-block {
    border: 1px solid #9ab559;
    padding: 8px;
    margin-bottom: 8px;
    margin-right: 20px;
}

.bestellung-erfolgreich .buttons-set {
    background: rgb(249, 216, 112);
    background: -moz-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -webkit-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -o-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: -ms-linear-gradient(63deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    background: linear-gradient(153deg, rgb(249, 216, 112) 32%, rgb(236, 186, 76) 65%);
    padding: 5px 0;
    margin: 0;
}

.bestellung-erfolgreich .buttons-set button.button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 14px/28px 'Ubuntu Condensed', sans-serif;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

#my-orders-table.data-table {
    padding: 0;
    width: 100%;
    background: none;
}

#my-orders-table.data-table thead {
    width: 100%;
}

#my-orders-table.data-table thead th {
    width: 100%;
    padding: 3px;
}

#my-orders-table_.data-table {
    padding: 0;
    width: 100%;
}

#my-orders-table_.data-table thead {
    width: 100%;
}

#my-orders-table_.data-table thead th {
    width: 100%;
    padding: 3px;
}

#my-orders-table_.data-table tbody tr td {
    border-bottom: 1px dashed #878787;
}

#my-orders-table_.data-table tbody tr:hover td {
    background-color: rgba(249, 194, 0, 0.3);
}

#checkout-review-submit {
    float: left;
    width: 100%;
}

/* Mini-Login Form
*/

.login-popup {
    display: none;
    position: absolute;
    top: 100px;
    right: -5px;
    width: 220px;
    background: #ecd07a;
    height: 101px;
    border-style: solid;
    border-width: 2px;
    z-index: 100;
    text-align: left;
    padding-left: 10px;

}

.login-popup img {
    padding-right: 6px;
    padding-top: 6px;
}

.login-popup a {
    color: #000000 !important;
}

.mini-login {
    background: transparent;
    width: 144px;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    color: #222222;
    text-transform: none;
}

.mini-login .header-links {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_bg_login.1750852043.jpg') no-repeat scroll top left transparent;
    float: left;
    height: 90px;
    margin: 0 0 0 -5px;
    padding: 5px;
    position: absolute;
    margin-top: -75px;
    width: 180px;
}

.mini-login .header-links,
.mini-login .header-links li {
    display: inline;
    text-align: left;
}

.mini-login .header-links li {
    padding: 0;
    text-align: left;
    float: left;
}

.mini-login .header-links a {
    color: #222222;
    border-bottom: 1px solid #222222;
    font-size: 12px;
}

.mini-login .header-links a:hover {
    color: #9a0000;
    text-decoration: underline;
}

.mini-login .header-links a {
    padding: 0 7px 0 0;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/links_separator.1750852043.gif') no-repeat 100% 50%;
}

.mini-login .header-links .last a {
    padding: 0;
    background: none;
}

.mini-login-td {
    height: 36px;
}

.mini-login div h6 {
    font-size: 10px;
    text-align: left;
}

.mini-login input.input-text, select, textarea {
    font-size: 12px;
}

.mini-login input.input-text {
    margin-top: 10px;
    margin-right: 2px;
}

.mini-login input#go {
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 12px/21px 'Ubuntu Condensed', sans-serif;
    height: 24px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 55px;
    position: relative;
    bottom: 27px;
    float: right;
    right: 3px;
}

.mini-login input {
    margin: 0 0 3px 0;
}

.mini-login .neues-konto {
    width: 100%;
    float: left;
    position: relative;
    bottom: 0;
    background-color: #333333;
}

.mini-login-slash {
    color: #ecd07a;
}

.mini-login a {
    color: #ecd07a;
}

.mini-login a:hover {
    text-decoration: underline;
    color: #9a0000;
}

.mini-login button.btn-mini-login {
    margin-right: 16px;
    margin-left: 5px;
    margin-top: 5px;
}

.mini-login button.btn-mini-login span {
    /*padding: 2px 5px;*/
}

.logout-page {
    width: 740px;
    margin: 0;
    text-align: center;
}

.logout-page .page-title {
    width: 100%;
    height: 66px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/titel_logout.1750852043.png') center center transparent no-repeat;
    margin: 0 0 12px 0;
}

.logout-page p {
    padding: 20px 0 0 0;
}


/*--------------------------- Topmarken slider-partner-slideshow ----------------------------------------*/
.slider-partner-slideshow {
    margin: 5px 10px 0;
}

.slider-partner-slideshow h2 {
    color: #616161;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px auto 20px;
}

div.slider-partner-slideshow .slider-partner-slideshow-content {
    padding: 5px 0 0 0;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-bottom: 10px;
    height: 120px;
    margin: 0 auto;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-wrapper {
    padding: 0 10px 0 0;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-wrapper li {
    display: table-cell;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-wrapper li img {
    vertical-align: middle;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-next {
    top: 80px;
    right: 0;
    display: block;
    text-indent: -9999px;
    height: 28px;
    width: 27px;
    position: absolute;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-next:hover {
    background-position: right bottom;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-prev {
    top: 80px;
    left: 0;
    display: block;
    text-indent: -9999px;
    height: 28px;
    width: 27px;
    position: absolute;
}

div.slider-partner-slideshow .slider-partner-slideshow-content .bx-prev:hover {
    background-position: bottom left;
}


.kategorie_text {
    float: left;
    width: 450px;
}

.kategorie_image {
    float: left;
    width: 350px;
    padding: 60px 0 0 20px;
}

.kategorie_image img {
    max-width: 330px;
}

#contactForm .buttons-set {
    background: none;
}

.product-view .product-shop .std {
    width: 530px;
}

.popup {
    color: #222222;
    width: 460px;
    text-align: center;
    position: relative;
    display: none; /* keeps the popup hidden if no JS available */
    background: #fcdf8f; /* Old browsers */
    background: -moz-linear-gradient(top, #fcdf8f 0%, #f9e9bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcdf8f), color-stop(100%, #f9e9bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcdf8f 0%, #f9e9bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcdf8f 0%, #f9e9bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcdf8f 0%, #f9e9bb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcdf8f 0%, #f9e9bb 100%); /* W3C */
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #edb748;
}

.webforms-b2b .legend {
    float: none;
    width: 200px;
}

.anfrage {
    color: #9A0000;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: bold;
}

.invisible {
    display: none;
}

.kontakt_hover {
    height: 40px;
    width: 234px;
    position: absolute;
    bottom: 6px;
    right: 50px;
    background: none;
    margin: 0;
}

.kontakt_hover:hover {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/kontakt-hover.1750852043.jpg');
}

.firecheckout-set ul.delivery-date-hint {
    font-size: 10px;
    color: #666666;
    font-weight: 700;
}

.startseite_content .category-products_list a {
    text-decoration: none;
}

.startseite_content .red {
    font-weight: bold;
    color: #9A0000;
}

.content_float {
    float: left;
    width: 330px;
    margin-right: 20px;
    margin-top: 30px;
}

.video_float {
    float: left;
    margin-top: 30px;
}

.startseite_social {
    padding: 20px 0 0 10px;
}

.startseite_social div {
    margin: 60px 0;
    position: relative;
}

.facebook {
    display: block;
    width: 180px;
    height: 60px;
}

.kelkoo {
    display: none;
    width: 180px;
    height: 60px;
}

.checkout-bild {
    width: 75px;
}

.checkout-name {
    width: 250px;
}

#checkout-review-table .price {
    float: none;
}

#checkout-review-table .a-right {
    text-align: right !important;
}

#checkout-review-table caption, th, td {
    text-align: center;
}

#checkout-review-table td h3.product-name {
    text-align: left;
    color: #222222;
    font-weight: bold;
}

#checkout-review-table tbody td.last {
    text-align: right;
}

#checkout-review-table tfoot .a-right {
    text-align: right !important;
}

#checkout-review-table .column-prod-name {
    width: 400px;
}

.checkout-summe {
    text-align: right;
}

#b2b-uebersicht {
    height: 1825px;
}

/* B2B Kontaktform */
.webforms-b2b div.fieldset {
    margin: 0;
}

.webforms-fields-individualisierung .input-box ul li {
    display: inline;
}

#product-attribute-specs-table tbody caption, th, td {
    text-align: left;
}

.sidebar-firmenservice {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_firmenservice.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.sidebar-firmenservice:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_firmenservice-hover.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.sidebar-feedback {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_feedback.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.sidebar-feedback:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_feedback-hover.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.sidebar-warenkorb {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_warenkorb.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.sidebar-warenkorb:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/tab_warenkorb-hover.1750852043.png');
    width: 34px;
    height: 135px;
    display: block;
}

.add-to-cart .tax-details {
    left: 70px;
    position: absolute;
    top: 68px;
    text-transform: none;
    font-size: 13px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.add-to-cart .tax-details a:hover {
    text-decoration: underline;
}

.products-grid span.tax-details {
    padding: 0 5px;
    position: absolute;
    min-width: 160px;
    text-align: center;
    display: none;
}

.category-products span.tax-details {
    padding: 0 5px;
    position: absolute;
    min-width: 160px;
    text-align: center;
    display: none;
}

.cms-katalog .std {
    margin: 0;
}

.cms-rabatt-ecke .std {
    margin: 0;
}

/*
.product-options .input-box span{display: none;}
.product-options .required em{display: none;}
.product-options span.qty-holder{display: none;} */

/*.simply-scroll{
height:40px;
width:740px;
}

.simply-scroll .simply-scroll-clip{
height:40px;
width:740px;
}

.simply-scroll-list{
list-style:none;
margin:0;
padding: 0;
overflow: hidden;
}

.simply-scroll .simply-scroll-list li{
height:40px;
float:left;
margin: 0 20px;}*/

iframe[name='google_conversion_frame'] {
    height: 0;
}

.clickable {
    cursor: pointer;
}

.address-select-buttons li {
    float: left;
    margin: 0 8px 8px 0;
}

.address-select-buttons li label {
    font-weight: normal;
}

.address-select-buttons li input[type=radio] {
    display: block;
}

.address-select-buttons button.button {
    border: 1px solid #fcb431;
    height: 130px;
    width: 150px;
    padding: 5px;
}

.address-select-buttons button.button:hover {
    border-color: #fcb431;
}

.address-select-buttons button.selected {
    background-color: #ffd277;
    border-color: #fcb431;
}

.address-select-buttons button span {
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    background-image: none;
    color: #222222;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    line-height: 20px;
    font-weight: normal;
}

.address-select-buttons button.newaddress span {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.newsletter {
    padding: 10px;
}

.newsletter_footer {
    width: 140px;
}

.newsletter button span {
    width: 140px;
}

.newsletter_footer input {
    width: 140px;
    font-size: 10px;
}

.newsletter_footer button span {
    width: 130px;
}

.btn-newsletter span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 12px/21px 'Ubuntu Condensed', sans-serif;
    /*height: 22px;*/
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.bestellform-small label {
    padding: 0 10px 0 22px;
    margin: 0 0 10px 10px;
}

.bestellform-small div {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.glossary_letter {
    padding: 2px 5px;
    border: 1px solid #fbdf8f;
    background: #e4c057;
}

.glossary_letter:hover {
    background: #fbdf8f;
}

.glossary_letter_nolink {
    background: none;
}

.opc-block-progress {
    margin-top: 15px;
}

.checkout-info-header {
    position: absolute;
    right: 0;
    top: 16px;
    text-align: right;
}

#checkout-progress-wrapper .block-title strong {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
}

#checkout-progress-wrapper .block-content dl dt {
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: none;
    font-size: 16px;
}

#checkout-progress-wrapper .progress-delivery-date {
    font-weight: bold;
    margin-top: 1em;
}

.col1-layout .col-main h1 {
    clear: both;
}

.col1-layout .col-main .costumer-eingabe {
    clear: both;
    margin-left: 0;
    width: 100%;
}

.col1-layout .col-main .costumer-eingabe ul {
    width: 100%;
}

.col1-layout .col-main .multiple-checkout {
    width: 100%;
    margin-left: 0;
}

.col1-layout .col-main .buttons-set {
    float: none;
    width: 99.1%;
}


#multiship-addresses-table {
    margin-bottom: 20px;
}

#multiship-addresses-table > thead:nth-child(2) > tr:nth-child(1) > th:nth-child(3) {
    width: 630px;
}


#shipping_form_delivery_date .delivery-date {
    margin-bottom: 8px;
}

#shipping_form_delivery_date .delivery-date-hint .no-ship-weekends,
#shipping_form_delivery_date .delivery-date-hint .leave-delivery-date-empty {
    color: #9c0213;
}

#shipping_form_delivery_date .delivery-date .input-text {
    width: 100px;
}

#shipping_form_delivery_date #delivery_date_hint {
    font-style: italic;
}

#shipping_form_delivery_date #delivery_date_hint .date-hint-value {
    font-weight: bold;
}

#checkout-step-shipping_method .form-checkoutfields .input-box,
#checkout-step-shipping_method .form-checkoutfields .input-box input {
    width: 99%;
}

/* geschenkbotschaft */

.checkout-onepage-index label[for="payone_klarna_additional_fields_agreement_checkbox"] {
    font-weight: normal;
}

/*---------------------------------------------------------- sticky header -----------------------------------------------------*/
.sticky-on-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99990;
    padding: 0;
    height: auto;
}

.sticky-on-top-content {
    display: inline;
}

.sticky-on-top-content .header {
}

.sticky-on-top-content .header .siegel {
    background: none;
    float: left;
    height: 45px;
}

.sticky-on-top-content .header .logo {
    margin-top: 5px;
}

.sticky-on-top-content .header .form-search {
    background: none;
    top: 8px;
    left: 330px;
}

.sticky-on-top-content .header .form-search input.input-text {
    width: 300px;
}

.sticky-on-top-content .header .quick-access {
    display: none;
}

.sticky-on-top-content .header .mini-login {
    display: none;
}

.sticky-on-top-content .header .telephone {
    position: absolute;
    right: 150px;
}

.sticky-on-top-content .header .user-info {
    top: 0;
    height: 42px;
    width: 110px;
    right: 2px;
}

.sticky-on-top-content .header .user-info .login_header {
    height: 42px;
    width: 110px;
}

.sticky-on-top-content .header .user-info .warenkorb_header {
    top: 1px;
}

.sticky-on-top-content .header .user-info .warenkorb_header .wh_subtotal {
    padding-right: 0
}

.sticky-on-top-content .header .user-info .warenkorb_header .wh_qty {
    padding-right: 0
}

.sticky-on-top-content .header .user-info h3 {
    display: none;
}

.sticky-on-top-content .header .user-info .warenkorb_header img.warenkorb_grafik {
    right: 60px;
    top: 2px;
}

.sticky-on-top-content .header #quotationcart_top {
    margin: 0;
    visibility: hidden;
}

.sticky-on-top-content .header .warenkorb_header .h3 {
    display: none;
}

.sticky-on-top #logo {
    display: none;
}

.sticky-on-top .header_icons {
    display: none !important;
}

.sticky-on-top .header_menu {
    display: inline-block !important;
    float: left;
    width: 30% !important;
    background: transparent !important;
}

.sticky-on-top .search {
    display: inline-block !important;
    width: 64% !important;
    background: transparent !important;
    border: none !important;
}

.sticky-on-top .search {
    top: 0;
}

.sticky-on-top .header-top #header_search .searchautocomplete {
    padding: 0;
}

.sticky-on-top .header-top #logo {
    margin: 0;
    height: auto;
}

.sticky-on-top .header-top #logo a {
    height: 28px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/logo_sticky.1750852043.png') no-repeat;
}

.sticky-on-top .header-top #quotationcart_top {
    margin: 0;
}

.sticky-on-top .header-top #quotationcart_top #quotationcart_list_top_container {
    top: 35px;
}

.sticky-on-top .header-top #header-cart {
    margin: 0;
}

.sticky-on-top-maincontent {
    margin-top: 188px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* CMS Buttons */
.form-button-alt {
    border: 0;
    margin: 0;
    padding: 2px 10px;
    background: #3d7205;
    color: #ffc458;
    cursor: pointer;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

.form-button-alt:hover {
    background: #2d5b05;
}

/* screen specific */
@media (max-width: 1200px) {
    #schiene_subnavi {
        display: none;
    }

    .noReviewsBadge {
        display: none;
    }
}


#basic-modal-content {
    display: none;
!important;
    position: relative;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    height: 360px;
    width: 600px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container a {
    color: #FFF;
}

#simplemodal-container a.modalCloseImg {
    content: '<i class="fonticon-cancel">Schliessen</i>';
    width: 30px;
    height: 30px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -12px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container a.modalCloseImg::after {
    content: '\e81e';
    font-family: 'fontello';
    font-size: 30px;
    color: #ECD07A;
}

#simplemodal-container a:hover.modalCloseImg::after {
    color: #DA2624;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

#basic-modal-content .video {
    position: absolute;
    top: 0;
    left: 0;
}

#quotationcart_form_contact .private-customer-label {
    display: inline !important;
}

#quotationcart_form_contact .private-customer-button {
    border-bottom: 1px dashed;
}

#quotationcart_form_contact .private-customer-button:hover {
    border-bottom: 1px solid;
}

.bold {
    font-weight: bold;
}

.company-color {
    color: #9a0000;
}

#netreviews_reviews_tab {
    border: 1px solid #ecba4c;
    margin-top: 1em;
}

.catalog-product-view .netreviews-stars {
    margin: -20px 0 0 0;
}

.catalog-product-view .netreviews_bg_stars_normal {
    margin: 0;
    display: inline-block;
}

.catalog-product-view .netreviews-stars-link:hover,
.catalog-product-view .netreviews-stars-link {
    display: inline-block;
    float: none;
    vertical-align: top;
}



/* FILE: widgets.css */
/**
 * 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.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-new.1750852043.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_block-list.1750852043.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_block-list.1750852043.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/widgets/i_widget-link.1750852043.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



/* FILE: jquery.simplyscroll.css */
/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/css/buttons.1750852043.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: -84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: -84px 0 !important;
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
		background-position: -84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
		background-position: -42px -88px;
	}
	
	.simply-scroll-btn-pause {
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 758px;
	height: 91px;
	margin-bottom: 1em;
	left:10px;

}

	.simply-scroll .simply-scroll-clip {
		width: 769px;
		height: 91px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 150px;
			height: 40px;
			margin:0 20px;
		}
		.simply-scroll .simply-scroll-list li img {
		margin:0 auto;
		height: 40px;}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */




/* FILE: style.css */
/*.blog-index-list .col-main,
.blog-post-view .col-main {
    width: 740px;
    margin: 0 0 0 20px;
}*/
.postWrapper {
    background: url("//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/blogwrapper_bg.1750852043.png");
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    clear: both;
}
.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9A0000;
    margin-bottom: 15px;
}
.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding: 2px 0px;
}
.postTitle h2 {
    color: #9A0000;
}
.postTitle h2 a{
    color: #9A0000;
}
.postContent {
    padding-bottom: 10px;
}
.postDetails {
}
.postBookmarks {
    padding-bottom: 10px;
}
.postBookmarks h4 {
    font-size: 12px;
    font-weight: bold;
}
.commentWrapper {
    padding-bottom: 15px;
}
.commentContent {
    padding-bottom: 0px;
}
.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}
.commentDetails  h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}
.tags UL {
    display: inline;
}
.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5 { font-size: 11px; }

.tagcloud {
    /* text-align:center; */
}
.tag-count-1 {
    font-size: 1em !important;
}
.tag-count-2 {
    font-size: 1.2em !important;
}
.tag-count-3 {
    font-size: 1.4em !important;
}
.tag-count-4 {
    font-size: 1.6em !important;
}
.tag-count-5 {
    font-size: 1.8em !important;
}
.tag-count-6 {
    font-size: 2em !important;
}
.tag-count-7 {
    font-size: 2em !important;
}
.tag-count-8 {
    font-size: 2em !important;
}
.tag-count-9 {
    font-size: 2em !important;
}
.tag-count-10 {
    font-size: 2em !important;
}

.postWrapper .poster {
    display: inline;
}
.input-box.aw-blog-comment-area { width: 100%; }

.widget-latest li { font-size: 12px; padding: 5px 10px; }
.block-blog .menu-categories { margin: 0; padding: 5px 9px; }

a.awblog_current_comment { text-decoration: none !important; font-weight: bold !important; }

.block-blog>div.block-content {
    width: 190px;
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/nav_hg.1750852043.jpg') repeat-y 0 0;
    position: relative;
    padding: 0px 0 30px 0;
    height: auto;
}
.block-blog>div.block-title {
    width: 190px;
    /*background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/blog_title_left1.1750852043.png') no-repeat scroll center center transparent;*/
    position: absolute;
    padding: 70px 0 0 0;
    top: 80px;
    border: 0;
    z-index: 20;
}

.block-blog .head h4 {
    padding-left: 20px;
}
.block-blog .block-title strong {
    background-image: url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/aw_blog/images/icon_blog.1750852043.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}
.blog-post-view button span {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross.1750852043.png') no-repeat scroll right center transparent;
    border: medium none;
    color: #F8E59B;
    display: block;
    font: bold 12px/21px 'Ubuntu Condensed', sans-serif;
    /*height: 22px;*/
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-index-list div.main>div.col-main>div.std>h1,
.blog-cat-view div.main>div.col-main>div.std>h1,
.blog-post-view div.main>div.col-main>div.std>h1
{
    color: #9a0000;
    font-family: 'Ubuntu Condensed';
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 10px;
}

div.menu-recent>h5, div.menu-categories>h5, div.menu-tags>h5 {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/kat_nav_list.1750852043.png') no-repeat 5px center transparent;
    display: table-cell;
    float: left;
    font-family: 'Ubuntu Condensed';
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 180px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}
.block-blog .menu-categories UL LI {
    margin-left: 10px;
}
.block-blog .menu-recent UL LI {
    margin-left: 10px;
}
.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a { font-size: 11px; }
.block-blog .menu-recent UL LI, .block-blog .menu-categories UL LI {

}
.block-blog .menu-recent UL LI a:before, .block-blog .menu-categories UL LI a:before {
    content: "■ ";
    color: #000;
}

.block-blog .menu-recent UL LI a:hover:before , .block-blog .menu-categories UL LI a:hover:before {
    content: "■ ";
    color: #971311;
}
.block-blog .menu-recent UL LI a:hover , .block-blog .menu-categories UL LI a:hover {
    color: #971311;
    font-weight: bold;
}
.block-blog .menu-tags UL LI a {
    color: rgba(157, 21, 15, 0.63);
}
.block-blog .menu-tags UL LI a:hover {
    color: #971311;
    font-weight: bold;
}

.postContent a {
    color: #971311;
    text-decoration: underline;
}



/* FILE: mirasvit_searchindex.css */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchindex-results {
    *zoom: 1;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6a001;
}
.searchindex-results:before,
.searchindex-results:after {
    display: table;
    content: "";
    line-height: 0;
}
.searchindex-results:after {
    clear: both;
}
.searchindex-results li {
    margin-bottom: -1px;
    float: left;
    *zoom: 1;
    margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
    display: table;
    content: "";
    line-height: 0;
}
.searchindex-results li:after {
    clear: both;
}
.searchindex-results li a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    display: block;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-bottom: none;
    text-decoration: none;
}
.searchindex-results li a:hover {
    background: #e6b124;
    border: 1px solid #e6a001;
    border-bottom: none;
}
.searchindex-results li a span {
    font-weight: normal;
    font-size: 0.9em;
}
.searchindex-results li.active a {
    background: #e6b124;
    border: 1px solid #e6a001;
    border-bottom: none;
}
.searchindex-result {
    margin-bottom: 10px;
}
.searchindex-result:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}
.searchindex-result li {
    padding: 5px;
}
.searchindex-result li .title a {
    font-weight: bold;
    color: #203548;
    font-size: 13px;
}
.searchindex-result.searchindex-result-category {
    margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
    padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
    font-weight: bold;
    color: #203548;
}



/* FILE: em_ajaxcart.css */
#bg_fade {background-color:#000000;background-color:rgba(0, 0, 0, 0.5); left:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:998;height:1000px;}
#containerDiv {width: 480px;z-index: 999;display:none;left:36% !important; top:40% !important;position:fixed;}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 5px solid #587f01;background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg');z-index: 99999;}
#containerDiv .ajaxcart #ajaxcart_closebtn { position: absolute; right: -4px; top: -0px; font-family: 'fontello';font-size: 20px;color: #000;cursor:pointer;}
#containerDiv .ajaxcart #ajaxcart_closebtn:hover { color: #9a0000;}
#containerDiv .ajaxcart .row2 {clear:left;}
#containerDiv .ajaxcart #ajax_image p{text-align:center;font-weight: bold;}
#containerDiv .ajaxcart #ajax_image p i {color: #587f01; font-size: 24px;}
#containerDiv .ajaxcart #ajax_image p i.fonticon-error-alt {color: #9a0000;}
#containerDiv .ajaxcart #ajax_image img {}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}
#containerDiv .ajaxcart .row2 a{
    border: none;
    color: #F8E59B;
    font: 700 12px/21px "Ubuntu Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 10px;
}
#containerDiv .ajaxcart .row2 a#closeLinkError,
#containerDiv .ajaxcart .row2 a#closeLinkSuccess {
    background: url("//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png") left no-repeat transparent;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
#containerDiv .ajaxcart .row2 a#order_stock_qty_button,
#containerDiv .ajaxcart .row2 a#viewcart_button {
    background: url("//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/continue-button-button_hg_gross.1750852043.png") right no-repeat transparent;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
#containerDiv .ajaxcart .row2 a#inquire_requested_qty {
    background: url("//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn-quotationcart-submit.1750852043.png") right no-repeat transparent;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}



/* FILE: em_productlabels.css */
.products-grid .item, .products-list .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; top:0; right:0; width:100% }
.product-img-box .productlabels_icons { z-index:8; }
.productlabels_icons .label { float:right; width:50px; height:50px; font-size:10px; font-weight:bold; color:#fff; line-height:1em; text-align:center; padding:0; }
.productlabels_icons .nobg { background:none; width:auto; height:auto; }
.productlabels_icons .nobg:nth-child(2) { position: absolute;padding-left: 32px;padding-top: 10px;}

.productlabels_icons .orange { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 0; }
.productlabels_icons .yellow { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 -60px; }
.productlabels_icons .blue { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 -120px; }
.productlabels_icons .violet { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 -180px; }
.productlabels_icons .red { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 -240px; }
.productlabels_icons .black { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat 0 -300px; }
.productlabels_icons .new { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat -200px 0; }
.productlabels_icons .special { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat -200px -60px; }
.productlabels_icons .bestseller { background: url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/productlabel_icons.1750852043.png) no-repeat -200px -120px; }



/* FILE: flexslider.css */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; margin-right:10px;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {/*margin-right: 5px*/}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/sliderwidget/images/bg_direction_nav.1750852043.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 1; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.flex-direction-nav{list-style:none!important;}

/*  */
.flex-control-nav { display: none; }


/* FILE: cookieconsent.css */
#cconsent-bar, #cconsent-bar * {
    box-sizing: border-box;
}

#cconsent-bar {
    background-color: rgba(0, 0, 0, 0.8);
    color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999997;
    display: flex;
    align-items: center;
}

#cconsent-bar.ccb--hidden {
    display: none;
}

#cconsent-bar .ccb__wrapper {
    max-width: 95%;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 720px;
    margin: 0 auto;
}

#cconsent-bar .ccb__left {
    align-self: center;
}

#cconsent-bar .ccb__right {
    width: 100%;
    align-self: center;
    white-space: nowrap;
    margin-top: 30px;
}

#cconsent-bar .ccb__right > div {
    float: right;
    color: #FFF;
}

#cconsent-bar a.orange_link {
    color: #598100;
}

#cconsent-bar a {
    text-decoration: underline
}

#cconsent-bar button {
    border: none;
    color: #fff;
    background-color: #598100;
    padding: 7px 55px 5px 55px
}

#cconsent-bar a:hover, #cconsent-bar button:hover {
    cursor: pointer;
}

#cconsent-modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999998;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    #cconsent-modal {
        height: auto
    }
}

#cconsent-modal h2, #cconsent-modal h3 {
    color: #333
}

#cconsent-modal.ccm--visible {
    display: flex
}

#cconsent-modal .ccm__content {
    max-width: 95%;
    width: 740px;
    max-height: 95vh;
    overflow-Y: auto;
    background: #fff;
    margin: 0 auto;
}

@media (max-width: 600px) {
    #cconsent-modal .ccm__content {
        max-width: 95%;
        height: auto;
        max-height: 95%;
    }
}

#cconsent-modal .ccm__content > .ccm__content__heading {
    border-bottom: 1px solid #fff;
    padding: 35px 35px 0;
    background-color: #fff;
    position: relative;
}

.ccm__content__heading > p {
    margin-bottom: 15px;
}

#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
    color: inherit;
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 14px;
    font-size: 24px;
}

#cconsent-modal h2, #cconsent-modal h3 {
    margin-top: 0
}

#cconsent-modal .ccm__content > .ccm__content__body {
    background-color: #FFF;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup {
    margin: 0;
    width: 100%;
    float: left;
    background: #fff
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-head .head {
    text-align: left;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
    transition: transform .3s ease-out;
    transform-origin: 16px 6px 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(0deg);
    transform: translateY(-50%)
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge > svg {
    pointer-events: none;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
    transform: rotate(-180deg)
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    color: #333;
    padding: 13px 35px 17px 35px;
    margin: 0;;
    position: relative;
    transition: background-color .5s ease-out
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head .desc-wrapper {
    float: left;
    width: 73%;
    margin-bottom: 15px
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content {
    padding: 25px 35px;
    margin: 0
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-content {
    display: none;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
    display: flex;
}

@media (max-width: 600px) {
    #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
        flex-direction: column
    }
}

@media (max-width: 600px) {
    #cconsent-modal .switcher {
        margin-bottom: 20px;
    }
}

#cconsent-modal .switcher .ccm__switch-component {
    display: flex;
    align-items: center;
}

#cconsent-modal .switcher .ccm__switch-component > div {
    font-weight: 600;
}

#cconsent-modal .switcher .ccm__switch-group {
    width: 40px;
    height: 20px;
    position: relative;
}

#cconsent-modal .switcher .ccm__switch {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 142px;
    height: 30px;
}

#cconsent-modal .switcher .ccm__switch input {
    display: none;
}

#cconsent-modal .switcher .ccm__switch .ccm__switch__slider {;;
    padding-top: 4px;
    display: grid;
    justify-items: center;
    align-content: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c8c2c0;
    -webkit-transition: .4s;
    transition: .4s;
}

#cconsent-modal .switcher .ccm__switch .ccm__switch__slider:before {
    padding: 1px 0 0 4px;
    font-size: 17px;
    position: absolute;
    font-family: fontello;
    content: "\e81d";
    color: #fff;
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #44332c;
    -webkit-transition: .4s;
    transition: .4s;
}

#cconsent-modal .switcher .ccm__switch .ccm__switch__slider:after {
    content: "Nein";
    color: #3e2d29;;
    font-weight: normal
}

#cconsent-modal .switcher .ccm__switch input:checked + .ccm__switch__slider {
    background-color: #D4E0EE;
}

#cconsent-modal .switcher .ccm__switch input:checked + .ccm__switch__slider:before {
    -webkit-transform: translateX(112px);
    -ms-transform: translateX(112px);
    transform: translateX(112px);
    background-color: #598100;
    font-family: fontello;
    content: "\e819";
}

#cconsent-modal .switcher .ccm__switch input:checked + .ccm__switch__slider:after {
    content: "Ja";
    color: #598100
}

#cconsent-modal .switcher .ccm__switch input:disabled + .ccm__switch__slider:after {
    content: "Erforderlich";
    color: #598100;
    padding-right: 15px;
}

#cconsent-modal .switcher .ccm__switch input:disabled + .ccm__switch__slider {
    cursor: default
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content p {
    color: #444;
    margin-bottom: 0
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list:not(:empty) {
    margin-top: 30px;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list .ccm__list__title {
    color: #333;
    font-weight: 600;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list .ccm__list__table {
    width: 100%;
}

#cconsent-modal .ccm__footer {
    clear: both;
    padding: 15px 35px 35px 35px;
    background-color: #fff;
    text-align: center;
}

#cconsent-modal .ccm__footer .dsg {
    text-align: left
}

#cconsent-modal .ccm__footer .dsg a {
    text-decoration: underline;
}

#cconsent-modal .ccm__footer button {
    width: 266px;
    padding: 5px 0px 4px;
    transition: background-color .5s ease-out;
    background-color: #598100;
    color: #FFF;
    border: none;
    cursor: pointer;
}

#cconsent-modal .ccm__footer button:hover {
    background-color: #2e71e0;
}

#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
    margin-right: 10px;
    background-color: #555;
}

.switcher {
    float: right;
    margin-top: 10px
}

.line-dotted-wrapper {
    padding-left: 5%;
    width: 90%;
    padding-right: 5%;
}

.line-dotted {
    clear: both;
    width: 100%;
    background-image: linear-gradient(to right, #bcb0ac 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top left;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    height: 4px;
}

.buttons-modal {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

p.desc1, p.desc2 {
    margin-bottom: 0;
    font-weight: normal;
}

p.desc2 {
    display: none
}

a.more {
    text-decoration: underline;
    cursor: pointer;;
    font-weight: normal;
    display: block
}

a.fewer {
    text-decoration: underline;
    cursor: pointer;;
    font-weight: normal;
    display: none
}

.ccm__tabgroup.necessary.checked-5jhk .more {
    display: none
}

#cconsent-bar button.ccb__edit {
    background-color: #555;
    margin-right: 15px
}

.desc1.one.modal, a.more.one.modal, a.fewer.two.modal {
    display: none
}

.desc2.two.modal {
    display: block
}

.abstand {
    height: 15px;
}

@media (max-width: 654px) {
    #cconsent-bar button.ccb__edit {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 11px;
    }

    #cconsent-bar button {
        width: 100%;
        display: block;
    }
}

@media (max-width: 700px) {
    .ccm__tabgroup.necessary.checked-5jhk .more {
        display: block;
    }

    .ccm__tabgroup.necessary.checked-5jhk .desc1.one {
        display: none
    }

    #cconsent-modal .switcher {
        margin-bottom: 30px
    }

    .switcher {
        margin-top: -16px
    }

    .desc1.one {
        display: none
    }

    #cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head .desc-wrapper {
        width: 63%
    }

    .desc1.one.modal, a.more.one.modal {
        display: block
    }

    .desc2.two.modal {
        display: none
    }

    .ccm__tabgroup.necessary.checked-5jhk .desc1 {
        display: block
    }
}

@media (max-width: 530px) {
    #cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head .desc-wrapper {
        width: 50%
    }

    #cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head .desc-wrapper.w100 {
        width: 100%
    }

    #cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head .desc-wrapper p {
        text-align: left;
    }
}

@media (max-width: 900px) {
    .mfp-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#datenschutz-modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 15px;
    right: 0;
    bottom: 0;
    z-index: 999999998;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    #datenschutz-modal {
        height: auto
    }
}

#datenschutz-modal h2, #datenschutz-modal h3 {
    color: #333
}

#datenschutz-modal.ccm--visible {
    display: flex
}

#datenschutz-modal .ccm__content {
    max-width: 95%;
    width: 740px;
    max-height: 95vh;
    overflow-Y: auto;
    background: #fff;
    margin: 0 auto;
}

@media (max-width: 600px) {
    #datenschutz-modal .ccm__content {
        max-width: 95%;
        height: auto;
        max-height: 95%;
    }
}

#datenschutz-modal .ccm__content > .ccm__content__heading {
    border-bottom: 1px solid #fff;
    padding: 35px 35px 0 29px;
    background-color: #fff;
    position: relative;
}

.ccm__content__heading > p {
    margin-bottom: 15px;
}

#datenschutz-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
    color: inherit;
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 14px;
    font-size: 24px;
}

#datenschutz-modal h2, #datenschutz-modal h3 {
    margin-top: 0
}

#datenschutz-modal .ccm__content > .ccm__content__body {
    background-color: #FFF;
}

#datenschutz-modal .ccm__content > .ccm__content__body .ccm__content_datenschutz_loading {
    padding: 25px 30px;
}



/* FILE: packagechoice.css */
#ksi_packagechoice_container .packagechoice_div {
    font-size: 1.2em;
    font-weight: bold;
    left: 10px;
}

#ksi_packagechoice_container .packagechoice_div2 {
    position: relative;
}


/* FILE: pageloaderspinner.css */
.loader-spinner-container {width: 100%; height: 100%; position: fixed; top:0; left:0; background: rgba(255, 255, 255, 0.51); z-index: 100000000000;}
.loader-spinner-container p {text-align: center; vertical-align: middle; }
.loader-spinner-img { margin-top: 15%; margin-bottom: 1.5em; }
.loader-spinner-cancel { font-weight: bold; font-size: 16px; }



/* FILE: container.css */
.ksi_popup_container { 
    background:#ecd07a;
    border: 1px solid gray;
    border-radius: 8px;
    display: none;
    padding: 4px;
    position: absolute;
    text-align: left;
    width: auto;
    z-index: 100;
}
.ksi_popup_container:hover {border-color:black;}
.closepoplink {
    display: block;
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
    z-index: 101;
}
.ksi_popup_content {}


/* FILE: global.css */
#bg_fade {
    background-color: #000000;
    left:0px;
    margin:0px;
    padding:0px;
    position:fixed;
    top:0px;
    visibility:hidden;
    width:100%;
    z-index:998;
    height:100%;
}

.clearer {clear: both;}
.product-essential {position:relative;}

/*quotation cart list top*/
#quotationcart_top {
    position: absolute;
    top: 102px;
    right: 7px;
}
#quotationcart_list_top_container {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 10px #888888;
    padding: 17px 20px 0;
    right: 0;
    top: 34px;
    z-index: 10;
    max-height: 480px;
}
#quotationcart_list_top_container .btn-quotationcart-submit {width: 100%;}
#quotationcart_list_top_container .btn-quotationcart-submit span{background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn-quotationcart-submit.1750852043.png') 100% 50% no-repeat transparent;color: #000;}
#quotationcart_list_top {max-height: 372px;overflow-y: scroll;  margin-bottom: 20px;}
#quotationcart_list_top li{position: relative;}
#quotationcart_list_top .btn-remove{
    width:13px;
    height:13px;
    font-size:0;
    line-height:0;
    background:url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn_remove.1750852043.png') 0 0 no-repeat;
    text-indent:-999em;
    overflow:hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}


#quotationcart_list_top > li {  padding-bottom: 8px;border-bottom: 1px dashed #e0e0e0;margin-bottom: 12px; }
#quotationcart_list_top > li.last{border-bottom: none;}

.block-quotationcart-top {font-size:11px; font-family:Arial, sans-serif; min-width: 210px;}
.block-quotationcart-top p.amount {font-size:11px;}
.block-quotationcart-top > strong:first-child > span {text-transform: uppercase;}

/*#btn_quotationcart_top > span {padding-left: 41px;}*/
#btn_quotationcart_top span {line-height: 34px;height: 34px; background:transparent}
#btn_quotationcart_top span span {/*background:url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/bg_btn_quotationcart_top.1750852043.png') no-repeat right -34px; */   color: #ecd07a;font-weight: normal;text-transform: none;}

#containerDivQuotationcart {width: 440px;z-index: 999;display:none;left:36% !important; top:40% !important;position:fixed;}
#containerDivQuotationcart .ajaxcart_qc {position: relative;padding: 20px;text-align: center;border: 5px solid #edba4d;background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/warenkorb_tabelle_hg.1750852043.jpg');z-index: 99999;}
#containerDivQuotationcart .ajaxcart_qc .row2 {clear:left;}
#containerDivQuotationcart .ajaxcart_qc #ajax_image_qc p{text-align:center;font-weight: bold;}
#containerDivQuotationcart .ajaxcart_qc #ajax_image_qc p i {color: #577F01; font-size: 24px;}
#containerDivQuotationcart .ajaxcart_qc #ajax_image_qc img {}
#containerDivQuotationcart .ajaxcart_qc #ajax_image_qc  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDivQuotationcart .ajaxcart_qc #ajax_image_qc span {text-align:left;}
#containerDivQuotationcart .ajaxcart_qc .row2{overflow:hidden;}
#containerDivQuotationcart .ajaxcart_qc .row2 a.next,#containerDivQuotationcart .ajaxcart_qc .row2 a.back{ background: none repeat scroll 0 0 #E0E0E0;padding:0 0 0 2px;height:24px;display:inline-block;border:none;cursor:pointer;}
#containerDivQuotationcart .ajaxcart_qc .row2 a.next span,#containerDivQuotationcart .ajaxcart_qc .row2 a.back span{color:#6C6C6C;font:bold 11px Arial ;text-transform:uppercase;padding:0 12px 0 10px;border:none;white-space:nowrap;display:inline-block;line-height:25px;}
#containerDivQuotationcart .ajaxcart_qc .row2 .btn-quotationcart-submit{width: 46% !important;}
#containerDivQuotationcart .ajaxcart_qc .row2 .btn-quotationcart-submit span{background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn-quotationcart-submit.1750852043.png') 100% 50% no-repeat transparent;color: #000;}
#containerDivQuotationcart .ajaxcart_qc .row2 .btn-continue span {background: url("//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png") left no-repeat transparent; padding: 0 10px 0 8px;}

.quotationcart .cart-empty-message { text-align: center; }

.quotationcart .button-up{height: 50px;}

/*quotation cart table*/
.quotationcart-table { margin-bottom: 10px; clear: both;width: 100%; }
.quotationcart-table tr.product_row td {background: #FADD86;}
.quotationcart-table > tbody > tr > td { padding: 5px; }
.quotationcart-table > tbody > tr > th { padding-left: 5px; }
.quotationcart-table > tfoot > tr > td { padding: 8px 0; }

.quotationcart-table img.logo-file { max-width: 100px; max-height: 100px; border: 1px dashed #d3d3d3; }

.quotationcart-table .btn-remove  {
    width:13px;
    height:13px;
    font-size:0;
    line-height:0;
    background:url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn_remove.1750852043.png') 0 0 no-repeat;
    text-indent:-999em;
    overflow:hidden;
    position: absolute;
    top: 5px;
    right: 5px;
}

.quotationcart-table .product-image {margin:0;}
.quotationcart-table .product-image img {margin-left:6px;}

.quotationcart-table tbody label {font-weight: bold; margin: 5px 0;display: inline-block;}

.quotationcart .btn-continue { float: left; }
.quotationcart .btn-continue span{background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/button-button_hg_gross_left.1750852043.png') top left no-repeat transparent;padding: 0 10px 0 10px;}

.quotationcart .btn-update { float: left; margin-left: 25%;}
.quotationcart .btn-quotationcart-submit{ float: right; }
.quotationcart .btn-quotationcart-submit span{background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn-quotationcart-submit.1750852043.png') 100% 50% no-repeat transparent;color: #000;}


.quotationcart .quotationcart-collaterals { margin-top: 5px; width: 100%; border: 1px solid #d3d3d3; }
.quotationcart .quotationcart-collaterals .inner { margin: 10px; float: right; }
.quotationcart .quotationcart-collaterals .inner .button-set { margin-bottom: 5px; }

.item_images_list_link{position: absolute;bottom: 5px;right: 6px;}

.quotationcart-first-item tbody tr td h3,
.quotationcart-first-item tbody tr td p {padding-left: 10px;}

#quotationcart_form_address .buttons-set button.button {float:none;margin:0;}
#quotationcart_form_address .buttons-set button.button span{background: url('//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/ksi/quotationcart/btn-quotationcart-submit.1750852043.png') 100% 50% no-repeat transparent;color: #000;}
#quotationcart_form_address .quotationcart-first-item {margin-bottom: 10px;}
#quotationcart_form_address .quotationcart-first-item tr td p {margin: 0;}

#quotationcart_form_address .address-billing,
#quotationcart_form_address .address-shipping,
#quotationcart_form_address .quotationcart-additional {margin: 10px 0;}

#quotationcart_form_address .address-billing,
#quotationcart_form_address .address-shipping {float:left;}

#quotationcart_form_address .link-more-products div {margin-top: 10px;}
#quotationcart_form_address .watermark { color: #999999;font-style:italic;}
#quotationcart_form_address #comment {padding: 6px; width: 492px;}
#quotationcart_form_address .form-list li.control label { float: none; max-width: 500px; display: block; }

#quotationcart_form_contact .buttons-set button.button {float:none;margin:0;}
#quotationcart_form_contact .quotationcart-first-item {margin-bottom: 10px;}
#quotationcart_form_contact .quotationcart-first-item tr td p {margin: 0;}
#quotationcart_form_contact #address-billing li.control .input-box{margin: 7px 0;}

#quotationcart_form_contact .address-billing,
#quotationcart_form_contact .address-shipping,
#quotationcart_form_contact .quotationcart-additional {margin: 10px 0;}
#quotationcart_form_contact #address-billing {max-width: 520px;}

#quotationcart_form_contact .address-billing,
#quotationcart_form_contact .address-shipping {float:left;}
#quotationcart_form_contact .quotationcart-additional {float:right;}

#quotationcart_form_contact .link-more-products div {margin-top: 10px;}
#quotationcart_form_contact .watermark { color: #999999;font-style:italic;}
#quotationcart_form_contact #comment {padding: 6px;}
#quotationcart_form_contact .form-list li.control label { float: none; max-width: 500px; display: block; }

.quotationcart_image {position: relative; width: 124px;}
.quotationcart_logo img.logo-image {display: block;max-width: 100%;max-height: 100px;margin-top:1em;}
.quotationcart_logo img.loader-img {vertical-align: middle;}
.quotationcart_logo .logo-hint{font-weight: normal;}
.quotationcart_logo input[type=file] {margin: 1em 0;}

td.quotationcart_qty {text-align: center;width: 124px;}
td.quotationcart_qty input.input-text.qty {text-align: center; width:5.5em; }
td.quotationcart_price,
td.quotationcart_subtotal { font-size: 12px; font-weight: bold; line-height: 24px; text-align: right; }

.overview #additional-table tr > td { padding-right: 10px; }
.overview .overview-summary { border: 1px solid #d3d3d3; width: 100%;}
.overview .overview-summary .inner { margin: 10px; }
.overview .overview-summary .overview-billing,
.overview .overview-summary .overview-shipping,
.overview .overview-summary .overview-additional { display: inline-block; vertical-align: top; }
.overview .overview-summary .overview-billing,
.overview .overview-summary .overview-shipping { margin-right: 15%; }

.different-shipping-address {clear: both;font-weight: bold;}

.quotationcart-all-items .item {float: left; margin: 0 10px 10px 0;}

/* for EM responsive Theme */
.resize_3  #containerDivQuotationcart{left:31% !important;}
.resize_2  #containerDivQuotationcart{left:29% !important;}
.resize_1  #containerDivQuotationcart{left:20% !important;}
.resize_0  #containerDivQuotationcart{left:9% !important;}

.resize_0  #containerDivQuotationcart{width:260px;}
.resize_0  #containerDivQuotationcart .ajaxcart_qc .row2 a.next,
.resize_0  #containerDivQuotationcart .ajaxcart_qc .row2 a.back{margin-bottom:7px;}

.quotationcart-table .product-name a {font-weight:bold;font-size:16px;line-height:18px;font-family:'NexaBold',Verdana,Tahoma,sans-serif;}
.quotationcart-table .product-name {margin-bottom: 10px;}
.quotationcart-table tr td {padding: 2px;}

.quotationcart-index-index .product-container {float: left;width: 49%;margin-top: 10px;}
.quotationcart-index-index .contact-container {float: right;width: 50%;padding-left: 8px;}
#quotationcart-table .odd, #quotationcart-table .even {margin-bottom: 10px;}
.float-left {float: left;}
.margin-left-15 {margin-left: 15px;}
input.qty {text-align: center;}
.different-shipping-address {display:none;}
button.button-quotation {
    border: 0;
    padding: 0 10px;
    background: #edba4d;
    color: #000;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
button.button-quotation:hover {
    background: #FADD86;
}
.form-list .fields .field {
    float: left;
    width: 260px;
}

.quotationcart-printing-options {max-width: 220px;}



/* FILE: style_v148.css */
.mbdialog img{
  border:0; vertical-align:top;
}

.mbdialog p{
  margin:0 0 10px;
}

.mbdialog{
  color:#2f2f2f;         
}
                                                                                                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
.mbdialog *, .mbdialog *:before, .mbdialog *:after{                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
  box-sizing:content-box;         
}

.mbdialog th, .mbdialog td{
  vertical-align:top;                      
}

.mbdialog img{
  display:inline;         
}

.dialogBg{
  background: rgba(255, 255, 255, 0.90);  
  position:fixed;
  overflow-x: auto;
  overflow-y: scroll;
  z-index:99999999;
  left:0;
  top:0;
  bottom:0;
  right:0; 
  /*visibility:hidden;*/
  display:none;
  cursor:pointer;   
}           

.dialogBody{
  overflow:hidden;   
  text-align:left; 
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);         
}
              
.mbdialog{  
  display:none;
  cursor:default;
  margin: 0px auto;        
  position:absolute;
  z-index:99999998;  
  -webkit-backface-visibility: hidden;
} 

@media (max-width: 500px) {
  .mbdialog,.dialogBody{
    -webkit-transform:translate3d(0, 0, 0); //bugfix if theme has translate3d on field behind popup
  }
}

.dialogTool{
  position:relative;          
}    

.dialogClose{
  position:absolute; 
  top:-20px; 
  right:-26px; 
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_dark.1750852043.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;
  height:26px;
  width:26px;    
  cursor:pointer; 
  z-index:99999995;  
}

.dialogCloseCustom{ 
  cursor:pointer;  
}

.dialogClose.overlay2{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_white.1750852043.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;     
}

.dialogClose.style2{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big.1750852043.png);  
  height:29px;
  width:29px; 
  top:-15px; 
  right:-15px;       
} 

.dialogClose.style2:hover{
  background-position:0 -29px;     
}

.dialogClose.style4,.dialogClose.style3{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_simple_white.1750852043.png) no-repeat 4px 4px;   
  height:25px;
  width:25px;      
}

.dialogClose.style3{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_simple_dark.1750852043.png) no-repeat 4px 4px;          
}

.dialogClose.style6{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big_x.1750852043.png) no-repeat;   
  top:7px; 
  right:8px;            
  width:20px;
  height:20px;
}

.dialogClose.style6{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big_x_d.1750852043.png) no-repeat;              
}

.dialogClose.style7{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_transparent.1750852043.png) no-repeat;   
}

.dialogClose.style8{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big_x.1750852043.png) no-repeat;   
}

.dialogClose.style9{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big_x_bold.1750852043.png) no-repeat;              
}

.dialogClose.style10{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/close_big_x_bold_d.1750852043.png) no-repeat;              
}

.dialogClose.style11{
  background:url(//www.stollen-aus-dresden.de/skin/frontend/base/default/images/magebird_popup/white_circle.1750852043.png) no-repeat;              
}

.dialogClose.style6,.dialogClose.style7,.dialogClose.style8,.dialogClose.style9,.dialogClose.style10,.dialogClose.style11{
  width:30px;
  height:30px;
  background-position:center;
}

.dialogClose.style7,.dialogClose.style11{
  width:35px;
  height:35px;
}

.dialogClose.style4:hover,.dialogClose.style3:hover{  
  background-position:4px -17px;   
}

.dialogClose.style1:hover{      
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.imgType img{
  display:block;        
}

.mbdialog .error, .mbdialog .warning{  
  border:1px solid #EED2D8;
  color:#B94A4A;
  font-size:12px;
  font-weight:normal;
  text-shadow:1px 1px #FFFFFF;
  background-color:#F2DDDE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin:0 15px 15px 0;
  padding:2px 5px;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);   
  position:absolute;
  z-index:999999;
}

.mbdialog .error p, .mbdialog .warning p{
  margin:4px 0;
}

.transform-rotate-zoom1{
   -moz-transition: all 0.7s ease-in-out;
   -webkit-transition: all 0.7s ease-in-out;     
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;  
   
  -moz-transform:rotate(0deg) scale(0.001);
  -webkit-transform:rotate(0deg) scale(0.001);
  -o-transform:rotate(0deg) scale(0.001);
  -moz-transform:rotate(0deg) scale(0.001);
  -ms-transform: rotate(0deg) scale(0.001);  
}

.transform-rotate-zoom2{
 -webkit-transform: rotate(360deg) scale(1); 
 -moz-transform: rotate(360deg) scale(1); 
 -o-transform: rotate(360deg) scale(1); 
 -ms-transform: rotate(360deg) scale(1); 
 transform: rotate(360deg) scale(1);  
}   


.popuptransition{
   -moz-transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.9s ease-in-out;     
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;      
}

.transform-elastic1, .moctoddribegam{
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;     
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;  
   
  -moz-transform:scale(0.001);
  -webkit-transform:scale(0.001);
  -o-transform:scale(0.001);
  -moz-transform:scale(0.001);
  -ms-transform:scale(0.001);   
}
 
.transform-elastic2{
 -webkit-transform: scale(1.2); 
 -moz-transform: scale(1.2); 
 -o-transform: scale(1.2); 
 -ms-transform: scale(1.2); 
 transform: scale(1.2);   
}

.transform-elastic3{
 -webkit-transform: scale(1); 
 -moz-transform: scale(1); 
 -o-transform: scale(1); 
 -ms-transform:scale(1); 
 transform: scale(1);   
}

.mbdialog table {              
    border-spacing:0;
    border-collapse:separate;
} 

/*FOLLOW WIDGET*/
.followPopup{
  line-height:1;            
}

.followPopup ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.followPopup li{
  float:left;
  margin-right:10px;
  height:62px;
  overflow:hidden;
  width:63px;
  text-align:center;
}  

.followPopup li img{
  width:auto;
}  

.followPopup.tp2 li{
  height:20px;                   
}     

.followPopup li.twitterFollow img,.followPopup li.pinFollow img{
  margin-bottom:3px;
  margin-left:5px;
}

.followPopup.tp3 li.twitterFollow img,li.twitterTweet img, .followPopup.tp3 li.pinFollow img{
  margin-bottom:3px;
  margin-left:0px;
}

.followPopup .fbLike{
  min-width:48px;
  margin-right:2px;
  margin-left:-3px;
}

.followPopup.tp3 .fbLike{
  margin-left:0px;
}

.followPopup .twitterTweet{
  /*width:58px;*/  
}

.followPopup .twitterTweet{
  visibility:visible !important;
}

.followPopup .gplusRecommend{
  width:50px;
}

.gplusRecommend div{
  vertical-align:top !important;
}

.followPopup .pinFollow{
  min-width:59px;
}

.followPopup.tp3 li{
  float:none;
  width:63px !important;
  margin-right:0;
  text-align:center;
  margin-bottom:10px;                   
}


/*FB like bugfix for ie*/
.fb-like.fb_iframe_widget iframe{
  min-width:49px !important;
  min-height:61px !important;  
  left:0;                              
}
/*END FOLLOW WIDGET*/



/* FILE: avisverifies.css */
/* GENERAL */

@font-face {
    font-family: "Nunito";
    src: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/fonts/avisverifies/Nunito/Nunito-Regular.ttf');

    /* Font icons new */
    font-family: 'nr-icons';
    src: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/fonts/avisverifies/Nricons/nr-icons.eot?srthj');
    src: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/fonts/avisverifies/Nricons/nr-icons.ttf') format('truetype'),
    url('//www.stollen-aus-dresden.de/skin/frontend/base/default/fonts/avisverifies/Nricons/nr-icons.woff?kcfcby') format('font-woff'),
    url('//www.stollen-aus-dresden.de/skin/frontend/base/default/fonts/avisverifies/Nricons/nr-icons.svg?kcfcby#nr-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

#netreviews_reviews_tab {
    background-color: #f9f9f9;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    width: 100%;
    position: relative;
    color: #2c2c2c;
    max-width: 1300px;
}

#netreviews_reviews_tab * {
    /*font-family: "Nunito", Arial, Helvetica, sans-serif !important; uncomment to force fonts to change in all browsers */
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    outline: none !important;
}


/* RATING */

.rating-link > a {
    display: inline-block;
    margin-top: 3px;
}

#netreviews_rating_section {
    display: block;
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E7E9EE;
    margin: 0px auto;
}

.netreviews_rating_header {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 70px;
    min-height: 70px;
    text-align: center;
}

.netreviews_logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 200px;
    height: auto;
}

.netreviews_certification, .netreviews_certification:active, .netreviews_certification:visited {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: color 0.2s;
    font-weight: 600;
}

.netreviews_certification:hover {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.netreviews_rating_content {
    width: 100%;
    display: block;
    position: relative;
    height: 180px;
    min-height: 180px;
    margin-top: 15px;
}

.netreviews_global_rating {
    display: block;
    width: 50%;
    margin: 0px;
    border-right: solid #DDDDDD 2px;
    position: absolute;
    top: 25px;
    left: 0px;
    padding: 0px;
}

.netreviews_note_generale {
    display: block;
    font-size: 58px;
    font-weight: lighter;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
    text-align: center;
    color: #2c2c2c;
}

.netreviews_note_generale span {
    font-size: 30px !important;
}

.netreviews_subtitle {
    display: block;
    font-size: 16px;
    color: #555;
    width: 100%;
    text-align: center;
    padding: 9px 0px 0px 0px;
    margin: 0px;
}

.netreviews_global_rating_details {
    display: block;
    width: 50%;
    margin: 0px;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 0px;
}

.netreviews_rates_list {
    margin: 0px auto;
    border: 0;
    width: 200px;
    display: flex;
    flex-direction: row;
    padding: 0px;
}

.netreviews_rate_list_item {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    width: 23px;
    float: left;
    padding-top: 110px;
    margin-right: 15px;
    color: #FFCD00;
    cursor: pointer;
}

.netreviews_rate_list_item span {
    margin-right: 3px;
}

.netreviews_rate_list_star_image {
    width: 12px;
    height: 12px;
    margin-top: 4px;
}

.netreviews_rate_graph {
    height: 100px;
    width: 25px;
    left: 0; /*pour IE 10/11*/
    top: 0;
    position: absolute;
    padding-right: 20px;
}

.netreviews_rate_percent {
    background: #FFCD00;
    min-height: 1px;
    margin-top: 2px;
    width: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    transition: background 0.2s;
}

.netreviews_rate_percent:hover {
    cursor: pointer;
    background: #fbdb5a;
}

span[class^="netreviews_rate_total"] {
    color: #555;
    margin-top: -25px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}

.netreviews-stars {
    padding: 0px;
    display: block;
    height: 25px;
    border: none;
    margin: 8px auto;
    line-height: 1.6;
}

.netreviews-stars-list {
    padding: 0px;
    display: block;
    height: 38px;
    /*height: auto;*/
    min-height: 25px;
    border: none;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}

.netreviews-stars-link-list {
    /*margin: 0 70px !important /* Uncomment to set in-line reviews number in category pages. */
    font-size: 9px;
}

.reviewInfosAV .netreviews-stars .netreviews_bg_stars {
    margin: 0px 5px;
}

.netreviews-stars a, .netreviews-stars a:hover, .netreviews-stars a:active, .netreviews-stars a:visited {
    line-height: 22px;
    font-size: 14px;
    display: block;
    /*text-decoration: underline;*/
    border: none;
    box-shadow: none;
    /*margin: 0px 0px 0px 8px;*/
    float: left;
    cursor: pointer;
}

.headerStars {
    float: none;
}

.nr-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nr-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nr-icon.grey {
    color: #D1D1D1 !important;
}

.nr-icon.gold {
    color: #FFAF26;
}

.nr-star:before {
    content: "\e903";
}


/* BUTTON */

#av_load_next_page {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

#av_load_next_page .netreviews_button {
    display: block;
    margin: 0px auto;
    padding: 5px 0px;
    width: 250px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    background-color: #555;
    transition: background-color 0.2s;
    font-family: Nunito;
    cursor: pointer;
}

#av_load_next_page .netreviews_button:hover, #av_load_next_page .netreviews_button:active {
    background-color: #656565 !important;
    text-decoration: none !important;
}

#av_load_next_page > a.active {
    background-color: #656565 !important;
    text-decoration: none !important;
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/load.1750852043.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
}

#avisVerifiesAjaxImage {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/loadFull.1750852043.gif');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    height: 100px;
}

.netreviews_button_comment {
    text-decoration: none;
    color: #a7a8a9;
    transition: color 0.2s;
    display: block;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin: 0px;
}

.netreviews_button_comment:hover {
    text-decoration: none;
    color: rgb(47, 47, 47);
}

.netreviews_more_comment {
    width: 15px;
    margin-right: 5px;
    display: inline-block;
}


/* FILTERS */

.netreviews_filtering_section {
    width: 100%;
    margin: 0px auto;
    display: block;
    background: transparent;
    padding: 15px 0px 10px 0px;
    text-align: center;
    font-size: 15px;
    color: #555;
}

.netreviews_filtering_section select {
    font-size: 14px;
    width: auto;
    line-height: 15px;
    text-align: left;
    display: inline;
    outline: none;
    cursor: pointer;
}


/* REVIEW */

.netreviews_reviews_section {
    width: 100%;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.netreviews_review_part {
    padding: 25px 15px;
    border-bottom: 3px solid #ffffff;
    width: 85%;
    margin: 0px auto;
    display: block;
}

/*.netreviews_review_part:last-child{
    border-bottom: 0px !important;
}*/

.netreviews_customer_name {
    display: block;
    font-size: 17px;
    font-weight: bolder;
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.netreviews_customer_name span {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.netreviews_review_rate_and_stars {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 30px;
    min-height: 30px;
    position: relative;
}

.netreviews_review_rate_and_stars .netreviews_bg_stars {
    position: absolute;
    top: 5px;
    left: 0px;
    float: none;
    margin: 0px;
}

.netreviews_reviews_rate {
    display: block;
    position: absolute;
    left: 75px;
    font-size: 16px;
    top: 0px;
}

.netreviews_customer_review {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.netreviews_website_answer {
    padding: 0px 5% 15px 5%;
    background-color: #FFFFFF;
    margin: 10px auto 0px auto;
    font-size: 15px;
    border-left: 3px solid #E7E9EE;
    width: 90%;
    font-weight: 500;
}

.netreviews_website_answer p {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    display: block;
}

.netreviews_answer_title {
    font-weight: bolder !important;
    font-size: 15px !important;
    line-height: 25px !important;
}

.netreviews_answer_title small {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 25px !important;
}

.netreviews_helpfulmsg {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 10px auto 0px auto;
    color: #868788;
    font-size: 14px;
    line-height: 16px;
    display: none;
}

.netreviews_helpful_block {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 10px auto 0px auto;
    color: #868788;
    font-size: 14px;
}

.netreviews_helpful_block a {
    display: inline-block;
    background: #dedede;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 5px;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: background-color, color 0.2s;
    line-height: 22px;
    height: 22px;
}

.netreviews_helpful_block a span {
    display: inline-block;
    background: #adadad;
    padding: 0px 8px;
    line-height: 22px;
    height: 22px;
    margin: 0px 0px 0px 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: background-color, color 0.2s;
}

.netreviews_helpful_block a:hover, .netreviews_helpful_block a:active, .netreviews_helpful_block a:hover span, .netreviews_helpful_block a:active span {
    background-color: #656565 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.netreviews_helpful_block .active {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/HelpfulValid.1750852043.png');
    background-repeat: no-repeat;
    background-color: #656565 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding-left: 25px !important;
    cursor: pointer;
}

.netreviews_helpful_block .active span {
    background-color: #656565 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.netreviews_helpful_block .active:hover {
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/HelpfulDelete.1750852043.png') !important;
    background-repeat: no-repeat;
    background-color: #656565 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding-left: 25px !important;
    cursor: pointer;
}

.netreviews_no_reviews_block {
    width: 80%;
    display: block;
    padding: 20px;
    margin: 10px auto -20px auto;
    color: #868788;
    font-size: 14px;
    text-align: center;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}


/* STARS PETIT FORMAT */

.netreviews_bg_stars {
    display: block;
    float: left;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    padding: 0px;
    border: none;
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/stars/empty/star-empty-16.1750852043.png');
    background-repeat: repeat-x;
    background-position: left center;
    text-decoration: none;
    outline: none;
    background-size: 12px auto;
}

.netreviews_bg_stars span {
    display: block;
    min-width: 0px;
    max-width: 60px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-image: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/stars/gold/star-gold-16.1750852043.png');
    background-repeat: repeat-x;
    background-position: left center;
    text-decoration: none;
    outline: none;
    line-height: 1px;
    font-size: 0.1px;
    background-size: 12px auto;
}


/* STARS PETIT FORMAT NEW */

.netreviews_bg_stars_normal {
    display: block;
    height: 24px;
    width: 65px;
    min-width: 60px;
    max-width: 99px;
    min-height: 24px;
    max-height: 24px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
}

.netreviews_bg_stars_normal span { /* new */
    display: inline-block;
    border: none;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    display: inline-block;
}

.netreviews_bg_stars_normal div { /* new */
    position: absolute;
    font-size: 13px;
    text-align: left;
}


/* GROS FORMAT NEW */

.netreviews_bg_stars_big {
    display: block;
    width: 150px;
    min-width: 150px;
    max-width: 99px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
    margin: -15px auto 10px;
}

.netreviews_bg_stars_big span { /* new */
    border: none;
    overflow: hidden;
    display: inline-block;
}

.netreviews_bg_stars_big div { /* new */
    position: absolute;
    font-size: 30px;
    text-align: left;
}

/*.netreviews_review_rate_and_stars div {
    position: absolute;
}*/


/* LOI 2018 */

.netreviews_rating_header .netreviews_icone_info {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 2px;
}

.netreviews_exit_info {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}

.netreviews_rating_header div label {
    top: 40px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    right: 15px;
    transition: color 0.2s;
    cursor: pointer;
    z-index: 10;
    font-weight: normal;
}

.netreviews_rating_header div {
    width: 100%;
    float: right;
    text-align: left;
}

.netreviews_rating_header div span {
    height: auto;
    width: 450px;
    background-color: #f4f4f4;
    color: black;
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: 70px;
    right: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    z-index: 11;
    display: none;
    margin: 0px;
    font-size: 13px;
}

.netreviews_rating_header div span a {
    color: black;
    text-decoration: underline;
}

#netreviews_informations_label:hover {
    color: rgb(47, 47, 47);
}

#netreviews_informations_label img, #netreviews_informations img {
    display: inline-block;
}

#netreviews_informations {
    text-align: left !important;
}

#netreviews_informations ul {
    margin: 0px 5% !important;
    padding: 25px 0px 5px 0px !important;
    width: 90%;
}

#netreviews_informations ul li {
    font-size: 13px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style: square !important;
}


/* MEDIA */

.netreviews_media_part {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.netreviews_media_part li {
    list-style: none;
    display: block;
    width: 100px;
    height: 80px;
    float: left;
    padding: 0px;
    margin: 10px 10px 0px 0px;
}

.netreviews_media_part li .netreviews_image_thumb {
    display: block;
    width: 100px;
    height: 80px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    transition: opacity 0.2s ease;
    opacity: 1;
}

.netreviews_media_part li .netreviews_image_thumb_video {
    background-color: #333333;
    background-size: 40%;
}

.netreviews_media_part li .netreviews_image_thumb:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

.netreviews_clear {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

#netreviews_media_modal {
    display: none;
    position: fixed;
    z-index: 990;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#netreviews_media_modal > a.carousel-prev {
    left: 5%;
}

#netreviews_media_modal > a.carousel-next {
    right: 5%;
}

#netreviews_media_content {
    display: block;
    position: fixed;
    z-index: 991;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#netreviews_media_content img {
    position: absolute;
    border-radius: 2px;
}

#netreviews_media_content iframe {
    position: absolute;
    border: none;
}

#netreviews_media_close {
    z-index: 992;
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: opacity 0.2s;
    opacity: 1;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

#netreviews_media_close:hover,
#netreviews_media_close:focus {
    text-decoration: none;
    opacity: 0.8;
}

.carousel-prev, .carousel-next {
    z-index: 999;
    top: 50%;
    position: absolute;
    background: transparent;
    display: block;
    color: white !important;
    font-size: 75px;
    height: 75px;
    line-height: 75px;
}

.carousel-prev:hover, .carousel-next:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none !important;
}

.loader-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #555;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


/* SAFARI */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* RESPONSIVE */

@media screen and (max-width: 600px) {

    .netreviews_logo {
        position: relative !important;
        display: block !important;
        margin: 5px auto !important;
        top: 0px !important;
        left: auto !important;
        right: auto !important;
    }

    .netreviews_certification {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: 0px !important;
        text-align: center !important;
        margin: 20px auto 0px auto !important;
        display: block !important;
        width: 100% !important;
        padding: 0px !important;
        z-index: 10;
    }

    .netreviews_rating_header {
        height: auto !important;
        min-height: auto !important;
    }

    .netreviews_global_rating {
        width: 100% !important;
        border-right: 0px !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    .netreviews_rating_content {
        height: auto !important;
        min-height: auto !important;
    }

    .netreviews_global_rating_details {
        display: none !important;
    }

    .netreviews_rating_header div {
        width: 100%;
        text-align: center;
    }

    .netreviews_rating_header div label {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .netreviews_rating_header div span {
        width: 90% !important;
        right: 5% !important;
        top: 120px !important;
    }
}


/* RESPONSIVE DANS UNE DIV (CODE DUPLIQUÉ SUR LE RESPONSIVE CLASSIQUE) */

.nrResponsive .netreviews_logo {
    position: relative !important;
    display: block !important;
    margin: 5px auto !important;
    top: 0px !important;
    left: auto !important;
    right: auto !important;
}

.nrResponsive .netreviews_certification {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: 0px !important;
    text-align: center !important;
    margin: 20px auto 0px auto !important;
    display: block !important;
    width: 100% !important;
    padding: 0px !important;
    z-index: 10;
}

.nrResponsive .netreviews_rating_header {
    height: auto !important;
    min-height: auto !important;
}

.nrResponsive .netreviews_global_rating {
    width: 100% !important;
    border-right: 0px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
}

.nrResponsive .netreviews_rating_content {
    height: auto !important;
    min-height: auto !important;
}

.nrResponsive .netreviews_global_rating_details {
    display: none !important;
}

.nrResponsive .netreviews_rating_header div {
    width: 100%;
    text-align: center;
}

.nrResponsive .netreviews_rating_header div label {
    position: relative;
    top: 0px;
    left: 0px;
}

.nrResponsive .netreviews_rating_header div span {
    width: 90% !important;
    right: 5% !important;
    top: 120px !important;
}


/* ANCIEN WIDGET */

#av_product_award {
    height: 73px;
    background-color: #e6e6e6;
    border: solid 1px #b6b6b6;
    border-radius: 15px;
    position: relative;
    padding: 2px;
    margin-top: 20px;
    max-width: 260px;
}

#av_product_award img#sceau {
    position: absolute;
    right: -15px;
    top: -12px;
    width: 90px;
}

#av_product_award #bottom {
    background: #f7ad26; /* Old browsers */
    background: -moz-linear-gradient(top, #f7ad26 1%, #f49112 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7ad26), color-stop(100%, #f49112)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7ad26 1%, #f49112 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7ad26 1%, #f49112 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7ad26 1%, #f49112 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7ad26 1%, #f49112 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ad26', endColorstr='#f49112', GradientType=0); /* IE6-9 */
    height: 20px;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    position: absolute;
    bottom: 2px;
    width: 90%;
}

#av_product_award #bottom a {
    color: black;
    /*margin-left: 56px;
    margin-top: 3px;*/
    font-weight: normal;
    display: block;
    text-align: center;
}

#av_product_award #top {
    width: 68%;
    text-align: center;
    padding-top: 0px;
}

#av_product_award #top b {
    display: block;
}

/* ratingWrapper et ratingInner utilis� dans ExtraRight et product_list.tpl*/
div.ratingWrapper {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/widget_etoile0.1750852043.png') no-repeat left bottom;
    display: inline-block;
    height: 21px;
    width: 120px;
    text-align: left;
}

div.ratingInner {
    background: url('//www.stollen-aus-dresden.de/skin/frontend/base/default/images/avisverifies/widget_etoile5.1750852043.png') no-repeat left bottom transparent;
    display: inline-block;
    height: 21px;
    text-align: left;
}

/* FIN ANCIEN WIDGET */



/* FILE: style-nav.css */
.nav-container {
    background: url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_nav0.1750852043.jpg) repeat-y scroll 50% 0 #0A263D;
}
#nav {
    font-size: 13px;
    margin: 0 auto;
    padding: 0 16px;
    width: 918px;
}
#nav li {
    /*text-align: left;
	position:relative;*/
	float:left;
}
#nav li.over {
    z-index: 998;
}
#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav span {
    cursor: pointer;
    display: block;
    max-width:120px;
	white-space:normal;
}
#nav li ul span {
    white-space: normal;
}
#nav ul li.parent a {
    /*background: url(//www.stollen-aus-dresden.de/skin/frontend/default/stollen/images/bkg_nav2.1750852043.gif) no-repeat scroll 100% 100% transparent;*/
	background:none;
	
}
#nav ul li.parent li a {
    background-image: none;
}
#nav li.active a {
    color: #D96708;
}
#nav a {
    color: #A7C6DD;
    float: left;
    font-weight: bold;
    padding: 5px 12px 6px 8px;
}
#nav li.over a, #nav a:hover {
    color: #D96708;
}
#nav ul li, #nav ul li.active {
    background:#ECF3F6;
    float: none;
    margin: 0;
    padding-bottom: 1px;
	position:relative;
}
#nav ul li.last {
    background: none repeat scroll 0 0 #ECF3F6;
    padding-bottom: 0;
}
#nav ul a, #nav ul a:hover {
    background: none repeat scroll 0 0 transparent;
    float: none;
}
#nav ul li a {
    font-weight: normal !important;
}
#nav ul, #nav div {
    /*border: 1px solid #899BA5;*/
    top:27px;
    width: 15em;
	
}
#nav div ul {
    border: medium none;
    position: static;
    width: auto;
}
#nav ul ul, #nav ul div {
    top: 5px;
	
}
#nav ul li a {
    background: none repeat scroll 0 0 #ECF3F6;
}
#nav ul li a:hover {
    background: none repeat scroll 0 0 #D5E4EB;
}
#nav ul li a, #nav ul li a:hover {
    color: #2F2F2F !important;
}
#nav ul span, #nav ul li.last li span {
    padding: 5px 40px;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    left: -5px;
    z-index: 999;
	
}
ul.level2{
	margin-left:10px;	
}
ul.level2 > li > a > span{
color:red !important;
}
#nav li.over  div{
    left: -5px;
    z-index: 999;
	
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	text-align:left;
	

}
/* 0 Level */
#nav li { float:left; position:relative; padding:6px 0; color:#FFFFFF; word-wrap:break-word; }
#nav li.active a { }
/*#nav a { color: gray; float: left; font-weight: bold; padding: 0px 12px 0px 8px; }*/
#nav li.over a,
#nav a:hover { }

/* 1st Level */
#nav ul li,
#nav li.active a { color:#FFFFFF}
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal; }

/* 2nd Level */
#nav ul,
#nav div { top:26px; left:10px; position:static; border:none;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a {  }
#nav ul li a:hover {  }
#nav ul li a{color:#333;}
#nav ul li a:hover {text-decoration:underline!important; color:#a72d2c!important; }
#nav ul span,
#nav ul li.last li span { padding:3px 3 4px 3; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-5px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
#nav li.level0.final-item{border-right:none;}
#nav ul li.level a{font-weight:bold;}
#nav ul li.level1 li a{font-weight:normal;}
#nav .menu{position:absolute; left:-10000px;}
#nav li.nav-3 ul.shown-sub, #nav li.nav-3 div.shown-sub, 
#nav li.nav-4 ul.shown-sub, #nav li.nav-4 div.shown-sub, 
#nav li.nav-5 ul.shown-sub, #nav li.nav-5 div.shown-sub {left:-150px;}
#nav li.nav-6 ul.shown-sub, #nav li.nav-6 div.shown-sub, 
#nav li.nav-7 ul.shown-sub, #nav li.nav-7 div.shown-sub, 
#nav li.nav-8 ul.shown-sub, #nav li.nav-8 div.shown-sub{left:auto; right:-5px}

#nav .menu.children1 { width:225px;}
#nav .menu.children2 { width:425px;}
#nav .menu.children3 { width:625px;}
#nav .menu.children4 { width:825px; }
#nav .menu.children5 { width:1025px;}
#nav .menu.children6 { width:1225px;}
#nav .menu.children7 { width:1425px;}


#nav .menu ul.level0 {margin:14px 0 5px 0; width:auto; overflow:hidden}
#nav .menu.children1  ul.level0{ width:225px; }
#nav .menu.children2  ul.level0{ width:414px; overflow:hidden }
#nav .menu.children3  ul.level0{ width:621px; }
#nav .menu.children4  ul.level0{ width:828px; }
#nav .menu.children5  ul.level0{ width:1035px; }
#nav .menu.children6  ul.level0{ width:1242px; }
#nav .menu.children7  ul.level0{ width:1449px; }

#nav .menu ul.level0{color:#FFFFFF; float:left; background:#ECF3F6; border: 1px solid #899BA5;}
#nav .menu li.level1{width:200px; float:left; padding:0; margin-left:7px; }
#nav .menu{ width:auto; overflow:hidden}

#nav ul.level0 li a span{color:#F3686D; font-weight:bold; font-size:14px;border-bottom: 1px dashed #899BA5; font-family:Verdana, Arial, Helvetica, sans-serif;}
#nav ul.level0 li ul li a span{color:#2F2F2F; font-weight:normal; text-decoration:none; border:0 none; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#nav ul.level0 li ul li a span:hover{color:#2F2F2F !important; text-decoration:underline;}
#nav ul.level0 li ul li {word-wrap:break-word;}
#nav ul.level0 li ul.level1 li {}
