/* breadcrumbs */
.prdrebTopBreadcrumbs {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
}

/* left col */
.prdrebConfig {
    margin-bottom: 20px;
}

    .prdrebConfig ul {
        margin: 0;
    }

        .prdrebConfig ul li a span.prdrebCount {
            color: #888;
            text-decoration: none;
        }

.prdrebMain h6 a {
    color: #5D5D5D;
}

    .prdrebMain h6 a:hover {
        text-decoration: none;
        color: #3d3d3d;
    }

.prdrebMain h6 .btnTxt {
    padding: 2px 4px;
    text-decoration: none;
}

.prdrebDimensionGroup > ul {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .prdrebDimensionGroup > ul > li {
        padding: 0;
    }

    .prdrebDimensionGroup > ul:last-child {
        border-bottom: none;
    }

.prdrebDimensionGroup .initClosed {
    display: none;
}

.prdrebDimensionGroup ul ul a:hover {
    text-decoration: none;
}

    .prdrebDimensionGroup ul ul a:hover span:first-child {
        text-decoration: underline;
    }

/* filters */
.prdrebFilters ul li .btnTxt {
    font-weight: normal;
}

/* Prod List controls */
.productList, .corpLegal {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.prodTileWrap {
    margin: 0 -5px;
}

.productListControls {
    margin: 0;
    width: 100%;
}

    .productListControls td {
        padding: 4px 3px;
        width: 33%;
    }

        .productListControls td.last {
            text-align: right;
        }

    .productListControls .pagerDropdowns .itemSort,
    .productListControls .pagerDropdowns .itemDis,
    .productListControls .edcPager {
        display: block;
        line-height: 30px;
    }

    .productListControls .edcPager {
        float: left;
    }

        .productListControls .edcPager a,
        .productListControls .edcPager a:hover {
            font-weight: bold;
            padding: 0 2px;
        }

        .productListControls .edcPager .ItemOffsetChoice {
            padding-right: 5px;
            margin-right: 5px;
            font-weight: bold;
        }

            .productListControls .edcPager .ItemOffsetChoice a {
                font-weight: normal;
            }

/* btn link */
a.btnLink {
    display: inline-block;
    margin-right: 4px;
    padding: 0.25em 0 0.16em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.0em;
    position: relative;
    cursor: pointer;
    border: 0;
    background: none;
    text-align: left;
}

    a.btnLink:hover {
        background: none;
    }

.prdsetTitle {
    font-weight: bold;
    font-size: large;
}

    .prdsetTitle hr {
        margin-top: 4px;
        margin-bottom: 10px!important;
    }

.vsHoverIcon {
    cursor: pointer;
}

.ProductResultsBasic .btn-close-filters { float: right; display: none; }
.ProductResultsBasic .btn-filters { display: none; }
.txtQty { max-width: 80px; }
.btnQty { padding: 0 5px !important; }
.prdrebDimensionGroup > ul.have-border {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}