/*main.css Stylesheet */
.cBodyTable #nav {
    display: none;
}
/*BCM 10/19/2017*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .JobWorksheetTable {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media (min-width: 768px) {
    .generated_for_mobile {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
/*BCM 10/19/2017*/



/* ****************************************************************/
@media (min-width: 320px) {
	
.cBodyTable {
	text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;

}
.container {
    margin: 0 auto;
    max-width: 1300px!important;
    padding: 0 24px!important;
}
body {
    font-family: 'Libre Franklin', sans-serif!important;
    color: #444!important;
    font-size: 1.1em!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}

.h1, h1 {
    font-size: 2.2rem;
}
a, .title {
    color: #005c4a;
}
h1.cart-title {
    font-size: 30px;
    color: #335b4a;
}
.orig-price {
    text-decoration: line-through;
    display: block;
    color: red;
}
.table      { display: table; }
.table-row  { display: table-row; }
.table-cell {
    display: table-cell;
    text-align: left;
}
.table-row--headers .table-cell {
    background: #f7f7f7;
    white-space: nowrap;
}
input#couponcode {
    max-width: 300px;
}
.detailhead {
    padding: 5px;
}
.DetailHistoryHead {
    padding: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.DetailHistoryLine {
    padding: 5px;
}
.DetailHistoryPricing {
    padding: 0 !important;
    text-align: right !important;
}
.OrderHeaderTable td {
    padding: 3px 10px;
    border: 1px solid;
}
.OrderAddressTable {
    border: 1px solid;
}
.OrderAddressTable td {
    padding: 3px 10px;
}
.RowSpacer {
    border-top: 20px solid transparent;
}
select:active,
select:hover {
    outline: none!important;
}
#PleaseWaitSpinner {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 300px;
    height: 200px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: lightgrey;
    z-index: 1002;
    text-align: center;
    font-size: 16px;
    overflow: auto;
    font-weight: bold;
}
#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
table#JWG2, table#JWG3 {
    width: 100%;
}
table#JWG3 input {
    width: auto;
}
table#JWG3 .DetailHead {
    background: #f5f5f5;
}
button[name="SendSelectedToCart"] {
    background: #306B34;
    margin: 20px 0;
}
td#lblworksheetname {
    background: #f5f5f5;
    padding: 5px 10px;
}
td#lblworksheetname h1 {
    font-size: 32px;
    margin-bottom: 0px;
}
tr#cb_jobworksheetfunctions_tr_40 td {
    padding-top: 15px;
}
#cb_jobworksheetfunctions103 input[type="text"] {
    width: 31px;
}
.ProductTotalRow td,
.checkoutsubmitfunctions_tr_130 td {
    text-align: right;
}
.ProductTotalRow {
    background: #f3f3f3;
}

.TileAddToCart input[type="text"] {
    height: 28px;
    vertical-align: top;
    width: 35px;
}

.standardordernotes {
    width: 100%;
}
.BillValue, .ShipValue {
    font-weight: bold;
    display: inline-block;
    width: 65%;
}
#DO3 .Norm2,
#DO4 .Norm2,
#DOS3 .Norm2,
#DOS4 .Norm2 {
    /* width: 35%; */
    
    clear: left;
}

.chkout-billinfo table, .chkout-shipinfo table {
    width: 100%;
}
.BillLabel, .ShipLabel {
    width: 35%;
    text-align: left!important;
    display: inline-block;
}
#checkoutbillingfunctions68 {
    text-align: left !important;
}

.Norm3 {
    text-align: left !important;
}
.catalogwebcartfunctions_tr_33 {
    float: right;
}
a.button.addCart {
    float: left;
    width: 100%;
}
.btn {
    background: #28634f;
    font-weight: 600;
    color: #fff;
}
.btn-addtocart {
    background-color: #28634f;
    border-bottom: 3px solid #435058!important;
}
.btn.btnSubmit {
    background-color: #509534;
}
.SubmitOrderCell button {
    background-color: #22486c;
}
button {
    background: #28634f;
    color: #fff!important;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    white-space: nowrap;
}
.TiledLayoutCellContent {
    padding-bottom: 30px;
}
/*before new responsive*/

.navbar-default.row {
    min-height: 722px;
    border-radius: 5px;
    box-shadow: none!important;
}

.navbar-collapse {
    max-height: none!important;
}
.table {
    border: none;
    border-color: #ddd;
}
.table-responsive {
    border: none!important;
}
.navbar-toggle,
.navbar-toggle:hover {
    background-color: #fff!important;
}
span.icon-bar {
    background-color: #fff!important;
}





    .RecentViewTable {
        width: 98%;
        float: left;
        margin: 1%;
        margin-bottom: 20px;
        padding-left: 30px;
    }
button.js-slideout-toggle {
    background: #509534;
    height: 35px;
    line-height: 0;
    padding: 0 15px;
    margin-left: 20px;
}
img.menu-icon {
    width: 15px;
}
    .LogInCell {
        display: none;
    }
    div#cb_detailproduct238 {
        float: right;
        width: 100%;
    }
    #MiscTable #MiscTable {
        width: 100%;
        float: left;
    }


div#sidebar26 {
    display: none;
}
#cb_detailproduct92 {
    display: inline-table;
    left: -142px;
    position: relative;
}
.netQty92 {
    left: 75px !important;
    position: relative;
}
.navbar-default {
    background-color: transparent!important;
    background-image: none!important;
}
.row {
    padding: 0px;
    margin: 0px!important;
}
.navbar-default {
    margin: 0px !important;
    /* overflow: hidden; */
    /* background: #fff !important; */
}
.navbar-default .navbar-toggle {
    border-color: #0D4A77;
    background-color: #0D4A77!important;
}
.catalogwebcheckoutfunctions_tr_19 {
    overflow: hidden;
}
div#SCT1 {

}
div#SCT1 > .Cat1 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 0px solid #eee;
    padding-left: 5px;

}
div#SCT1 > .Cat1 a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    font-weight: 600;
    padding-right: 20px;
}
div#SCT1 > .Cat1 a:after {} div#SCT1 > .Cat1:hover a {
    /* color: #FFFFFF; */
    
    text-decoration: underline;
}
div#SCT1 > .Cat1:hover {
    background-color: rgba(40, 52, 60, 0.12);

}
.Cat1 a {
    margin-left: 15px;
    display: block;
}
.accnt .Cat1 a {
    padding: 3px 0px;
}
.FilterResultsBy hr {
    border: none;
}
.FilterResultsBy {
    float: left;
    width: 100%;
}
.SidebarShop, .SidebarAccountHeading, .SidebarOrder, .SidebarQuick, div#sidebar167, div#sidebar179, div#search8 {
    color: #fff!important;
    line-height: 20px;
    padding-left: 10px;
    margin: 0;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px!important;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    background-color: #1a3854;
}
.SidebarShop {
    /* display: none; */
}
.LogOutCell {
    display: none;
}
div#search8 a {
    color: #EAC117!important;
    margin-left: 0px!important;
}
img.CatImage {
    max-height: 100%;
    max-width: 100%;
}
#advancedwebpagefunctions42 {
    /* height: 250px;*/
}
div#cb_detailproduct147 {
    text-align: center;
}
div#cb_detailproduct193 {
    float: left;
    width: 100%;
}
div#cb_detailproduct95 {
    float: left;
    width: 50%;
}
div#getProductMemo {
    width: 50%;
    float: left;
}
div#cb_detailproduct66div {
    display: table;
}
div#cb_detailproduct12 {
    display: table-row;
}
div#cb_detailproduct13 {
    display: table-cell;
}
div#cb_detailproduct8 {
    display: table-row;
}
div#cb_detailproduct9 {
    display: table-cell;
}
a.DetailLine.DetailLineSKUAnchor {
    color: #bd0808!important;
    text-decoration: underline!important;
}
tr.DetailGridRowPreAppApproved:nth-child(even) {
    background: #f3f3f3;
}
tr.DetailGridRowPreAppApproved td {
    font-size: 12px!important;
    /* vertical-align: top!important; */
}
.SearchImageCell img {
    max-width: 100px!important;
}
.navbar-toggle {
    z-index: 9999;
}



/* sidebar */

div#sidebar5 > div {
    border-bottom: thin dotted #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
div#sidebar54 {
    color: rgb(162, 66, 49);
    font-weight: 600;
    padding-left: 10px;
}
/*account, login*/

.sidebar_tr_46, .sidebar_tr_48, div#sidebar70, .accountfunctions_tr_369, .sidebar_tr_88, .accountfunctions_tr_372 {
    /* display: none; */
}
/*home link*/

a#sidebar29anchor {
   /* display: none;*/
}
/*home link*/

div#writeAccountFunctionSidebar div {} div#advancedwebpagefunctions81 {
    padding-bottom: 10px;
}
div#dsc-03 {
    min-height: 170px;
}
div#advancedwebpagefunctions12,
#accountfunctions6 {
    background-color: #ffffff;
    border-bottom: 1px solid #d7ceb4;
    border-left: 1px solid #d7ceb4;
    border-right: 1px solid #d7ceb4;
    box-shadow: 1px 2px 8px rgba(215, 206, 180, 0.5);
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
}
form#datefilter {
	  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
                -ms-grid-row-align: baseline;
            align-items: baseline;
    background: whitesmoke;
    padding: 20px;
}
#startdate, #enddate {
    background-color: #ffffe0;
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 6px;
    margin-left: 7px;
}
.AccountRefresh > a {
    background-color: #01375D;
    border: thin solid;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px;
    text-decoration: none;
    float: left;
    margin-left: 5px;
}
table.DateFilterArea {
    width: 100%;
}
.DateFilterArea {
    padding: 0 20px;
}
.Cat1.PostLoginCell {
    border-radius: 5px 5px 0 0;
    color: #bd0808;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    /* display: none; */
}
.AddToCart:hover {
    opacity: .8;
}
#dispdetprodcart #QTY0 {
    background-color: #FFF;
    border: thin solid #ccc;
    /* border-radius: 2px; */
    
    font-size: 14px;
    height: 28px;
}
#dispdetprodcart .AddToCart {
    vertical-align: bottom;
    display: inline-block;
}
div#subcats11 {
    margin-bottom: 20px;
}
img[src="reports.gif"] {
    color: #333;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
div#subcats15 {
    height: 160px;
    overflow: hidden;
    width: 200px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.SubcatRow.row {
    margin: 0px;
}
.SubCatTable {
    padding: 15px!important;
    box-shadow: 0 0 5px #cecece;
}
div#subcats12 {
    margin-bottom: 15px;
    font-size: 19px;
}
.DetImage {
    max-width: 100%;
    max-height: 100%;
}


/* Image and Price Box**********************************************************/
.dp-image-wrapper {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-align: center;
}
.dp-image-wrapper span {
    max-width: 425px;
    height: 380px;
    width: 100%;
}
.dp-image-wrapper .DetImage {
    max-width: 100%;
    max-height: 100%;
}
.dp-image-wrapper .zoomImg:hover {
    cursor: crosshair;
}
.dp-image-wrapper a {
    display: inline-block;
    width: 24%;
    /* border: 1px solid #ddd; */
    height: 55px;
    vertical-align: bottom;
    margin: 5px 0;
}
img.ThumbImage {
    max-width: 100%!important;
    max-height: 100%;
}
.price-box {
    width: 49%;
    display: inline-block;
    text-align: left;
    border-left: 1px solid #ddd;
    padding: 10px 0 20px 30px;
    vertical-align: top;
}
.price-row {
    padding-bottom: 10px;
}
.price-row .DetailHead2 {
    line-height: 1;
    font-size: 14px;
}
.price-row .DetailLine2 {
    font-size: 22px;
    font-weight: 700;
    color: #22486c;
    line-height: 1;
}
.qty-row, .addcart-row {
    display: inline-block;
	vertical-align: middle;
}
.qty-row input {
    height: 40px;
}
.addworksheet-row {
    padding-top: 15px;
}
/* Image and Price Box**********************************************************/



/* InfoTable**********************************************************/

.InfoTableContainer {
    text-align: left;
    padding: 20px 0;
}
.InfoTableContainer .table-cell {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;

}
.InfoTableContainer .table-cell.table-cell-label {
    background: #ececec;
    text-transform: uppercase;
    line-height: 1.4;
    white-space: nowrap;
    width: 30%;
}
.InfoTableContainer .table-cell-value {
    font-weight: 600;
	    width: 70%;
}
/* InfoTable**********************************************************/

/* Tabs **********************************************************/
.dp-tabs-wrapper {
    margin: 35px 0px;
}
div#tabContent {
    text-align: left;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.tab-content .table-cell.table-cell-label {
    background: #e8e8e8;
    text-transform: uppercase;
    line-height: 1.4;
    white-space: nowrap;
}
.tab-content .table-cell {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%;
}
.info-table-header {
    padding: 10px;
    font-weight: 700;
}
/* Tabs **********************************************************/


.SocIntgDiv {
    background-color: transparent!important;
}
.cb_detailproduct_tr_63 {
    background-color: #fff!important;
    padding-top: 15px;
    width: 100%;
}
.cb_detailproduct_tr_63 .DetailHead2 {
    text-align: right!important;
    line-height: 23px!important;
}
div#cb_detailproduct118 {
    display: table-row;
}
div#cb_detailproduct119 {
    display: table-cell;
}
div#cb_detailproduct2div > div {
    background-color: rgb(255, 255, 255);
    border-bottom: thin solid darkred;
    padding-bottom: 10px;
    padding-top: 10px;
}
div#cb_detailproduct121 {
    display: table-cell;
    text-align: right;
}
div[name="13"] {
    background-color: #fff !important;
    display: table-row;
}
div[name="13"] div {
    padding-top: 20px;
}
.AddToCart {
    vertical-align: top;
    width: auto!important;
    height: auto!important;
    white-space: nowrap;
}
button.AddToCart {
    border: 1px solid #00a2ee;
    border-bottom: 2px solid #28343c;
    background: #00a2ee;
    color: #fff;
    text-transform: uppercase;
}
div[name="pricefield"] {
    font-size: 18px;
}
.Reg8 {
    font-weight: bold;
}
.DetailHead.DetailHead2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-top: 10px;
    line-height: 13px;
    vertical-align: middle;
    float: left;
    text-align: right;
    width: 25%;
    /* display: table-cell; */
}
.headerfooter_tr_3.container {  
    bottom: -100px;
    height: 100px;
}
div#headerfooter20 {
    margin-right: auto;
    margin-left: auto;
    /* background-color: #FAFAF8; */
}
div#cb_detailproduct2div {
    display: table-row;
}
td[name="description2"] {
    color: #284B67;
    font-size: 14px;
    text-transform: uppercase;
}
td[name="pricefield"] {
    color: darkgreen;
    font-size: 14px;
}
.DetailLine.DetailLine2 {
    font-weight: bold;
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left !important;
    width: 75%;
    float: left;
    /* display: table-cell; */
}
.DetailLine2 #QTY0 {
    width: 40px;
    display: inline-block;
    height: 24px!important;
    margin-right: 5px;
    text-indent: 3px;
}
.SidebarCatTable.SidebarCatTableCG {
    line-height: 20px;
}
.CatSearchLine th {
    color: #333;
    display: table;
}
.CatSearchLine input {
    padding-right: 10px;
}
td.SideBar a {
    font-size: 12px;
    padding-left: 5px;
}
.Cat1.SidebarLoginAnchor {
    display: inline-block;
}
.Cat1.SidebarLoginCell a {
    color: black;
}
.Cat1.SidebarLoginCell a:hover {
    color: black;
    text-decoration: underline;
}
.Cat1.SidebarRegisterAnchor {
    padding: 0;
    display: inline-block;
    margin: 0px;
}



.navlink {
    padding: 13px 2px 0;
    text-decoration: none;
    color: rgb(0, 114, 181);
    font-weight: bold;
}
.navlink A:visited {
    color: #000000;
}
.navlink A:link {
    color: #000000;
    font-weight: normal;
}
.navlink A:hover {
    color: #000000;
    text-decoration: underline;
}
.Of {
    color: #000;
}
.DoubleArrow {
    color: #000;
}
.SingleArrow {
    color: #000;
}
div#dsc-19 {
    font-size: 11px;
    text-align: center;
}
div#subcats1 {
    text-align: center;
    margin-bottom: 10px;
}
div#subcats1 a {
    color: black;
}
div#dsc-01 {
    padding-top: 20px;
}
/* product table*/



/* product cats tile*/

.subcat-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.subcat {
    -ms-flex: 0 0 22.333333%;
    flex: 0 0 22.333333%;
    max-width: 22.3%;
    width: 22.3%;
    padding: 1%;
    display: block;
    border: 1px solid #ddd;
    margin: 1%;
}
.subcat__img-container {
    height: 250px;
    overflow: hidden;
    /* width: 200px; */
    position: relative;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
}
p.subcat__caption {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    color: #22486c;
    line-height: 20px;
}
img.subcat__img {
    max-width: 100%;
	max-height: 100%;
    height: auto;
} 
/* product cats*/


img {
    -ms-interpolation-mode: bicubic;
}
.DetailLineModelNumber {
    text-align: center;
}
.DetailLineQuantityAvailable {
    text-align: center;
}
.headerfooter_tr_3 {
    background: #f7f7f7;
    padding: 20px;
}
#FooterDiv {
    text-align: center;
}

.TileviewCompare {
    margin: 10px;
}
.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    width: 99%!important;
    max-width: 99%!important;
    flex: 0 0 99%;
    border: 1px solid #ccc;
}
.DetailLine.TileviewPageCell {
    text-align: left;
}
.TiledLayoutContainer {
    width: 100%!important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.TileviewPageCell a {
    padding-right: 5px;
}
.TiledLayoutContainer.row {
    width: auto!important;
}
.Picture a {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.TiledLayoutImg {
    border: 0 none;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}
.TileAddToCart input[type="text"] {
    height: 35px;
    vertical-align: middle;
    width: 45px;
}
span.tvQty {
    padding-right: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #0f3f68;
}
img[title="Preview"] {
    padding-top: 12px;
}
.TiledLayout3 {
    color: #509534;
    font-size: 18px;
    padding-right: 15px;
    padding-top: 10px;
    font-weight: bold;
}
.TiledLayout1.TileCompare {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}
.TiledLayout1.Item3 {
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
}
.tilecompare {
    margin-right: 5px;
}
.TiledLayout3 A:link {
    text-decoration: none;
    color: #333;
}
.TiledLayout3 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout3 A:hover {
    text-decoration: none;
    color: #444;
}
.TiledLayout2 {
    color: #000000;
}
.TiledLayout2 A:link {
    text-decoration: none;
    color: #333;
}
.TiledLayout2 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout2 A:hover {
    text-decoration: none;
    color: #444;
}
.TiledLayout1 {
    color: #004080;
    line-height: 1.2;
    font-weight: normal;
}
.TiledLayout1 A:link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.TiledLayout1 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout1 A:hover {
    text-decoration: underline;
    color: #444;
}

div#cb_detailproduct147 span {
    height: 260px;
}
div#MiscTable {
    margin-bottom: 20px;
}
.FooterFinePrint {
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
}
.FooterLink {
    color: #333;
    font-size: 11px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}
.Banner1 {
    color: #0f3f68;
    background-color: #f5f5f5;
	    display: none;
}
.Banner2 {
    color: #0f3f68;
    background-color: #f5f5f5;
    margin-top: 3px;
    display: none;
}
.DetailLine {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top!important;
}
.detailline {
    vertical-align: middle !important;
}
.DetailLine a {
    text-decoration: none;
    color: #509534;
    padding-left: 0;
}
a.DetailLine {
    text-decoration: none;
    color: #509534;
    padding-left: 0;
}
.DetailLine a:visited {
    text-decoration: none;
}
.DetailLine a:hover {
    text-decoration: none;
    color: #444;
}
.DetailHeadAddToCart {
    text-align: center !important;
    width: 125px;
}
td#cb_detailgrid140 {
    text-align: right;
}
.DetailLine.DetailLineAccount {
    border: medium none;
    padding-bottom: 6px;
    padding-top: 6px;
}
.DetailLine.DetailLineAccount a {
    color: #1FB25A;
    text-decoration: underline;
}
.SuccessfulSearchResultsTable {
    border: thin solid #ddd;
    border-collapse: collapse;
}
.SuccessfulSearchResultsTable tr:nth-child(2n+1) {
    background-color: #EFEEC6;
}
.OrdersBody {
    border-collapse: collapse;
}
.ordersByDate {
    width: 100%;
}
.OrderDetailBody .DetailHeadOrderMgmt {
    background-color: rgba(255, 255, 224, 0.5);
    border: thin solid #ccc !important;
}
.AlternateDetailPriceLabel {
    font-size: large;
    width: 30%;
}
.AlternateDetailProductNumber {
    color: Maroon;
}
.AlternateDetailPrice {
    font-size: large;
}
.AlternateDetailQuantityLabel {
    font-size: large;
    color: Black;
}
.AlternateDetailDescription {
    font-size: 20px;
    font-weight: bold;
    color: Black;
    width: 100%;
    vertical-align: top;
    display: block;
    float: left;
}
.AlternateDetailProductContainer {
    vertical-align: top;
    display: block;
    width: 150%;
}
.AlternateDetailCartDisplay {
    vertical-align: top;
    width: auto;
}
.AlternateDetailProductHTML {
    vertical-align: top;
    display: inline;
    float: left;
    width: auto;
}
.AlternateDetailHTMLContainer {
    vertical-align: top;
    float: left;
    display: inline;
    width: auto;
}
.tableResponsiveContainer {
    width: 100%;
    display: inline-block;
}
.cBillingTable {
    margin-right: auto;
    vertical-align: top;
    margin-left: auto;
}
.billingAmtInfo {
    width: 100%;
}
.OrderTotal, .totalAmount {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.OrderTotal .Norm3, .totalAmount .Norm3 {
    font-weight: bold;
	padding-left: 10px;
}
.billingAddrInfo {
    width: 100%;
}
div#checkoutbillingfunctions41, .checkoutshippingfunctions_tr_125 {
    margin: 30px;
}

div#cb_taxes0 {
    float: left;
    width: 25%;
    text-align: left;
}
div#cb_taxes1 {
    width: 75%;
    float: left;
    text-align: left;
    font-weight: bold;
}
.MainDetailProduct {
    vertical-align: top;
    display: block;
    width: 100%;
}
.SubCatCaption {
    vertical-align: top;
    text-align: center;
    height: 50px;
}

table#DSTE1 td {
    text-align: left;
    display: table;
    margin-top: 5px;
}
.ShipLbl {
    text-align: left!important;
}

div#DS3 .norm:first-child {
    display: table-cell;
    padding-right: 20px;
    width: 120px;
}
div#DS3 .norm:last-child {
    display: table-cell;
    font-weight: bold;
}
div#checkoutshippingfunctions107 {
    text-align: left!important;
}
div#checkoutorderfunctions22div div:nth-child(2),
div#checkoutorderfunctions180div div:nth-child(2) {
    font-weight: bold !important;
}
div#checkoutorderfunctions22div div:nth-child(1) {
    padding-left: 8px;
}
.Norm {
    text-align: left!important;
}
table.Norm tr td {
    padding: 2px;
}

.DetailHeadChkOut2 {
    margin-bottom: 17px;
    margin-top: 17px;
}
.DetailHeadChkOut3 {
    float: left;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 1px #aaa;
    margin: 17px auto 17px;
}
.DetailHeadChkOut2, .DetailHeadChkOut3 {
    color: #607447!important;
    border: none;
    font-size: 16px!important;
    background-color: #e6e6e6;
    text-align: left;
    padding-left: 10px!important;
    padding-top: 5px!important;
    font-weight: normal!important;
}
.shippingCharge {
    padding: 20px;
	margin: 20px 0;
    color: red;
    background: #f0f2ee;
    max-width: 450px;
}
label {
    display: inline-block;
    margin-bottom: .2rem!important;
    font-size: 14px;
    padding-left: 2px;
	color: #888;
}
div#DS1 .Norm:first-child {
    /* font-weight: bold; */
    font-size: 13px;
}
.checkoutshippingfunctions_tr_77,
.checkoutshippingfunctions_tr_78 {
    padding: 7px 0;
}
#DS2 .DetailHeadChkOut2 {} div#checkoutorderfunctions4 .Norm {
    display: table-cell;
    padding: 5px;
}
.Norm #jk49d {
    background-color: white;
    background-image: none;
    border: thin solid #aaa;
    height: 20px;
}
div#checkoutshippingfunctions182 {
	 display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.ShipToCell {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 0 2px #ccc;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.ShipToRow>div {
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
    font-size: 14px;
}
.ShipToRow div:nth-child(2) {
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.ShipToRow div:nth-child(1) {
    width: 100px;
    color: #666;
    padding: 3px;
}
.ShipToRow:nth-child(even) {
    background: #f7f7f7;
}
input#shipto {
    margin-right: 10px !important;
    vertical-align: middle;
    margin: 0px;
}
.ShipToCell label {
    color: #00a2ee;
}
div#checkoutshippingfunctions183 {
    color: rgb(143, 31, 14);
}
.Checkout3Table .DetailHeadCart {
    color: #666;
    border: none;
    font-size: 16px;
    padding-left: 10px;
    background-color: #f3f3f3;
}
.checkoutsubmitfunctions_td_44, .checkoutsubmitfunctions_tr_11 {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
	vertical-align: top;
}
div#DOS1 .DetailHeadCart {
    font-size: 18px;
    padding: 0px;
}
.checkoutsubmitfunctions_tr_10 {
    float: left;
    width: 100%;
    padding-top: 15px;
}
td#checkoutsubmitfunctions166 {
    padding-left: 15px!important;
    background: #f3f3f3;
}
table#DOS6 {
    border: #ccc;
    margin-top: 25px;
}
table#DOS6 td {
    border: none;
    text-align: left;
}
tr.DetailLine.DetailLineChkOut2 {
    border-bottom: 1px solid #ccc;
}

div#checkoutsubmitfunctions43 {
    font-weight: bold!important;
}
div#DOS6 {
    float: left;
    width: 100%;
}
div#DOS6 .order-charge {
    text-align: right;
}
div#checkoutorderfunctions22div:nth-child(odd),
div#checkoutorderfunctions180div:nth-child(odd),
div#checkoutorderfunctions183div {
    background-color: #F4F4F4 !important;
    height: 22px;
}
div#checkoutorderfunctions22div,
div#checkoutorderfunctions13div,
div#checkoutorderfunctions183div,
div#checkoutorderfunctions180div {
    float: left;
    width: 100%;
}
div#checkoutorderfunctions5 div div,
div#checkoutorderfunctions8 div div {
    float: left;
    width: 50%;
}
div#catalogwebcheckoutfunctions10 {
    /*float: left;*/
}
.ProductTotalRow,
div#checkoutorderfunctions311div {
    height: 25px;
    font-weight: bold;
}
.ProductTotalRow .Norm2,
div#checkoutorderfunctions311div .Norm2 {
    text-align: right;
    width: 80%;
}
.ProductTotalRow div,
div#checkoutorderfunctions311div div {
    float: left;
    width: 20%;
}
.Checkout3Table input[name="IMAGE1"] {
    float: right;
    margin-top: 10px;
}
div#displayFrameCheckout {
    margin-bottom: 40px;
}
#DO3,
#DO4 {
    border: medium none;
    border-collapse: collapse;
}
#DO3 td,
#DO4 td {
    border: medium none;
    padding-left: 5px;
}
#DO3 tr:nth-child(2n),
#DO4 tr:nth-child(2n) {
    background-color: #f8f8f8;
}
#DO11 {
    margin-bottom: 25px;
    margin-top: 25px;
    float: left;
    width: 100%;
}
#DO11 td {
    border: none;
}



tr.cb_ordermanagement_tr_2,
tr.cb_ordermanagement_tr_1 {
    float: left;
}
tr.cb_ordermanagement_tr_1 td,
tr.cb_ordermanagement_tr_2 td {
    vertical-align: middle;
    height: 50px;
}

#advancedwebpagefunctions42 {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#advancedwebpagefunctions44 {
    width: 50%;
    float: left;
    text-align: left;
}
div#advancedwebpagefunctions52 {
    width: 100%;
    margin-top: 30px;
}


/*Spec Search********************************************************************************************/

div#advancedwebpagefunctions62 {
    display: inline-block;
    max-width: 90%;
    vertical-align: text-top;
}
.resetCtr {
    display: inline-block;
    padding-right: 20px;
    max-width: 10%;
    vertical-align: text-top;
}
.resetCtr .btnReset {
    height: 30px;
    padding: 0px 9px;
    line-height: 12px;
    font-weight: 500;
    font-size: 14px;
	background: #00a2ee;
}
.TileGridTable .CatSearchLine {
    background-color: transparent;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid #ddd;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.cSpecSearch {
    background: #f5f5f5;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
}
.specDiv {
    font-size: 11px;
    margin: 0px 8px!important;
    text-align: left;
    display: inline-block;
}
.SpecSearchDrop, .TiledLayoutSort {
    border: thin solid #AAAAAA;
    height: 24px;
    font-size: 14px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
}
/*Spec Search********************************************************************************************/

.TileGridTable {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.TileAddToCart .AddToCart {
    width: 100%!important;
    display: block;
    margin-top: 5px;
}
.DetailLineCompare {
    font-size: 12px;
    color: #000000;
    vertical-align: middle !important;
    border-top: none !important;
}
div#advancedwebpagefunctions84 table tr:nth-child(even) {
    background: whitesmoke;
}
div#checkoutorderfunctions1 {
    color: red;
}
.DetailHead {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 5px;
    padding-top: 10px;
}
.DetailHeadCompare {
	    font-size: 12px;
		font-weight:bold;

}
.DetailHead.DetailHeadCompare a {
    font-size: 12px;
    color: #ff7f03;
    text-decoration: underline;
}
td#cb_detailgrid139 input {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.DetailHeadAccount {
    background-image: none;
    border: medium none;
    font-weight: bold;
}
.DetailHeadAccount a:link {
    background-color: #444;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    padding: 2px 12px;
    text-decoration: none;
    margin-bottom: 5px;
    float: left;
}
.UsageReportsBody tr tr:nth-child(2n),
.DisplayStats tr:nth-child(2n),
.SuccessfulSearchResultsTable tr:nth-child(2n+1) {
    background-color: #EFEFEF;
}
.DetailHeadBlank {
    font-size: 11.25pt;
    color: #FFFFFF;
    background-color: white;
}
.DetailHead.Results {
    display: none;
}
/* cart contents ***************************************************************/

.table--cart .table-cell, .table--order-contents .table-cell {
    display: table-cell;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}
.below-cart-bar {
    text-align: right;
}
.addtojobworksheet-wrapper {
    max-width: 300px;
    text-align: right;
    display: inline-block;
}
.producttotal-wrapper {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}
#DO11 .order-charge, #DO11 .order-charge--tax {
    text-align: right;
    padding-bottom: 10px;
}
span.order-charge__label {
    font-weight: 600;
    padding-right: 5px;
}

div#checkoutorderfunctions_td_632015_238_1 {
    text-align: right;
}
div#DM01 {
float: right;	
    padding-top: 20px;
    width: 100%;
}
div#DM01 .btn {
    cursor: pointer;
}
div#DM01 .btn:hover {
    color:#fff!important;
	opacity: .8;
}
div#DM01 > div > div {
    float: left;
    padding-left: 7px;
}
div#DM01 > div {
    float: right;
}
img[src="createshop.png"] {
    float: left;
    padding-top: 5px;
}
.SubmitOrderCell div {
    padding: 0px;
    margin-top: 15px;
    padding-left: 0px!important;
    padding-right: 7px!important;
    float: none;
}
.SubmitOrderCell,
.UpdateBtnCell,
.MoreShopCell,
.ShoppingListCell {
    float: left;
    padding-left: 7px;
    padding-top: 5px;
}

#cartcontents {
    width: 100%!important;
}
tr#CartContentRow td {
    border: none!important;
}
/* cart contents **************************************************/
/* Upsell******************************************************/

.upsellgrid {
    margin-top: 30px;
    width: 100%;
}
.product-recommendations-header {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.RecentlyViewed {
    display: block;
    width: 100%;
}
.item-cards-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.item-card {
    width: 31%;
    text-align: left;
    margin-right: 2%;
    padding: 20px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    font-size: 14px;
}
.item-cards-container .item-card:first-child {
    border: none;
}
.item-card-img {
    max-width: 300px;
    margin-bottom: 10px;
}
.item-card-img img {
    max-width: 100%;
    width: 100%;
}
.item-card-header {
    color: #00a2ee;
}
.item-card-row {
    display: table-row;
    line-height: 17px;
    padding: 3px 0px;
}


.item-card-label, .item-card-data {
    display: table-cell;
    padding-bottom: 7px;
}
.item-card-label {
    padding-right: 7px;
    width: 40%;
}
.item-card-data {
    width: 60%;
}
.item-card-row-Description .item-card-label, .item-card-row-Price .item-card-label {
    /* display: none; */
}
/* Upsell******************************************************/
	
	
	
	
.cb_functions_tr_5 {
    text-align: center;
}

div#catalogwebcartfunctions168 {
    float: left;
    padding-right: 15px;
}
td#catalogwebcartfunctions98 {
    border: none!important;
}
.mainTableBgrnd .DetailLine {
    text-align: left;
}
.table .DetailLine {
    border: none;
}
.DetailHeadCart strong {
    color: #28343c;
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
}
#displaycart_td_57:before {
    content: "\E8CC";
    font-family: 'Material Icons';
    display: inline-block;
    color: #28343c;
    font-size: 26px;
    vertical-align: top;
    margin-right: 10px;
}
.ShipMethCell .Norm {
    display: table-cell;
    padding: 10px;
    width: 110px;
    font-weight: bold;
    font-size: 16px;
}
.DetailHeadCart {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

td#catalogwebcartfunctions89,
#catalogwebcartfunctions58,
td#catalogwebcartfunctions93 {
    text-align: center;
}
td#catalogwebcartfunctions109 {
    text-align: right;
    font-size: 16px;
    vertical-align: top;
}
.DetailHead.DetailHeadChkOut {
    color: red;
}
.DetailHeadCart > input {
    float: left;
    margin-right: 6px!important;
}
td .DetailCartTotal {
    color: #bd0808;
    font-size: 16px;
    font-weight: lighter;
}
.DetailHeadCart.DetailHeadCartOrderMgmt {
    background-color: #efefef;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    /* text-align: center; */
}
td.DetailHeadCart.DetailHeadCartOrderMgmt a {
    font-size: 11px;
}
.DetailHead.DetailHeadOrderMgmt {
    background-image: none;
    border: medium none;
    font-size: 13px;
    padding-top: 4px;
    vertical-align: top;
    color: #0f3f68;
}
a#cb_ordermanagement0anchor {
    padding: 5px;
    color: white;
    border-radius: 5px;
    background: rgb(129, 50, 34);
    float: left;
}
.Norm .DetailHeadOrderMgmt td {
    padding: 10px 5px;
}
.DetailLine.DetailLineOrderMgmt {
    /* text-align: center; */
    padding-bottom: 20px;
}
div#displayMenu {
    float: right;
}

hr {
    border: thin solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}

img.bannermemo {
    /* border: thin solid; */
    
    box-shadow: 0 1px 5px;
}
.CatMemo {
    font-size: 20px;
    color: 333;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 18px;
    font-weight: bold;
}
.CatMemo p {
    margin-right: 20px;
}
.CatMemo li {
    padding: 3px 0px;
}
.CatMemo ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 15px;
}
/*Job Worksheet Sidebar *********************************************************/

div#cb_shoppinglist_tr_15 div .Cat1 {
    display: inline-block;
}

div#cb_shoppinglist_tr_15 div .Cat1:first-child {
    max-width: 150px;
    width: 150px;
    line-height: 14px;
    margin: 0;
}
div#cb_shoppinglist_tr_15 a {vertical-align: middle;color: #00a2ee;}

div#cb_shoppinglist_tr_15 {
    margin: 0 0;
    padding: 0 10px 0px 5px;
}
/*Job Worksheet Sidebar ***********************************************************/

.AltCat2 {
    font-size: 18pt;
    color: #000000;
    background-color: #FFFFFF;
}
.AltCat2 A:link {
    text-decoration: none;
    color: #333;
}
.AltCat2 A:visited {
    text-decoration: none;
    color: #333;
}
.AltCat2 A:hover {
    text-decoration: none;
    color: #444;
}
.AltCat1 {
    color: #000000;
}
.AltCat1 a {
    margin-left: 10px;
}
.AltCat1 A:link {
    text-decoration: none;
    color: #000;
}
.AltCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.AltCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.ClassOffSet1 {
    text-indent: 16px;
}
.ClassTreeNodeSpacing {
    padding-left: 6px;
}
div#sidebar_table_14, div#sidebar_table_10 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
    padding-top: 10px;
	padding-bottom: 5px;
}
.Cat1.SavedCartCell a:before {
    content: "\E8cc";
    font-family: 'Material Icons';
    display: inline-block;
    color: #2a504e;
    font-size: 18px;
    line-height: 1;
    vertical-align: -2px;
    padding-right: 4px;
}
.SubCat1 {
    color: #000000;
	font-size: 14px;

}
.SubCat1 .ItemsCartAnchor {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
}
.SubCat1 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat2 {

    font-size: 12pt;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    /*padding-left: 30px; 
                        text-indent: -30px;*/
}
.SubCat2 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat2 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat2 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat3 {
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 10px;
    text-indent: -10px;
}
.SubCat3 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat3 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat3 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat4 {
    font-size: 9pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 45px;
    text-indent: -45px;
}
.SubCat4 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat4 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat4 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus1 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 15px;
    text-indent: -15px;
}
.SubCatPlus1 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus1 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus1 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus2 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 30px;
    text-indent: -15px;
}
.SubCatPlus2 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus2 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus2 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus3 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 45px;
    text-indent: -30px;
}
.SubCatPlus3 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus3 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus3 A:hover {
    text-decoration: none;
    color: #444;
}
.TreeSubCat1 {
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
    background-color: #FFFFFF;
}
.TreeSubCat1 A:link {
    text-decoration: none;
    color: #333;
}
.TreeSubCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.TreeSubCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.TreeSubCatLabel1 {
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
    background-color: #FFFFFF;
}
.TreeSubCatLabel1 A:link {
    text-decoration: none;
    color: #333;
}
.TreeSubCatLabel1 A:visited {
    text-decoration: none;
    color: #333;
}
.TreeSubCatLabel1 A:hover {
    text-decoration: none;
    color: #444;
}
.Cat1.SidebarHome {
    color: #28343c !important;
    font-weight: bold !important;
    padding-top: 5px;
}
a.Cat1.SidebarHome:before {
    content: "\E88A";
    font-family: 'Material Icons';
    display: inline-block;
    color: #2a504e;
    font-size: 18px;
	line-height: 1;
    vertical-align: -2px;
    padding-right: 4px;
}
.Cat1 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.Cat1 A:link {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    padding-left: 1px;
}
.Cat1 A:visited {
    text-decoration: none;

}
.Cat1 A:hover {
    text-decoration: none;
    color: #153446;
}
.Cat2,
.Cat3,
.Cat4,
.Cat5 {
    color: #010101;
    font-weight: bold;
    text-decoration: none;
}
a.Cat2:link,
a.Cat3:link,
a.Cat4:link,
a.Cat5:link {
    color: #010101;
}
a.Cat2:visited,
a.Cat3:visited,
a.Cat4:visited,
a.Cat5:visited {
    text-decoration: none;
    color: #010101;
}
a.Cat2:hover,
a.Cat3:hover,
a.Cat4:hover,
a.Cat5:hover {
    color: #010101;
}
.CatAll {

    color: #000;
    font-weight: bold;
    background-color: #FFFFFF;
}
.CatAll A:link {
    color: #000;
    text-decoration: none;
}
.CatAll A:visited {
    color: #333;
    text-decoration: none;
}
.CatAll A:hover {
    text-decoration: none;
    color: #444;
}
.CatPrev {
    color: #333;
    background-color: #FFFFFF;
}
.CatPrev A:link {
    color: #333;
    text-decoration: none;
}
.CatPrev A:visited {
    color: #333;
    text-decoration: none;
}
.CatPrev A:hover {
    text-decoration: none;
    color: #444;
}
/*quick order pad */

#quickorderbutton {
    vertical-align: top;
    margin-left: 5px;
    float: left;
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    border: 1px solid #717171;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #444;

}
.myButton {
    background-color: #fa9025;
    border: 1px solid #b87a3b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}
.myButton:hover {
    background-color: #f78000;
}

#quickorderbutton:hover {
    box-shadow: 0 0 6px #ccc;
}
/*hide quick order sidebar*/

div#menufunctions0 {
    display: none;
}
.QuickOrder {
    background-color: #fff;
    border-bottom: thin solid #ccc;
    box-shadow: 0 1px 2px snow;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 100%;
}
.QuickOrder td {
    padding-left: 5px;
}
.QuickOrder #PartNo0 {
    background-color: transparent;
    border: thin solid #ccc;
    font-size: 11px;
    line-height: 20px;
    padding-left: 3px;
    width: 77px;
    height: 20px;
}
.QuickOrder .Cat1 {
    color: #444444;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
form#quickorderform {
    background-color: #eee;
    padding: 20px;
    padding-top: 0;    
    border: thin solid #ddd;
    margin: auto;
}
#quickorderform .detailline {
    display: table-cell;
    padding-right: 5px;
    padding-bottom: 5px;
}
#quickorderform .detailhead {    
    padding-right: 34px;
}
div#advancedwebpagefunctions104 {
    width: 30px;
}
.Cat1.QOPCell2 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    text-transform: none;
}
a.Cat1.QOPCell {
    color: #008000;
    font-weight: normal;
    padding-left: 0;
    text-decoration: underline;
    font-size: 12px;
    text-transform: none;
}

.SearchWithinSelect {
    height: 26px;
}
#SearchWithinText {
    height: 18px;
    line-height: 18px;
}

.CatSearchTable {
    background: none repeat scroll 0 0 #fff;
}
/*search row ********************************************************/

#Search {} #headerfooter4 {} .CatSearchCell > strong {
    display: none;
}
#SearchList {
    display: none;
}
.CatSearch {
    display: none;
}
.CatSearchPipe {
    display: none;
}

.CategoryBarTable {
    border-radius: 2px;
    margin-bottom: 10px;
    padding-top: 0;
    width: 100%;
}
div#generateCategoryBarHTML {
    font-size: 12px;
    color: darkred;
    font-weight: bold;
}
a#advancedwebpagefunctions15anchor {
    color: darkred;
}
div#generateCategoryBarHTML a:link {
    color: darkred;
    font-weight: normal;
}

div#dsc-20 {
    font-size: 11px;
    color: #000;
}
.Bar {
    font-size: 12px;
    color: #444;
    padding-bottom: 5px;
    padding-top: 0;
}
.Bar A:link {
    color: #333;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: underline;
}
.Bar A:visited {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.Bar A:hover {
    text-decoration: none;
    color: #444;
}
.Bar A:active {
    text-decoration: none;
    color: #444;
}
.SmallText {
    color: #000000;
    font-size: 12px;
}
.SmallText A:visited {
    color: #000000;
}

.table2,
#table1,
#displayFrameAccount {
    font-size: 12px;
    padding: 0px !important;
    padding: 1px;
    text-align: left;
    vertical-align: top;
}
.SideBar {
    padding-left: 0!important;
    padding-right: 0!important;
    background-color: #f7f7f7;
    flex: 0 0 230px!important;
    -webkit-flex: 0 0 230px!important;
    -ms-flex: 0 0 230px!important;
}
.clogin .SideBar {
    display: none;
}
div#accountfunctions351 .SideBar {
    display: block!important;
}

.accountfunctions_table_46 .Cat1 {
    padding-top: 2px;
    padding-bottom: 1px;
}
#sidebar5 {
    padding-bottom: 15px;
}
#sidebar5 div:last-child {
    border-bottom: none !important;
}

.mainTableBgrnd {
    background-color: #Fff;
    padding-bottom: 35px!important;
    padding-right: 0px!important;
    overflow: visible!important;
}
.mainTableBgrnd.col {

}
.Brian.MainTable {
    background: #fff;
    padding-top: 15px;
    padding-left: 0px;
    margin: 0 auto;
}

div#advancedwebpagefunctions14 {
    padding-top: 20px;
    padding-right: 0px;
    width: 78% !important;
}
.MainTable.DetailGridTable {
    border-collapse: collapse;
}

.DetailGridTable td.DetailHead {
    padding-bottom: 5px;
    text-align: left;
    background-color: #EFEFEF;
    color: #0D4A77;
    font-size: 13px!important;
}
.DetailHead.DetailHeadDESCRIPTION {
    min-width: 175px;
}
.DetailHead.DetailHeadCat.Number {
    min-width: 70px;
}

.DetailGridRow a.DetailLine.DetailLineSKUAnchor {
    border-bottom: thin solid;
    padding-right: 1px;
    white-space: nowrap;
}
.SearchImageCell .DetailLine.DetailLineSKUAnchor {
    border: none!important;
}
.DetailLineItem {
    white-space: nowrap;
}
.cb_detailgrid_tr_3.col-md-12 {
    padding: 0px;
}
td#cb_detailgrid104 {
    text-align: center;
}
tr.DetailGridRow:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f3f3f3;
}
tr.DetailGridRow:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;
}

/*Login page*/
.logintext {
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}
.lgin {
    width: 60%;
    margin: 0 auto;
}

.lgin h3 {
    text-transform: uppercase;
    /* color: #666; */
    font-size: 20px;
    margin: 20px 0px;
}
.lgin .sct {
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.lgin .sct h1 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #28634f;
    color: #fff;
}
.lgin .sct .pad {
    margin: 20px 45px;
    text-align: left;
}
.lgin .form .txtbox {
    box-sizing: border-box;
    width: 100%;
}
.txtbox {
    padding: 5px;
    -webkit-transition: all ease-out .15s;
    transition: all ease-out .15s;
    color: #666;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.lgin .form .row {
    width: 100%;
    margin: 0 0 5px;
    padding-bottom: 7px;
}
.lgin .form label {
    font-weight: bold!important;
    display: block;
    width: 100%;
    margin-bottom: 5px;
	text-align: left;
}
.btn.log {
    font-weight: 600;
    font-size: 20px;
    padding: 2px 25px;
    color: #fff;
    background-color: #22486c;
    box-shadow: 0 1px 0 1px #000;
    margin-top: 15px;
}
.btn.log:hover {
    cursor: pointer;
    opacity: .9;
}
.lgin .links {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.lgin .links a {
    color: green;
    font-size: 16px;
}
/*Login page*/




.accountfunctions_tr_241.row {
    min-height: 495px;
}

#submit {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 1px #aaa;
    cursor: pointer;
    height: 31px;
    margin-top: 35px;
    text-transform: uppercase;
    width: 100px;
    background-color: #ef4135;
    color: #fff;
}
table.DisplayStats {
    width: 100%;
}
.head {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.TiledDetailDiv {
    background-color: rgba(0, 0, 0, 0.60) !important;
    background-image: none !important;
    background-size: cover !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999 !important;

    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
}
.PopupWindow {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 15px;
    padding: 20px;
    width: 420px;
}
#PopupProductDetails {
    position: relative !important;
    top: 0 !important;
    padding-top: 5px;
}
.PopupImg {
    padding-bottom: 10px;
    padding-right: 10px;
    width: 100%;
}
.PopupDescriptionDiv {
    background-color: Gray;
    background: url(divpop.gif) no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 800px;
    width: 325px;
    z-index: 3;
    visibility: hidden;
    font-size: 10pt;
    line-height: 120%;
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#PopupClose {
    padding: 0 !important;
}
.PopupDescriptionTextDiv {
    width: 225px;
    position: relative;
    left: 20px;
    margin-left: 0;
}
.PopupDescriptionHeaderText {
    font-size: 14px;
    color: #333;
    overflow: auto;
}
.PopupDescriptionText {
    font-size: 12px;
    color: #333;
    overflow: auto;
}
.WarehouseLabel {
    font-size: 12px;
    color: #333;
    float: left;
    width: 300px;
    display: inline-block;
}
.WarehouseQuantityLabel {
    font-size: 12px;
    color: #333;
    float: right;
    width: 200px;
    display: inline-block;
}
.WarehouseLabelHeader {
    font-size: 12px;
    color: #444;
    float: left;
    width: 300px;
    display: inline-block;
}
.WarehouseQuantityHeader {
    font-size: 12px;
    color: #444;
    float: right;
    width: 200px;
    display: inline-block;
}
.SideBarTabSelected {
    font-size: 11.25pt;
    color: #000000;
    background-color: #444;
    font-weight: bold;
    border-style: solid solid none solid;
    border-color: #000000;
}
.SideBarTabSelected A:link {
    text-decoration: none;
    color: #333;
}
.usersessiontable {
    padding: 12px;
}
.usersessionheader {
    font-size: 14px;
    font-weight: bold;
}
.qmmc .qmdivider {
    display: block;
    font-size: 1px;
    position: relative;
    z-index: 1;
    border-style: solid;
    border-width: 0;
}
.qmmc .qmdividery {
    float: left;
    width: 0;
}
.qmmc .qmtitle {
    display: block;
    cursor: default;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.qmclear {
    font-size: 1px;
    height: 0;
    width: 0;
    clear: left;
    line-height: 0;
    display: block;
    float: none !important;
}
.qmmc {
    position: relative;
    zoom: 1;
    z-index: 10;
}
.qmmc a,
.qmmc li {
    float: left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.qmsh div a {
    float: left;
}
.qmmc div {
    visibility: hidden;
    position: absolute;
}
.qmmc li {
    z-index: auto;
}
.qmmc ul {
    left: -10000px;
    position: absolute;
    z-index: 10;
}
.qmmc,
.qmmc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.qmmc li:hover > ul {
    left: auto;
}
#qm0 ul {
    top: 100%;
}
#qm0 ul li:hover > ul {
    top: 0;
    left: 100%;
}
.qmmc div a,
.qmmc ul a,
.qmmc ul li,
.qmmc li a {
    float: none;
}
#qm0 {
    background-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    border-color: #A2BFE9;
}
#qm0 a {
    padding: 5px 40px 5px 8px;
    background-color: #C0C0C0;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    border-color: #81B735;
}
body #qm0 .qmactive,
body #qm0 .qmactive:hover {
    background-color: #C0C0C0;
    color: #000000;
    text-decoration: underline;
}
#qm0 div,
#qm0 ul {
    padding: 5px;
    margin: 0px 0px 0px -1px;
    background-color: #C0C0C0;
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: #81B735;
}
#qm0 div a,
#qm0 ul a {
    padding: 2px 40px 2px 5px;
    background-color: #C0C0C0;
    color: #000000;
    border-width: 0px;
    border-style: none;
}
#qm0 div a:hover,
#qm0 ul a:hover {
    text-decoration: underline;
}
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover {
    background-color: #C0C0C0;
    color: #000000;
}

a#cb_shoppinglist16anchor {
    padding-left: 0px !important;
}

.table--cart .table-row--headers {
    font-size: 14px;
}
.DetProdJobWorksheetRow img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(images/addtolist.png);
    background-repeat: no-repeat;
    width: 148px;
    padding-left: 148px;
    height: 22px;
}
span#addToJobWorksheetBtn {
    color: #eee;
}
.DetProdJobWorksheetRow .DetailLine2 {
    padding-left: 0;
    padding-right: 0px!important;
    margin-right: 0px;
    padding-top: 5px!important;
}
.DetProdJobWorksheetRow .DetailHead2 {
    padding-top: 5px!important;
}

.DetGridJobWorksheetSpan img[title="Add to Job WorkSheet"] {
    margin-top: 10px;
}

td.JobWorksheetCell a {
    font-size: 12px;
}
.CreateShoppingList {
    padding-top: 4px;
    border-top: 1px solid #ddd;
    margin-top: 6px;
}
.TableBorderQuestionsComments {
    display: none;
}
.LineItemComment {
    display: none;
}
table#JWG2 span {
    font-size: 13.333px;
}
.checkoutsubmitfunctions_tr_97 {
    width: 100%;
}
.PreAppItemLabel {
    display: none;
}
.PreAppItemLabel2 {
    display: none;
}
.cb_jobworksheetfunctions_td_83 a {
    display: none;
}
.cb_jobworksheetfunctions_td_84 a {
    display: none;
}
.cb_jobworksheetfunctions_td_85 a {
    display: none;
}
.ProcessApproval {
    width: 100%;
}
.ProcessApproval tr td {
    padding: 5px;
    line-height: 14px;
    vertical-align: text-bottom;
}
.ProcessApproval .DetailLineLink a {
    color: #135dbb;
    text-decoration: underline;
}
.ProcessApproval .DetailLineLink a b {
    font-weight: normal;
}
.notesDiv {
    display: inline-block;
}

.RejectBtnCell {
    padding-top: 5px;
}


/*Order History*/
div#cb_ordermanagement_tr_1>div {
    display: inline-block;
}
#Calendar button {
    background: transparent;
}
div#Calendar button:focus {
    outline: none;
}
form#datefilter td {
    white-space: nowrap;
}
.DateFilterArea label {
    justify-content: start;
    color: #444;
}
div#DisplayOrdersContainer {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
.orderrow {
    display: table-row;
    /* border-bottom: 1px solid #ccc; */
}

.ordercell.orderlabel {
    background: whitesmoke;
    font-weight: bold;
    color: #444;
}

.ordercell.orderdata {
    /* display: inline-block; */
}

.ordercell {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.orderbox {
    text-align: left;
    border: 1px solid #ddd;
    margin-right: 2%;
}

.orderheader {
    text-align: center;
    width: 100%;
    display: table-caption;
    background: #D7DADB;
    font-size: 18px;
}
/*end*/

/* Detail Product */
#info-table {
    display: table;
}
.detail-product-row {
    display: table-row;
}
.detail-product-cell {
    display: table-cell;
    text-align: left;
    padding: 5px 7px;
}
.detail-product-head {
    font-weight: bold;
}
}
/* End Detial Product */


/* Ipad portrait view (768px and up) ****************************************************************/
@media (min-width: 768px) {


.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    width: 49%!important;
    max-width: 49%!important;
}
    .RecentViewTable {
        width: 23%;
        float: left;
        margin: 1%;
        margin-top: 35px;
        padding: 0px;
        height: 300px;
    }
    div#cb_detailproduct238 {
        width: 61%;
    }
    #MiscTable #MiscTable {
        width: 50%;
        float: left;
    }
.billingAddrInfo .form-group, .shipEditContainer .form-group, div#creditcard_tr_1 .form-group {
    width: 49%;
    padding: 0 3%;
    display: inline-block;
    vertical-align: top;
}
select#terms {
    max-width: 400px;
}
}
/* Medium devices (desktops, 992px and up) ****************************************************************/

@media (min-width: 992px) {
	.lgin {
    width: 50%;
}
.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    -ms-flex: 0 0 32%!important;
    flex: 0 0 32%!important;
    max-width: 32%!important;
}

}
/* (desktops, 1024px and up) ****************************************************************/

@media (min-width: 1024px) {
    div#df-01,
    div#accountfunctions7 {
        width: 180px !important;
    }

}

@media (min-width: 1025px) {
.catalogwebcartfunctions_tr_0 .SideBar {
    display: none;
}
div#catalogwebcartfunctions_div_0 .SideBar {
    display: none;
}
.SideBar {
    display: none;
}
.mainTableBgrnd {
    padding-left: 0px!important;
}
.accountfunctions_tr_241.row .mainTableBgrnd {
    padding-left: 20px!important;
}
}

/* ****************************************************************/
@media (min-width: 1200px) {

}


/* ****************************************************************/
@media (max-width: 1024px) {
.mainTableBgrnd {
    padding-right: 15px!important;
}
.subcat {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.3%;
    max-width: 31.3%;
    width: 31.3%;
}
}
/* ****************************************************************/


/* ****************************************************************/
@media (max-width: 768px) {
	.ShipToCell {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.item-card {
    width: 31%;
}
}
/* ****************************************************************/
@media (max-width: 767px) {
		.lgin {
    width: 90%;
}
    .Cat1 {
        font-size: 1.2em!important;
        color: #153446;
        font-weight: bold;
        line-height: 2em;
    }
    .DetailHead.DetailHead2 {
        width: auto!important;
    }
	.DetailHeadChkOut2 {
    margin-bottom: 5px;
    margin-top: 25px;
}

    .Bar {
        padding-top: 40px!important;
    }
.price-box {
    width: 99%;
    border-left: none;
    padding: 20px 10px 20px 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.dp-image-wrapper {
    width: 100%;
    display: block;
}	
	
	
	.table--cart .table-row.table-row--headers, .table--order-contents .table-row.table-row--headers {
    display: none;
}
.table--cart .table-row, .table--order-contents .table-row {
    display: block;
    border-bottom: 9px double #eee;
    padding: 16px 10px;
}
.table--cart .table-cell:before, .table--order-contents .table-cell:before {
    content: attr(data-label);
    padding-right: 10px;
    padding-bottom: 3px;
    font-weight: normal;
    display: block;
}
.table--cart .table-cell, .table--order-contents .table-cell {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
    border: none;
    line-height: 1;
}
}

/* ****************************************************************/
@media screen and (max-width: 576px) {
	.lgin {
    width: 100%;
}
.lgin .sct .pad {
    margin: 20px 25px;
    text-align: left;
}
.item-card {
    width: 48%;
}
.resetCtr {
    max-width: 100%;
}
	.ShipToCell {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.subcat {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
    .SubcatRow > td {
        display: block;
    }
    .DetProdJobWorksheetRow {
        display: table-row;
    }

}










/* Search Suggestions */

.searchsug-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.searchsug-textwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.searchsug-secondarytext {
	font-size: 0.9em;
	color: #6c757d;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}