﻿
.book-cell {
    min-height: 147px;
    margin-bottom: 40px;
}

.book-price {
    font: bold 12px Tahoma;
    margin: 29px 0 20px 0;
}


.p-basket-plus span, .p-basket span {
    display: inline-block;
    width: auto;
    left: 12px;
    top: 4px;
    font: normal 10px Tahoma;
    position: absolute;
}

.basket-empty {
    background: url("/Content/i/btn-w.png") no-repeat;
    display: block;
    width: 115px;
    height: 25px;
    position: relative;
}

    .basket-empty span {
        color: #000;
    }

.basket-full {
    background: url("/Content/i/btn-b.png") no-repeat;
    display: block;
    width: 115px;
    height: 25px;
    position: relative;
}


    .basket-full span {
        color: #fff;
    }

.book-info-block {
    position: relative;
    clear: both;
    height: 45px;
}

    .book-info-block a {
        font: bold 9px verdana;
        text-decoration: underline;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 20px;
        float: right;
        padding-top: 5px;
    }


.basket-count-total {
    border-radius: 50%;
    /*behavior: url(PIE.htc);*/ /* remove if you don't care about IE8 */
    width: 25px;
    height: 25px;
    background: #fff;
    border: 3px solid #be3d1e;
    color: #be3d1e;
    float: right;
    padding: 0 4px;
}

    .basket-count-total label {
        color: #be3d1e;
        display: inline-block;
        width: 30px;
        text-align: center;
    }

    .book-description {
        margin: 20px 0 0 10px;
    }

.p-qty {
    width: 48px;
    margin-bottom: 20px;
}

.table-qty {
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.delete-basket {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.btn-block {
    margin-top: 40px;
}

.btn-next, .btn-prev {
    display: inline-block;
    width: 160px;
    height: 36px;
    background: #0032A1;
    color: #fff;
    float: right;
    text-align: center;
    padding: 2px 10px 5px 10px;
}

.btn-next {
    margin-right: 20px;
    background: url(/Content/i/btn-next.png) no-repeat;
}

.btn-prev {
    margin-right: 20px;
    background: url(/Content/i/btn-prev.png) no-repeat;
}