.asb-banner-wrapper {
    display: none;
}

.asb-banner-wrapper-main,
.asb-banner-wrapper-main .asb-item {
    width: 160px;
}

.asb-banner-wrapper-main {
    z-index: 10000;
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
}

.asb-banner {
    background-color: white;
    border: 1px solid #CCC;
    position: relative;
    overflow: hidden;
}

.asb-banner::-webkit-scrollbar {
    width: 8px;
}

.asb-banner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

.asb-banner::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.8);
    background-color: #F0F0F0;
    opacity: 0.8;
}

.asb-banner::-webkit-scrollbar-thumb:hover {
    background-color: #E0E0E0;
}

.asb-banner-wrapper-main .asb-banner {
    bottom: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #CCC;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 28px;
}

.asb-banner-wrapper-main .asb-banner .asb-banner-inner {
    overflow: hidden;
}

.asb-banner-wrapper-widget {
    text-align: center;
}

.asb-banner-wrapper-widget .asb-banner {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    max-width: 200px;
}

.asb-banner .asb-item {
    margin-bottom: 15px;
    overflow: hidden;
    word-wrap: break-word;
}

.asb-banner asb-item.last {
    margin-bottom: 3px;
}

.asb-banner .asb-item a.asb-link,
.asb-banner .asb-item a.asb-link:hover {
    display: block !important;
    color: black !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    background: transparent !important;
}

.asb-banner .asb-item span {
    display: block;
    text-align: center;
    font-family: Verdana, serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}

.asb-banner .asb-item .asb-item-image img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    float: none !important;
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
}

.asb-banner .asb-item .asb-item-title {
    margin: 0 3px;
}

.asb-banner .asb-item .asb-item-button {
    margin: 3px 3px 0 3px;
    background-color: #FFB200;
    border: 1px solid #606060;
    border-radius: 15px;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
}

.asb-banner .asb-item a.asb-cart-link:hover,
.asb-banner .asb-item a.asb-cart-link .asb-item-buttoncart:hover {
    text-decoration: underline !important;
}

.asb-banner .asb-item .asb-price {
    font-weight: bold;
    display: inline;
    font-size: 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.asb-banner .asb-item .asb-list_price {
    text-decoration: line-through;
}

.asb-banner .asb-item .asb-offer_price,
.asb-banner .asb-item .asb-regular_price {
    color: #990000;
}

.asb-banner .asb-disclaimer-container {
    position: relative;
    text-align: center;
    margin-bottom: 3px;
    cursor: help;
    overflow: visible;
}

.asb-banner .asb-disclaimer-label {
    border-bottom: 1px dashed;
    font-size: 10px;
}

.asb-banner .asb-disclaimer {
    display: none;
    font-family: Georgia, 'Bitstream Charter', serif;
    font-size: 10px;
    font-weight: normal;
    color: darkgray;
    color: #606060;
    background-color: white;
    line-height: 1.2em;
    margin-top: 2em;
    padding: 0.75em;
    border: 1px solid #969696;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 5px 5px 2px #585858;
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.5); /* for RGBA-enabled browsers*/
    z-index: 10001;
}

.asb-banner-wrapper-widget .asb-disclaimer {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 20px;
}

.asb-banner-wrapper-main .asb-disclaimer {
    width: 400px;
    position: fixed;
    right: 4px;
    bottom: 20px;
}

.asb-banner .asb-close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    right: 0;
    background-image: url('close.png');
    cursor: pointer;
}

.asb-banner .asb-debug-notice,
.asb-banner .asb-debug-notice p,
.asb-banner .asb-debug-notice ul li,
.widget-area .widget .asb-banner .asb-debug-notice,
.widget-area .widget .asb-banner .asb-debug-notice p,
.widget-area .widget .asb-banner .asb-debug-notice ul li {
    font-family: Verdana, serif !important;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: black;
}

.asb-banner .asb-debug-notice,
.widget-area .widget .asb-banner .asb-debug-notice {
    display: block;
    padding: 0;
    margin: 0 0.5em;
    text-align: left;
}

.asb-banner .asb-debug-notice p,
.widget-area .widget .asb-banner .asb-debug-notice p {
    padding: 0;
    margin: 0.5em 0;
    line-height: 12px;
}

.asb-banner .asb-debug-notice ul,
.widget-area .widget .asb-banner .asb-debug-notice ul {
    list-style: disc;
    line-height: 12px;
    margin: 0 0 0 2em;
    padding: 0;
}