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

* { margin:0; padding:0; }

body        {
	color               :#444;
	font                :11px/1.55em arial, helvetica, sans-serif;
	text-align          :center;
    background-color    : #FFFFFF;
   	background-image    : url(https://www.seidenland.de/skin/frontend/default/chocolate/images/bg.jpg);
   	background-repeat   : repeat-y;
   	background-position : center top;

}
.wrapper {
    position            : relative;
    color               : #444;
   	text-align          : center;
    background          : url('https://www.seidenland.de/skin/frontend/default/chocolate/images/body_bg.gif') repeat-x;
}
a           { color:#666; text-decoration:none; }
a:hover     { color:#000; text-decoration:underline; }
a img       { border:0;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:2em; line-height:1.17em; }
h2          { margin-bottom:.4em; font-size:1.5em; line-height:1.2em; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }

/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

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

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

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

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }


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

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

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

/* All */
.col2-set, .col3-set, .col4-set, .col5-set {
    clear: both;
}

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {
    width: 48.5%;
}

.col2-set .col-1 {
    float: left;
}

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

/* Col2-alt */
.col2-alt-set .col-1 {
    float: left;
    width: 32%;
}

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

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

.col3-set .col-1, .col3-set .col-2 {
    margin-right: 3%;
}

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

.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
    margin-right: 4%;
}

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 {
    float: none !important;
    margin: 0 !important;
}

.col3-set td.spacer {
    width: 3%;
}

.col4-set td.spacer {
    width: 4%;
}

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

/* Form Elements */
input.input-text, select, textarea {
    border: 1px solid #b6b6b6;
    font: 12px arial, helvetica, sans-serif;
}

select option {
    padding-right: 10px;
}

option, optgroup {
    font: 12px arial, helvetica, sans-serif;
}

optgroup {
    font-weight: bold;
}

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

textarea {
    overflow: auto;
}

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

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

.v-fix {
    float: left;
}

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

.qty {
    width: 2.5em;
}

.group-select label, .form-list label, .payment-methods label {
    font-weight: bold;
}

.button-set {
    /* Container for form buttons*/
    clear: both;
    margin-top: 4em;
    border-top: 1px solid #e4e4e4;
    padding-top: 8px;
    text-align: right;
}

.button-top-set {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 8px;
}

/* Form lists */
.form-list {
    margin-bottom: 10px;
}

.form-list li {
    margin-bottom: 6px;
}

.form-list li .input-box .input-text, .form-list li .input-box textarea {
    width: 250px;
}

.form-list li .input-box select {
    width: 256px;
}

.form-list li.addElement {
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

.group-select li {
    margin: 0 8px 10px 0;
    padding-left: 8px;
}

.group-select li .input-box {
    float: left;
    width: 275px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
    width: 525px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea {
    width: 250px;
}

.group-select li .input-box select {
    width: 256px;
}

/* Form Messages */
.validation-advice, .required {
    color: #edb967;
    font-size: 15px;
}

.validation-advice {
    clear: both;
    min-height: 15px;
    margin-top: 3px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/validation_advice_bg.gif) no-repeat 2px 4px;
    padding-left: 13px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.25em;
}

.validation-failed {
    border: 1px solid #eb340a !important;
    background: #faebe7 !important;
}

label.required {
    font-weight: bold;
}

p.required {
    text-align: right;
}

/********************** Messages  */
.success {
    color: #3d6611;
}

.error {
    color: #df280a;
}

.notice {
    color: #e26703;
}

.success, .error {
    font-weight: bold;
}

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

.messages {
    width: 100%;
    margin: 0 0 10px !important;
    overflow: hidden;
}

.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom: 1em !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 4px 12px !important;
    font-weight: bold !important;
}

.error-msg li, .success-msg li, .notice-msg li {
    margin-bottom: .2em;
}

.error-msg {
    border-color: #DDDDDD;
    color: #b50000;
    background: #F9F9F9;
}

.success-msg {
    border-color: #DDDDDD;
    color: #3d6611;
    background: #F9F9F9;
}

.notice-msg, .note-msg {
    border-color: #DDDDDD;
    color: #3d6611;
    background: #F9F9F9;
}

/********************** Tabs */
.tabs-info {
    padding: 10px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.tabs {

}

.tabs li {
    float: left;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    font-size: 1.1em;
    line-height: 1em;
    background-color: #F1F1F1;
}

.tabs li.first {
    border-left: 0;
}

.tabs li.last {
    border-right: 0;
}

.tabs a {
    display: block;
    padding: 10px 15px;
    color: #444;
    font-weight: bold;
}

.tabs a:hover {
    background-color: #fff0da;
    text-decoration: none;
    color: #666;
}

.tabs li.active a, .tabs li.active a:hover {
    background-color: #fff0da;
    font-weight: bold;
    color: #666;
}

.sales-order-view .tabs li.active a {
    background: none;
}

/********************** Headings */
.head, .head-alt, .head-alt2, .head-alt3 {
    line-height: 1.25em;
    text-align: right;
}

.head .title, .head-alt .title, .head-alt2 .title, .head-alt3 .title {
    margin: 0;
    float: left;
}

.head a, .head-alt a, .head-alt2 a, .head-alt3 a {
    font-size: 10px;
    text-transform: uppercase;
}

/* Page heading */
.page-head {
    margin: 0 0 16px 0;
}

.page-head-alt {
    margin: 0 0 12px 0;
}

.page-head, .page-head-alt {
    text-align: right;
}

.page-head h3, .page-head-alt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal !important;
    text-transform: uppercase;
    text-align: left;
    color: #666666;
}

.button-level h3 {
    /* heading level with buttons */
    float: left;
    width: 60%;
}

.head-alt {
    margin-bottom: 5px;
}

.head-alt .title {
    color: #666;
    font-size: 1.3em;
}

.head-alt2 {
    margin-bottom: 12px; /*background:#f1f1f1; padding:2px 10px;*/
    font-size: 1.1em;
}

.head-alt2 .title {
    font-size: 1.1em;
}

.head-alt3 {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

/* Category heading */
.category-head {
    margin-bottom: 7px;
}

.category-head h2 {
    padding: 3px 0 0;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.category-image {
    display: block;
    width: 700px;
    height: 220px;
}

.category-description {
    padding: 0px 0px 15px;
}

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

/* Data Table */
.data-table {
    width: 100%;
}

.data-table tr {
    background: #fff;
}

.data-table .odd {
    background: #fff
}

.data-table .even {
    background: #fff;
}

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

.data-table th {
    padding: 2px 8px;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
}

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

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

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

.data-table thead tr {
    background: #F3F3F3;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first {

}

.data-table tfoot tr {
    background-color: #f3f3f3;
}

.data-table tbody td {
    border-bottom: 1px solid #F3F3F3;
}

/* Bundle Product row */
.data-table tbody.odd tr {
    background: #fff;
}

.data-table tbody.even tr {
    background: #fcfcfc;
}

.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: 1px solid #d9dde3;
}

.data-table tbody td h5.title {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    color: #444;
}

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

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

.box-table td {
    padding: 10px;
}

.box-table tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-table select {
    width: 100%;
}

.generic-table td {
    padding: 2px 8px
}

.generic-table td.first {
    padding-left: 0;
}

/********************** Lists */
.disc {
    margin-bottom: 10px;
}

.disc li {
    margin-left: 20px;
    list-style: disc;
}

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

.bare-list li {
    margin: 3px 0;
}

/********************** Space Creators */
.no-display {
    display: none;
}

.content {
    padding: 12px 12px 12px 15px;
}

/* Sets default padding */
.actions {
    line-height: 1.3em;
}

.pipe, .separator {
    padding: 0 3px;
    font-size: .85em;
}

.divider {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
    font-size: 1px;
    line-height: 1em;
    overflow: hidden;
}

/********************** Pager */
.pagerhtml .pager {
    background: none;
    border: none;
}

.pagerhtml .pager td {
    background: none;
    border: none;
}

table.pager select {
    width: 50px;
    margin: 0 3px;
}

table.pager {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #ddd;
}

table.pager td {
    padding: 4px 8px;
    vertical-align: middle;
}

table.pager td.pages {
    text-align: center;
}

table.pager ol, table.pager li {
    display: inline;
}

table.pager li {
    padding: 0 2px;
}

table.pager td.sort-by {

}

table.pager td.sort-by .active, table.pager td.sort-by .active:hover {
    color: #444;
}

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

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

/* Structure */
.home-top-left, .home-top-middle, .home-top-right {
    float: left;
}

.home-top-left, .home-top-middle {
    margin-right: 10px;
}

.home-text-block {
    padding: 20px 10px 0px 10px;
}

.home-marken {
    padding: 20px 10px 20px 10px;
}

.home-marken h1 {
    padding-left: 5px;
    color: #999;
    font-size: 16px;
    font-family: arial;
    letter-spacing: 2px;
}

.home-marken .brand-container {
    float: left;
    margin-right: 43px;
    margin-top: 10px;
}

.home-marken .last {
    margin-right: 0px;
}

.top {
    height: 62px;
    position: relative;
    margin: auto;
    z-index: 1;
}

.info-bar {
    position: absolute;
    top: 27px;
    left: 250px;
    z-index: 1;
}

.container {
    position: relative;
    width: 949px;
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.header {
    margin-bottom: 0px;
    z-index: 10;
    text-align: left;
    height: 165px;
}

.middle {
    min-height: 350px;
    padding: 6px 0 3px 0;
}

.layout-1column {
    /*padding:10px 0px 10px 0px;*/

}

.col-left {
    float: left;
    width: 240px;
}

.col-right {
    float: right;
    width: 195px;
    margin-right: 15px;
}

.col-main {
    float: right;
    width: 700px;
}

.catalog-product-view .col-main, .review-product-list .col-main {
    width: 733px;
}

.catalog-product-view .col-right {
    float: right;
    margin-right: 7px;
    width: 201px;
}

.cms-page-view .layout-1column h2, .cms-page-view .layout-1column h3 {
    padding-top: 10px;
    padding-left: 10px;
}

.cms-page-view .layout-1column p {
    padding-left: 10px;
    padding-right: 10px;
}

/* Style */
.outline-creator {

}

.col-main .padder {
    padding-right: 10px;
}

.col-main .padder {
    padding-right: 10px;
}

.layout-3columns .padder {
    padding: 0;
}

/********************** Header */
.store-switch {
    position: absolute;
    top: 19px;
    left: -13px;
}

.store-switch .switcher li {
    float: left;
    width: 123px;
    height: 42px;
    padding: 4px 0 0 4px;
    background: url('https://www.seidenland.de/skin/frontend/default/chocolate/images/store_switch_off.gif') no-repeat;
}

.store-switch .switcher li.active {
    background: url('https://www.seidenland.de/skin/frontend/default/chocolate/images/store_switch_on.gif') no-repeat !important;
}

.user {
    position: absolute;
    top: 35px;
    right: 154px;
}

.user .welcome, .user .separator, .user .login, .user .logout {
    display: block;
    float: left;
    padding-top: 3px;
}

.user .separator {
    padding: 5px 7px 0 7px;
}

.sales-order-invoice .sep {
    padding: 7px 10px 0 7px;
}

.user .welcome, .user .login {
    background: url('https://www.seidenland.de/skin/frontend/default/chocolate/images/icon_user.png') no-repeat;
    padding-left: 20px;
}

.toplinks {
    position: absolute;
    top: 66px;
    right: 140px;
}

.toplinks li {
    float: left;
}

.toplinks .links {
    display: inline;
}

.toplinks .links {
    padding-left: 8px;
}

.toplinks .links li {
    padding: 0 4px 0 1px;
}

.toplinks .links a {
    padding: 0 7px 0 0;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/bkg_pipe1.gif) no-repeat 100% 50%;
}

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

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

/* Logo */
div.header-logo {
    height: 97px;
    padding-top: 10px;
    padding-left: 5px;
}

.side-logo-promo {
    float: left;
    margin: 15px 10px 0 10px;
    display: none;
}

.page-popup h1#logo {
    display: none;
}

.language-switcher {
    margin-bottom: 20px;
    padding-top: 72px;
}

.language-switcher label {
    color: #000;
}

.language-switcher .flag option {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 2px;
}

.toplinks-bar {
    color: #000;
    text-align: right;
    background-image: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/headerbg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 600px;
    margin-left: 329px;
    padding-right: 29px;
    position: absolute;
    top: 10px;
    display: none;
}

.toplinks-bar .top-links {
    padding-left: 8px;
}

.toplinks-bar .top-links, .toplinks-bar .top-links li {
    display: inline;
}

.toplinks-bar .top-links li {
    padding: 0 4px 0 1px;
}

.toplinks-bar .top-links a {
    color: #EB4070;
    font-weight: bold;
}

.toplinks-bar .top-links a:hover {
    color: #000;
}

.toplinks-bar .top-links a {
    padding: 0 7px 0 0;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/links_separator.gif) no-repeat 100% 50%;
}

.toplinks-bar .top-links .last a {
    padding: 0;
    background: none;
}

.search-bar {
    position: absolute;
    top: 106px;
    right: 15px;
    height: 49px;
}

.breadcrumbs {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 10px;
}

.breadcrumbs li {
    display: inline;
    line-height: 18px;
}

.breadcrumbs a, .breadcrumbs a:hover {
    color: #7f7f7f;
}

/* Mini search */
.mini-search {
    position: relative;
    z-index: 97;
    padding-top: 11px;
}

.mini-search .search-button {
    border: 0px;
    background: none transparent;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.mini-search .input-text {
    width: 220px;
    height: 18px;
    padding: 3px;
    color: #999;
    margin-right: -5px;
}

.search-autocomplete {
    position: absolute;
    /*left:45px !important; top:22px !important; width:216px!important;*/
}

.search-autocomplete ul {
    border: 1px solid #999;
    background: #f9f5f0;
}

.search-autocomplete li {
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
}

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

.search-autocomplete li.odd {
    background: #f6f6f6;
}

.search-autocomplete li.selected {
    background: #ecf9ea;
}

/********************** Sidebars */
.sidebar .box {
    margin-bottom: 7px;
}

.sidebar .content {
    padding: 0px 10px;
    background-image: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/conti.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.sidebar h3 {
    font-size: 1.05em;
    text-transform: uppercase;
}

.sidebar h4 {
    color: #444;
    text-transform: uppercase;
}

.sidebar .actions {
    text-align: right;
}

.sidebar .actions a, .sidebar .actions a:hover {
    text-decoration: underline;
}

.widget-btn {
    float: right;
    font-size: 11px;
    margin: 0 0 2px 5px;
}

.widget-btn, .widget-btn:hover {
    color: #646464;
    font-weight: bold;
}

/* Currency Switcher */
.currency-switcher {
    position: absolute;
    top: 97px;
    margin-left: 680px;
    z-index: 999;
}

.currency-switcher h4 {
    text-transform: none;
}

.currency-switcher select {

}

/* Base Mini */
.base-mini {
    border: 1px solid #DDDDDD;
    line-height: 1.3em;
    background-color: #F9F9F9;
}

.base-mini .head {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.base-mini .head a {
    font-size: 10px;
    text-transform: uppercase;
}

.base-mini .head h4 {
    margin: 0;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
}

.base-mini .head h4 .count {
    text-transform: none;
    color: #2f2f2f;
    white-space: nowrap;
    font-weight: normal;
    font-size: .95em;
}

.base-mini h5 {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.base-mini itimages {
    float: left;
    width: 52px;
    height: 52px;
}

.base-mini .product-images a img {
    /*border: 1px solid #a9a9a9;*/
    vertical-align: top;
}

.base-mini .product-checkbox {
    float: left;
    width: 10px;
}

.base-mini .product-names {
    margin-left: 18px;
}

.base-mini .product-details {
    margin: 0 0 0 60px;
    height: 50px;
}

.base-mini .product-details[class] {
    height: auto;
    min-height: 50px;
}

.base-mini .regular-price {
    color: #2f2f2f;
    font-size: 11px;
}

.base-mini .special-price {
    font-size: 11px;
}

.base-mini .minimal-price {
    font-size: 11px;
}

.base-mini .price-box {
    margin: 1px 0;
}

.sidebar .item {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sidebar .last {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar .actions {
    margin-top: 0;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

/* Sidebar Blocks */
.mini-product-tags li {
    display: inline;
    padding-right: 4px;
    line-height: 1.5em;
}

.mini-product-tags li:after {
    display: inline !important;
}

.mini-product-tags .content a, .mini-product-tags .content a:hover {
    color: #1b2d3b;
}

.mini-newsletter {
    margin: 8px 0;
}

.mini-newsletter label {
    float: left;
    font-size: 13px;
}

.mini-newsletter .input-box {
    float: left;
    width: 215px;
    margin-top: 4px;
    text-align: right;
}

.mini-newsletter .input-text {
    width: 209px;
}

.mini-newsletter .newsletter-btn {
    margin-top: 5px;
}

* html .mini-newsletter .newsletter-btn {
    padding-bottom: 1px;
}

.mini-cart .head {

}

.mini-cart .head h4 {

}

.mini-cart h5 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

.mini-cart .cart-count {
    padding: 8px;
    text-align: center;
}

.mini-cart .subtotal {
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/cart_subtotal_count.gif) no-repeat 50% 0;
    margin-top: 5px;
    line-height: 23px;
}

.mini-poll td.label {
    font-weight: bold;
    padding-right: 10px;
}

.mini-poll td.item {
    white-space: nowrap;
}

.mini-reorder h5 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.hp-report {
    width: 683px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.hp-report .head-alt {
    margin: 10px 0 15px;
}

.hp-report .product-name {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.35;
    margin-bottom: 5px;
    color: #444;
}

.hp-report .product-name a {
    color: #444;
    text-decoration: underline;
}

.hp-report .product-name a:hover {
    text-decoration: none;
}

.hp-report .product-image img {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.hp-report .generic-product-grid td.last .product-image img {
    border-right: 0;
}

/********************** Footer */
.footer, .footer-below {
    color: #666;
    padding: 10px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
}

.footer-below {
    margin-top: 0px;
}

.footer .footer-callout {
    margin-top: -10px;
}

.footer .footer-links {
    margin-bottom: 10px;
}

.footer a, .footer a:hover {
    color: #444;
}

.footer-container, .footer-marken {
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 220px;
}

.footer-marken {
    width: 450px;
    margin-right: 38px;
    border-right: 1px solid #cfcfcf;
    min-height: 220px;
}

.footer-marken li {
    float: left;
    width: 150px;
}

.footer-container li.label, .footer-marken h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.footer .last-block {
    margin-left: 0px;
}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/
.product-shop {
    float: right;
}

.product-shop .form-button, .product-shop .form-button-alt {
    margin-right: 10px;
}

.out-of-stock {
    padding: 0 0 5px;
    margin: 0;
    color: #D83820;
    font-weight: bold;
}

.product-shop .short-description {
    width: 100%;
    overflow: hidden;
}

/********************** Rating */
.ratings {
    margin: 7px 0;
    line-height: 1.2em;
}

.rating-box {
    float: left;
    position: relative;
    width: 50px;
    height: 10px;
    margin-right: 5px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/product_rating_blank_star.gif) repeat-x;
}

.rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/product_rating_full_star.gif) repeat-x;
}

.ratings-list td {
    padding: 2px 0;
}

.ratings-list td.label {
    padding-right: 8px;
    font-weight: bold;
    line-height: 1em;
}

.ratings small {
    font-size: 11px;
}

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

.price-box {
    padding: 5px;
    padding-bottom: 0px;
    position: relative;
}

.price-box .price {
    font-size: 13px;
    font-weight: bold;
    color: #CD5033;
}

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

.regular-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.old-price .price {
    font-weight: bold;
    font-size: 13px;
    color: #000;
    text-decoration: line-through;
}

.price-box .old-price span.uvp {
    padding-left: 4px;
    color: #555;
    font-size: 10px;
    font-weight: 600;
}

.price-box .old-price span.uvp sup {
}

.main-products .td-price .price-box .old-price {
    position: absolute;
    bottom: 18px;
    width: 200px;
}

/* Special price */
.special-price {
    margin: 0
}

.special-price .price-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #CD5033;
}

.special-price .price {
    font-size: 13px;
    font-weight: bold;
}

.main-products .td-price .price-box .special-price {
    position: absolute;
    bottom: 0px;
    width: 200px;
}

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

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

a.minimal-price-link {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #444;
}

a.minimal-price-link:hover {
    color: #444;
}

a.minimal-price-link .label {

}

a.minimal-price-link .price {
    font-weight: normal;
    color: #444;
}

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

.price-including-tax .label {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #888;
}

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

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

.price-excluding-tax .label {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #888;
}

.price-excluding-tax .price {
    font-size: 12px;
    font-weight: normal;
    color: #396f00;
}

/* 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;
}

/* 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;
    font-weight: normal;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 7px;
}

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

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #222;
}

.product-pricing-grouped li {
    padding: 2px 0;
}

.product-pricing-grouped li .price {
    font-weight: bold;
    color: #396f00;
}

/********************** Catalog Listing */
.catalog-listing .product-image img {

}

.catalog-listing h2 {
    margin-bottom: .4em;
    font-size: 1.1em;
    font-weight: normal;
    /* In case product is extra really long */
    padding-right: 0px;
    overflow: hidden; /* In case product is extra really long */
}

.catalog-listing h2 a {
    color: #666666;
}

.catalog-listing h2 a:hover {
    color: #000;
    text-decoration: underline;
}

.catalog-listing .add-to {
    margin: .2em 0 1.8em 0;
    line-height: 1.3em;
}

.catalog-listing .ratings {
    line-height: 1.5;
}

.catalog-listing .ratings .rating-box {
    float: none;
    margin-bottom: 3px;
}

.catalog-listing .ratings .pipe {
    display: none;
}

.catalog-listing .ratings a {
    display: block;
}

.add-to li {
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/add_to_bg.gif) no-repeat 0 50%;
    padding-left: 12px;
    line-height: 1.25em;
    text-align: left;
}

.add-to a, .add-to a:hover {
    color: #444;
}

.product-info-box .stock {
    float: left;
    margin-top: 10px;
}

.add-to-inline {
    text-align: right;
    margin: 10px 0;
}

.add-to-inline li {
    display: inline;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/add_to_bg.gif) no-repeat 0 50%;
    padding-left: 12px;
    margin-left: 12px;
    line-height: 1.25em;
}

.add-to-inline a, .add-to-inline a:hover {
    color: #444;
}

.catalog-listing .ratings {
    margin-bottom: .6em;
}

/* Generic Product Grid */
.generic-product-grid {
    width: 100%;
    margin-bottom: 10px;
}

.generic-product-grid td {
    width: 33%;
}

.generic-product-grid td.empty-product {
    border-right: 0;
}

.generic-product-grid .main-products {
    padding-top: 5px; /*border:1px solid #ddd;*/
}

.generic-product-grid .product-name {
    vertical-align: top !important;
    padding: 5px;
    height: 80px;
}

.generic-product-grid .td-price {
    vertical-align: bottom !important;
}

.generic-product-grid .bottom-text {
    padding: 0px 5px 2px 5px;
}

.generic-product-grid .main-product-bg {
    background-color: #F9F9F9;
    border: 1px solid #ddd;
}

/********************** Layered Navigation */
.layered-nav .head {

}

.layered-nav h3 {
    display: none;
}

.layered-nav h4 {
    margin: 0;
    color: #444;
    font-size: 1.1em;
}

.narrowed-category li {
    clear: both;
}

.layered-nav .narrow-by dt {
    padding: 8px 8px 0 8px;
    font-size: 1.1em;
}

.layered-nav .narrow-by dd {
    padding: 5px 8px 8px 25px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
}

.layered-nav .narrow-by a, .layered-nav .narrow-by a:hover {
    color: #444;
}

.layered-nav .widget-btn {
    float: right;
    margin: .1em 0 0 5px;
    font-size: .95em;
}

.narrow-by dt {
    margin: 0;
    font-size: 1.1em;
}

.narrow-by dd li {
    margin-bottom: .3em;
    line-height: 1.3em;
}

.narrow-by dd.last {
    background: none;
}

.layered-nav .label {
    font-weight: bold;
}

/* Pager */
.pager {
    font-size: 11px;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    height: 20px;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
    padding-right: 8px;
}

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

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {

}

/* Sorter */
.sorter {
    font-size: 11px;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

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

.sorter .sort-by {
    float: right;
    padding-right: 6px;
}

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

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.sorter .link-feed {

}

/* Toolbar */
.toolbar {

}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
    height: 24px;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.toolbar-bottom {

}

/********************* Tool Tips */
.tool-tip {
    border: 2px solid #ddd;
    border-bottom-color: #666;
    background: #f6f6f6;
    position: absolute;
}

.tool-tip .inline-content {
    padding: 8px;
}

.tool-tip .block-content {
    padding: 15px 20px;
}

.tool-tip .btn-close {
    display: block;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 6px;
}

/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Search */
.advanced-search .group-select li label {
    width: 150px;
    float: left;
}

.advanced-search .group-select li input.input-text, .advanced-search .group-select li textarea {
    width: 250px;
}

.advanced-search .group-select li select {
    width: 258px;
}

.advanced-search .range input.input-text {
    width: 70px !important;
}

.advanced-search .range select {
    width: 90px;
    padding: 1px;
}

.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
}

.advanced-search-found-amount {
    margin-bottom: 10px;
}

.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    background: #F9F9F9;
}

.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
}

.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 7px;
}

.advanced-search-summary-box ul li span {
    font-weight: bold;
    color: #EB4070;
}

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

/* List Type */
.listing-type-list .listing-item {
    border-top: 1px solid #F0F0F0;
    padding: 12px 10px 12px 0;
}

.listing-type-list .product-image {
    float: left;
    width: 135px;
}

.listing-type-list .product-shop {
    width: 450px;
}

.listing-type-list .product-shop .description {
    margin: .5em 0 1.2em 0;
}

.listing-type-list .product-shop .price-box {
    float: left;
    text-align: left;
    margin: 0 13px 5px 0;
    padding-top: 0;
}

.listing-type-list .product-shop .product-reviews {
    margin: 15px 0;
    font-size: .95em;
}

.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover {
    color: #6e6969;
}

.listing-type-list .listing-item .rating-box {
    margin-bottom: 6px;
}

/* Grid Type */
.listing-type-grid .product-image img {
    border-left: 0;
}

.listing-type-grid tr.first .product-image img {
    border-top: none;
}

.listing-type-grid .add-to-compare {
    display: block;
    margin: 5px 0;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/icon_add_to_compare.gif) no-repeat 0 50%;
    padding-left: 22px;
    color: #6e6969;
    font-weight: bold;
}

.listing-type-grid .rating-box {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

.listing-type-grid .actions {
    margin: 10px 0;
    text-align: center;
}

/* Product View
**********************************************/

/* Main Product Image */
.product-img-box {
    float: left;
    width: 302px;
    margin-bottom: 20px;
}

.product-img-box .product-image {
    display: block;
    border: 1px solid #cacaca;
    height: 300px;
    margin-bottom: 20px;
}

.product-img-box .product-image img {
    display: block;
}

.product-img-box .product-image-zoom {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    z-index: 9;
    border: 1px solid #ddd;
}

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

.image-zoom {
    position: relative;
    z-index: 9;
    height: 24px;
    margin: 0 auto 13px auto;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/slider_bg.gif) no-repeat 50% 50%;
    padding: 0 28px 0 28px;
    cursor: pointer;
}

#track {
    position: relative;
    height: 24px;
}

#handle {
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 18px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/magnifier_handle.gif) no-repeat;
}

.btn-zoom-out {
    position: absolute;
    left: 10px;
    top: 7px;
}

.btn-zoom-in {
    position: absolute;
    right: 10px;
    top: 7px;
}

.product-img-box .more-views h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: .8em;
    font-size: .95em;
    text-transform: uppercase;
}

.product-img-box .more-views ul {
    margin-left: -4px;
}

.product-img-box .more-views li {
    float: left;
    margin: 0 0 4px 4px;
}

.product-img-box .more-views li img {
    vertical-align: top;
    border: 1px solid #ddd;
}

/* Main Product Info Box */
.product-info-box {
    float: right;
    width: 395px;
    padding-right: 10px;
    position: relative;
}

.product-info-box .product-name {
    margin-bottom: .3em;
    color: #edb967;
    font-size: 16px;
}

.product-info-box .price-box {
    margin: 10px 0;
}

.product-info-box .data-table .price-box {
    margin: 0;
    padding: 0;
}

.product-info-box .ratings {
    margin-bottom: 1em;
}

.add-to-cart-box {
    margin: 10px 0;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    padding: 10px;
    text-align: right;
}

.add-to-boxes .add-to-cart-box {
    text-align: left;
}

.product-pricing {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f9ea;
    border: 1px solid #ddd;
}

.product-pricing .benefit {
    font-style: italic;
    font-weight: bold;
}

.product-pricing .price {
    font-weight: bold;
}

/* Attribute Specs */
.attribute-specs-block table {
    border-color: #d9DDE3;
}

.attribute-specs-block .label {
    font-weight: bold;
}

.attribute-specs-block .data {
    border-right: 0;
}

.attribute-specs-block td {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.25em;
}

.product-options {
    margin: 20px 0 0;
    padding: 0 15px 10px;
    border: 1px solid #ddd;
}

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

.product-options dt .qty-holder {
    float: right;
    margin-right: 15px;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

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

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

.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 textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.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 {
    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.required {
    margin-bottom: 0;
    padding: 15px 0 0;
}

.product-options-bottom {
    background-color: #F9F9F9;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
    position: relative;
}

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

.product-options-bottom .product-pricing li {
    padding: 2px 0;
}

.product-options-bottom .product-pricing .price, .product-options-bottom .product-pricing .benefit {
    color: #000;
}

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

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

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

.product-options-bottom .add-to-cart-box {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}

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

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

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

.product-info-box .product-options-bottom .add-to-cart-box {
    clear: both;
    float: none;
    padding: 12px 0 0;
    text-align: left;
}

/* Product Options */
dl.item-options dt {
    font-weight: bold;
    font-style: italic;
}

dl.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
    text-decoration: none !important;
}

.truncated a.details {
    cursor: help;
    text-decoration: none !important;
    display: inline-block;
    border-bottom: 1px dotted #4f8100;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value dl {
    position: absolute;
    top: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 2px solid #ddd;
    border-bottom-color: #666;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value dt {
    margin-top: 0;
}

.truncated .show dl {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show dl {
    left: 30px;
    top: 10px;
}

.col-right .truncated .show dl {
    left: -240px;
    top: 10px;
}

/* Upsell */
.up-sell-block .generic-product-grid td {
    width: 20%;
    padding-bottom: 8px;
}

.up-sell-block .generic-product-grid td.empty-product {
    background: none;
}

.up-sell-block .catalog-listing img {
    width: 125px;
    height: 125px;
}

.up-sell-block .catalog-listing h5 {
    font-size: 1em;
}

.up-sell-block .price-box {
    margin-top: 0;
    font-size: .9em;
}

.up-sell-block strong {
    font-size: 1.55em;
    color: #EDB967;
}

/* Customer Reviews */
#customer-reviews {
    margin-bottom: 15px;
}

#customer-reviews li {
    margin-bottom: 25px;
}

#customer-reviews li p {
    clear: both;
}

.product-review-box {
    width: auto;
    margin: 8px 0 13px 0;
}

.product-review-box td, .product-review-box th {
    text-align: center;
}

.product-review-box td.label {
    width: 100px;
    text-align: left;
}

/* Product Tags */
.add-tag-box .input-box {
    float: left;
    width: 302px;
    margin-right: 8px;
}

.add-tag-box .input-box .input-text {
    width: 300px;
}

.tags-list {
    margin-bottom: 15px;
}

.tags-list li {
    display: inline;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/links_separator.gif) no-repeat 100% 50%;
    padding: 0 8px 0 4px;
}

.tags-list li.first {
    padding-left: 0;
}

.tags-list li.last {
    background: none;
}

/* Product Detail sidebar */
.mini-related-items {

}

.mini-related-items .content {
    padding: 0;
}

.mini-related-items .pream {
    padding: 8px 8px 0 8px;
}

.mini-related-items .checkbox-container {
    float: right;
    width: 15px;
}

.mini-related-items .product-details {
    float: left;
    width: 102px;
    margin: 0;
    padding-left: 8px;
}

.mini-related-items ol li {
    margin-bottom: 0 !important;
    padding: 8px;
}

.mini-related-items ol li.first {
    padding-top: 0;
    border-top: 0;
}

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

.shipment-methods dd {
    margin-bottom: 13px;
}

.payment-methods dt {
    margin-bottom: 5px;
}

.payment-methods dd {
    padding: 5px 20px;
}

/* Shopping Cart */
.cart-collateral {
    padding: 10px 12px;
    width: 380px;
}

.cart-collateral .divider {
    margin: 12px 0;
    background: #ddd;
}

.cart-collateral h4 {
    float: left;
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
}

.cross-sell-block {
    float: left;
    width: 230px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ddd;
    background: #F9F9F9;
}

.cross-sell-block li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.cross-sell-block li.last {
    padding: 0;
    border: none;
    margin: 0;
}

.cross-sell-block .product-image {
    float: left;
    width: 50px;
}

.cross-sell-block .product-shop {
    width: 155px;
}

.cross-sell-block .price-box {
    margin: 0 0 6px 0;
    font-size: .8em;
}

.cross-sell-block .button a {
    color: #fff;
    text-decoration: none;
}

.cross-sell-blank {
    display: inline;
    float: left;
    width: 220px;
    border: 0;
    padding: 0;
    background: none;
}

.cart-collateral-block {
    float: right;
    width: 680px;
}

.shopping-cart {
    margin-bottom: 0;
}

.shopping-cart th, .shopping-cart td {
    padding-left: 13px;
    padding-right: 13px;
}

.shopping-cart tr.error {
    background: #FDE6E0 !important;
}

.shopping-cart .tax-flag {
    font-size: 0.9em;
    text-transform: lowercase;
    font-weight: normal;
    display: block;
}

.shopping-cart .continue-shopping {
    float: left;
}

.shopping-cart-item-message {
    margin-bottom: 5px
}

td.attributes-col {
    line-height: 1.4em;
}

td.attributes-col ul {
    margin: 5px 0;
    font-size: 1em;
}

td.attributes-col dt {
    margin-top: .5em;
    font-weight: bold;
}

td.attributes-col dd ul {
    margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
    margin-left: 15px;
    list-style: disc;
}

td.attributes-col h4.title {
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: #444;
    width: 100%;
    overflow: hidden;
}

td.attributes-col h4.title a {
    font-weight: bold;
}

.cart-totals {
    padding: 12px 0;
    text-align: right;
    width: 245px;
    float: right;
}

.cart-totals table {
    float: right;
    margin-bottom: 8px;
    line-height: 20px;
}

.cart-totals td {
    padding-left: 15px;
    font-size: 1.1em;
}

.cart-totals tfoot td {
    color: #edb967;
    font-size: 1.3em;
}

.checkout-types {
    margin: 4px 0;
}

.checkout-types li {
    clear: both;
    margin-bottom: 5px;
}

.checkout-types li a {
    font-weight: bold;
}

.cart-shipping-block h4 {
    margin: 0;
    float: none;
}

.cart-collateral .input-text {
    width: 220px;
}

.cart-collateral select {
    width: 270px;
    vertical-align: top;
}

.grand_total {
    width: auto;
    margin-top: 15px;
    border: 1px solid #BEBCB7;
    background: #DEE5E8;
    font-size: 1.3em !important;
    font-weight: bold;
    text-align: right;
}

tr.grand_total td, p.grand_total {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Tax details */
.tax-total {
    cursor: pointer;
}

.tax-total td {
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tax-total .tax-collapse {
    float: right;
    padding-left: 20px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/bg_collapse.gif) 0 2px no-repeat;
    text-align: right;
    cursor: pointer;
}

.show-details .tax-collapse {
    background-position: 0 -55px;
}

.tax-details td {
    font-size: 0.91em;
    color: #626465;
    background-color: #dae1e4;
}

.tax-details-first td {
    border-top: 1px solid #d2d8db;
}

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

.cart-tax-total {
    cursor: pointer;
}

.cart-tax-total {
    padding-right: 20px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/bg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

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

/* One-Page checkout */
.one-page-checkout .box {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 20px;
    background: #fbfbfb;
}

.one-page-checkout .head {
    padding: 4px 8px 6px 8px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #fff #D9DDE3 #D9DDE3 #D9DDE3;
    background: #eee;
}

.one-page-checkout .head a {
    display: none;
}

/* Hide Edit button in step header */
.one-page-checkout h3 {
    float: left;
    margin: 0;
    color: #999;
    font-size: 1.05em;
}

.one-page-checkout h4 {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 2px;
}

.one-page-checkout h4.title {
    border-bottom: 0;
    text-transform: none;
}

.one-page-checkout .step-count {
    padding: 0 4px;
    background: #fff;
    color: #444;
    font-size: .9em;
    line-height: 1em;
}

.one-page-checkout .content {
    padding: 10px 20px;
}

.one-page-checkout label.label {
    font-size: 1.05em;
    color: #2f2f2f;
}

.one-page-checkout .allow .head {
    background: #238297;
    border-color: #238297 #238297 #fff #238297;
    border-width: 1px;
    cursor: pointer;
}

.one-page-checkout .active .head {
    border: 1px solid #EB4070;
    background: #EB4070;
    cursor: default;
}

.one-page-checkout .allow .head a {
    display: block;
    color: #fff;
}

/* Display Edit button in active selection */
.one-page-checkout .active .head a {
    display: none;
}

.one-page-checkout .group-select {
    margin-top: 0;
    margin-right: 0;
    border: 0;
    background: none;
    padding: 0;
}

.one-page-checkout .allow h3 {
    color: #fff;
}

.one-page-checkout .active h3 {
    color: #fff;
}

.one-page-checkout .active .box {
    display: block;
    border-color: #ddd;
    background: #fff;
}

.one-page-checkout dd .form-list ul {
    margin: 5px 17px 15px 17px;
}

.one-page-checkout .checkmo-mailing-address {
    padding-left: 20px;
}

.one-page-checkout-progress .page-head {
    margin-bottom: 1em;
}

.one-page-checkout-progress li {
    margin-bottom: 6px;
}

.one-page-checkout-progress h4 {
    margin: 0;
    border: 1px solid #ddd;
    padding: 8px 8px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.one-page-checkout-progress h4 a {
    text-transform: none;
}

.one-page-checkout-progress .content {

}

#opc-login .button-set {
    border-top: 0;
}

#opc-review .box {
    border: 0;
    padding: 0;
}

#opc-review .content {
    border: 1px solid #D9DDE3;
    border-top: 0;
}

.opc-please-wait {
    padding-right: 7px;
}

.one-page-checkout .payment-methods dd {
    padding: 0;
}

.one-page-checkout .button-set {
    margin-top: 0;
    padding-top: 2em;
}

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

.base-mini .progress-head {
    background: none;
    border: none;
    text-align: left;
    font-size: 14px !important;
    font-weight: bold;
}

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 {
    display: block;
    height: 24px;
    background: #EEE;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#9d9d9d');
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#9d9d9d));
    background: -moz-linear-gradient(top, #e0e0e0, #9d9d9d);
    border: 1px solid #9d9d9d;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 8px;
    font: normal 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.mini-search button.button span {
    border-radius: 0 4px 4px 0;
}

button.button span span {
    border: 0;
    padding: 2px;
    background: none;
}

.cart-top .page-head {
    float: left
}

.cart-top {
    margin-bottom: 10px;
}

.cart-top .page-head h3 {
    padding-top: 8px;
}

.cart-top .button-top {
    float: right;
    margin-right: 15px;
}

.checkout-types button.button span {
    display: block;
    height: 24px;
    background: #EEE;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc934e', endColorstr='#ff6a00');
    background: -webkit-gradient(linear, left top, left bottom, from(#fc934e), to(#ff6a00));
    background: -moz-linear-gradient(top, #fc934e, #ff6a00);
    border: 1px solid #ff6a00;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 8px;
    font: normal 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.checkout-types button.button span span {
    border: 0;
    padding: 2px;
    background: none;
}

.add-to-cart .qty {
    padding: 5px;
    text-align: center;
}

/* Multiple Addresses checkout */
.checkout-progress {
    margin: 0 auto 1.5em auto;
}

.checkout-progress td {
    float: left;
    margin-right: 3px;
    border-top: 6px solid #238297;
    padding: 4px 20px;
    color: #238297;
    font-weight: bold;
}

.checkout-progress td.active {
    border-top-color: #EB4070;
    color: #EB4070;
}

.multi-address-checkout-description {
    margin-top: -10px;
    margin-bottom: 10px;
}

.multi-address-checkout-box .box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    background: #fff;
}

.multi-address-checkout-box .content {
    padding: 10px 20px 20px 20px;
}

.multi-address-checkout-box .count-head {
    border-bottom: 1px solid #EB4070;
    background: #EB4070;
    padding: 2px 10px;
}

.shipment-count {
    background: #E26703;
    padding: 2px 5px;
    color: #fff;
    font-size: .95em;
    line-height: 1em;
}

.multi-address-checkout-box .count-head h4 {
    margin: 0;
    color: #fff;
}

.multi-address-checkout-box .head {
    margin-bottom: 4px;
}

.multi-address-checkout-box .head a {
    font-weight: normal;
}

.multi-address-checkout-box .checkmo-mailing-address {
    display: block;
    padding-left: 20px;
}

.shipping-method-pointer {
    border: 1px solid #ddd;
    padding: 13px;
    background: #fff;
}

.place-order-box {
    float: right;
    height: 71px;
    overflow: hidden;
}

.place-order-box .left-radius {
    width: 21px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/place_order_container_bg.gif) no-repeat;
}

.place-order-box .main-radius {
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/place_order_bg.gif) no-repeat 100% 0;
    padding-right: 21px;
    vertical-align: middle;
}

.place-order-box .grand-total {
    color: #e26703;
    font-size: 1.5em;
    font-weight: bold;
}

.place-order-box input {
    margin-left: 15px;
}

.one-page-checkout .box .default-box {
    border: 1px solid #ddd;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 20px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 10em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #f3f3f3;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 5px 20px;
}

.one-page-checkout .checkout-agreements li {
    margin: 20px 0 0;
}

.one-page-checkout .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.one-page-checkout .checkout-agreements .agree {
    padding-left: 6px;
}

.one-page-checkout-progress address {
    padding-left: 6px;
}

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

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

.giftmessages textarea {
    height: 100px;
}

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

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

.one-page-checkout .box-no-padding {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 0;
    background: #fff;
}

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

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

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

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

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

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

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

.giftmessages .group-select li .input-box {
    float: left;
    width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea {
    width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea {
    width: 235px;
}

.giftmessages .group-select li .input-box select {
    width: 256px;
}

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

/* Customer Name */
.customer-name-prefix .name-prefix {
    width: 60px !important;
}

.customer-name-prefix .name-prefix input {
    width: 45px !important;
}

.customer-name-prefix .name-prefix select {
    width: 51px !important;
}

.customer-name-prefix .name-firstname {
    width: 215px !important;
}

.customer-name-prefix .name-firstname input {
    width: 190px !important;
}

.customer-name-middlename .name-firstname {
    width: 215px !important;
}

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

.customer-name-middlename .name-middlename {
    width: 60px !important;
}

.customer-name-middlename .name-middlename input {
    width: 35px !important;
}

.customer-name-suffix .name-lastname {
    width: 205px !important;
}

.customer-name-suffix .name-lastname input {
    width: 190px !important;
}

.customer-name-suffix .name-suffix {
    width: 60px !important;
}

.customer-name-suffix .name-suffix input {
    width: 45px !important;
}

.customer-name-suffix .name-suffix select {
    width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
    width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
    width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
    width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
    width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
    width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
    width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
    width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
    width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
    width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
    width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
    width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
    width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
    width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
    width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
    width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
    width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
    width: 60px !important;
}

.customer-name-prefix-suffix .name-suffix input {
    width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
    width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
    width: 215px !important;
}

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

.customer-name-middlename-suffix .name-middlename {
    width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
    width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
    width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
    width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
    width: 60px !important;
}

.customer-name-middlename-suffix .name-suffix input {
    width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
    width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
    width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
    width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
    width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
    width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
    width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
    width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
    width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
    width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
    width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
    width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
    width: 51px !important;
}

.customer-dob .input-box {
    float: left;
    width: 60px !important;
}

.customer-dob input {
    width: 50px !important;
}

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

/* My Account navigation */
.account-create {
    padding-left: 20px;
}

.account-nav .head {

}

.account-nav .head .title {

}

.account-nav li a, .account-nav li.on {
    padding: 3px 0;
}

.account-nav li a {
    display: block;
    border-bottom: 1px solid #ddd;
}

.account-nav li a, .account-nav li a:hover {
    color: #5f5d5c;
    text-decoration: none;
}

.account-nav li.on {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.account-nav li.on a {
    border: none;
    padding: 0;
}

.account-nav li.on a, .account-nav li.on a:hover {
    color: #ea7900;
}

.account-nav li.last, .account-nav li.last a {
    border-bottom: 0;
}

/* Login */
.login-box .content {
    min-height: 180px;
    padding: 0;
}

/* Dashboard */
.account-main .account-box li {
    padding: 5px 0;
}

.account-box ol .count {
    float: left;
    margin-top: 3px;
    background-color: #666;
    padding: 1px 3px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    display: none;
}

.account-box ol .content {
    padding: 0;
}

.account-box ol.recent-reviews small {
    float: left;
    margin-right: 3px;
    font-weight: bold;
}

.account-box .product-images {
    width: 65px;
}

.account-box .product-images img {
    border: 1px solid #ccc;
}

.account-box .product-details {
    margin: 0 0 10px 70px;
}

.account-box .content {
    padding: 0;
}

.account-side .actions {
    border-top: 1px solid #ccc;
    padding-top: 4px;
}

.account-side .actions .form-button {
    float: right;
}

.edit-password {
    display: block;
    height: 20px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/icon_lock.gif) no-repeat 0 2px;
    padding-left: 20px;
}

.dashboard-welcome {
    margin-right: 96px;
    margin-bottom: 1.5em;
}

/* Account Addressbook */
.primary-address-list li {
    margin-bottom: 14px;
}

.primary-address-list li .head {
    margin: 0;
}

.address-list li {
    margin-bottom: 1em;
}

.address-list .actions {
    float: right;
    margin: 0 0 10px 10px;
}

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

/* Compare Products */
.compare-products {
    margin: 30px 0 50px 0;
}

.compare-products table {
    width: auto;
    border: 0;
}

.compare-products td {
    width: 170px;
    text-align: left;
}

.compare-products tbody td {
    border-color: #ccc;
}

.compare-products tbody tr.first td {
    border-top: 1px solid #D9DDE3;
    text-align: center;
}

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

.compare-products tbody.attribute-cart td {
    background: #fffada !important;
    text-align: center;
    border-bottom: 1px solid #D9DDE3;
}

.compare-products tbody td.label {
    width: auto;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #BEBCB7;
    background: #e9e9e9 !important;
    text-align: left;
}

.compare-products tbody.remove-buttons tr {
    background: #fff;
}

.compare-products tbody.remove-buttons td {
    border: none !important;
    padding: 0;
    text-align: right;
    font-size: 0;
    line-height: 0;
}

.compare-products tbody.remove-buttons td img {
    float: right;
}

/* Reviews */
.my-review-detail .product-image {
    float: left;
    width: 135px;
}

.my-review-detail .product-image p {
    margin-bottom: 0;
}

.my-review-detail .product-image p img {
    vertical-align: top;
}

.my-review-detail .details {
    float: right;
    width: 550px;
}

.my-review-detail .ratings-list {
    margin-bottom: .8em;
}

.my-review-detail .ratings {
    line-height: 1.55;
}

.my-review-detail .ratings .rating-box {
    float: none;
    margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
    display: none;
}

.my-review-detail .ratings a {
    display: block;
}

/* Gift Messages */
.giftmessage {
    padding: 10px 0 0 0;
}

.giftmessage-preview-link {
    font-size: 11px;
    padding-right: 7px;
    background-repeat: no-repeat;
    background-position: right 5px;
}

.giftmessage-row {
    background-color: #f2efe9;
}

.giftmessage-content {
    float: left;
    margin-right: 10px;
}

.giftmessage-close {
    float: right;
}

.expand {
    background-image: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/gift-message-expand.gif);
}

.collapse {
    background-image: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/gift-message-collapse.gif);
}

/********************** Print pages */
table.print .giftmessage-preview-link {
    display: none !important;
}

table.print .price-excl-tax {
    white-space: nowrap;
}

table.print .price-incl-tax {
    white-space: nowrap;
}

table.print .price-excl-tax .label, table.print .price-excl-tax .price, table.print .price-incl-tax .label, table.print .price-incl-tax .price {
    display: inline;
}

/********************** Pop up pages */
.page-popup {
    background: #fff;
    margin: 25px 30px;
    text-align: left;
}

.page-popup .print-head {
    margin: 0 0 15px;
}

.page-popup .print-head img {
    float: left;
}

.page-popup .print-head address {
    float: left;
    margin-left: 15px;
}

.product-gallery-nav {
    padding: 0 5px;
}

.cms-home .middle {
    position: relative;
    padding-bottom: 0px;
}

.cms-home .middle .generic-product-grid {
    margin-bottom: 0px;
}

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/

/* Alignment */
.v-top {
    vertical-align: top !important;
}

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

.v-bottom {
    vertical-align: bottom !important;
}

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

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

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

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

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

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

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

.normal-weight {
    font-weight: normal !important;
}

.no-border {
    border: none !important;
}

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

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

.auto-width {
    width: auto !important;
}

/* Link highlights */
.link-print {
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/icon_printer.gif) no-repeat 0 2px;
    padding-left: 23px;
    line-height: 18px;
    display: block;
    float: right;
}

.link-feed {
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/icon_feed.gif) 0 50% no-repeat !important;
    padding-left: 18px;
    line-height: 1.15;
}

.link-base {
    color: #444;
}

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

.noscript .noscript-inner {
    width: 960px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

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

.demo-notice a {
    color: #fff;
    text-decoration: underline;
}

.demo-notice a:hover {
    text-decoration: none;
}

/* Class: std - styles for admin-controlled content */
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

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

.std ul ul {
    list-style-type: circle;
}

.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b, .std strong {
    font-weight: bold;
}

.std i, .std em {
    font-style: italic;
}

.std .a-top {
    text-align: right;
}

.shopping-bag {
    position: absolute;
    top: 18px;
    right: 13px;
    background: url('https://www.seidenland.de/skin/frontend/default/chocolate/images/basketbg.gif') no-repeat;
    width: 127px;
    height: 92px;
    z-index: 999;
}

.shopping-bag .items-in-basket, .shopping-bag .items-value {
    float: left;
}

.shopping-bag .items-in-basket {
    width: 48px;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    padding-top: 7px;
}

.shopping-bag .items-value {
    font-size: 12px;
    font-weight: bold;
    padding-top: 11px;
}

.shopping-bag .items-value a {
    color: #000 !important;
}

.shopping-bag .checkout-link a {
    color: #fff !important;
}

.shopping-bag .checkout-link {
    padding-top: 2px;
    padding-left: 42px;
    font-weight: bold;
}

.onestepcheckout-index-index .change-order {
    padding-bottom: 10px;
    text-align: right;
}

.onestepcheckout-index-index .change-order a {
    font-size: 12px;
    font-weight: bold;
}

.onestepcheckout-index-index .terms a {
    text-decoration: underline;
}

.checkout-onepage-success .button-set {
    border: 0px !important;
}

.checkout-onepage-success .button-set .print {
    float: left;
    background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/i_print.gif") no-repeat;
    height: 16px;
}

.checkout-onepage-success .print a {
    padding-left: 12px;
}

.checkout-onepage-success .continue {
    float: right;
}

.success-commercial {
    padding: 10px;
}

.success-commercial h4.fb-headline {
    margin: 0;
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: normal !important;
    text-transform: uppercase;
    text-align: left;
    color: #666666;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 40px;
    background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/fb-logo-success.png") no-repeat 10px 5px;
    height: 35px;
    line-height: 39px;
}

.success-commercial ul.list-benefits {
    margin-left: 10px;
}

.success-commercial ul.list-benefits li {
    float: left;
    width: 220px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #636363;
    background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/haekchen.png") no-repeat 0px 2px;
    line-height: 25px;
    margin-bottom: 10px;
}

.success-commercial .fan-button-bar {
    border-bottom: 1px solid #dddddd;
    margin-top: 10px;
    padding-bottom: 5px;
}

.success-commercial .fan-button {
    float: right;
}

.widget-title {
    margin-bottom: 7px;
}

.widget-title h2 {
    padding: 3px 0;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget-viewed {
    width: 100%;
    float: left;
}

.widget-products .products-grid {

}

.widget-products ul li {
    float: left;
    text-align: center;
    margin-right: 15px;
    width: 150px;
}

.widget-products .product-name {
    font-size: 12px;
}

.widget-product {
    float: none;
}

.widget-category {
    float: none;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    float: none;
}

.registered-users .buttons-set a.f-left {
    padding-right: 10px;
    padding-top: 5px;
}

.account-login .page-title h1 {
    padding-left: 15px;
    padding-bottom: 10px;
    color: #898989;
}

.onestepcheckout-index-index .taxvat {
    display: none;
}

.checkout-cart-index tfoot {
    font-weight: bold;
}

.checkout-cart-index .cart-totals {
    margin-right: 15px;
}

.checkout-cart-index .cart-totals .box-table tfoot td {
    padding-right: 15px;
}

.onestepcheckout-index-index .group-select li {
    margin: 0;
}

.onestepcheckout-index-index .group-select li {
    padding: 1px 0;
}

p.paypallogo {
    margin: 10px 0 0 19px;
}

#magento-messages-overlay-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/overlay.png");
}

#magento-messages-overlay-wrapper .overlay-message-box {
    width: 500px;
    margin: 80px auto;
    background: #fff;
    padding: 15px;
}

#magento-messages-overlay-wrapper .overlay-message-box .headline {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
}

#magento-messages-overlay-wrapper .overlay-message-box .content {
    padding: 0;
}

#magento-messages-overlay-wrapper .overlay-message-box .close {
    padding: 0;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
    color: #EDB967;
}

/*=== Category Sepo Text ======================*/
.teaser-footer-zusatztext {
    border-top: 1px solid #DDDDDD;
    margin: 25px 0 10px 0;
    padding: 10px;
}

.teaser-footer-zusatztext h2 {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 0;
    text-transform: uppercase;
}

/* ZBlock Test ==== */
.zblock-content-top {
    background: #333;
    color: #fff;
    padding: 10px;
}

/* Checkout Cart */
.delivery-time-var {
    color: #444;
}

.reorder-time-var {
    color: #444;
}

/* Footer Delivery Info */
.footer-delivery-info {
    padding: 10px;
    font-weight: normal;
}

.print-button {
    float: right;
    margin-top: 2px;
}

.stock#stock-element1 {
    margin: 0px;
    float: none !important;
}

.stock#stock-element2 {
    left: 250px;
    position: absolute;
    top: 27px;
}

.checkout-infobox-delivery span#delivery-infotext {
    width: 600px;
    margin-left: 13px;
    float: left;
    text-align: justify;
    font: 10px/1.1em arial, helvetica, sans-serif;
    font-weight: normal;
}

#infobox-update-button {
    margin-top: 3px;
}

#bcp-spinner {
    position: absolute !important;
    text-align: center !important;
    padding: 0px !important;
    z-index: 2 !important;
    overflow: auto !important;
    border: 0 !important;
    margin: 0 !important;
    background: none !important;

}

#bcp-spinner img {
    margin-top: 0 !important;
}

div#product-upselling-block {
    margin-top: 20px;
}

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

/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.form-list li:after,
.narrowed-category li:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.header:after,
.head:after,
.head-alt:after,
.head-alt2:after,
.head-alt3:after,
.box:after,
#nav:after,
.middle:after,
.button-set:after,
.actions:after,
.legend:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.search-bar:after,
.sidebar li.item:after,
.sidebar .content:after,
.group-select li:after,
.tabs:after,
.cross-sell-block:after,
.my-review-detail:after,
.search-autocomplete li:after,
.generic-product-list li:after,
.account-nav li:after,
.listing-type-list .listing-item:after,
.product-img-box .more-views ul:after,
.product-options dt:after,
.product-options dd ul.options-list li:after,
.product-options-bottom:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/*


   Magic Zoom Plus v2.0.8 
   Copyright 2010 Magic Toolbox
   You must buy a license to use this tool.
   Go to www.magictoolbox.com/magiczoomplus/


*/

.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}
/* Style of the small image link */
.MagicZoomPlus {
cursor: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image */
.MagicZoomPlus img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
display: none !important; 
}


/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #ccc;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
cursor: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image when the large image is expanded */ 
.MagicThumb-expanded-thumbnail {
cursor: default;
}

/* Style of the span inside the small image link */
.MagicThumb span {
display: none !important;
}

/* Style of the small image */
.MagicThumb img {
border: 0;
outline: 0;
}

/* Style of the expanded image */
.MagicThumb-expanded {
cursor: url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/zoomout.cur), pointer;
background: transparent;
border: 1px solid #ccc;
outline: 0;
padding: 0;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
color: #333;
font: normal 10pt Verdana, Helvetica;
background: #ccc;
text-align: left;
padding: 8px;
border: 0 !important;
outline: 0 !important;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
background: transparent url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/buttons1.png) no-repeat 0 0;
height: 24px;
display: block;
}

.MagicThumb-buttons a {
width: 24px;
height: 24px;
margin: 0px 1px !important;
overflow: hidden;
}

/* Style of the loading message box */
.MagicThumb-loader {
font: normal 12pt sans-serif;
border: 1px solid #000;
background: #fff url(https://www.seidenland.de/skin/frontend/default/chocolate/images/graphics/loader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
}

/* Style of the small images which swap the main image */
.MagicThumb-swap {
}

/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
display: none;
}
@import "https://www.seidenland.de/skin/frontend/default/chocolate/css/jquery.selectBox.css";
/*==================================*/
/* PROJECT COLORS
/*==================================*/
/*==================================*/
/* Fonts
/*==================================*/
@import url(https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,500,600,700|Raleway:400,300,500,600);
body {
  background: #fff;
  font-size: 14px;
}
* {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body,
a,
p,
em,
span,
div,
text,
textarea,
input,
button.button span,
select {
  font-family: 'Raleway', sans-serif;
}
.content {
  padding: 0;
}
h1 {
  font-size: 19px;
  font-weight: 600;
}
h2 {
  font-size: 17px;
  font-weight: 500;
}
.magestore-megamenu {
  z-index: 9999 !important;
}
.teaser-carousel-wrapper {
  z-index: 1 !important;
}
.list-categories-megamenu {
  border: 0 !important;
}
.underline {
  text-transform: uppercase;
  font-weight: 500;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  margin-bottom: 10px;
  display: block;
}
h3 {
  font-size: 15px;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #a92229;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #A49770;
  text-decoration: none;
}
input.input-text {
  padding: 5px;
  background: #efefef;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: inset 2px 2px 2px #666;
  /*FF 3.5+*/
  -webkit-box-shadow: inset 2px 2px 2px #666;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: inset 2px 2px 2px #666;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666);
  /*IE 5.5-7*/
}
/*
* TABLES
*/
td {
  padding: 15px;
}
.required {
  color: #a92229;
}
.container {
  width: 1176px;
}
.wrapper {
  font-size: 14px;
}
/*
* BUTTON STANDARD
*/
button.button span {
  background: #a92229;
  padding: 5px 25px;
  border: 0;
  border-radius: 0;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button.button span span {
  padding: 3px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #a92229;
}
button.button:hover span {
  background: #A49770;
}
button.button:hover span span {
  background: #A49770;
}
#review-form .button {
  width: 100%;
}
/*
* MESSAGES
*/
.success-msg {
  border: 1px solid #e7e1d0;
}
.success-msg span {
  font-size: 16px;
  font-weight: 500;
}
/*
* PRICE
*/
.price-box {
  padding: 0;
  margin: 0;
}
.price-box .old-price .price-label,
.price-box .old-price .price {
  font-size: 12px !important;
  text-transform: none;
  color: #222;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.price-box .old-price .price-label img,
.price-box .old-price .price img {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.price-box .old-price .price {
  background-image: url('https://www.seidenland.de/skin/frontend/default/chocolate/images/oldprice.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.price-box .regular-price .price-label,
.price-box .regular-price .price {
  color: #a92229;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  position: relative;
}
.price-box .special-price .price-label,
.price-box .special-price .price {
  color: #a92229 !important;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
/*
* NAVIGATION MANU
*/
#navigation > ul > li:last-child {
  background-color: #a92229;
}
#navigation ul {
  width: 100%;
  background-color: #A49770;
  position: relative;
}
#navigation ul li {
  display: inline-block;
}
#navigation ul li a {
  display: block;
}
#navigation ul li a span {
  padding: 12px 20px;
  display: block;
  color: #fff;
  font-weight: 800;
}
#navigation ul li ul {
  position: absolute;
  width: 60%;
}
#navigation ul li ul {
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 999;
  left: 0;
}
#navigation ul li ul li {
  width: 23%;
  float: left;
  display: block;
  padding: 0;
  margin: 0 5px 0 0;
}
#navigation ul li ul li a span {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  padding: 5px 10px;
}
#navigation ul li ul li ul {
  border: none;
  border-top: 1px dotted #ccc;
  width: auto;
  position: relative;
}
#navigation ul li ul li ul li {
  float: none;
  width: auto;
}
#navigation ul li ul li ul li a span {
  font-size: 11px;
  padding: 0;
  margin-left: 10px;
}
#navigation ul li ul li:hover {
  background-color: transparent;
}
#navigation ul li ul li:hover > a span {
  color: #666;
}
#navigation ul li:hover {
  background-color: #a92229;
}
#navigation ul li:nth-child(-n+4) ul {
  left: -99999px;
  margin-bottom: 15px;
  padding: 10px;
}
#navigation ul li:nth-child(-n+4):hover ul {
  left: 0;
}
#navigation ul li:nth-child(n+5) ul {
  left: auto;
  right: 99999px;
}
#navigation ul li:nth-child(n+5):hover ul {
  right: 0;
}
.leftAlign {
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0 !important;
}
.leftAlign ul.equalbox {
  padding: 15px 0 5px 10px !important;
}
.leftAlign ul.equalbox li {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/menu_li_bg.png") no-repeat left 5px;
  padding-left: 5px;
}
/*
* HEADER
*/
.shopping-bag {
  background: #fff;
  border: 2px solid #ccc;
  width: 150px;
  height: 95px;
}
.shopping-bag .checkout-link {
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
}
.shopping-bag .checkout-link a {
  color: #fff;
  display: block;
  font-weight: normal;
  text-align: center;
  background: #a92229;
  width: 130px;
  margin: 0 10px;
  padding: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shopping-bag .checkout-link a:hover {
  text-decoration: none;
  background: #A49770;
}
.shopping-bag .shoppingbaglogo {
  float: left;
  width: 37px;
  margin: 3px 0px 0 10px;
}
.shopping-bag .shoppingbagdetails {
  float: right;
  text-align: right;
  margin: 13px 10px 0 0;
  width: 91px;
}
.shopping-bag .shoppingbagdetails a.qtyitems {
  font-size: 14px;
}
.shopping-bag .shoppingbagdetails span {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  display: block;
}
/** Block content for shipment description in header **/
.header-trust-block {
  width: 180px;
  margin-top: 7px;
  float: right;
}
.header-trust-block li {
  clear: both;
  position: relative;
}
.header-trust-block .icon {
  float: left;
  position: absolute;
  left: -36px;
  top: -2px;
}
.header-trust-block .icon.car {
  top: 0px;
}
.header-trust-block .icon.sslLogo {
  left: 117px;
  top: -10px;
}
.header-trust-block .description {
  float: left;
  line-height: 16px;
  color: #888;
  font-weight: 300;
}
.store-switch {
  left: 0;
}
.info-bar {
  left: 265px;
}
.toplinks {
  right: 175px;
  top: 62px;
}
.toplinks a {
  color: #888;
  font-weight: 300;
}
.user {
  right: 188px;
  font-weight: 500;
}
.user a {
  color: #888;
}
.user a:hover {
  color: #a92229;
}
.user .welcome,
.user .login {
  padding-left: 30px;
}
.header {
  height: auto;
}
.headerlogo {
  margin-top: 35px;
  width: 365px;
  float: left;
}
.headercontent {
  width: 710px;
  float: right;
  margin-top: 65px;
  height: 95px;
  margin-bottom: 35px;
}
/*
* HEADER SEARCH & CONTENT
*/
.mini-search {
  width: 480px;
  float: left;
}
.mini-search .input-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 0 8px -3px #000000 inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 8px -3px #000000 inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 8px -3px #000000 inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  width: 310px;
  background: #f1f1f1;
}
.mini-search .search-infotext {
  margin-top: 15px;
}
.mini-search .search-infotext p {
  color: #888;
  font-size: 12px !important;
  height: 8px;
}
.mini-search .search-infotext span {
  color: #a92229;
  font-weight: 600;
  font-size: 18px;
}
.mini-search .search-infotext strong {
  color: #000;
}
.mini-search button.button span {
  text-indent: -9999px;
  border-radius: 0;
  border-color: #A49770;
  background: #A49770 url("https://www.seidenland.de/skin/frontend/default/chocolate/images/search.png") 18px 4px no-repeat;
  width: 55px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 26px;
  padding: 0;
}
.mini-search button.button:hover span {
  background: #a92229 url("https://www.seidenland.de/skin/frontend/default/chocolate/images/search.png") 18px 4px no-repeat;
  border-color: #a92229;
}
.trustbox {
  float: right;
  width: 200px;
  margin-top: 7px;
}
/*
* STARTSEITE
*/
.shopinfotext {
  margin: 50px auto;
  text-align: justify;
}
/*
* STARTSEITE TEASER GRID
*/
.teasergrid {
  margin-top: 20px;
  height: 477px;
  width: 470px;
  float: right;
  clear: right;
}
.teasergrid .bold-baner-text-contener {
  margin-top: 71px;
}
.teasergrid .bold-banner-opacity {
  background-color: #000;
  opacity: 0.2;
}
.teasergrid .bold-image-list .bold-baner-title h2 {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/teasergrid_headline_bg.png");
  padding: 10px 0;
  font-family: 'Gentium Book Basic', serif !important;
  font-size: 18px !important;
  color: #111 !important;
  text-transform: uppercase;
}
/*
* CAROUSEL SLIDER
*/
.teaser-carousel-wrapper {
  width: 696px;
  height: 477px;
  float: left;
  position: relative;
}
.teaser-carousel-wrapper .teaser-carousel-nav {
  position: absolute;
  width: 636px;
  height: 50px;
  padding: 0 30px;
  z-index: 7000;
  margin-top: 236px;
  overflow: hidden;
}
.teaser-carousel-wrapper .teaser-carousel-nav a {
  font-size: 30px;
  height: 40px;
  width: 17px;
  text-indent: -9999px;
}
.teaser-carousel-wrapper .teaser-carousel-nav .jcarousel-control-prev {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/slider_nav_prev.png") no-repeat center center;
  float: left;
}
.teaser-carousel-wrapper .teaser-carousel-nav .jcarousel-control-next {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/slider_nav_next.png") no-repeat center center;
  float: right;
}
.teaser-carousel-wrapper .teaser-carousel-nav .inactive {
  opacity: 0.2;
}
.teaser-carousel {
  margin-top: 20px;
  width: 696px;
  height: 477px;
  position: relative;
  overflow: hidden;
}
.teaser-carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.teaser-carousel li {
  float: left;
  width: 696px;
  height: 477px;
}
/*
* FOOTER
*/
.footer {
  background: #e5e5e5;
  padding-bottom: 60px;
  border: 0;
}
.footer .footer-below {
  border: 0;
  padding: 0;
  margin: 0;
}
.footer .footer-below .shippingblock {
  overflow: hidden;
}
.footer .footer-below .footer-delivery-info {
  padding: 0;
  margin-top: 35px;
}
.footer .footer-below .newsletter-box {
  background: none;
}
.footer .footer-below .newsletter-box .head {
  text-align: left;
}
.footer .footer-below .newsletter-box .head p a {
  font-size: 14px;
  text-transform: none;
}
.footer .footer-below .mini-newsletter .input-box {
  width: 100%;
}
.footer .footer-below .mini-newsletter .input-box .input-text {
  height: 14px;
  margin-top: 5px;
  margin-right: -3px;
  padding-left: 10px;
  float: left;
  width: 265px;
  color: #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 0 0 8px -3px #000000 inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 8px -3px #000000 inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 8px -3px #000000 inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  background: #f1f1f1;
}
.footer .footer-below .mini-newsletter .input-box .input-text.validation-failed {
  margin-bottom: 5px;
}
.footer .footer-below .mini-newsletter .input-box .newsletter-btn {
  float: right;
}
.footer .footer-below .head,
.footer .footer-below .content,
.footer .footer-below .newsletter-box {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer .footer-below .serviceblock {
  float: left;
  margin-right: 40px;
}
.footer img {
  display: inline-block;
  vertical-align: middle;
}
.footer h3,
.footer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  text-transform: none;
}
.footer .row {
  margin-bottom: 30px;
}
.footer .row .col1,
.footer .row .col2,
.footer .row .col3 {
  float: left;
  width: 330px;
  margin-right: 93px;
  text-align: justify;
}
.footer .row .col3 {
  margin-right: 0;
}
.page-title {
  margin-top: 20px;
}
.page-title h1 {
  padding: 0 !important;
  margin-bottom: 15px;
}
/*
* MANUFACTURER LIST
*/
.manufacturer-list {
  margin: 25px 0 15px 0;
  height: 95px;
  width: 100%;
  overflow: hidden;
  background: #ebebeb;
  padding: 0;
}
.manufacturer-list a {
  padding: 27px;
  display: inline-block;
}
.manufacturer-list img {
  float: left;
  margin-right: 8px;
}
.manufacturer-list img:last-child {
  margin-right: 0;
}
/*
* TOPSELLER SLIDER
*/
.topseller .toolbar {
  display: none;
}
.topseller .category-products .products-grid .item {
  height: 340px;
}
.topseller .category-products .products-grid .item.last {
  margin: 0 16px 15px 0 !important;
}
.topseller .category-products .products-grid .item:nth-child(5n) {
  margin: 0 0px 15px 0;
}
.topseller .headline h2 {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  width: 715px;
  margin: 0 auto 15px auto;
}
.topseller .headline h2 span {
  font-weight: 600;
}
.topseller .category-products .toolbar {
  display: none;
}
/*
* BREADCRUMB
*/
.breadcrumbs {
  padding-left: 0;
  font-size: 12px;
  color: #222;
  border: 0;
}
.breadcrumbs li.breadcrumbspacer {
  color: #222;
}
.breadcrumbs a {
  color: #222;
}
.breadcrumbs a:hover {
  color: #a92229;
  text-decoration: none;
}
/*
* REVIEW LIST
*/
.reviewlist {
  margin: 20px 0;
}
/*
* FORMS
*/
.validation-advice {
  font-size: 11px;
  color: #a92229;
}
.form-list label {
  font-weight: 500;
}
.form-list .input-box {
  margin-bottom: 15px;
}
.form-list input.input-text {
  padding: 5px;
  font-size: 14px;
}
.form-list li.control div.input-box {
  display: inline-block;
}
.form-list li.control label {
  padding-top: 3px;
  display: inline-block;
}
.form-list .customer-name-prefix-suffix .name-prefix select {
  width: 80px !important;
  padding: 4px;
}
/*
* CATEGORY HEADER
*/
.category-header {
  margin-bottom: 35px;
}
.category-header .cat-image {
  float: left;
}
.category-header .cat-image img {
  width: 560px;
  height: auto;
}
.category-header .cat-description {
  float: right;
  width: 575px;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
.category-header .cat-description h1 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Gentium Book Basic', serif;
}
.category-header .cat-description strong {
  font-weight: 600;
}
.category-header .fullwide {
  width: 100%;
}
.category-header .subcategorys {
  margin-top: 30px;
}
.category-header .subcategorys ul li {
  width: 220px;
  height: 220px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.category-header .subcategorys ul li a {
  color: #111;
}
.category-header .subcategorys ul li span {
  position: absolute;
  background: #fff;
  opacity: 0.7;
  bottom: -1px;
  font-size: 19px;
  text-align: center;
  padding: 15px 0px;
  width: 100%;
  font-family: 'Gentium Book Basic', serif;
  font-weight: 600;
  text-transform: uppercase;
}
.category-header .subcategorys ul li span:hover {
  background: #A49770;
  color: #fff;
}
.category-header .subcategorys ul li img {
  width: 220px;
  height: 220px;
}
.category-header .subcategorys ul li.last {
  margin-right: 0;
}
/*
* CATEGORY TOOLBAR
*/
.toolbar {
  margin-bottom: 35px;
}
.toolbar .pager {
  border: 0;
  font-size: 13px;
  margin-right: -7px;
}
.toolbar .pager select {
  padding: 9px;
  font-size: 14px;
  height: 40px;
  font-family: 'Raleway', sans-serif;
}
.toolbar .pager .selectBox-dropdown {
  width: 222px !important;
  margin: 0 9px 0 0 !important;
  line-height: 25px;
  padding-top: 7px;
}
.toolbar .pager .selectBox-dropdown:first-child {
  margin: 0 !important;
}
.toolbar .pager .pages ol li.current {
  background: #A49770;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 1px solid #222;
}
.toolbar .pager .pages ol li {
  margin: 0;
}
.toolbar .pager .pages ol li a {
  display: inline-block;
  width: 35px;
  color: #333;
  height: 35px;
  font-size: 18px;
  line-height: 31px;
  border: 1px solid #222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toolbar .pager .pages ol li a:hover {
  background: #A49770;
  color: #fff;
  text-decoration: none;
}
.toolbar .pager .sort-by {
  float: right;
  margin-right: -10px;
  color: #111;
}
/*
* CATEGORY GRID/LIST
*/
.col-main {
  width: 937px;
}
.col-left {
  width: 220px;
}
.col-right {
  float: right;
  width: 220px;
  margin-right: 0;
}
.products-grid {
  clear: both;
  margin: 10px 0;
}
.products-grid .item {
  height: 430px;
  width: 220px;
  margin: 0px 18px 18px 0px;
  float: left;
  z-index: 100;
}
.products-grid .item .product-name {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  display: block;
  line-height: 22px;
  margin-top: -1px;
}
.products-grid .item .product-name a {
  color: #333;
}
.products-grid .item .productdetails {
  display: none;
  z-index: 9999;
}
.products-grid .item.last {
  margin-right: 0;
}
.item:hover .productdetails {
  display: block;
  position: absolute;
  background: #fff;
  border: 2px solid #a92229;
  width: 300px;
  min-height: 350px;
  z-index: 9999;
  padding: 10px;
  margin-top: -12px;
  margin-left: -92px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: 0 0 18px -1px #666;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 18px -1px #666;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 18px -1px #666;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#666);
  /*IE 5.5-7*/
}
.item:hover .productdetails .moreimages {
  float: left;
  width: 75px;
  padding-left: 1px;
}
.item:hover .productdetails .moreimages span {
  overflow: hidden;
  width: 75px;
  height: 75px;
  margin-bottom: 1px;
  display: block;
}
.item:hover .productdetails .moreimages span img {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.item:hover .productdetails .moreimages span img:hover {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
}
.item:hover .productdetails .detailinformation {
  width: 220px;
  float: right;
}
.item:hover .productdetails .detailinformation .detailinformation-title {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  display: block;
}
.item:hover .productdetails .detailinformation .detailinformation-title {
  text-decoration: none;
}
.item:hover .productdetails .detailinformation .price-box {
  margin-bottom: 15px;
}
.item:hover .productdetails .detailinformation .attributelist {
  margin: 20px 0 10px 0;
}
.item:hover .productdetails .detailinformation .attributelist .label {
  font-weight: 600;
}
.item:hover .productdetails .detailinformation .attributelist li {
  font-size: 11px;
  margin-right: 12px;
  display: inline-block;
  line-height: 15px;
}
.item:hover .productdetails .detailinformation a.btnToProduct {
  background: #a92229;
  padding: 7px 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.item:hover .productdetails .detailinformation a.btnToProduct:hover {
  color: #fff;
  background: #A49770;
}
.products-grid:first-child {
  margin-top: 0;
}
/*
* LAYERED NAVIGATION
*/
#filter-layered-nav {
  margin: 0 0 25px 0;
}
#filter-layered-nav ul.filterElements li.filterItem {
  padding: 10px;
  width: 200px;
  margin: 0 16px 15px 0;
  background: #fff;
  float: left;
  border: 1px solid #333;
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/bg_filter.jpg") no-repeat right center;
}
#filter-layered-nav ul.filterElements li.filterItem ul.submenulist {
  display: none;
}
#filter-layered-nav ul.filterElements li.filterItem:nth-child(4n) {
  margin: 0 0 15px 0;
}
#filter-layered-nav ul.filterElements li.filterItem:hover {
  cursor: pointer;
  border-bottom: 0;
}
#filter-layered-nav ul.filterElements li.filterItem:hover ul.submenulist {
  z-index: 9999;
  position: absolute;
  display: block;
  background: #fff;
  padding: 10px;
  width: 200px;
  border-top: 1px dotted #A49770;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 10px 0 0 -11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: 0 18px 34px -19px #666;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 18px 34px -19px #666;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 18px 34px -19px #666;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#666);
  /*IE 5.5-7*/
}
#filter-layered-nav ul.filterElements li.filterItem:hover ul.submenulist li {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
#filter-layered-nav ul.filterElements li.filterItem:hover ul.submenulist li a {
  color: #111;
  font-size: 12px;
}
#filter-layered-nav .currently ol li span.label {
  width: 120px;
  display: inline-block;
  font-weight: 600;
}
#filter-layered-nav .currently ol li a.btn-remove {
  text-indent: -9999px;
  display: inline-block;
  height: 20px;
  width: 15px;
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/btn-remove.png") center center no-repeat;
  font-size: 11px;
}
#filter-layered-nav .filters-set .actions {
  margin-top: 15px;
}
/*
* CATEGORY SIDEBAR MENU
*/
.zblock-catalogonly-sidebar-left-bottom {
  font-size: 12px;
}
.categorySidebarmenu {
  margin-bottom: 25px;
}
.categorySidebarmenu dt {
  width: 200px;
  margin: 0 16px 15px 0;
  background: #A49770;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 10px;
  font-family: 'Gentium Book Basic', serif;
}
.categorySidebarmenu ol {
  border: 1px solid #333;
  border-top: 0;
}
.categorySidebarmenu ol li:first-child {
  padding-top: 15px;
}
.categorySidebarmenu ol li:last-child {
  padding-bottom: 15px;
}
.categorySidebarmenu ol li a {
  padding: 5px 20px;
  display: block;
  color: #111;
}
.categorySidebarmenu ol li a:hover {
  background: #e6e6e6;
  text-decoration: none;
  color: #111;
}
/*
* BLOG
*/
.postWrapper {
  margin-bottom: 50px;
}
.postWrapper .postContent p img {
  margin: 0 30px 0 0 !important;
}
.postWrapper .postContent a {
  color: #a92229 !important;
}
.postWrapper .postContent a:hover {
  color: #A49770 !important;
}
.blog-post-view .postContent p {
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 45px;
}
/*
* PRODUCT DETAILPAGE
*/
.catalog-product-view .product-image {
  width: 550px;
  height: 550px;
  border: 0;
}
.catalog-product-view .product-info-box {
  width: 560px;
}
.catalog-product-view .product-info-box h1 {
  color: #111;
  font-size: 22px;
}
.catalog-product-view .product-info-box .brand .brandlogo {
  max-width: 150px;
  max-height: 70px;
  margin: 0;
  float: right;
}
.catalog-product-view .product-info-box .brand .brandinfos a {
  display: block;
}
.catalog-product-view .product-info-box .optionbox label {
  font-weight: 400;
  color: #111;
}
.catalog-product-view .product-info-box .optionbox p.required {
  color: #888;
  font-size: 12px;
}
.catalog-product-view .product-info-box .optionbox .product-options {
  float: left;
  width: 310px;
  border: 0;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-box .optionbox .product-options dd {
  margin: 0;
  padding: 0;
  border: 0;
}
.catalog-product-view .product-info-box .optionbox .product-options dd .input-box {
  margin: 5px 0;
}
.catalog-product-view .product-info-box .optionbox .product-options dd .input-box select {
  width: 100%;
  padding: 5px;
  border: 1px solid #111;
  font-size: 14px;
}
.catalog-product-view .product-info-box .pricecontainer,
.catalog-product-view .product-info-box .product-options-bottom {
  background: none;
  float: right;
  padding: 0;
  border: 0;
  width: 200px;
  margin: 35px 0 0 0;
}
.catalog-product-view .product-info-box .pricecontainer input.input-text,
.catalog-product-view .product-info-box .product-options-bottom input.input-text {
  text-align: center;
  padding: 5px 0;
}
.catalog-product-view .product-info-box .pricecontainer .taxinformation,
.catalog-product-view .product-info-box .product-options-bottom .taxinformation,
.catalog-product-view .product-info-box .pricecontainer .taxinformation a,
.catalog-product-view .product-info-box .product-options-bottom .taxinformation a {
  color: #777;
  font-size: 12px;
  margin: 5px 0;
}
.catalog-product-view .product-info-box .pricecontainer .price-box,
.catalog-product-view .product-info-box .product-options-bottom .price-box {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-box .pricecontainer .price-box span.price,
.catalog-product-view .product-info-box .product-options-bottom .price-box span.price {
  font-size: 22px;
}
.catalog-product-view .product-info-box .pricecontainer button.button,
.catalog-product-view .product-info-box .product-options-bottom button.button {
  margin: 10px 0;
  width: 100%;
}
.catalog-product-view .product-info-box .pricecontainer button.button span,
.catalog-product-view .product-info-box .product-options-bottom button.button span {
  border-radius: 0;
  padding: 0;
  height: auto;
}
.catalog-product-view .product-info-box .pricecontainer button.button span span,
.catalog-product-view .product-info-box .product-options-bottom button.button span span {
  padding: 10px;
  margin: 0 15px 0 0;
  font-size: 14px;
  background: transparent url("https://www.seidenland.de/skin/frontend/default/chocolate/images/btn_bg_addtocart.png") center right no-repeat;
}
.catalog-product-view .product-info-box .pricecontainer {
  margin: 20px 0 0 0;
}
.catalog-product-view .product-info-box ul.shortinfotabs {
  width: 500px;
}
.catalog-product-view .product-info-box ul.shortinfotabs li {
  padding: 5px 10px;
  display: inline-block;
  background: #f0f0f0;
}
.catalog-product-view .product-info-box ul.shortinfotabs li a {
  color: #111;
}
.catalog-product-view .product-info-box ul.shortinfotabs li.active {
  background: #e7e1d0;
  color: #111;
}
.catalog-product-view .product-info-box ul.shortinfotabs li:hover {
  background: #f1eee4;
}
.catalog-product-view .product-info-box ul.shortinfotabs li.active:hover {
  background: #e7e1d0;
}
.catalog-product-view .product-info-box .shortinfotabs-padder {
  background: #e7e1d0;
  padding: 10px;
}
.catalog-product-view .product-info-box .shortinfotabs-padder .data-table .odd {
  background: none;
}
.catalog-product-view .product-info-box .shortinfotabs-padder .data-table .even {
  background: #ded6bf;
}
.catalog-product-view .product-info-box .shortinfotabs-padder td.label {
  font-weight: 600;
}
.catalog-product-view .product-info-box .shortinfotabs-tabs-info {
  margin-bottom: 30px;
}
.catalog-product-view .product-info-box .shortinfotabs-tabs-info .product-specs ul {
  list-style: inherit;
}
.catalog-product-view .product-info-box .shortinfotabs-tabs-info .product-specs ul li {
  margin-left: 15px;
}
.item-related-product {
  width: 183px;
  float: left;
  min-height: 350px;
  margin: 10px 0;
  padding-right: 5px;
}
/*
* TABS
*/
.product_infotabs_wrapper {
  width: 550px;
  float: left;
  margin-right: 55px;
}
.product_infotabs_wrapper .tabs-info {
  margin: 0;
  border: 1px solid #e7e1d0;
}
.product_infotabs_wrapper .tabs a {
  font-size: 14px;
  font-weight: 400;
  color: #111;
}
.product_infotabs_wrapper .tabs li {
  margin-right: 4px;
  border: 0;
}
.product_infotabs_wrapper .tabs li.active a,
.product_infotabs_wrapper .tabs li.active a:hover,
.product_infotabs_wrapper .tabs a:hover {
  background-color: #e7e1d0;
  color: #111;
  font-weight: 400;
}
.product_infotabs_wrapper .tabs a:hover {
  background: #f1eee4;
  color: #333;
  font-size: 14px;
}
/*
* RATING STARS
*/
.ratings .rating {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/product_rating_full_star.png") repeat-x scroll 0%;
}
.ratings a {
  color: #888 !important;
  font-size: 12px;
  margin: 0 10px;
}
.ratings a:hover {
  color: #a92229 !important;
}
.ratings-table td {
  padding: 6px;
}
/*
* 2 COLUMNS RIGHT LAYOUT
*/
div.middle {
  min-height: 460px;
}
div.middle.layout-2columns .col-main {
  float: left;
}
.catalogsearch-result-index div.middle.layout-2columns .col-main {
  float: right;
}
.catalog-category-view div.middle.layout-2columns .col-main {
  float: right;
}
/*
* PRODUCT IMAGE BOX - PRODUCT VIEW
*/
.product-img-box {
  width: auto;
}
.product-img-box .more-views {
  width: 550px;
}
.additionIcons {
  margin-bottom: 35px;
  text-align: center;
}
.additionIcons img {
  margin: 0 5px;
}
.left_content {
  width: 560px;
  float: left;
}
.right_content {
  width: 570px;
  float: right;
}
/*
* UPSELLS + RELATED PRODUCTS ON PRODUCTVIEW
*/
.box-up-sell {
  margin: 0;
  padding: 0;
  width: 570px;
  float: right;
}
.box-up-sell #upsell-product-table {
  margin-top: 20px;
}
.box-up-sell #upsell-product-table tr {
  margin-bottom: 15px;
  display: block;
}
.box-up-sell #upsell-product-table td {
  padding: 0;
  max-width: 188px;
}
.box-up-sell #upsell-product-table .product-name a {
  color: #111;
}
.box-up-sell #upsell-product-table a.btn-toReview {
  display: none;
}
#bcp-spinner {
  background: #fff repeat scroll center center !important;
  opacity: 0.90 !important;
  width: 590px !important;
  padding: 200px 0 780px 0 !important;
  display: block;
  left: 50% !important;
  top: 340px !important;
}
/*
* CHECKOUT-STEPS
*/
.checkout-steps {
  border-bottom: 1px solid #111;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.checkout-steps li {
  display: inline-block;
}
.checkout-steps .step-item {
  line-height: 59px;
  font-weight: 600;
  font-size: 20px;
  margin-right: 25px;
}
.checkout-steps .step-item span {
  font-family: 'Gentium Book Basic', serif;
}
.checkout-steps .step-item span span {
  height: 57px;
  width: 56px;
  margin-right: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.checkout-steps .step-1 span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat -56px 0;
}
.checkout-steps .step-1.active span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat 0 0;
}
.checkout-steps .step-2 span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat -56px -56px;
}
.checkout-steps .step-2.active span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat 0px -56px;
}
.checkout-steps .step-3 span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat -56px -113px;
}
.checkout-steps .step-3.active span span {
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/sprite_checkoutsteps.png") no-repeat 0px -113px;
}
/*
* CART
*/
body.checkout-cart-index .shopping-cart-item-message.notice {
  color: #a92229;
}
body.checkout-cart-index .cart .data-table th {
  text-transform: none;
}
body.checkout-cart-index .cart .data-table thead tr {
  background: none;
}
body.checkout-cart-index .cart .data-table thead tr th {
  border-bottom: 1px solid #111 !important;
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
}
body.checkout-cart-index .cart .data-table tbody tr {
  margin: 15px 0;
}
body.checkout-cart-index .cart .data-table tbody td {
  border-bottom: 1px solid #111;
  padding: 18px;
}
body.checkout-cart-index .cart .data-table thead td:first-child,
body.checkout-cart-index .cart .data-table tbody td:first-child,
body.checkout-cart-index .cart .data-table tfoot td:first-child {
  text-align: left;
  padding: 18px 0;
  min-width: 100px;
}
body.checkout-cart-index .cart span.price {
  font-weight: 500;
  color: #707070;
  text-align: center;
}
body.checkout-cart-index .cart input.input-text {
  text-align: center;
  padding: 8px 5px;
  background: #efefef;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: inset 2px 2px 2px #666;
  /*FF 3.5+*/
  -webkit-box-shadow: inset 2px 2px 2px #666;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: inset 2px 2px 2px #666;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666);
  /*IE 5.5-7*/
}
body.checkout-cart-index .cart .item-options {
  margin-bottom: 10px;
}
body.checkout-cart-index .cart .item-options dt,
body.checkout-cart-index .cart .item-options dd {
  display: inline-block;
}
body.checkout-cart-index .cart .cart-tax-info,
body.checkout-cart-index .cart .cart-price {
  text-align: center;
  padding: 0;
}
body.checkout-cart-index .cart h4.title,
body.checkout-cart-index .cart h4.title a,
body.checkout-cart-index .cart .item-options dt {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
body.checkout-cart-index .cart .item-options dd,
body.checkout-cart-index .cart p.delivery-time-var {
  font-weight: 300;
}
body.checkout-cart-index .cart .data-table tr.last td {
  background: none;
}
body.checkout-cart-index .cart a .shortdescription {
  display: none;
  margin: 15px 0 0 0;
  font-weight: 300;
}
body.checkout-cart-index .cart a .shortdescription strong,
body.checkout-cart-index .cart a .shortdescription h2,
body.checkout-cart-index .cart a .shortdescription h3,
body.checkout-cart-index .cart a .shortdescription h4,
body.checkout-cart-index .cart a .shortdescription p {
  font-weight: 300;
}
body.checkout-cart-index .cart a:hover .shortdescription {
  position: absolute;
  padding: 10px;
  background: #fff;
  margin-left: 60px;
  max-width: 400px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #111;
  margin-top: -75px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#666666)";
  /*IE 8*/
  -moz-box-shadow: 0 0 18px -1px #666;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 18px -1px #666;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 18px -1px #666;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#666);
  /*IE 5.5-7*/
}
body.checkout-cart-index .cart .data-table tfoot tr {
  background: none;
}
body.checkout-cart-index .cart a.continueShopping {
  line-height: 19px;
  font-weight: 400;
  color: #707070;
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/btn_arrow_left.png") no-repeat center left;
  padding-left: 20px;
  display: inline-block;
}
body.checkout-cart-index .cart button#infobox-update-button {
  margin-top: -8px;
}
body.checkout-cart-index .cart button#infobox-update-button span {
  background: #333;
  height: 33px;
  width: 177px;
}
body.checkout-cart-index .cart button#infobox-update-button span span {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 33px;
  font-size: 14px;
}
body.checkout-cart-index .cart button#infobox-update-button:hover span {
  background: #A49770;
}
body.checkout-cart-index .cart button#infobox-update-button:hover span span {
  background: none;
}
body.checkout-cart-index .cart button#infobox-update-button:hover span {
  color: #fff;
}
body.checkout-cart-index .cart button.btn-proceed-checkout span {
  background: #a92229;
  padding: 5px 35px 5px 40px;
  border: 0;
  border-radius: 0;
}
body.checkout-cart-index .cart button.btn-proceed-checkout span span {
  padding: 4px 4px 4px 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/btn_bg_proceed_cart.png") no-repeat left 9px;
}
body.checkout-cart-index .cart .cart-top {
  margin: 0;
}
body.checkout-cart-index .cart .cart-top .button-top {
  margin: 0 0 15px 0;
}
body.checkout-cart-index .cart .cart-top .button-top .checkout-types {
  margin: 0;
}
body.checkout-cart-index .cart-collateral-block {
  width: 100%;
}
body.checkout-cart-index .cart-collateral-block .cart-collateral,
body.checkout-cart-index .cart-collateral-block .cart-totals {
  padding: 0;
  margin: 0;
}
body.checkout-cart-index .cart-collateral-block button span {
  background: #333;
}
body.checkout-cart-index .cart-collateral-block button span span {
  background: none;
}
body.checkout-cart-index .cart-collateral-block input.input-text {
  width: 150px;
}
body.checkout-cart-index #delivery-infotext {
  margin: 30px 0;
  display: block;
}
body.checkout-cart-index .cart-totals table {
  width: 375px;
}
body.checkout-cart-index .cart-totals table td {
  padding: 7px;
}
body.checkout-cart-index .cart-totals table tfoot td,
body.checkout-cart-index .cart-totals table tfoot .price {
  color: #111;
  font-size: 19px;
}
/*
* ONESTEP CHECKOUT
*/
#onestepcheckout-login-popup {
  background: #fff !important;
  border-radius: 5px;
}
h1.onestepcheckout-title {
  font-family: 'Gentium Book Basic', serif;
  display: block;
  text-align: center;
}
p.onestepcheckout-login-link {
  text-align: center;
  margin: 20px 0 30px 0;
}
a#onestepcheckout-login-link {
  padding: 10px 20px;
  background: #111;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a#onestepcheckout-login-link:hover {
  background: #A49770;
  color: #111;
}
button#onestepcheckout-coupon-add span {
  background: #111;
}
button#onestepcheckout-coupon-add span span {
  background: none;
}
p.onestepcheckout-numbers {
  background-image: none !important;
  padding-left: 0 !important;
}
#onestepcheckout-form .group-select {
  padding: 0 !important;
}
#onestepcheckout-form div.checkoutcontainer {
  border-top: 1px solid #111;
}
#onestepcheckout-form div.checkoutcontainer div.input-postcode {
  width: 47%;
}
#onestepcheckout-form .onestepcheckout-coupons input#id_couponcode {
  width: 125px;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  float: left;
}
#onestepcheckout-form button#onestepcheckout-coupon-add {
  display: inline-block;
  float: left;
  position: relative;
}
#onestepcheckout-form button#onestepcheckout-place-order {
  background: #a92229;
  border-radius: 0;
  width: 100% !important;
}
#onestepcheckout-form button#onestepcheckout-place-order span {
  background: none;
}
#onestepcheckout-form button#onestepcheckout-place-order span span {
  padding: 4px 4px 4px 10px;
  font-weight: 400;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  background: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/btn_bg_proceed_cart.png") no-repeat left 9px;
}
#onestepcheckout-form .onestepcheckout-coupons {
  float: left;
  height: 64px;
}
#onestepcheckout-form .onestepcheckout-coupons label {
  clear: both;
  float: right;
  width: 100%;
}
#payment_form_bankpayment table td {
  padding: 5px 15px;
}
#go-to-cart-link {
  float: right;
  color: #555;
  text-decoration: underline;
}
.onestepcheckout-column-right .terms {
  clear: both;
}
.payment-informations-box {
  background-color: #e7e1d0;
  padding: 10px 0 10px 10px;
}
/*
* USER ACCOUNT
*/
.account-nav {
  margin-right: 15px;
}
.account-nav li a,
.account-nav li.on {
  padding: 10px 0;
}
.account-nav .head h4 {
  font-weight: 600;
}
.customer-account-index .head-alt2 {
  border-bottom: 1px dashed #ccc;
}
.customer-account-edit .group-select li {
  padding-left: 0;
}
.sidebar .mini-reorder {
  margin-right: 15px;
  padding-bottom: 10px;
}
.sidebar .mini-reorder .head {
  text-align: left;
}
.sidebar .mini-reorder .button {
  width: 100%;
  margin: 10px 0;
}
.customer-name-prefix-suffix .name-prefix select {
  width: auto !important;
}
.customer-name-prefix-suffix .name-prefix {
  width: auto !important;
  margin-right: 15px;
}
/*
* REVIEWS
*/
#customer-reviews fieldset .form-list {
  width: 100%;
}
#customer-reviews fieldset .form-list input {
  width: 95% !important;
}
#customer-reviews fieldset .form-list textarea {
  width: 96% !important;
}
#customer-reviews .product-review-box {
  width: 100%;
}
#customer-reviews .product-review-box input {
  width: 100%;
}
/**
* Success page
*/
.padder .page-head .printorder-button {
  float: right;
}
.printorder-button {
  margin: -40px 0;
}
.printorder-button button.button span span {
  padding-bottom: 0;
}
/**
* BUGFIXES
*/
#product_tabs_description_contents .product-specs br {
  display: none;
}
.rating-box .rating {
  height: 10px;
}
/**
* Reusable
*/
.cms-marken .layout-1column .brands {
  width: 25%;
  float: left;
  border-right: 1px solid #ccc;
}
.cms-marken .layout-1column .widget-static-block {
  width: 70%;
  float: right;
  clear-after: both;
}
.cms-marken .layout-1column .widget-static-block li {
  float: left;
  margin-right: 5px;
}
#container_payment_method_checkmo #payment_form_checkmo label{
	display:none ;
}
#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-afptc-promo-message {
    font-size:16px;
}

#aw-afptc-popup .product-name {
    font-size:16px;
}

div#aw-afptc-popup div.block-content ul.free-products-list{
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

div#aw-afptc-popup div.block-content ul.product-details li{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details{
    padding:10px;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details div.price-box{
    float:left;
    text-align:left;
}

div#aw-afptc-popup div.block-content ul.product-details li:first-child {
    width:80px;
}
div#aw-afptc-popup div.block-content ul.product-details li input{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details div.validation-advice{
    width:60px;
    text-align:left;
}

div#aw-afptc-popup li.item:last-child {
    clear:both;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-image{
    margin-bottom:5px;
}

div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}


div.block-related-category .aw-arp-item .price-box {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px;

}
div.block-related-category .aw-arp-item .price-box .regular-price { position: relative; }
div.block-related-category .item-name {
    height: 110px;
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-bottom: 0px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 98px;
    margin-bottom: 2px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-top: 0px;

}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.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:0px 10px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
    font-size: 1.1em;
    padding: 8px 8px 0;

}

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

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

.block-blog {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    line-height: 1.3em;

}
.block-blog .head h4{
    padding-left: 20px;
}

.block-blog .block-title {

}

.block-blog .block-title strong {
    background-image: url("https://www.seidenland.de/skin/frontend/default/chocolate/aw_blog/images/icon_blog.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    display: block;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 35px;
    text-align: left;
}
.block-blog .block-content {
    background-image: url("https://www.seidenland.de/skin/frontend/default/chocolate/images/conti.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    padding: 8px 0;
}

.block-blog .block-content ul { padding-left: 15px; }

.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; }
a.aw-blog-read-more { color: #EDB967 !important; font-weight: bold;}
.onsale-product-container {
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}




/* Product Detail sidebar */
.aw-mini-related-items .head h4 {
    background: url(https://www.seidenland.de/skin/frontend/default/default/relatedproducts/images/icon_clip.gif) left 5px no-repeat;
}

.aw-mini-related-items .product-images {
    width: 72px;
}

.aw-mini-related-cart .product-images a {
    display: block;
    margin-left: 0 !important;
}

.aw-mini-related-items .product-images a {
    display: block;
    margin-left: 20px;
}

.aw-mini-related-items .product-images input {
    float: left; /*margin-right:4px; margin-left:-6px;*/
}

.aw-mini-related-items .product-images .checkbox-container {
    float: left;
    width: 15px;
}

.aw-mini-related-items .product-details {
    margin-left: 80px;
    padding-left: 25px;
}

.aw-mini-related-items ol li {
    padding-left: 0;
    padding-right: 0;
}

/* Base Mini */
.aw-base-mini {
    border: 1px solid #c4c1bc;
    background: #fff;
    line-height: 1.3em;
    font-size: .95em;
}

.aw-base-mini .head {
    margin: 0 1px;
    border-bottom: 1px solid #ddd;
    background: url(https://www.seidenland.de/skin/frontend/default/default/relatedproducts/images/base_mini_head_bg.gif) repeat-x #fff;
    padding: 2px 8px;
}

.aw-base-mini .head h4 {
    min-height: 16px;
    color: #e26703;
    background: no-repeat 0 0;
    padding: 1px 0 1px 21px;
    text-transform: uppercase;
}

.aw-base-mini .head h4 .count {
    text-transform: none;
    color: #2f2f2f;
    white-space: nowrap;
    font-weight: normal;
    font-size: .95em;
}

.aw-base-mini h5 {
    font-size: 1em;
}

.aw-base-mini .aw-content, .aw-base-mini ol {
    background: #f8f7f5;
}

.aw-base-mini ol li {
    padding: 7px 4px 7px 0;
}

.aw-base-mini ol li.odd {
    background: #f4f3f3;
}

.aw-base-mini ol li.even {
    background: #fafafa;
}

.aw-base-mini .actions {
    background: url(https://www.seidenland.de/skin/frontend/default/default/relatedproducts/images/base_mini_actions_bg.gif) repeat-x #dee5e8;
    padding: 6px;
}

.aw-base-mini .product-images {
    float: left;
    width: 52px;
    height: 52px;
}

.aw-base-mini .product-images a img {
    border: 1px solid #a9a9a9;
    vertical-align: top;
}

.aw-base-mini .product-checkbox {
    float: left;
    width: 10px;
}

.aw-base-mini .product-names {
    margin-left: 18px;
}

.aw-mini-related-cart .product-details {
    margin: 0 0 0 40px !important;
    height: 50px;
}

.aw-base-mini .product-details {
    margin: 0 0 0 60px;
    height: 50px;
}

.aw-base-mini .product-details[class] {
    height: auto;
    min-height: 50px;
}

.aw-base-mini .regular-price {
    font-size: 11px;
}

.aw-base-mini .regular-price .price {
    color: #2f2f2f;
}

.aw-base-mini .special-price {
    font-size: 11px;
}

.aw-base-mini .minimal-price {
    font-size: 11px;
}

.aw-base-mini .price-box {
    margin: 1px 0;
}

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

.aw-content {
    color: #1b2d3b;
    padding: 12px 12px 12px 15px;
}

/* Sets default padding */
.aw-content#after1400 {
    padding: 9px 9px 9px 12px !important;
}

/* Sets default padding for Magento 1.4.* */

.side-col .aw-box {
    margin-bottom: 1.3em;
}

.side-col .aw-content {
    padding: 5px 10px;
}

.shopping-cart-collaterals .aw-box {
    margin-bottom: 18px;
    padding: 12px 15px;
    border: 1px solid #D0CBC1;
    background: url(https://www.seidenland.de/skin/frontend/default/default/relatedproducts/images/base_mini_head_bg.gif) repeat-x #fff;
}

.shopping-cart-collaterals .aw-box .form-button {
    margin-left: 5px;
}

#bold-baner-preloader { width: 100%; height: 100%; background: white; z-index: 99999; position: absolute; }
.bold-image-list { position: absolute;}
.bold-image-list h2 { cursor: pointer; } 
.bold-row { position: relative; }
.bold-baner-img { width: 100%; height: 100%;}
.bold-baner-text { z-index: 10; background: rgba(0, 0, 0, 0.6) 0 0 no-repeat; height: 100%; left: 0; position: absolute; top: 0; width: 100%; display: none; }
.bold-baner-text { z-index: 20;  }
.bold-banner-opacity { background-color: black; width: 100%; height: 100%; filter: alpha(opacity=80); opacity: 0.6; position: absolute; cursor: pointer; }
.bold-baner-text-contener { position: absolute; width: 100%; text-align: center; color: #fff; z-index: 20; }
.bold-baner-rollover_before, .bold-baner-rollover_after { display: none;  }
.bold-image-list .bold-baner-title h2 {}
.bold-baner-info { position : absolute; width: 100%; top: 49%; text-align: center; color: #fff; z-index: 20; }
