<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.productGrid {
    display: inline-block;
    margin-bottom: 12px;
}

div.productGrid:after {
    content: "";
    clear: both;
    display: table;
}

div.productGrid div.hr {
    border-bottom: 1px solid black;
    height: 1px;
}

div.gridCaption {
    font-size:13px;
}

div.gridCaption span.bold {
    font-weight:bold;
}

div.productGrid &gt; table {
    border-collapse: collapse;
    border-left:1px solid black;
    border-right:1px solid black;
}

div.productGrid thead td {
    font-weight:bold;
    vertical-align:bottom;
    border-bottom:1px solid #000;
    padding-left:2px;
    padding-bottom:2px;
    padding-top:1px;
}

    div.productGrid thead td:not(:last-child) {
        border-right:1px solid #000;
    }

div.productGrid td.item &gt; div {
    width: 104px;
}

div.productGrid td.priceHeader{
    font-weight:bold;
    text-align:center;
    padding-bottom:0px;
}

    div.productGrid td.priceHeader &gt; div {
        width: 210px;
    }

div.productGrid thead td.price {
    text-align: center;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
}

div.productGrid td.cart {
    text-align: center;
    padding-left: 2px;
}

    div.productGrid td.cart &gt; div {
        width: 77px;
    }

div.productGrid tbody td {
    padding: 2px 0px 2px 2px;
}

div.productGrid tbody td:not(:last-child){
    border-right:1px solid #000;
}

div.productGrid tbody td a {
}

div.productGrid td &gt; div.trim {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.productGrid tbody td.price{
    border-right:0px;
    text-align:right;
    padding-left:0px;
}

div.productGrid tbody td.price span{
    display:inline-block;
}

div.productGrid tbody td.cart {
    border-left: 1px solid #000;
    border-right: 0px;
    padding-right: 1px;
}

div.productGrid td.cart button {
    width: 35px;
    height: 17px;
    border: 1px solid #000;
    float: right;
    font-size: 13px;
    line-height: 12px;
}

div.productGrid td.cart input[type=text] {
    width: 36px;
    height: 17px;
    border: 1px solid #000;
    font-size: 13px;
    font-family: Avalon,Arial,sans-serif;
    margin-left: 2px;
    margin-right: 3px;
    padding: 1px;
}

div.productGrid thead td.weight &gt; div {
    width: 95px;
    text-align:center;
}

div.productGrid tbody td.weight {
    text-align:right;
}

div.productGrid thead td.freightClass &gt; div {
    width: 95px;
    text-align:center;
}

div.productGrid thead td.nmfc &gt; div {
    width: 96px;
    text-align:center;
}

div.productGrid tbody td.freightClass,
div.productGrid tbody td.nmfc {
    text-align:center;
}

div.productGrid tfoot td {
    border-top: 1px solid #000;
}

div.productGrid tbody tr.smallCaseQty {
    display: none;
}

div.productGrid a.smallCaseToggle {
    color: #0040FF;
    font-size: 10px;
}

    div.productGrid a.smallCaseToggle:before {
        content: "";
        clear: both;
        display: table;
    }

div.productGrid .fraction {
    font-size:10px;
    position:relative;
    top:-1px;
}

div.productGrid tr.lineBelow {
    border-bottom:1px solid black;
}

#divMouseOverPic{
    position:absolute;
    left:0;
    top:0;
    display:none;
    width:100px;
    height:100px;
    background-color:white;
    z-index: 2000;
}
#imgMouseOverPic{
    border:1px solid black;
    width:100px;
    height:100px;
}

/*#region Dropdown*/

div.productGridMsg {
    border:2px solid #ccc;
    background-color:#fff;
    position:absolute;
    top:10px;
    left:10px;
    display:none;
    z-index:10;
}

div.productGridMsg img {
    width:16px;
    height:16px;
    display:inline-block;
}

div.productGrid div.dropdown {
    margin-right: 2px;
}

div.productGrid div.dropdown div.colorSwatch {
    width:10px;
    height:10px;
    display:inline-block;
    float:left;
    margin-right:4px;
    margin-top:2px;
}

div.productGrid div.dropdown div.twoColorSwatch{
    width:10px;
    height:10px;
    display:inline-block;
    float:left;
    margin-right:4px;
    margin-top:-1px;
}

div.productGrid div.dropdown div.twoColorSwatch div{
    width:5px;
    display:inline-block;
    float:left;
}

div.colorName{
    overflow:hidden;
}

html:not([data-useragent*='Chrome']) div.productGrid div.dropdown div.colorName {
    margin-top:1px;
}

div.productGridColorDialog {
    display:none;
    font-family:Avalon, Arial, sans-serif;
}

div.productGridColorDialog div.colorOption {
    width:62px;
    height:70px;
    display:block;
    float:left;
    margin-right:5px;
    cursor:pointer;
    text-align:center;
}

div.productGridColorDialog div.colorOption:hover .colorSwatch{
    border:2px solid #aaa;
}

div.productGridColorDialog div.colorSwatch {
    width:25px;
    height:25px;
    display:inline-block;
    margin-bottom:3px;
    border:2px solid #fff;
}

div.productGridColorDialog div.colorOption:hover .twoColorSwatch{
    border:2px solid #aaa;
}

div.productGridColorDialog div.twoColorSwatch{
    width:29px;
    height:29px;
    display:inline-block;
    margin-bottom:3px;
    border:2px solid #fff;
}

div.productGridColorDialog div.twoColorSwatch div{
    width:12px;
    height:25px;
    display:inline-block;
    float:left;
}

div.productGridColorDialog div.twoColorSwatch div:last-child {
    width:13px;
}
/*#endregion*/

div.productGrid img.colorPreview {
    float:right;
}

@media (min-width: 1260px) {

    div.productGrid table {
        font-size: 15px;
        width: 100%;
    }

    div.productGrid td.cart input[type=text] {
        font-size: 15px;
    }

    div.productGrid a.smallCaseToggle {
        font-size: 12px;
    }

    div.productGrid td.item &gt; div {
        width: 125px;
    }

        div.productGrid td.item &gt; div.trim {
            width: 125px;
        }

    div.productGrid td.price &gt; div {
        width: 137px;
    }

    div.productGrid td.uom &gt; div {
        width: 93px;
    }

    div.productGrid td.cart &gt; div {
        width: 84px;
    }

    html[data-useragent*='rv:11'] div.productGrid td.cart input[type=text] {
        height: 19px;
    }

    div.gridCaption {
        font-size: 15px;
    }

    div.productGrid div.dropdown {
        min-width: 124px !important;
    }

    div.productGrid div.dropdown div.selectContent {
        margin-top: -2px;
        width: 100px !important;
    }

        div.productGrid div.dropdown div.selectContent div.selectDefault {
            margin-left: 10px;
        }

    div.productGrid div.dropdown div.colorSwatch {
        margin-top: 4px;
    }

    div.productGridColorDialog {
        font-size: 12px;
    }

}</pre></body></html>