#shopBasket {
    float: right;
}

.ss-shop-basket-widget {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    width: 138px;
    margin-top: 5px;
    padding: 10px;
}

.ss-shop-basket-widget-link {
    background: url('../images/Cart_onefile.png') no-repeat 0px -84px;
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px 40px;
    position: relative;
    text-align: left;
}

.ss-shop-basket-widget-icon-number {
    left: 10px;
    position: absolute;
    top: -4px;
    text-align: center;
    width: 14px;
}

.ss-shop-basket-widget-light-link {
    color: #fff;
    background-position: 0 -43px;
}

.ss-shop-basket-widget-dark-link {
    color: #000;
    background-position: 0 -126px;
    margin: 0 0 0px;
}

#basket-checkout-button-id {
    margin: 8px 0 0 0;
    width: 125px;
}

.ss-shop-basket-widget-empty .ss-shop-basket-widget-light-link {
    background-position: 0 0;
}

.ss-shop-basket-widget-empty .ss-shop-basket-widget-dark-link {
    background-position: 0 -84px;
}

.ss-shop-basket-widget-empty .ss-shop-productview-addbtn {
    display: none;
}

.ss-shop-basket-widget-empty .ss-shop-basket-widget-icon-number {
    display: none;
}