.b-header {
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
}

.b-header a {
    color: #0055ac;
    text-decoration: none;
}

.b-header a:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.b-header a:hover,.b-header a:active {
    outline: 0;
    text-decoration: underline;
}

.b-header hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #ffffff;
}

.b-header img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.b-header button, .b-header input, .b-header select, .b-header textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

.b-header button, .b-header input {
    *overflow: visible;
    line-height: normal;
}

.b-header  button::-moz-focus-inner, .b-header input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.b-header  button {
    cursor: pointer;
    -webkit-appearance: button;
}

.b-header input[type="search"]::-webkit-search-decoration, .b-header input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.b-header textarea {
    overflow: auto;
    vertical-align: top;
}

.b-header fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.b-header label,.b-header input,.b-header button,.b-header select,.b-header textarea {
    font-size: 12px;
    font-weight: inherit;
    line-height: 1.5;
}

.b-header input,.b-header button,.b-header select,.b-header textarea {
    font-family: Arial, sans-serif;
}

.b-header label {
    display: block;
}

.b-header input,.b-header textarea,.b-header select {
    display: inline-block;
    height: 1.5em;
    padding: 4px;
    font-size: 12px;
    line-height: 1.5em;
    color: #515151;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.b-header select {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}

.b-header select {
    max-width: 100%;
    background-color: #ffffff;
}

.b-header textarea {
    height: auto;
}

.b-header input[type="hidden"] {
    display: none;
}

.b-header input,.b-header textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.b-header input:focus,.b-header textarea:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

.b-header select:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.b-header div, .b-header ul,.b-header ol,.b-header li,.b-header h1,.b-header h2,.b-header h3, .b-header form{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


.b-header ol,.b-header ul {
    list-style: none outside;
}

.b-header caption,.b-header th {
    text-align: left;
}

.b-header h1,.b-header h2,.b-header h3,.b-header h4,.b-header h5,.b-header h6 {
    font-size: 100%;
    font-weight: inherit;
}

.b-header  q:before, .b-header q:after {
    content: '';
}

.b-header input,.b-header textarea,.b-header select,.b-header button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

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

.b-header del {
    text-decoration: line-through;
}




.b-header {
    background: #ffffff;
}

.b-header .b-header-primary {
    height: 44px;
    border-top: 1px solid #bf0000;
    border-bottom: 1px solid #bf0000;
    -webkit-box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.2);
    background-color: #cf1919;
    background-image: -moz-linear-gradient(top, #d92a2a, #bf0000);
    background-image: -ms-linear-gradient(top, #d92a2a, #bf0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d92a2a), to(#bf0000));
    background-image: -webkit-linear-gradient(top, #d92a2a, #bf0000);
    background-image: -o-linear-gradient(top, #d92a2a, #bf0000);
    background-image: linear-gradient(top, #d92a2a, #bf0000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92a2a', endColorstr='#bf0000', GradientType=0);
}

.b-header .b-header-inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}

.b-header .b-header-inner:before,.b-header .b-header-inner:after {
    display: table;
    content: "";
}

.b-header .b-header-inner:after {
    clear: both;
}

.b-header .b-dropdown .b-dropdown-toggle {
    position: relative;
    padding-right: 19px;
}

.b-header .b-dropdown .b-caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
}

.b-header .b-nav {
    display: table;
    *zoom: 1;
}

.b-header .b-nav:before,.b-header .b-nav:after {
    display: table;
    content: "";
}

.b-header .b-nav:after {
    clear: both;
}

.b-header .b-nav>li {
    display: table-cell;
    position: static;
}

.b-header .b-nav>li>a/**,.b-header .b-nav>li>span**/ {
    display: block;
    height: 44px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
}

.b-header .b-nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.b-header .b-nav>li>a:hover {
    border-color: #bf0000;
    text-shadow: 0 0 8px rgba(255,255,255,0.7);
    background-color: #df3636;
    background-image: -moz-linear-gradient(top, #e74141, #d42525);
    background-image: -ms-linear-gradient(top, #e74141, #d42525);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74141), to(#d42525));
    background-image: -webkit-linear-gradient(top, #e74141, #d42525);
    background-image: -o-linear-gradient(top, #e74141, #d42525);
    background-image: linear-gradient(top, #e74141, #d42525);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74141', endColorstr='#d42525', GradientType=0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,127,127,0.4);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,127,127,0.4);
    box-shadow: inset 0 0 0 1px rgba(255,127,127,0.4);
}

.b-header .b-nav>li>span {
    padding-left: 4px;
    padding-right: 4px;
}

.b-header .b-nav .b-dropdown .b-caret {
    border-top-color: #ffffff;
}

.b-header .b-nav .b-dropdown.b-open .b-dropdown-toggle {
    border-color: #bf0000;
    text-shadow: none;
    background: #ae0b0b;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,127,127,0.5);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,127,127,0.5);
    box-shadow: inset 0 0 0 1px rgba(255,127,127,0.5);
}

.b-header .b-nav .b-dropdown-menu {
    left: auto;
    margin-left: 1px;
    margin-top: 3px;
}

.b-header .b-nav .b-dropdown-menu .b-divider {
    border-bottom: 1px dotted #9f9f9f;
    background: none;
}

.b-header .b-brand {
    *zoom: 1;
}

.b-header .b-brand:before,.b-header .b-brand:after {
    display: table;
    content: "";
}

.b-header .b-brand:after {
    clear: both;
}

.b-header .b-brand-logo {
    float: left;
    display: block;
    height: 39px;
    padding: 10px 8px 0;
}

.b-header .b-header-primary .b-brand {
    float: left;
    margin-top: -1px;
    margin-bottom: -4px;
    border: 1px solid #d4d4d4;
    border-top: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03),0 -1px 2px 0 rgba(0,0,0,0.03),1px 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03),0 -1px 2px 0 rgba(0,0,0,0.03),1px 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03),0 -1px 2px 0 rgba(0,0,0,0.03),1px 0 2px 0 rgba(0,0,0,0.03);
}

.b-header .b-header-cols {
    display: table;
}

.b-header .b-header-col {
    display: table-cell;
    vertical-align: top;
}

.b-header .b-header-col.b-header-col-fluid {
    width: 100%;
}

.b-header .b-nav-category {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

.b-header .b-dropdown-menu-box {
    min-width: 190px;
    padding: 4px;
    background: #eeeeee;
}

.b-header .b-dropdown-menu-box .b-body {
    padding: 4px 0;
    background: #ffffff;
}

.b-header .b-nav-category .b-dropdown-submenu>a:after/**,.b-header .b-nav-category .b-dropdown-submenu>.b-menu-text:after**/ {
    display: none;
}

.b-header .b-nav-category .b-dropdown-submenu.b-open>a:after,.b-header .b-nav-category .b-dropdown-submenu.b-open>.b-menu-text:after {
    display: block;
}

.b-header .b-nav-search {
    *zoom: 1;
    position: relative;
    max-width: 500px;
    margin-top: 6px;
    padding: 1px;
    border: 1px solid #bf0000;
    background-color: #cecece;
    -webkit-box-shadow: 0 0 0 1px rgba(255,127,127,0.25);
    -moz-box-shadow: 0 0 0 1px rgba(255,127,127,0.25);
    box-shadow: 0 0 0 1px rgba(255,127,127,0.25);
}

.b-header .b-nav-search:before,.b-header .b-nav-search:after {
    display: table;
    content: "";
}

.b-header .b-nav-search:after {
    clear: both;
}

.b-header .b-nav-search .b-input-field {
    overflow: hidden;
    padding-right: 30px;
}

.b-header .b-nav-search .b-input-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 2px 4px 8px;
    border: none;
    font-size: 13px;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.b-header .b-nav-search .b-input-text:focus {
    background-color: #ffffff;
}

.b-header .b-nav-search .b-input-text:focus ~ .b-btn-search {
    background-color: #ffffff;
}

.b-header .b-nav-search .b-btn-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px 0 4px;
    border: none;
    background-color: #f7f7f7;
    cursor: pointer;
}

.b-header .b-nav-account {
    float: right;
    margin-left: 8px;
}

.b-header .b-nav-account .b-nav>li>a {
    position: relative;
}

.b-header .b-nav-account .b-nav>li>a .b-badge {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: 4px;
}

.b-header .b-nav-account .b-nav .b-dropdown.b-open .b-dropdown-toggle .b-badge {
    display: none;
}

.b-header .b-nav-account .b-nav .b-account-info {
    max-width: 250px !important;
}

.b-header .b-nav-account .b-nav .b-account-info .b-dropdown-toggle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
    word-break: normal;
}

.b-header .b-nav-account .b-nav .b-account-info .b-dropdown-menu {
    min-width: 142px;
}

.b-header .b-nav-account .b-sprite-icon-cart {
    opacity: .87;
}

.b-header .b-nav-account a:hover .b-sprite-icon-cart{
    opacity: 1;
}

.b-header.b-header-white .b-header-inner {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.b-header.b-header-white .b-nav .b-dropdown-toggle,.b-header.b-header-white .b-nav>li>a {
    color: #555555 !important;
}

.b-header.b-header-white .b-header-primary,.b-header.b-header-white .b-nav .b-dropdown-toggle,.b-header.b-header-white .b-nav>li>a,.b-header.b-header-white .b-nav-search,.b-header.b-header-white .b-nav-search .b-input-text {
    background: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.b-header.b-header-white .b-nav .b-dropdown-toggle,.b-header.b-header-white .b-nav>li>a {
    border: none !important;
}

.b-header.b-header-white .b-header-primary,.b-header.b-header-white .b-dropdown-menu,.b-header.b-header-white .b-nav .b-dropdown-toggle,.b-header.b-header-white .b-nav>li>a,.b-header.b-header-white .b-nav-search {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.b-header.b-header-white .b-caret {
    margin-top: -3px;
    border: none;
    width: 8px;
    height: 6px;
    background-image: url(/bundles/storefrontcontent/images/connect/sprite-mall-migration-dc5e56383a8b5d60f191d02da355dbee.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.b-header.b-header-white .b-sprite-icon-cart {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url(/bundles/storefrontcontent/images/connect/sprite-mall-migration-dc5e56383a8b5d60f191d02da355dbee.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    opacity: 1;
}

.b-header.b-header-white .b-header-primary {
    height: 48px;
    border-top: 1px solid #bf0000;
    border-bottom: 1px solid #d4d4d4;
}

.b-header.b-header-white .b-header-primary .b-brand {
    position: relative;
    z-index: 1001;
    margin-top: 0;
    border-color: #e5e5e5;
}

.b-header.b-header-white .b-header-primary .b-brand-logo {
    height: 40px;
    padding-top: 12px;
}

.b-header.b-header-white .b-caret {
    border-top-color: #bf0000 !important;
}

.b-header.b-header-white .b-dropdown .b-caret {
    right: 6px;
}

.b-header.b-header-white .b-dropdown .b-dropdown-toggle {
    padding-right: 17px;
}

.b-header.b-header-white .b-dropdown-menu {
    border: 1px solid #d4d4d4;
}

.b-header.b-header-white .b-nav {
    margin-top: 6px;
    margin-bottom: 6px;
}

.b-header.b-header-white .b-nav>li>a {
    height: 36px;
    line-height: 36px;
    padding-left: 6px;
    padding-right: 6px;
}

.b-header.b-header-white .b-nav>li>a .b-badge {
    right: 1px;
    margin-top: 2px;
    padding: 2px 2px;
    font-weight: normal;
    background-color: #bf0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b-header.b-header-white .b-nav .b-dropdown-toggle {
    height: 36px;
    line-height: 36px;
}

.b-header.b-header-white .b-nav>li>a:hover,.b-header.b-header-white .b-nav>.b-open>a {
    color: #bf0000 !important;
}

.b-header.b-header-white .b-nav>.b-divider {
    width: 1px;
    min-width: 1px;
    background-color: #e1e1e1;
}

.b-header.b-header-white .b-nav .b-dropdown>.b-dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
}

.b-header.b-header-white .b-nav .b-dropdown>.b-dropdown-menu .b-divider {
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
}

.b-header.b-header-white .b-nav-category {
    margin-left: 0;
    margin-right: 0;
}

.b-header.b-header-white .b-nav-search {
    max-width: none;
    margin-top: 11px;
    padding: 0;
    border: 1px solid #bbbbbb;
}

.b-header.b-header-white .b-nav-search .b-input-field {
    padding-right: 25px;
}

.b-header.b-header-white .b-nav-search .b-input-text {
    height: 24px;
    line-height: 16px;
    padding-left: 6px;
}

.b-header.b-header-white .b-nav-search .b-btn-search {
    width: 25px;
    height: 24px;
    line-height: 24px;
    top: 0;
    right: 0;
    padding: 0;
    border-left: 1px solid #bbbbbb;
    text-align: center;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fff, #f6f6f6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background-image: -o-linear-gradient(top, #fff, #f6f6f6);
    background-image: linear-gradient(top, #fff, #f6f6f6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    -webkit-box-shadow: inset 0 0 0 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 0 1px #f6f6f6;
    box-shadow: inset 0 0 0 1px #f6f6f6;
}

.b-header.b-header-white .b-nav-account .b-account-info {
    max-width: 170px;
}

.b-header.b-header-white .b-nav-account .b-account-info .b-dropdown-menu {
    min-width: 121px;
}

.b-header.b-header-white .b-dropdown-widget {
    left: -5px;
    right: -5px;
    margin-left: 0 !important;
    padding: 0;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #bf0000 !important;
}

.b-header.b-header-white .b-dropdown-widget>.b-body {
    padding: 15px 10px 20px;
}

.b-header.b-header-white .b-dropdown-widget .b-ttl {
    margin-bottom: 10px;
    font-size: 14px;
    color: #bf0000;
}

.b-header.b-header-white .b-dropdown-widget .b-mod-item-carousel .b-mod-item-vertical {
    max-width: 128px;
}

body {
    color: #515151;
}

a {
    color: #0055ac;
}

a:visited {
    color: #6699cc;
}

#head {
    position: relative;
    z-index: 100000000;
}

[class*="b-cols-"] {
    width: 100%;
    *zoom: 1;
}

[class*="b-cols-"]:before,[class*="b-cols-"]:after {
    display: table;
    content: "";
}

[class*="b-cols-"]:after {
    clear: both;
}

[class*="b-cols-"]>.b-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
}

[class*="b-cols-"]>.b-col:first-child {
    margin-left: 0;
}

[class*="b-cols-"].b-cols-nospacing>.b-col {
    margin-left: 0;
}
.b-text-prime,.b-text-sub {
    word-wrap: break-word;
}

.b-text-prime {
    color: #bf0000;
}

.b-text-sub/**,a.b-text-sub**/ {
    color: #959494;
}

[class^="b-ttl"] {
    word-wrap: break-word;
}

.b-btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5em;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *display: inline;
    *zoom: 1;
    *margin-left: .3em;
}

.b-btn:hover,.b-btn:active {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.b-btn:active {
    background-color: #cccccc \9;
}

.b-btn:active,.b-btn:focus {
    text-decoration: none;
}

.b-btn-search {
    padding: 0;
}

.b-btn:hover {
    text-decoration: none;
}

.b-btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.b-btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: "0 2px 2px gray";
    -moz-box-shadow: "0 2px 2px gray";
    box-shadow: "0 2px 2px gray";
}
button.b-btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

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

.b-badge {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    min-width: .9em;
    margin-top: -2px;
    padding: 1px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #797979;
}
.b-badge-def {
    background-color: #333333;
}

[class^="b-icon-"]/**,[class*=" b-icon-"]**/ {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/assets/glyphicons-halflings-98229852eec704a6e0213faea9d4b953.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

[class^="b-icon-"]:last-child {
    *margin-left: 0;
}

.b-icon-search {
    background-position: -48px 0;
}

[class^="b-sprite-"],.b-icon-search{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-image: url(/bundles/storefrontcontent/images/connect/sprite-mall-common-0707cba9b1aeb7e28983151c7261786f.png);
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.b-icon-search {
    width: 18px;
    height: 18px;
    background-position: -160px -110px;
}

.b-sprite-icon-cart {
    background-position: -180px -110px;
    width: 22px;
    height: 18px;
    margin-top: -2px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

input,textarea {
    margin-left: 0;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

.b-mod-input-search .b-input-field::-ms-clear {
    display: none;
}
.b-list-slide-tree .b-open>ul {
    display: block;
}
.b-mod-item-vertical .b-content {
    margin-top: 6px;
    word-wrap: break-word;
}

.b-mod-item-vertical .b-content:first-child {
    margin-top: 0;
}

.b-mod-item-vertical .b-item-sub-info {
    margin-top: 14px;
}

.b-mod-item-vertical .b-img {
    margin-bottom: 10px;
    text-align: center;
}

.b-thumb-128px {
    display: inline-table;
    table-layout: fixed;
    border-spacing: 0;
    *display: inline;
    *zoom: 1;
    width: 128px;
    height: 128px;
    vertical-align: top;
}

.b-dropdown {
    position: relative;
}

.b-dropdown-toggle {
    *margin-bottom: -3px;
    cursor: pointer;
}

.b-dropdown-toggle:active {
    outline: 0;
}

.b-caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #bbbbbb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.b-dropdown .b-caret {
    margin-top: 8px;
    margin-left: 3px;
}

.b-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    font-size: 12px;
    float: left;
    min-width: 160px;
    padding: 4px 2px;
    margin: -1px 0 0;
    list-style: none;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.b-dropdown-menu .b-divider {
    *width: 100%;
    height: 1px;
    margin: 4px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.b-dropdown-menu li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.5em;
    color: #515151;
    white-space: nowrap;
}

.b-dropdown-menu li>a:hover,.b-dropdown-submenu:hover>a {
    color: #000000;
    text-decoration: none;
    background-color: #f7f7f7;
}

.b-open .b-dropdown-menu {
    display: block;
}

.b-dropdown-submenu,.b-dropdown-menu .b-dropdown-submenu {
    position: relative;
}

.b-dropdown-submenu>a,.b-dropdown-menu .b-dropdown-submenu>a{
    padding-right: 15px;
}

.b-dropdown-submenu>a:after,.b-dropdown-menu .b-dropdown-submenu>a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #bbbbbb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #bbbbbb;
    border-right: none;
    display: block;
    content: " ";
    float: right;
    margin-top: 5px;
    margin-right: -10px;
}

.b-dropdown-submenu>.b-dropdown-menu,.b-dropdown-menu .b-dropdown-submenu>.b-dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
    margin-right: -1px;
}

.b-dropdown-submenu.b-open>.b-dropdown-menu,.b-dropdown-menu .b-dropdown-submenu.b-open>.b-dropdown-menu {
    display: block;
}

.b-mod-item-carousel {
    position: relative;
    width: 930px;
    overflow: hidden;
}

.b-mod-item-carousel .b-carousel-inner {
    *zoom: 1;
    position: relative;
    width: 14880px;
}

.b-mod-item-carousel .b-carousel-inner:before,.b-mod-item-carousel .b-carousel-inner:after {
    display: table;
    content: "";
}

.b-mod-item-carousel .b-carousel-inner:after {
    clear: both;
}

.b-mod-item-carousel .b-carousel-page {
    float: left;
    width: 890px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.b-mod-item-carousel .b-mod-item-vertical {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.b-mod-item-carousel .b-mod-item-vertical .b-img {
    text-align: center;
}

.b-mod-item-carousel .b-mod-item-vertical .b-item-sub-info {
    margin-top: 14px;
}

.b-mod-item-carousel .b-carousel-control-prev,.b-mod-item-carousel .b-carousel-control-next {
    position: absolute;
    top: 90px;
    width: 32px;
    height: 49px;
    background-color: #ffffff;
    cursor: pointer;
    transition: opacity 0.5s ease 0s;
}

.b-mod-item-carousel .b-carousel-control-prev {
    left: 0;
    background: url(/bundles/storefrontcontent/images/connect/cs_prev.png);
    opacity: 0.7;
}

.b-mod-item-carousel .b-carousel-control-prev:hover {
    left: 0;
    background: url(/bundles/storefrontcontent/images/connect/cs_prev.png);
    opacity: 1.0;
}


.b-mod-item-carousel .b-carousel-control-next {
    right: 0;
    background: url(/bundles/storefrontcontent/images/connect/cs_next.png);
    opacity: 0.7;
}

.b-mod-item-carousel .b-carousel-control-next:hover {
    right: 0;
    background: url(/bundles/storefrontcontent/images/connect/cs_next.png);
    opacity: 1.0;
}

.b-mod-item-carousel.b-carousel-fluid {
    width: auto;
}

.b-mod-item-carousel.b-carousel-fluid .b-carousel-inner {
    width: auto;
}

.b-mod-item-carousel.b-carousel-fluid .b-carousel-page {
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.b-top .b-nav-menu .b-dropdown-submenu.b-open>a:after,.b-top .b-nav-menu .b-dropdown-submenu.b-open>.b-menu-text:after {
    display: block;
}

.rmsg_points_wrap {
    height: 100%;
    position:relative;
    padding: 0 7px 0 7px;
}

.rmsg_points_wrap a {
    color: #555555;
}

.rmsg_point_icon {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 7px;
    top: 10px;
    z-index:999999;
    background-image: url(/bundles/storefrontcontent/images/connect/sprite-mall-migration-dc5e56383a8b5d60f191d02da355dbee.png);
    background-repeat: no-repeat;
    background-position: -51px -1px;
}

.rmsg_point_amount {
    margin: 0 7px 0 27px;
    display: inline-block;
    padding-top: 10px;
}

.rmsg_cs_item {
    text-align: center !important;
    cursor: pointer;
}

.rmsg_cs_title {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    color: #777777 !important;
    line-height: 14px;
}

.rmsg_cs_price {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    color: #bf0000 !important;
    line-height: 14px;
}

.rmsg_cs_refprice {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #3d3d3d;
    line-height: 14px;
    text-decoration:line-through;
    display: block;
    margin: 5px 0 5px 0;
}

.rmsg_cs_baseprice {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    color: #777777;
    line-height: 12px;
    display: block;
}

.rmsg_cs_merchant {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #777777 !important;
    margin-top: 8px !important;
    line-height: 12px;
    display: block;
}

.rmsg_cs_merchant a {
    color: #777777 !important;
}

.rmsg_cs_heading {
    font-family: rakuten_bold !important;
    font-size: 20px !important;
    color: #2c2c2c !important;
    display: block;
    margin: 0 0 15px 0 !important;
}

.rmsg_search_suggestion_wrap {
    width: 100% !important;
    background: #FFF !important;
    border: 1px solid #c2c2c2 !important;
    position: absolute !important;
    top: 30px !important;
    padding: 5px 0 5px 0 !important;
}

.rmsg_search_suggestion_wrap ul li{
    cursor: pointer !important;
}

.rmsg_search_suggestion_wrap ul li.active{
    background-color: #F5F5F5 !important;
}


.rmsg_search_suggestion {
    padding: 5px 10px 5px 10px !important;
}

.rmsg_search_suggestion:first-child li:last-child {
    border-bottom: 1px solid #c2c2c2 !important;
    padding: 0 0 15px 0 !important;
    margin: 0 0 5px 0 !important;
}

.rmsg_search_suggestion li {
    text-align: left ;
    font-size: 13px;
    font-weight: bold;
}

.rmsg_search_suggestion li span {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #777777 !important;
}

.rmsg_search_suggestion_heading {
    float: right !important;
    font-size: 16px !important;
    font-family: 'rakuten_bold' !important;
    font-weight: normal !important;
    color: #777777;
}

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

@media (max-width: 1100px) {
    .rmsg_search_suggestion_heading {
        float: none !important;
        display: block !important;
    }
}

.rmsg_merkliste{
    width: 60px;
}

.susa14_con_banner img {
    border: 1px solid #e7e7e7;
    margin-top: 7px;
}

#shop-theme input[type="text"], #shop-theme input[type="password"], #shop-theme input[type="button"], #shop-theme textarea, #shop-theme select {
    -webkit-appearance: none;
}

#shop-theme .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.rak-hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


x-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30000;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 100000001;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 2147483647;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 2147483647;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 2147483647  ;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 100000000;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* -------------------- BEGINN RAKUTEN SHOP-NAVIGATION -------------------- */
#search_form {
    margin: 0 !important;
}

.rakuten_shop-header_v1-00 {
    width: 100%;
    height: 102px;
    background: url('/bundles/storefrontcontent/images/connect/rakuten_shopheader_bg.gif') bottom center repeat-x #fff;
    z-index: 1000000;
    font-family: Arial, Helvetica, sans-serif;
}

.rakuten_shop-header_v1-00 .rakuten_wrapper {
    width: 980px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 9; /*IE 7*/
}

.rakuten_shop-header_v1-00 .rakuten_logo {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.rakuten_shop-header_v1-00 img {
    border: 0;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-arrow {
    position: absolute;
    top: 23px;
    left: 378px;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-arrow-open {
    position: absolute;
    top: 22px;
    left: 2px;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-link {
    position: absolute;
    top: 0;
    left: 375px;
    display: block;
    width: 315px;
    padding-top: 21px;
    padding-left: 14px;
    height: 47px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url('/bundles/storefrontcontent/images/connect/rakuten_superpoint.png') 130px 5px no-repeat;
    z-index: 1000001;
    cursor: pointer;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-link-open {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 370px;
    padding-top: 20px;
    padding-left: 13px;
    height: 47px;
    color: #bf0000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url('/bundles/storefrontcontent/images/connect/rakuten_superpoint.png') 129px 4px no-repeat;
    z-index: 1000001;
    cursor: pointer;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-link span {
    position: absolute;
    left: 175px;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-link-open span {
    position: absolute;
    left: 174px;
}

.rakuten_shop-header_v1-00 .rakuten_hotline {
    position: absolute;
    top: 21px;
    right: 11px;
    display: block;
    width: 230px;
    height: 20px;
    color: #3d3d3d;
    font-size: 12px;
    text-align: right;
}

.rakuten_shop-header_v1-00 .rakuten_hotline span {
    padding-left: 18px;
    display: inline-block;
    height: 20px;
    background: url('/bundles/storefrontcontent/images/connect/phone-icon_header.gif') 0px -1px no-repeat;
}

.rakuten_shop-header_v1-00 .rakuten_superpoint-link:hover {
    color: #bf0000;
}

.rakuten_shop-header_v1-00 .rakuten_search-navi-bar {
    position: absolute;
    top: 44px;
    left: 0px;
    height: 42px;
    width: 980px;
    background: url('/bundles/storefrontcontent/images/connect/navi-bar_grey.png');
    z-index: 1000002;
}

.rakuten_shop-header_v1-00 #searchBanner {
    background: url('/bundles/storefrontcontent/images/connect/search_bg.png') no-repeat scroll left top #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    height: 18px;
    left: 161px;
    outline: none;
    padding: 7px 80px 7px 30px;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    width: 314px;
    color: #bfbfbf;
    z-index: 1000004;
}

.rakuten_shop-header_v1-00 input[type=image] {
    position: absolute;
    background: url('/bundles/storefrontcontent/images/connect/search_button.png') 0px 0px no-repeat;
    top: 3px;
    left: 508px;
    width: 80px;
    height: 36px;
    z-index: 1000005;
}

.rakuten_shop-header_v1-00 input[type=image]:hover {
    background: url('/bundles/storefrontcontent/images/connect/search_button.png') 0px -36px no-repeat;
}

.rakuten_shop-header_v1-00 input[type=image]:active {
    background: url('/bundles/storefrontcontent/images/connect/search_button.png') 0px -72px no-repeat;
}

.rakuten_shop-header_v1-00 .rakuten_dropdown {
    background-image: url('/bundles/storefrontcontent/images/connect/dropdown.png');
    background-position: 98px 11px;
    background-repeat: no-repeat;
    background-color: #b2b2b2;
    border: 1px solid #a6a6a6;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    height: 18px;
    padding: 8px 7px 6px 7px;
    left: 42px;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    width: 105px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.rakuten_shop-header_v1-00 .rakuten_dropdown:hover {
    background-color: #a6a6a6;
}

.rakuten_shop-header_v1-00 #rakuten_dropdown {
    line-height: 30px;
    top: 4px;
    left: 42px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1000003;
    height: 34px;
    width: 175px;
    filter: alpha(opacity=0);
}

.rakuten_shop-header_v1-00 .rakuten_dropdown_intro {
    color: #a2a2a2;
}

.rakuten_shop-header_v1-00 .rakuten_link-dropdown {
    text-decoration: none;
}

.rakuten_shop-header_v1-00 .rakuten_login_watchlist {
    position: absolute;
    top: 1px;
    right: 143px;
}

.rakuten_shop-header_v1-00 #rakuten_superpoint_layer {
    position: absolute;
    top: 0px;
    left: 375px;
    width: 307px;
    z-index: 1000010;
    background-color: #fff;
    padding: 10px;
    display: none;
}

.rakuten_shop-header_v1-00 #rakuten_company_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 315px;
    z-index: 1000010;
    background: url('/bundles/storefrontcontent/images/connect/spacer.gif');
    display: none;
}

.rakuten_shop-header_v1-00 #rakuten_superpoint_layer .shadow_box {
    position: relative;
    top: 43px;
    min-height: 200px;
    background: #fff;
    border: 1px solid #adadad;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
}

.rakuten_shop-header_v1-00 #rakuten_company_layer .shadow_box {
    position: relative;
    top: 43px;
    width: 315px;
    min-height: 200px;
    background: #fff;
    border: 1px solid #adadad;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

/* ----------------------- BEGINN RAKUTEN LAYERS ---------------------- */

.rakuten_shop-header_v1-00 .shadow_box {
    padding: 5px 8px 0px 8px;
    position: relative;
    color: #3f3f3f;
}

.rakuten_shop-header_v1-00 .layer_foreground_image {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.rakuten_shop-header_v1-00 .background_box_rakuten_layer {
    background: #eee;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    width: 309px;
    padding: 15px 10px 12px 0;
}

.rakuten_shop-header_v1-00 #rakuten_company_layer, .rakuten_shop-header_v1-00 #rakuten_superpoint_layer p {
    font-size: 12px;
}

.rakuten_shop-header_v1-00 .layer_input {
    height: 40px;
    margin-bottom: 5px;
    position: relative;
}

.rakuten_shop-header_v1-00 .layer_input p {
    position: absolute;
    left: 77px;
    top: 3px;
    margin: 0px;
}

.rakuten_shop-header_v1-00 .layer_input strong {
    font-weight: bold;
    font-size: 14px;
}

.rakuten_shop-header_v1-00 #link_to_portal {
    position: absolute;
    left: 8px;
    bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #3f3f3f;
    background: url('/bundles/storefrontcontent/images/connect/bullet_red.png') left center no-repeat;
    padding-left: 10px;
}

.rakuten_shop-header_v1-00 #link_to_portal:hover {
    color: #bf0000;
}

.rakuten_shop-header_v1-00 #rakuten_company_layer_pointer {
    position: absolute;
    left: 15px;
    top: -8px;
}

.rakuten_shop-header_v1-00 .background_box_superpoint_layer {
    background: #eee;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 10px 12px 0;
}

.rakuten_shop-header_v1-00 #superpoint_layer_headline {
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.rakuten_shop-header_v1-00 #rakuten_superpoint_layer p.layer_input_small_caps {
    font-size: 10px;
    margin: 10px 0 0 8px;
    color: #666;
}

.rakuten_shop-header_v1-00 #link_to_superpoint_lp {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #3f3f3f;
    background: url('/bundles/storefrontcontent/images/connect/bullet_red.png') left center no-repeat;
    padding-left: 10px;
}

.rakuten_shop-header_v1-00 #link_to_superpoint_lp:hover {
    color: #bf0000;
}

/* -------------------- BEGINN RAKUTEN LOGIN LINKS -------------------- */

.rakuten_shop-header_v1-00 .faq_link {
    color: #027dc3;
    text-decoration: none;
}

.rakuten_shop-header_v1-00 .faq_link:hover {
    color: #027dc3;
    text-decoration: underline;
}

.rakuten_shop-header_v1-00 #superpoint_box {
    width: 334px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 6997;
}

.superpoint_box_header {
    position: absolute;
    top: -20px;
    left: 0px;
    background: url('/bundles/storefrontcontent/images/connect/superpoint_special.png') top left no-repeat;
    width: 334px;
    height: 29px;
}

.superpoint_box_content {
    margin-top: 0px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: url('/bundles/storefrontcontent/images/connect/bg_sp-dv_box.png') bottom center repeat-x;
    padding: 12px 3px;
    width: 326px;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    font-size: 13px;
}

.superpoint_box_more-info {
    width: 310px;
    padding: 3px 12px;
    position: relative;
    z-index: 6998;
}

.superpoint_box_more-info a {
    font-size: 11px;
}

.superpoint_box_action {
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}

.superpoint_shadow {
    -webkit-box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.07);
}

.superpoint_action {
    float: left;
    font-size: 13px;
    width: 240px;
    text-align: left;
    padding-left: 9px;
    height: 16px;
}

.superpoint_amount {
    float: right;
    font-size: 16px;
    font-weight: bold;
    width: 65px;
    text-align: right;
    color: #777;
    position: relative;
    top: -2px;
    padding-right: 9px;
}

.superpoint_box_total {
    overflow: hidden;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid #c7c7c7;
}

.superpoint_total {
    float: left;
    font-size: 16px;
    width: 240px;
    text-align: left;
    font-weight: bold;
    padding-left: 9px;
}

.superpoint_totalamount {
    float: right;
    font-size: 16px;
    font-weight: bold;
    width: 58px;
    text-align: right;
    color: #bf0000;
    padding-right: 9px;
}

.superpoint_details {
    float: left;
    font-size: 12px;
    width: 310px;
    text-align: left;
    color: #777;
    padding: 10px 9px;
    padding-bottom: 4px;
    position: relative;
}

.superpoint_info_link {
    position: absolute;
    right: 60px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url('/bundles/storefrontcontent/images/connect/button_cart_plus.png') top left no-repeat;
    cursor: pointer;
}

.superpoint_info_link:hover {
    background: url('/bundles/storefrontcontent/images/connect/button_cart_plus_orange.png') top left no-repeat;
    cursor: pointer;
}

.active_info {
    position: absolute;
    right: 60px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url('/bundles/storefrontcontent/images/connect/button_cart_plus_orange.png') top left no-repeat;
}

/* ------------------- SUPERPUNKTE NEW BOX ----------------------- */

#superpoint_box {
    width: 334px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 6997;
}

.superpoint_box_header {
    position: absolute;
    top: -20px;
    left: 0px;
    background: url(/bundles/storefrontcontent/images/connect/superpoint_special.png) top left no-repeat;
    width: 334px;
    height: 29px;
}

.superpoint_box_content {
    margin-top: 0px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: url(/bundles/storefrontcontent/images/connect/bg_sp-dv_box.png) bottom center repeat-x;
    padding: 12px 3px;
    width: 326px;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    font-size: 13px;
}

.superpoint_box_more-info {
    width: 310px;
    padding: 3px 12px;
    position: relative;
    z-index: 6998;
}

.superpoint_box_more-info a {
    font-size: 11px;
}

.superpoint_box_action {
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}

.superpoint_box_action_highlight {
    background: url(/bundles/storefrontcontent/images/connect/green_highlight.png) 0 0 repeat-x;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    color: #fff !important;
}

.superpoint_shadow {
    -webkit-box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.07);
}

.superpoint_action {
    float: left;
    font-size: 13px;
    width: 240px;
    text-align: left;
    padding-left: 9px;
    height: 16px;
}

.superpoint_amount {
    float: right;
    font-size: 16px;
    font-weight: bold;
    width: 65px;
    text-align: right;
    color: #777;
    position: relative;
    top: -2px;
    padding-right: 9px;
}

.superpoint_box_action_highlight .superpoint_amount {
    color: #fff !important;
}

.superpoint_box_total {
    overflow: hidden;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid #c7c7c7;
}

.superpoint_total {
    float: left;
    font-size: 16px;
    width: 240px;
    text-align: left;
    font-weight: bold;
    padding-left: 9px;
}

.superpoint_totalamount {
    float: right;
    font-size: 16px;
    font-weight: bold;
    width: 58px;
    text-align: right;
    color: #bf0000;
    padding-right: 9px;
}

.superpoint_details {
    float: left;
    font-size: 12px;
    width: 310px;
    text-align: left;
    color: #777;
    padding: 10px 9px;
    padding-bottom: 4px;
    position: relative;
}

.superpoint_info_link {
    position: absolute;
    right: 60px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/bundles/storefrontcontent/images/connect/button_cart_plus.png) top left no-repeat;
    cursor: pointer;
}

.superpoint_info_link:hover {
    background: url(/bundles/storefrontcontent/images/connect/button_cart_plus_orange.png) top left no-repeat;
    cursor: pointer;
}

.active_info {
    position: absolute;
    right: 60px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/bundles/storefrontcontent/images/connect/button_cart_plus_orange.png) top left no-repeat;
}

.superpoint_info-layer {
    position: absolute;
    left: 122px;
    top: -220px;
    width: 340px;
    height: 320px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ADADAD;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 10000000;
}

.arrow_layer {
    position: absolute;
    left: -14px;
    top: 214px;
}

.superpoint_info-layer_grey-box {
    padding: 15px;
    -webkit-box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 15px 8px rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
}

.superpoint_info-layer_grey-box table {
    margin-top: 5px;
}

.superpoint_info-layer_grey-box table td {
    padding-top: 5px;
}

.superpoint_info-layer_grey-box span {
    color: #777;
    font-size: 10px;
}

.points_overlay {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

a.superpoint_more {
    position: absolute;
    bottom: 16px;
    padding-left: 12px;
    margin-left: 13px;
    background: url(/bundles/storefrontcontent/images/connect/bullet_red.png) center left no-repeat;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

a.superpoint_more:hover {
    color: #bf0000;
}

.more_superpoint-link {
    cursor: pointer;
}

.more_superpoint-close {
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(/bundles/storefrontcontent/images/connect/sp-layer_close.png) 0 -26px no-repeat;
}

.more_superpoint-close:hover {
    background: url(/bundles/storefrontcontent/images/connect/sp-layer_close.png) 0 0 no-repeat;
}

/* -------------------- CART -------------------- */

.rakuten_shop-header_v1-00 .cart-text {
    font-size: 13px;
    color: #bf0000;
    text-shadow: 1px 1px #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: 11px;
    left: 10px;
}

.rakuten_shop-header_v1-00 .cart_button-shopbanner {
    position: relative;
    height: 40px;
    width: 132px;
    background: url(/bundles/storefrontcontent/images/connect/my-rakuten-navi_trenner.png) left center no-repeat;
}

.rakuten_shop-header_v1-00 .rakuten_shop-header_v1-00 .cart_placement-shopbanner-open .cart_button-shopbanner {
    background: none;
}

.rakuten_shop-header_v1-00 .cart_button-shopbanner img {
    position: absolute;
    top: 8px;
    left: 104px;
}

.rakuten_shop-header_v1-00 #iframe_cart-counter {
    color: #3d3d3d;
    font-size: 13px;
    position: absolute;
    top: 11px;
    left: 82px;
    width: 22px;
    text-align: right;
    height: 20px;
}

.rakuten_shop-header_v1-00 .back_to_shop {
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 155px;
    position: absolute;
    top: -5px;
    left: 400px;
    background: url(/bundles/storefrontcontent/images/connect/button_cancel.png) #a9a9a9 152px 5px no-repeat;
}

.rakuten_shop-header_v1-00 .back_to_shop:hover {
    background: url(/bundles/storefrontcontent/images/connect/button_cancel.png) #777 152px 5px no-repeat;
}

.rakuten_shop-header_v1-00 .rakuten_shop-header_v1-00 .cart_placement-shopbanner {
    position: absolute;
    top: 1px;
    right: 8px;
}

/************ neues Navielement home *************/

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown {
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 2222222;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 .rak_backlinks_box_1_h5 {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #3d3d3d;
    font-size: 13px;
    margin: 0px;
    text-align: left;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 .rak_backlinks_box_1_p {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #777;
    font-size: 10px;
    margin: 0px;
    text-align: left;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 .rak_backlinks_box_1_p span {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #777;
    font-size: 10px;
    margin: 0px;
    text-align: left;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown_box_1 {
    display: none;
}

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown:hover .rak_backlinks_dropdown_box_1 {
    display: block;
}

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown_navi_element {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 42px;
    height: 42px;
    background: url(/bundles/storefrontcontent/images/connect/home.png) 11px 11px no-repeat;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2222226;
}

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown:hover .rak_backlinks_dropdown_navi_element {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 40px;
    height: 47px;
    background: url(/bundles/storefrontcontent/images/connect/home.png) 10px 15px #fff no-repeat;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #adadad;
    border-bottom: none;
    position: absolute;
    left: 0px;
    top: -5px;
    display: block;
}

.rakuten_shop-header_v1-00 .rak_backlinks_dropdown_box_1 {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 235px;
    /*height:270px;*/
    background-color: #fff;
    border: 1px solid #adadad;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 2222223;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 #rak_backlinks_box_1_table {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin: 24px 5px 4px 10px;
    background-color: #fff;
    display: block;
    padding: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 a.rak_backlinks_box_1_a_link {
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    color: #3d3d3d;
    font-size: 13px;
}

.rakuten_shop-header_v1-00 a.rak_backlinks_box_1_a_link:hover {
    color: #bf0000;
    text-decoration: none;
}

.rakuten_shop-header_v1-00 a.rak_backlinks_box_1_a_kink:visited {
    color: #3d3d3d;
    text-decoration: none;
}

.rakuten_shop-header_v1-00 .rak_backlinks_box_1_tr {
    padding: 0px;
    display: block;
    position: relative;
    background-color: #fff;
    text-decoration: none;
}

.rakuten_shop-header_v1-00 .rak_backlinks_box_1_tr_spacer {
    height: 20px;
}

.rakuten_shop-header_v1-00 .rak_iconcontainer_td {
    width: 20px;
    padding: 0 10px 0 0;
    text-align: left;
    background-color: #fff;
    vertical-align: top;
}

.rakuten_shop-header_v1-00 .rak_textcontainer_td {
    width: 180px;
    text-align: left;
    background-color: #fff;
    position: relative;
}

.rakuten_shop-header_v1-00 .rak_textcontainer_td:hover .rak_backlinks_box_1_h5 {
    color: #bf0000;
}

.rakuten_shop-header_v1-00 .rak_iconbox {
    width: 20px;
    height: 20px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.rakuten_shop-header_v1-00 #rak_iconbox_icon_1 {
    background: url(/bundles/storefrontcontent/images/connect/backlinks_icons.png) 0 -21px no-repeat;
}

.rakuten_shop-header_v1-00 #rak_iconbox_icon_2 {
    background: url(/bundles/storefrontcontent/images/connect/backlinks_icons.png) 0 0px no-repeat;
}

.rakuten_shop-header_v1-00 #rak_iconbox_icon_3 {
    background: url(/bundles/storefrontcontent/images/connect/backlinks_icons.png) 0 -43px no-repeat;
}

.rakuten_shop-header_v1-00 #rak_iconbox_icon_4 {
    background: url(/bundles/storefrontcontent/images/connect/backlinks_icons.png) 0 -63px no-repeat;
}

/* additions */

.rakuten_shop-header_v1-00 #my_rakuten {
    float: right;
    font-size: 13px;
    color: #3d3d3d;
    margin: 1px 0px 1px 0;
    position: relative;
    right: 8px;
    list-style: none outside none;
}

.rakuten_shop-header_v1-00 #my_rakuten ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.rakuten_shop-header_v1-00 #my_rakuten li {
    float: left;
    position: relative;
}

.rakuten_shop-header_v1-00 #my_rakuten li a {
    display: block;
    position: relative;
    font-size: 13px;
    padding: 11px 28px 13px 12px;
    border-bottom: none;
    cursor: pointer;
    color: #bf0000;
    text-decoration: none;
    z-index: 1;
    text-shadow: 1px 1px #fff;
}

.rakuten_shop-header_v1-00 #my_rakuten li a span {
    color: #3d3d3d;
}

.rakuten_shop-header_v1-00 #my_rakuten li a.active {
    display: block;
    position: relative;
    left: 1px;
    bottom: 4px;
    font-size: 13px;
    padding: 14px 28px 0 10px;
    height: 30px;
    cursor: default;
    color: #bf0000;
    text-decoration: none;
    z-index: 100000;
    text-shadow: 1px 1px #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #adadad;
    border-bottom: none;
}

.rakuten_shop-header_v1-00 #my_rakuten li a img {
    position: absolute;
    bottom: 8px;
}

.rakuten_shop-header_v1-00 #my_rakuten li a.normal_a img {
    position: relative;
    bottom: 8px;
}

.rakuten_shop-header_v1-00 #my_rakuten li a.active img {
    position: absolute;
    bottom: 10px;
}

/* -------------------- LINKS FLYOUTS -------------------- */

.rakuten_shop-header_v1-00 #main_navi ul li div.flyout ul li, .rakuten_shop-header_v1-00 #shop_navi ul li div.flyout ul li, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts ul li {
    float: none;
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a, .rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:hover {
    display: inline;
    position: inherit;
    bottom: 0;
    font-size: 12px;
    padding: 0 0 0 11px;
    line-height: 20px;
    border-bottom: none;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    z-index: 1;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: url('/bundles/storefrontcontent/images/connect/bullet_red.png') left center no-repeat;
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:hover {
    color: #bf0000;
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_a, .rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_a:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_a, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_a:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_a, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_a:hover {
    display: inline;
    position: inherit;
    bottom: 0;
    font-size: 12px;
    padding: 0 0 0 0;
    border-bottom: none;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    z-index: 1;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_a:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_a:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_a:hover {
    color: #bf0000;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.navi_button_login, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a.navi_button_login, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.navi_button_cart, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a.navi_button_cart {
    display: block;
    position: relative;
    font-size: 12px;
    padding: 0 0 0;
    margin: 0px;
    width: 142px;
    height: 32px;
    border-bottom: none;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    z-index: 1;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') -150px -80px no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:hover.navi_button_login, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a:hover.navi_button_login {
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') -150px -40px no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:active.navi_button_login, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a:active.navi_button_login {
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') -150px 0px no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.navi_button_cart, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a.navi_button_cart {
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') 0px -80px no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:hover.navi_button_cart, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a:hover.navi_button_cart {
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') 0px -40px no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a:active.navi_button_cart, .rakuten_shop-header_v1-00 #my_rakuten li#no_account a:active.navi_button_cart {
    background: url('/bundles/storefrontcontent/images/connect/new_navi_buttons.gif') 0px 0px no-repeat;
}

.rakuten_shop-header_v1-00 .my_rakuten_flyouts {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 15px 20px 12px;
}

.rakuten_shop-header_v1-00 .my_rakuten_flyouts span.h2 {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;

}

.rakuten_shop-header_v1-00 #my_rakuten li a.navi_button_login img {
    bottom: 0;
}

.rakuten_shop-header_v1-00 #my_rakuten li a.normal_a img {
    position: inherit;
}

.rakuten_shop-header_v1-00 .navi_product_thumbs {
    width: 50px;
    height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff
}

.rakuten_shop-header_v1-00 .navi_product_thumbs:hover {
}

.rakuten_shop-header_v1-00 .cart_scroller {
    margin-top: 12px;
}

.rakuten_shop-header_v1-00 .cart_scroller td {
    padding-bottom: 15px;
}

.rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.cancel {
    display: block;
    position: inherit;
    font-size: 12px;
    padding: 0 0 0 0;
    margin-right: 0px;
    height: 16px;
    width: 16px;
    border-bottom: none;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    z-index: 1;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: url(/bundles/storefrontcontent/images/connect/button_cancel.png);
}

.rakuten_shop-header_v1-00 #my_rakuten li#no_account a {
    padding: 11px 12px 13px 12px;
}

.rakuten_shop-header_v1-00 #no_account a:hover {
    background: #d9d9d9;
}

.rakuten_shop-header_v1-00 #my_rakuten li#no_account a.active {
    background: #fff;
    padding: 14px 12px 0 10px;
    height: 30px;
}

.rakuten_shop-header_v1-00 #my_rakuten li#no_account a span {
    color: #3d3d3d;
    padding-right: 13px;
    background: url(/bundles/storefrontcontent/images/connect/bullet_red.png) right center no-repeat;
}

* + html .navi_product_thumbs {
    width: 50px;
    height: 58px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    background: #fff;
    border: 1px solid #fff
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_h2, .rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_h2:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_h2, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_h2:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_h2, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_h2:hover {
    display: inline;
    position: inherit;
    top: -1px;
    font-size: 14px;
    padding: 0 0 0 0;
    border-bottom: none;
    cursor: pointer;
    color: #3d3d3d;
    text-decoration: none;
    z-index: 1;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    width: 220px;
}

.rakuten_shop-header_v1-00 #main_navi ul.main div.flyout a.normal_h2:hover, .rakuten_shop-header_v1-00 #shop_navi ul.shop div.flyout a.normal_h2:hover, .rakuten_shop-header_v1-00 #my_rakuten li div.my_rakuten_flyouts a.normal_h2:hover {
    color: #bf0000;
    height: 20px;
    display: block;
    width: 220px;
}

.rakuten_shop-header_v1-00 .cart_navi_table {
    width: 100%;
}

* + html .cart_navi_table {
    width: 90%;
}

.rakuten_shop-header_v1-00 .flyout {
    display: none;
    width: 978px;
    border: 1px solid #8a8a8a;
    background: #fff;
    z-index: 10000;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    top: 45px;
    left: 0px;
    background: url(../images/mnavi/flyout_bg.png) center bottom repeat-x #fff;
}

.rakuten_shop-header_v1-00 #flyout_no_account {
    display: none;
    width: 286px;
    border: 1px solid #adadad;
    z-index: 300;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    top: 40px;
    left: 1px;
}

.rakuten_shop-header_v1-00 #flyout_account {
    display: none;
    width: 180px;
    border: 1px solid #adadad;
    z-index: 300;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    top: 40px;
    left: 1px;
}

.rakuten_shop-header_v1-00 #flyout_watchlist {
    display: none;
    width: 310px;
    border: 1px solid #adadad;
    z-index: 300;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    top: 40px;
    left: -122px;
}

.rakuten_shop-header_v1-00 #flyout_cart {
    display: none;
    width: 340px;
    border: 1px solid #adadad;
    z-index: 300;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    top: 40px;
    right: -1px;
}

.rakuten_shop-header_v1-00 .gradient_spacer {
    background: url('/bundles/storefrontcontent/images/connect/gradient_trenner.png') left center no-repeat;
    height: 25px;
    position: relative;
    left: -20px;
}

.rakuten_shop-header_v1-00 .gradient_spacer2 {
    background: url('/bundles/storefrontcontent/images/connect/gradient_trenner.png') left center no-repeat;
    height: 3px;
    position: relative;
    left: -20px;
    margin-bottom: 12px;
}

.rakuten_shop-header_v1-00 #cart a {
    color: #000;
    background: url('/bundles/storefrontcontent/images/connect/my-rakuten-navi_trenner.png') left 4px no-repeat;
}

.rakuten_shop-header_v1-00 #cart a:hover {
    background: #d9d9d9;
}

.rakuten_shop-header_v1-00 #cart a.active {
    background: #fff;
}

.rakuten_shop-header_v1-00 #watchlist a {
    color: #000;
    background: url('/bundles/storefrontcontent/images/connect/my-rakuten-navi_trenner.png') left 4px no-repeat;
}

.rakuten_shop-header_v1-00 #watchlist a:hover {
    background: #d9d9d9;
}

.rakuten_shop-header_v1-00 #watchlist a.active {
    background: #fff;
}

.rakuten_shop-header_v1-00 #account a:hover {
    background: #d9d9d9;
}

.rakuten_shop-header_v1-00 #account a.active {
    background: #fff;
}

.rakuten_shop-header_v1-00 #no_account a:hover {
    background: #d9d9d9;
}

.rakuten_shop-header_v1-00 #no_account a.active {
    background: #fff;
}

.rakuten_shop-header_v1-00 .bullet_red {
    color: #3d3d3d;
    padding-right: 6px;
    background: url('/bundles/storefrontcontent/images/connect/bullet_red.png') left center no-repeat;
}

.rakuten_shop-header_v1-00 #my_rakuten li#no_account a {
    padding: 11px 12px 13px;
}

.rakuten_shop-header_v1-00 .flyout_cart_firstorder {
    background: url('/bundles/storefrontcontent/images/connect/5euro_firstorder_smallcart.png') no-repeat scroll 0 0 transparent;
    height: 45px;
    width: 180px;
    float: left;
    position: relative;
    left: -9px;
}

.rakuten_shop-header_v1-00 .superpoint_icon_end {
    padding-left: 20px;
}

.rakuten_shop-header_v1-00 .superpoint_icon {
    right: 4px;
    top: -4px;
}

#rak_superpoint_box {
    width: 334px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 6997;
}

.superpoint_box_header {
    position: absolute;
    top: -20px;
    left: 0px;
    background: url('/bundles/storefrontcontent/images/superpointbox/superpoint_special.png') top left no-repeat;
    width: 334px;
    height: 29px;
}

.superpoint_box_content {
    margin-top: 0px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: url('/bundles/storefrontcontent/images/superpointbox/bg_sp-dv_box.png') bottom center repeat-x;
    padding: 12px 3px;
    width: 326px;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    font-size: 13px;
}

.superpoint_box_more-info {
    width: 310px;
    padding: 3px 12px;
    position: relative;
    z-index: 6998;
}

.superpoint_box_more-info a {
    font-size: 11px;
}

/* login layer */

.rakuten_shop-header_v1-00 #shopheader_login_layer {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    display: block;
    left: -5px;
    padding: 15px;
    position: absolute;
    text-shadow: none;
    top: 40px;
    width: 307px;
    z-index: 2000001;
}

.rakuten_shop-header_v1-00 .login_layer_h2 {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: bold;
}

.rakuten_shop-header_v1-00 .login_layer_tbl {
    margin: 0;
    padding: 0;
}

.rakuten_shop-header_v1-00 .login_layer_inputfield {
    border: 1px solid #8F8F8F;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
    color: #777777;
    height: 15px;
    padding: 4px;
    vertical-align: middle;
    width: 165px;
}

.rakuten_shop-header_v1-00 .login_layer_inputfield_error {
    border: 1px solid #BF0000;
}

.rakuten_shop-header_v1-00 .login_layer_td {
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    padding: 5px 7px 6px 0;
    text-align: right;
}
.rakuten_shop-header_v1-00 #login_layer_btn_login {
    background: url("../../images/mnavi/new_navi_buttons.gif") no-repeat scroll -150px -80px transparent;
    height: 32px;
    width: 142px;
}
.rakuten_shop-header_v1-00 #login_layer_btn_login:hover {
    background: url("../../images/mnavi/new_navi_buttons.gif") no-repeat scroll -150px -40px transparent;
}
.rakuten_shop-header_v1-00 #login_layer_btn_login:active {
    background: url("../../images/mnavi/new_navi_buttons.gif") no-repeat scroll -150px 0 transparent;
}
.rakuten_shop-header_v1-00 #login_layer_forgot_password {
    color: #027DC3;
    cursor: pointer;
    font-size: 11px;
}
.rakuten_shop-header_v1-00 #login_layer_forgot_password:hover {
    color: #BF0000;
}
.rakuten_shop-header_v1-00 .login_layer_gradient_spacer {
    background: url('/bundles/storefrontcontent/images/connect/gradient_trenner.png') no-repeat scroll left center transparent;
}
.rakuten_shop-header_v1-00 #login_layer_a {
    background: url("../../images/mnavi/bullet_red.png") no-repeat scroll left center transparent;
    color: #777777;
    padding-left: 12px;
}
.rakuten_shop-header_v1-00 #login_layer_a:hover {
    color: #BF0000;
}
.rakuten_shop-header_v1-00 .login_layer_navi_element {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #A9A9A9 #A9A9A9 -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    height: 31px;
    left: -1px;
    padding: 13px 8px 0 4px;
    position: absolute;
    top: -45px;
}
.rakuten_shop-header_v1-00 #login_layer_msg_error {
    background-color: #BF0000;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
}
.rakuten_shop-header_v1-00 #login_layer_msg_error .icon {
    background-color: #C70000;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.rakuten_shop-header_v1-00 #login_layer_msg_error .msg {
    color: #FFFFFF;
    padding: 10px 10px 10px 20px;
}
.rakuten_shop-header_v1-00 #login_layer_msg_error a {
    color: #FFFFFF;
}


.rakuten_shop-header_v1-00 #rak_mini_cart_container{
    border-spacing: 0;
    border-collapse: collapse;
    width: 95%;
}


.rakuten_shop-header_v1-00 #rak_mini_cart_container_td1{
    text-align: left;
    width: 30px;
    vertical-align: middle;
}


.rakuten_shop-header_v1-00 #rak_mini_cart_container_td2{
    text-align: left;
    width: 70px;
    vertical-align: middle;
}

.rakuten_shop-header_v1-00 #rak_mini_cart_container_td3{
    vertical-align: middle;
}

.rakuten_shop-header_v1-00 #rak_mini_cart_container_td4{
    text-align: right;
    width: 30px;
    vertical-align: middle;
}


.fancy-container {
    position: absolute;
    left: -999em;
    top: -999em;
}
.fancybox-skin {
	padding:0!important;
}

/*FANCYBOX*/

.fancybox-overlay {
    background-image: url("/bundles/storefrontcontent/images/fancybox/fancy-overlay-bg.png");
}
.fancybox-skin {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.fancybox-close {
    background: url("/bundles/storefrontcontent/images/fancybox/close-fancy.png") no-repeat scroll;
    height: 33px;
    right: -33px;
    top: 10px;
    width: 33px;
}

/*product overlay*/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
#atc_ct h2 {
    padding:0;
    margin:0;
    font-family: 'rakuten_bold',Arial,Helvetica,sans-serif;
    font-size: 16px;
}
#atc_ct p   {
    padding:0;
    margin:0;
    font-family: 'rakuten_regular',Arial,Helvetica,sans-serif;
}
#atc_ct .overlay-product-description {
    padding:20px;
    background:#f1f1f1;
    width:750px;
}
#atc_ct .overlay-product-description .overlay-image-container{
    float:left;
    margin:0 40px 0 0;
    width:200px;
}
#atc_ct .overlay-product-description .overlay-button-container{
    float:left;
    width:480px;
    position:relative;
}
#atc_ct .overlay-product-description .overlay-button-container .bg {
    position: absolute;
    background: url("/bundles/storefrontcontent/images/fancybox/ok_img.png") no-repeat scroll transparent;
    left:-20px;
    top:32px;
    width:15px;
    height:15px;
}
#atc_ct .overlay-product-description .overlay-button-container h2 {
    color:#65bf41;
    margin: 25px 0;
	display:inline-block;
}
#atc_ct .overlay-product-description .overlay-button-container button {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    text-decoration:none;
    display: inline-block;
    width:220px;
    font-size: 16px;
    line-height: 3em;
    position: relative;
    text-align: center;
    font-family: 'rakuten_bold',Arial,Helvetica,sans-serif;
    font-weight:bold;
}
#atc_ct .overlay-product-description .overlay-button-container button .bg {
    position: absolute;
    background: url("/bundles/storefrontcontent/images/fancybox/arrow.png") no-repeat scroll transparent;
    left:15px;
    top:11px;
    width:15px;
    height:26px;
}
#atc_ct .overlay-product-description .overlay-button-container button.overlay-button-cart {
    background:#65bf41;
}
#atc_ct .overlay-product-description .overlay-button-container button.overlay-button-close {
    background:#777777;
    margin:0 20px 0 0;
}
#atc_ct #atc_cs_ct {
    padding:0;
}
#atc_ct #atc_cs_ct h2 {
    margin:20px 0 20px 20px;	
	float:left;
}
#atc_ct #atc_cs_ct .overlay-crossselling-item {
    cursor: pointer;
    float: left;
    margin: 0 0 0 28px;
    opacity: 0.9;
    position: relative;
    text-align: center;
    width: 99px;
	
}
#atc_ct #atc_cs_ct .overlay-crossselling-item a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#atc_ct #atc_cs_ct .overlay-crossselling-item .discount {
    background: #bf0000;
    color: #fff;
    display: inline-block;
    font-family: rakuten_bold;
    font-size: 13px;
    height: 15px;
    left: 0;
    line-height: 15px;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}

#atc_ct #atc_cs_ct .overlay-crossselling-item .product_image {
    font: 0/0 a;
    height: 90px;
    position: relative;
    text-align: center;
}
#atc_ct #atc_cs_ct .overlay-crossselling-item .product_image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#atc_ct #atc_cs_ct .overlay-crossselling-item .product_image a.energy-efficiency-class-container {
    display: inline-block;
    height: auto;
    left: 0;
    position: absolute;
    top: 62px;
    width: 70px;
    z-index: 100;
}

#atc_ct #atc_cs_ct .overlay-crossselling-item .product_image img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;
} 
#atc_ct #atc_cs_ct .overlay-crossselling-item p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#777777;
}
#atc_ct #atc_cs_ct .overlay-crossselling-item .product_name {
    max-height: 40px;
    margin: 5px 0;
    overflow: hidden;

}
#atc_ct #atc_cs_ct .overlay-crossselling-item .product_price {
    color:#bf0000;
    margin: 5px 0;
}
#atc_ct #atc_cs_ct .overlay-crossselling-item .base_price {
    color: #2c2c2c;
    line-height: 13px;
    margin: 5px 0;
    font-weight: normal;
}

#atc_ct #atc_cs_ct .overlay-crossselling-item .rating_bg {
    background: url("/bundles/storefrontcontent/images/fancybox/rating_off.png") repeat scroll transparent !important;
    height: 18px !important;
    width: 100px !important;
}
#atc_ct #atc_cs_ct .overlay-crossselling-item .rating_bg .rating_avg {
    background: url("/bundles/storefrontcontent/images/fancybox/rating_on.png") repeat scroll transparent !important;
    height: 18px !important;
}
#atc_p_msg .overlay-digital-prod {
	display:inline-block;
	padding: 0 0 0 25px;
	position:relative;
	margin:25px 0;
	
	}
#atc_p_msg .overlay-digital-prod-input {
	position:absolute;
	margin:32px 0 30px -25px;
	}

