﻿#top {
    background-image: url(/images/bkg_top_sale_2026.jpg?d=20260420) !important;
}

.rbl input[type="radio"] {
    margin-left: 25px;
    margin-right: 5px;
}

.storeValidator {
    color: #962b00;
    font-style: italic;
}

.leftColumn {
    float: left;
    width: 700px;
}

.rightColumn {
    float: right;
    width: 240px;
}

.singleProduct .image {
    float: left;
    width: 200px;
}

.singleProduct .description {
    float: right;
    width: 480px;
    padding-top: 18px;
}

    .singleProduct .description ul li {
        margin: 0 0 10px 0;
    }

.productRepeater .productImg {
    background-color: White;
    border: 7px solid #f3f1f1;
    padding-top: 15px;
    height: 155px;
}

.productRepeater ul li {
    float: left;
    width: 220px;
    margin-right: 12px;
    text-align: center;
    list-style-type: none;
    margin-bottom: 20px;
}

.productRepeater .details {
    min-height: 120px;
    text-align: center;
    margin-top: 5px;
}

.dottedSeperator {
    clear: both;
    border-bottom: 1px dotted #cac5be;
    margin-top: 10px;
    margin-bottom: 15px;
}

.shoppingCartContainer .column1 {
    width: 660px;
    float: left;
}

.shoppingCartContainer .column2 {
    width: 100px;
    float: left;
    text-align: center;
}

.shoppingCartContainer .column3 {
    width: 80px;
    float: left;
    text-align: right;
}

.newTag {
    position: absolute;
    margin-left: 149px;
}

.shopSubmenu {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
}

    .shopSubmenu div {
        margin: 0 0 15px 0;
        display: block;
    }

    .shopSubmenu span {
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 0 14px 0 0;
        border-right: 2px solid #dbd9d9;
        font-size: 36px;
    }

        .shopSubmenu span:last-of-type {
            border-right: none;
            margin: 0;
            padding: 0;
        }

        .shopSubmenu span:hover {
            cursor: pointer;
            color: #912a25;
        }

.backBtn {
    display: block;
    text-align: right;
    width: 100%;
}

    .backBtn.first {
        margin-top: -40px;
        position: relative;
    }

    .backBtn:hover {
        cursor: pointer;
        color: #912a25;
    }

.standardForm ul {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#notForSalePanel input {
    opacity: 0;
}
