
body #mainContent {
    position: relative;
}

.categorylandingcolumn, .categoryFeaturedWrap {
}

#slides, .slides_container {
    height: 251px;
}

#featuredHeaderCornerRight {
    width: 756px;
    height: 15px;
    float: left;
    background: transparent url(/images/CustomImages/bluecornerright.png) no-repeat top right;
}

#featuredProducts {
    width: 733px;
    padding-bottom: 15px;
}

#featuredFooter {
    width: 733px;
    height: 60px;
    margin-top: 15px;
}

.featuredSpecialsHeader {
    background-color: var(--bg-color);
    color: #fff;
    font-family: var(--main-font-family);
    font-weight: 900;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    padding: 0 0 0 1em;
    margin: 0;
    border-radius: 2px;
}

#btnFindInkAndToner {
    margin: 10px;
}

#CatNav .subCategoryList {
    display: none;
}

/*.leftNav .CatBlock {
    border-top: solid 1px #b5d5e0;
    border-bottom: solid 1px #b5d5e0;
    margin: 2px 0;
    padding: 10px 0;
}

#CatNav .CatBlock > a {
    margin-left: 0 !important;
    padding-left: 26px !important;
    text-decoration: none !important;
    cursor: pointer;
}*/

#CatNav .subCategoryList li {
    margin: 0 10px 0 26px !important;
}

    #CatNav .subCategoryList li a {
        padding-left: 0 !important;
    }

#CatNav .CatBlock {
    background: transparent url(/images/CustomImages/arrs.png) 14px 2px no-repeat;
}

    #CatNav .CatBlock.dn {
        background: transparent url(/images/CustomImages/arrs.png) -288px 2px no-repeat;
    }

    #CatNav .CatBlock:hover {
        background: transparent url(/images/CustomImages/arrs.png) -586px 2px no-repeat;
    }

    #CatNav .CatBlock.dn:hover {
        background: transparent url(/images/CustomImages/arrs.png) -888px 2px no-repeat;
    }

.removebutton {
    display: none;
}

.featuredSpecials {
}

.featuredProductsTable {
    margin: 0;
    width: 100%;
}

.featuredProductCell {
    padding: 20px 4px 4px !important;
}

.featuredImageWrap {
    text-align: center;
    height: 100px;
    margin-top: 5px;
}

    .featuredImageWrap a {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
    }

        .featuredImageWrap a img {
            /*    border: 1px solid #A9382C;
    border-radius: 7px;
    box-shadow: 0 0 8px rgba(169, 56, 44, 0.8); */
            width: 100%;
            height: 100%;
        }

.featuredNameWrap {
    text-align: center;
    height: 40px;
    padding: 10px 0;
    overflow: hidden;
}

    .featuredNameWrap a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 125%;
        text-align: center;
    }

.featuredPriceWrap {
    text-align: center;
    margin-top: 10px;
}

    .featuredPriceWrap .MSRP {
        color: #666666;
        font-size: 11px;
        font-weight: normal;
    }

    .featuredPriceWrap .displayPrice, .displayPrice {
        color: #8e1003;
        display: block;
        font-size: 16px;
        line-height:18px;
        font-weight: bold;
        text-align: center;
        margin: 10px auto;
    }

    .featuredPriceWrap .displayPriceGreen, .displayPriceGreen {
        color: #008600;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: .4em 0;
        padding: 0px;
    }

.featuredCartWrap {
    text-align: center;
}

    .featuredCartWrap .addToCartWrap small {
        color: var(--bg-color);
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .featuredCartWrap .addToCartWrap input[type="text"] {
        width: 20px !important;
    }

    .featuredCartWrap .addToCartWrap .AddToCartButton {
        margin: 10px auto;
        display: block;
    }

.pagelink {
    padding: 0 3px 0 3px;
}



.relatedBlock {
    margin-top: .5em;
}

.didYouMean, .autocorrect {
    background: #FF0;
    display: inline-block;
    padding: 1px 3px;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    white-space: normal;
    line-height: 130%;
}

    .didYouMean:before, .autocorrect:before {
        font-size: 130%;
    }

    .didYouMean a, .autocorrect span {
        font-weight: bold;
    }

.sortBy .action-warning {
    top: 113px;
}

.sortBy .action-warning .arrow {
        width: 0;
        height: 0;
        border-left: 7px solid rgba(167, 106, 106, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid #bbb;
        position: absolute;
        top: -8px;
        left: 105px;
        z-index: 101;
    }

.arrowRegisterCustomer {
    width: 0;
    height: 0;
    border-left: 7px solid rgba(167, 106, 106, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #bbb;
    position: absolute;
    bottom: -8px;
    left: 145px;
    z-index: 101;
}

.comparisonTD {
    height:19px;
    margin-bottom:3px;
}

.oldPrice {
    color: #8e1003;
    text-decoration: line-through;
    font-size: 12px;
    padding-left: 5px;
}

.specialPrice {
    color: #008600;
    font-size: 12px;
    padding: 0px;
    text-align: center;
    font-weight: normal;
}

.topControl, .bottomControl{
    background: #b5e2f1;
}

.caSortContainer.bottomPagingWrap{
    margin-top: 20px;
}