<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'MyriadProBold';
    src: url('/Fonts/MyriadPro-Bold.otf');
}


@font-face {
    font-family: 'MyriadProSemiBold';
    src: url('/Fonts/MyriadPro-Semibold.otf');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('/Fonts/MyriadPro-Regular.otf');
}

@font-face {
    font-family: 'MyriadProIt';
    src: url('/Fonts/MyriadPro-It.otf');
}

@font-face {
    font-family: 'MyriadProSemiboldIt';
    src: url('/Fonts/MyriadPro-SemiboldIt.otf');
}

.spinner {
    display: none;
    height: 12px;
    width: 12px;
    border: 4px solid rgba(255,255,255,.2);
    -webkit-animation: rotating .8s linear infinite;
    -moz-animation: rotating .8s linear infinite;
    -ms-animation: rotating .8s linear infinite;
    -o-animation: rotating .8s linear infinite;
    animation: rotating .8s linear infinite;
    position: absolute;
    z-index: 1000;
    border-right-color: rgba(255,255,255,.8);
    border-bottom-color: rgba(255,255,255,.8);
    border-radius: 50%;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -9px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}


.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}


.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.relative-container {
    position: relative;
    height: 100%;
}

.hidedesktop {
    display: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
}

.browser-link {
    font-size: 16px;
}

body {
    background-color: #F3F3F3;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #505050;
}

#content-container {
    min-height: 170px;
}

textarea {
    font-family: 'Open Sans', sans-serif;
}

input {
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    background: #E4E4E4;
    min-width: 1000px;
    margin: 0 auto;
    min-height: calc(100vh - 125px);
}

#header {
    background-color: #F3F3F3;
    height: 90px;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}

#development-version {
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 150px;
    background: rgb(255, 249, 183);
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

#background-header {
    position: absolute;
    top: 0;
    left: 0;
    background: #E4E4E4;
    height: 100px;
    width: 100%;
}



#logo {
    float: left;
    position: relative;
    height: 60px;
    margin-right: 25px;
}


#header-title {
    margin-top: 25px;
    font-size: 17px;
    font-size: 18px;
}

#header-subtitle {
    margin-top: 3px;
    left: 80px;
    font-size: 12px;
    font-style: italic;
}

#background {
    width: 700px;
    height: 100%;
    background-color: #ccc;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 0px;
    background: #FFF;
    z-index: 100;
}

#maintext {
    top: 38px;
    padding: 25px;
    position: relative;
    left: 77px;
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 600;
}


input:focus, textarea:focus {
    outline: 0;
}

input[type="text"]:not([readonly="readonly"]):not(.textbox-disabled):focus, input[type="password"]:focus, textarea:focus, .ui-multiselect:focus, .ui-state-active {
    border: 1px solid #aace97;
    -moz-box-shadow: 0 0 0 inset, 1px 1px 7px #badda8;
    -webkit-box-shadow: 0 0 0 inset, 1px 1px 7px #badda8;
    box-shadow: 0 0 0 inset, 0px 0px 7px #badda8;
}

.badge-container {
    position: relative;
}

.badge {
    display: none;
    background: #CA5050;
    color: #fff;
    padding: 0px 6px;
    position: absolute;
    right: 6px;
    top: -12px;
    border-radius: .4em;
    font-size: 10px;
    border: 1px solid #FFF;
    line-height: 18px;
    transition: all .1s linear;
}

    .badge.sticky-menu {
        padding: 0px 3px 1px 4px;
        right: -1px;
        top: -1px;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        font-size: 10px;
        line-height: 10px;
    }

.badge-landingpage {
    font-size: 14px;
    padding: 5px 10px;
    top: 15px;
    right: 15px;
}

.headertall {
    height: 102px;
}

.headershort {
    height: 80px;
}

#modalcontainer {
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

#main {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    min-height: calc(100vh - 295px);
    background-color: #FFF;
    padding: 50px 30px 30px 30px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}


.topheader-container.modal {
    position: relative;
    left: initial !important;
    margin: 0 -20px !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 30px;
}

.reveal-modal &gt; .topheader-container.modal {
    margin: -30px -40px 0 !important;
}


.reveal-modal &gt; .topheader-container.modal {
    margin: -30px -40px 0 !important;
}

.topheader-topborder {
    width: 1000px;
    height: 2px;
    position: absolute;
    display: none;
}

    .topheader-topborder.modal {
        width: 100% !important;
    }

.topheader {
    position: relative;
    text-align: center;
    width: 252px;
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 40px;
    color: #FFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 14px;
    padding: 10px 0 1px 0;
}

    .topheader p:nth-child(2) {
        display: none;
    }

    .topheader.modal {
        padding: 3px 10px 10px 10px !important;
        margin: 0 auto !important;
    }





#footer {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    padding: 20px 0 20px 0;
    color: #FFFFFF;
    width: 100%;
    min-height: 85px;
}

    #footer a {
        font-weight: 600;
        color: #FFF;
    }

#footer-copy {
    padding: 0 0 15px 0;
}

#welcome {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 13px;
    padding: 0px;
}

#cart-icon {
    position: relative;
    height: 40px;
    width: 53px;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



#cart-icon-small {
    display: none;
}

    #cart-icon-small:hover img {
        opacity: .85;
        transition: all .1s linear;
    }

.cart-icon-img, #cart-qty, #cart-qty-right {
    cursor: pointer;
}



#hover-cart {
    top: 50px;
    left: -209px;
}

#hover-cart-right {
    top: 50px;
    right: -85px;
}


.hover-cart {
    background: #F0F0F0;
    position: absolute;
    z-index: 20000;
    width: 340px;
    display: none;
    -moz-box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #6b6b6b;
    border: 1px solid #FFF;
}

    .hover-cart:after, .hover-cart:before {
        bottom: 100%;
        left: 70%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .hover-cart:after {
        border-width: 10px;
        margin-left: -10px;
    }

    .hover-cart:before {
        border-bottom-color: #FFF;
        border-width: 11px;
        margin-left: -11px;
    }







#welcome a {
    color: #738A9C;
    text-decoration: none;
}

    #welcome a:hover {
        text-decoration: underline;
    }

.mainmenu.toplevel &gt; a {
    line-height: 24px;
}

.inventory-menu-header {
    margin: 30px 0 0 0;
    line-height: 31px;
    background: #8C9BBA;
    width: 98px;
    color: #FFF;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 12px;
}

#menu {
    position: absolute;
    top: 65px;
    list-style: none;
    padding: 0;
    min-width: 1000px;
    width: 100%;
    max-width: 1300px;
    z-index: 20;
    height: 38px;
    border-bottom: 1px solid white;
}

    #menu.sticky {
        position: fixed !important;
        top: -12px !important;
    }


    #menu &gt; li {
        cursor: pointer;
        float: left;
        border-right: 1px solid #FFF;
        position: relative;
        line-height: 20px;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }



        #menu &gt; li &gt; a {
            display: block;
            padding: 7px 12px;
            color: #FFF;
            text-decoration: none;
            font-size: 12px;
        }


        #menu &gt; li:hover {
        }



    #menu ul {
        position: absolute;
        /*left: 0px;*/
        top: 38px;
        display: none;
        margin: 0 0 0 -1px;
        list-style: none;
        z-index: 10000;
        padding: 0;
        border-top: 1px solid #FFF;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-box-shadow: 0 2px 6px 0 #b0b0b0;
        -webkit-box-shadow: 0 2px 6px 0 #b0b0b0;
        box-shadow: 0 2px 6px 0 #b0b0b0;
        -moz-box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
        -webkit-box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
        box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
    }

        #menu ul li {
            text-align: left;
            margin: 0;
            min-width: 150px;
            -webkit-transition: background 0.2s linear;
            -moz-transition: background 0.2s linear;
            -o-transition: background 0.2s linear;
            transition: background 0.2s linear;
        }


            #menu ul li:last-child {
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px;
            }

            #menu ul li:hover {
            }


        #menu ul a {
            display: block;
            padding: 5px 10px 5px 15px;
            text-align: left;
            font-size: 11px;
            color: #FFF;
            text-decoration: none;
        }

    #menu li.submenu {
        position: relative;
        border-bottom-right-radius: 0 !important;
    }

    #menu ul.submenu li:last-child {
        border-bottom-left-radius: 0 !important;
    }

    #menu ul.submenu {
        left: 150px;
        top: 0px;
        border-top: initial;
        border-top-right-radius: 6px;
    }

    #menu ul.submenu li:first-child {
        border-top-right-radius: 6px;
    }

li.li-no-hover:hover {
    background-color: transparent !important;
}

#background-menubar {
    position: absolute;
    top: 65px;
    left: 0;
    height: 38px;
    padding: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
    border-bottom: 1px solid #FFF; 
}

    #background-menubar.sticky {
        position: fixed !important;
        top: -12px !important;
    }

.currentmenu {
    color: #e51f6b;
}


.menu-files {
    right: 0px;
    width: 200px;
}



.fullcolumn {
    width: 100%;
    position: relative;
}

/*#leftcolumn
{
    width: 220px;
    float: left;
    margin: 0 0 0 10px;
}*/



#menuopen {
    display: none;
    cursor: pointer;
}

#leftcolumn {
    width: 220px;
    float: left;
    position: relative;
    left: 10px;
    z-index: 10;
}

#rightcolumn {
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    float: right;
    margin: 0 10px 20px 0;
    padding: 0 0 20px 0;
}

.boxheader {
    font-size: 15px;
    font-weight: 600;
    color: #747474;
    margin: 0;
    padding: 10px 15px 10px 15px;
    background: #e8e8e8;
    width: 100px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top: solid 1px #ADADAD;
    border-left: solid 1px #ADADAD;
    border-right: solid 1px #ADADAD;
    text-align: center;
    z-index: 100;
}

#not-found {
    position: absolute;
    right: 5px;
    top: 35px;
    display: none;
    background: rgb(218, 110, 110);
    color: #FFF;
    padding: 4px 7px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 5px;
}

.box {
}

#division-nav {
    display: block;
}

.grouptext {
    font-size: 11px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .grouptext:first-of-type {
        border-top: 1px dotted #d7d7d7;
    }

    .grouptext a {
        padding-left: 15px;
    }


.subgroup {
    font-size: 10px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    height: 33px;
}

    .subgroup:hover {
    }

    .subgroup a {
        padding-left: 35px;
    }



.subgroup2 {
    font-size: 10px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}


    .subgroup2:hover {
    }

    .subgroup2 a {
        padding-left: 50px;
    }





.menuitem {
    border-bottom: 1px dotted #d7d7d7;
}

    .menuitem.menu-item-new-items {
        border-top: 1px dotted #d7d7d7;
    }

    .menuitem a {
        display: block;
        height: 100%;
        width: 100%;
        color: #6b6b6b;
        line-height: 33px;
        font-weight: 600;
    }

        .menuitem a:hover {
            color: #6b6b6b;
            text-decoration: none;
        }


division-div:first-child {
    border-top: 1px dotted #d7d7d7;
}

.text {
    font-size: 12px;
}

.red-background {
    background-color: #E7CFCF !important;
}

.red {
    color: #ff0505 !important;
}


.successbox {
    font-weight: 600;
    border: 1px solid #E6E6E6;
    padding: 20px;
    text-align: center;
    background-color: #f8f8f8;
    color: #599C65;
    clear: both;
    margin: 0 0 20px 0;
    font-size: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.no-success {
    border: 1px solid #E7CFCF;
    color: #9B4B4B;
    background: #FAEFEF;
}

.ordersuccessbox {
    font-weight: 400;
    padding: 20px;
    text-align: center;
    clear: both;
    margin: 0 0 20px 0;
    font-size: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .ordersuccessbox.success {
        border: 1px solid #EEEEEE;
        background: #f8f8f8;
    }

    .ordersuccessbox.fail {
        border: 1px solid #E7CFCF;
        color: #731C1C;
        background: #FAEFEF;
    }

    .ordersuccessbox p:nth-child(1) {
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }

    .ordersuccessbox p:nth-child(2) {
        margin: 10px 0 0 0;
    }


.okresults {
    position: relative;
    border: 1px solid #D4E6D0;
    top: 30px;
    padding: 18px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #6A746A;
    clear: both;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #F3FAEF;
    margin: 0 200px;
}



.noresults {
    position: relative;
    border: 1px solid #E7CFCF;
    padding: 18px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FAEFEF;
    margin: 30px 200px 0 200px;
}

    .noresults.yellow {
        background: #FDFBE6 !important;
        border: 1px solid #D7CFBD !important;
    }

.noresults-nomargin {
    position: relative;
    border: 1px solid #E7CFCF;
    padding: 18px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FAEFEF;
}

    .noresults-nomargin.yellow {
        background: #FDFBE6 !important;
        border: 1px solid #D7CFBD !important;
    }

.required-fields {
    border: 1px solid #EEDDDD;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #731C1C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FAEFEF;
    width: 110px;
    position: absolute;
    top: 55px;
    float: right;
}

    .required-fields.required-fields-modal {
        top: 30px !important;
    }

.add-to-cart-message {
    width: 200px;
    position: absolute;
    right: -20px;
    top: 10px;
    background: #A7A7A7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #CCC;
    opacity: .9;
    text-align: center;
    background: rgb(255, 255, 166);
    color: #707070;
    -moz-box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
    box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
}



.update-quantity-message {
    width: 70px;
    position: absolute;
    right: 8px;
    top: 5px;
    background: #A7A7A7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #CCC;
    opacity: .9;
    text-align: center;
    background: rgb(255, 255, 166);
    color: #707070;
    -moz-box-shadow: 0 0 10px 0 #c1c1c1;
    -webkit-box-shadow: 0 0 10px 0 #c1c1c1;
    box-shadow: 0 0 10px 0 #c1c1c1;
    -moz-box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
    box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
}



.inventory {
    width: 100%;
    clear: both;
    z-index: 1;
}


    .inventory td.headersmaller {
        font-size: 11px;
    }

    .inventory .brandlogo {
        top: 0;
        left: 0;
        width: 78px;
        height: 50px;
        text-align: center;
    }


    .inventory td.groupheader {
        z-index: 0;
        background: #D1D1D1;
        font-weight: 600;
        font-size: 16px;
        color: #808080;
        padding: 10px;
        padding-left: 30px;
        position: relative;
        /*height: 0;*/
        /*text-align: center;*/
    }

        .inventory td.groupheader &gt; img:nth-child(1) {
            position: absolute;
            bottom: -1px;
            left: 32px;
            z-index: 0;
        }

    .inventory td.subgroupheader {
        z-index: 0;
        font-weight: 600;
        font-size: 13px;
        color: rgb(112, 112, 112);
        padding: 8px 8px 8px 30px;
        position: relative;
        background: #E2E2E2;
    }

    .inventory td, .inventory th {
        font-size: 13px;
        border: 1px solid #FFF;
        background: #F0F0F0;
        padding: 5px;
        position: relative;
        transition: all .15s linear;
        min-width: 50px;
    }

        .inventory td.admin-only {
            background-color: #FAF2D0;
        }


        .inventory td.description {
            padding: 10px 10px 7px 10px;
        }

            .inventory td.description :first-child {
                margin-bottom: 5px;
            }

            .inventory td.description .description-container {
                margin-left: 0px;
            }

            .inventory td.description &gt; p {
                margin: 0;
                padding: 0;
            }



        .inventory td.header, th.header {
            background: #A8A8A8;
            font-size: 12px;
            font-weight: 600;
            color: #FFF;
            padding: 8px;
        }

        .inventory th.header {
            text-align: left;
            cursor: pointer;
        }

        .inventory td.header:first-child {
            border-top-left-radius: 8px;
        }

        .inventory td.header:last-child {
            border-top-right-radius: 8px;
        }

    .inventory tr:last-child &gt; td:first-child {
        border-bottom-left-radius: 8px;
    }

    .inventory tr:last-child &gt; td:last-child {
        border-bottom-right-radius: 8px;
    }


    .inventory tr.search:hover td:not(.admin-only):not(.col-price) {
        background-color: #e8e8e8 !important;
    }

    .inventory tr.search:hover td.admin-only {
        background-color: #F5ECC6 !important;
    }

    .inventory tr.search:hover td.col-price {
        /*DAF4CD*/
        background-color: #d8eecc !important;
    }


    .inventory.hc td {
        border: 0;
    }

        .inventory.hc td.header {
            border-bottom: 1px solid #FFF;
        }


        .inventory.hc td.description {
            padding: 5px 5px 0 0;
        }

    .inventory.hc tr:not(:first-child):not(:nth-child(2)) &gt; td {
        border-top: 1px solid white;
    }

.chartheader {
    z-index: 0;
    background: #A8A8A8;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    border: none;
    padding: 8px;
    position: relative;
}

/*generic*/
.generic {
    z-index: -1;
    width: 100%;
    border-spacing: 0;
}

    .generic td &gt; p {
        padding: 0;
        margin: 0;
    }

    .generic td.header, .generic th {
        background-color: #A8A8A8;
        font-size: 13px;
        color: #FFF;
        padding: 8px !important;
    }

    .generic td.darkheader {
        background-color: #898989;
        color: #FFF;
        font-size: 13px;
        font-weight: 600;
        padding: 8px;
    }

    .generic td.redheader {
        background-color: #BA7777;
        color: #FFF;
        font-size: 13px;
        font-weight: 600;
        padding: 8px;
    }


    .generic td.separator {
        height: 5px;
        padding: 0;
        background-color: #A2A2A2;
    }

    .generic td.headersmall {
        background-color: #D8D8D8;
        text-align: center;
        font-size: 11px;
        color: #474747;
        padding: 5px;
        outline: none;
    }

.sortable td.headersmall {
    padding-right: 20px;
}

.generic .brandlogo {
    top: 0;
    left: 0;
    width: 78px;
    height: 50px;
}


.generic td.groupheader {
    z-index: 0;
    background-color: #A8A8A8;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    position: relative;
}

    .generic td.groupheader &gt; img:nth-child(1) {
        position: absolute;
        bottom: -1px;
        left: 32px;
        z-index: 0;
    }

.generic td {
    font-size: 12px;
    padding: 6px;
    background-color: #F0F0F0;
}


    .generic td.description {
        padding: 10px 0 0 10px;
    }

        .generic td.description &gt; p {
            margin: 0;
            padding: 0;
        }

    .generic td &gt; .sub td {
        font-size: 11px;
    }

.generic tr.hover:hover td {
    cursor: pointer;
    background: #E8E8E8;
}

    .generic tr.hover:hover td.hover-green {
        background: #badea6 !important;
    }

    .generic tr.hover:hover td.hover-red {
        background: #e9d0d0 !important;
    }


.reporting td {
    font-size: 11px !important;
}

.reporting td {
    padding: 4px !important;
}

order-history td {
    background: #CCC;
    border: 1px solid black;
}


.blue {
    color: #6084a7;
}

.bold {
    font-weight: 600;
}

.orderheaderbox {
    padding: 10px;
    font-size: 12px;
}

    .orderheaderbox p {
        margin: 0;
        padding: 0;
    }

.addressbox {
    padding: 10px;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #414141;
}

    .addressbox p {
        margin: 0;
        padding: 0;
    }


.stockno {
    border-top: 1px dotted #d7d7d7;
    padding: 5px 0 0 0;
    margin: 5px 0 5px 0;
    text-align: left;
    font-size: 11px;
}

.description2 {
    font-size: 12px;
    color: #349200;
}

.product_description {
    display: none;
    text-align: center;
    padding: 5px 5px 10px 5px;
}

    .product_description.salesforces {
        padding-bottom: 5px;
    }

    .product_description ul {
        list-style-position: inside;
        margin: 0;
        padding: 0;
    }

    .product_description p {
        margin: 0 auto;
    }

    .product_description div:nth-child(1) {
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 5px;
        color: #FFF;
        line-height: 22px;
        position: relative;
        -webkit-appearance: none;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        background: #76B7CE;
        margin-top: -11px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product_description .imagefull {
        margin: 15px 0 15px 0;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.modalcopy {
    padding: 20px;
}

.ui-modal .ui-tooltip-content {
    padding: 0px;
}

.product_description p:nth-child(1) &gt; img:nth-child(1) {
    position: absolute;
    bottom: -1px;
    left: 47%;
}

.add-on-skus-qtip {
    color: #505050;
    display: none;
    text-align: center;
    padding: 5px;
}

    .add-on-skus-qtip div:first-child {
        color: #dbdbdb;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

.center {
    text-align: center;
}

.highlight {
    background: #E8E8E8;
}

.loginbox {
    border: 1px dotted #d7d7d7;
    width: 430px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


    .loginbox .element {
        padding: 10px 20px 10px 20px;
        margin: 0 auto;
        width: 355px;
    }

        .loginbox .element p {
            font-weight: 600;
            font-size: 14px;
            margin: 0 0 5px 0;
            color: #333;
        }

    .loginbox #forgotpassword {
        font-size: 12px;
        text-align: center;
    }


    .loginbox .message {
        border-top: 1px dotted #CCC;
        font-size: 11px;
        line-height: 20px;
        width: 400px;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 15px 0 0 0;
        text-align: center;
    }

        .loginbox .message &gt; p {
            padding: 0;
            margin: 0;
        }


.textbox-area {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px;
    color: #555555;
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #D1D1D1;
    -webkit-appearance: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-transition: box-shadow .07s linear;
    -moz-transition: box-shadow .07s linear;
    -ms-transition: box-shadow .07s linear;
    -o-transition: box-shadow .07s linear;
    transition: box-shadow .07s linear;
}

.textbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px;
    color: #555555;
    width: 100%;
    max-width: 235px;
    -webkit-appearance: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-transition: box-shadow .07s linear;
    -moz-transition: box-shadow .07s linear;
    -ms-transition: box-shadow .07s linear;
    -o-transition: box-shadow .07s linear;
    transition: box-shadow .07s linear;
}

    .textbox.nowidth {
        width: initial !important;
    }

.textbox-nomax {
    max-width: none !important;
}


.textbox-search {
    border: 1px solid #C9C9C9;
    font-size: 13px;
}


.textbox-enabled {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    width: 190px;
    color: #555555;
}

.textbox-disabled {
    border: none;
    background-color: #F0F0F0;
    color: #545454;
    /*width: 190px;*/
    border: 1px solid transparent;
}

.disabled {
    border: none;
    background-color: none;
}

.textbox-narrow {
    max-width: 150px;
}

.textbox-wide {
    max-width: 350px;
}

.textbox-100percent {
    max-width: none;
    width: 100%;
}

.dropdown-small {
    width: 100%;
    max-width: 235px;
}

.textbox-login {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px;
    color: #555555;
    width: 100%;
    -webkit-appearance: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-transition: box-shadow .07s linear;
    -moz-transition: box-shadow .07s linear;
    -ms-transition: box-shadow .07s linear;
    -o-transition: box-shadow .07s linear;
    transition: box-shadow .07s linear;
}


#username {
    width: 355px;
}

#password {
    width: 355px;
}

#loginsubmit {
    width: 355px;
}


.textbox-qty:not(.customselect-qty) {
    box-sizing: initial;
    text-align: center;
    margin-bottom: 3px;
    padding: 6px;
}

.textbox-qty-disabled {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-multiselect, .select2-container .select2-choice {
    transition: all .07s linear;
}

.select2-container-multi .select2-choices {
    border: 1px solid #d3d3d3 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 28px !important;
    padding: 3px !important;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-left: 5px !important;
    }

.textbox-error {
    border: 1px solid #EE7D7D !important;
    -moz-box-shadow: 0 0 0 inset, 0px 0px 7px #EE7D7D !important;
    -webkit-box-shadow: 0 0 0 inset, 0px 0px 7px #EE7D7D !important;
    box-shadow: 0 0 0 inset, 0px 0px 7px #EE7D7D !important;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.row {
    margin: 10px 0 20px 0;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #979797;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align: center;
}

    .overlay img {
        top: 150px;
        position: relative;
    }

.right {
    float: right;
}

.hide {
    display: none;
}

.error {
    color: #d20c0c !important;
}

.green {
    color: #3EA109 !important;
}

.error-big {
    color: #d20c0c !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.order-num {
    color: #199637;
    font-size: 14px !important;
    font-weight: 600;
}

.icon {
    float: left;
    margin: 2px 5px 0 0;
}


.button-small {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    margin: 2px;
}

    .button-small:hover {
        color: #FFF !important;
        text-decoration: none !important;
    }

    .button-small:active {
        top: 1px;
    }


.button-small-alt {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    margin: 2px;
}

    .button-small-alt:hover {
    }

    .button-small-alt:active {
        top: 1px;
    }

.button-disabled {
    background: #E2E2E2 !important;
    -moz-box-shadow: 0px 2px 0px 0 #A6A6A6 !important;
    -webkit-box-shadow: 0px 2px 0px 0 #A6A6A6 !important;
    box-shadow: 0px 2px 0px 0 #A6A6A6 !important;
    color: #8E8E8E !important;
}


.button-small-alternate {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    background: #db7272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    -moz-box-shadow: 0px 2px 0px 0 #b15c5c;
    -webkit-box-shadow: 0px 2px 0px 0 #b15c5c;
    box-shadow: 0px 2px 0px 0 #b15c5c;
    margin: 2px;
}

    .button-small-alternate:hover {
        background: #e88484;
    }

    .button-small-alternate:active {
        top: 1px;
        -moz-box-shadow: 0px 1px 0px 0 #b15c5c;
        -webkit-box-shadow: 0px 1px 0px 0 #b15c5c;
        box-shadow: 0px 1px 0px 0 #b15c5c;
    }


.button-small-yellow {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    background: #D2A648;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    -moz-box-shadow: 0px 2px 0px 0 #C0860B;
    -webkit-box-shadow: 0px 2px 0px 0 #C0860B;
    box-shadow: 0px 2px 0px 0 #C0860B;
    margin: 2px;
}

    .button-small-yellow:hover {
        background: #d5b269;
        color: #FFF;
        text-decoration: none;
    }

    .button-small-yellow:active {
        top: 1px;
        -moz-box-shadow: 0px 1px 0px 0 #D2A648;
        -webkit-box-shadow: 0px 1px 0px 0 #D2A648;
        box-shadow: 0px 1px 0px 0 #D2A648;
    }

.button-small-green {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    background: #88B370;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    -moz-box-shadow: 0px 2px 0px 0 #6c9755;
    -webkit-box-shadow: 0px 2px 0px 0 #6c9755;
    box-shadow: 0px 2px 0px 0 #6c9755;
    margin: 2px;
}

    .button-small-green:hover {
        background: #94bf7d;
    }

    .button-small-green:active {
        top: 1px;
        -moz-box-shadow: 0px 1px 0px 0 #6c9755;
        -webkit-box-shadow: 0px 1px 0px 0 #6c9755;
        box-shadow: 0px 1px 0px 0 #6c9755;
    }

.button-small-grey {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    background: #909090;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 0;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 6px 15px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    -moz-box-shadow: 0px 2px 0px 0 #707070;
    -webkit-box-shadow: 0px 2px 0px 0 #707070;
    box-shadow: 0px 2px 0px 0 #707070;
    margin: 2px;
}

    .button-small-grey:hover {
        background: #9f9f9f;
    }

    .button-small-grey:active {
        top: 1px;
        -moz-box-shadow: 0px 1px 0px 0 #707070;
        -webkit-box-shadow: 0px 1px 0px 0 #707070;
        box-shadow: 0px 1px 0px 0 #707070;
    }

.button-xsmall {
    font-size: 11px;
    padding: 4px 10px;
}

.button-xxsmall {
    font-size: 11px;
    padding: 2px 7px;
}

.title {
    font-size: 15px;
    font-weight: 600;
    color: #646464;
}

.titleheader {
    background: #DEDEDE;
    padding: 5px 10px 5px 10px;
    color: #535353;
    font-weight: 600;
    font-size: 14px;
}

p.label {
    font-size: 18px;
    font-weight: 600;
    color: #545454;
}


a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: underline;
        color: rgb(151, 145, 137);
    }

.customselect {
    font-size: 12px;
    transition: all .07s linear;
}

.imagefull {
    max-width: 260px;
    max-height: 500px;
}


.imagethumbsmall {
    width: 45px;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin: 0 auto;
}


.imagethumb-notip {
    width: 65px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.imagethumb {
    width: 65px;
    max-height: 200px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.logothumb {
    width: 100px;
    max-height: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 0 auto;
}

table.generic {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #FFF;
    width: 100%;
}

    table.generic td.header, table.generic th {
        color: #FFF;
        font-size: 13px;
        font-weight: 600;
    }

    table.generic tr.hover:hover {
        background-color: #f2f2f2 !important;
        cursor: pointer;
    }

    table.generic td.label {
        width: 35%;
        text-align: right;
        font-size: 12px;
        background: #E6E6E6;
    }

    table.generic td.label-narrow {
        width: 25%;
        text-align: right;
        font-size: 12px;
        background: #E6E6E6;
    }

    table.generic td.label-wide {
        width: 50%;
        text-align: right;
        font-size: 12px;
        background: #E6E6E6;
    }

    table.generic td.label-narrow-small {
        width: 25%;
        text-align: right;
        font-size: 11px;
        background: #E6E6E6;
    }

    table.generic td.alt {
        background-color: #e5e5e5;
        /*font-weight: bold;*/
        color: #545454;
    }


    table.generic td, table.generic th {
        padding: 4px 10px 5px 10px;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        font-size: 12px;
        font-weight: 400;
    }

    table.generic.payment td {
        padding: 10px;
        font-size: 13px;
    }



    table.generic:not(.report) tr:first-child &gt; td:first-child {
        border-top-left-radius: 8px;
    }

    table.generic:not(.report) tr:first-child &gt; td:last-child {
        border-top-right-radius: 8px;
    }

    table.generic:not(.report) tr:last-child &gt; td:first-child {
        border-bottom-left-radius: 8px;
    }

    table.generic:not(.report) tr:last-child &gt; td:last-child {
        border-bottom-right-radius: 8px;
    }

    table.generic.history tr td:last-child {
        border-right: 1px solid white !important;
    }

    table.generic.history {
        border-right: none !important;
    }

        table.generic.history tr:last-child td {
            border-bottom: 1px solid white !important;
        }

.checkout-shippinginfo {
    width: 49% !important;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout_info {
    width: 49% !important;
}

    #checkout_info p {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 20px;
    }

.review-table {
    margin: 0 0 20px 22px;
    width: 100%;
    max-width: 470px;
}

#shippinginfo &gt; p {
    padding: 0;
    margin: 4px;
    color: #545454;
}



div.block {
    overflow: hidden;
}

    div.block select,
    div.block p {
        margin: 0 10px 0 0;
    }

.express_added_block {
    border: 1px solid #d7d7d7;
    background-color: #EEE;
    padding: 10px;
    font-size: 12px;
}

.datepicker {
    width: 85px;    
}

#ui-datepicker-div {
    z-index:  1000000 !important;	
}

div.ui-datepicker {
    font-size: 14px;
}

#search_results {
    border: 1px solid #CCC;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 1000;
    display: none;
    -moz-box-shadow: 1px 0px 5px #FFF;
    -webkit-box-shadow: 1px 0px 5px #FFF;
    box-shadow: 1px 0px 15px 5px #FFF;
}

    #search_results table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 400px;
        background-color: #f5f5f5;
    }

        #search_results table td {
            padding: 5px;
            /*border: 1px dotted #CCC;*/
            font-size: 11px;
        }

            #search_results table td p {
                padding: 0px;
                margin: 0;
            }

#history-search-date {
    margin: 8px 0px 0 0;
    width: 50px;
}



.topheader-showmobile {
    text-align: center;
    margin: 0 0 20px 0;
}

    .topheader-showmobile p {
        padding: 0;
        margin: 0;
    }

        .topheader-showmobile p:nth-child(1) {
            font-size: 18px;
            font-weight: 600;
            color: #646464;
            margin: 0 0 5px 0;
        }

        .topheader-showmobile p:nth-child(2) {
            font-size: 12px;
            padding: 10px 0;
            border-bottom: 1px dotted #d7d7d7;
        }

.shadow {
    -moz-box-shadow: 1px 0px 5px #eaeaea;
    -webkit-box-shadow: 1px 0px 5px #eaeaea;
    box-shadow: 1px 0px 5px #eaeaea;
}

.divisionlist {
    width: 250px;
}

.divisionlistmultiple {
    width: 100%;
}

.stat {
    width: 314px;
    margin: 0 0 20px 0;
    background-color: #F0F0F0;
    text-align: center;
    padding: 20px 0 20px 0;
    border-radius: 8px;
}

    .stat &gt; p:first-child {
        font-size: 20px;
        color: #545454;
        margin: 0 0 10px 0;
        font-weight: bold;
    }


    .stat table p {
        padding: 0;
        margin: 0;
    }

    .stat table td:nth-child(1) {
        font-size: 26px;
        font-weight: 600;
        color: #898989;
    }

    .stat table td:nth-child(3) {
        font-size: 26px;
        font-weight: 600;
        color: #6c9755;
    }

.hl {
    color: #FF0000;
}

.mid {
    margin: 12px 0 0 5px;
}

#chartcontainer {
    margin: 0px 0 20px 0;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
}

#chart {
    padding: 25px;
    background: #F0F0F0;
}

.group_description {
    float: left;
}

.group_description_content table {
    min-width: 100%;
}

    .group_description_content table td {
        padding: 0;
    }

        .group_description_content table td.separator {
        }

            .group_description_content table td.separator &gt; div {
                border-bottom: 1px solid #898989;
                margin: 3px 0 3px 0;
            }



.group_description_content {
    display: none;
}

    .group_description_content .descriptiontitle {
        font-size: 14px;
        font-weight: 600;
    }


    .group_description_content p {
        margin: 5px 0 5px 0;
        padding: 0;
    }

        .group_description_content p:nth-child(1) {
            font-size: 14px;
            font-weight: 600;
            border-bottom: 1px dotted #FFF;
            padding: 0 0 5px 0;
        }


#shipping-details {
    margin: 20px 0 20px 0;
}

#email-notifications {
    float: right;
    margin-bottom: 30px;
    width: 470px;
}



#btnEditEmail {
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 28px;
    position: relative;
    top: 3px;
}

div.tagsinput {
    border: 1px solid #CCC;
    color: #FFF;
    background: #FFF;
    padding: 5px;
    width: 50px;
    height: 85px;
    overflow-y: auto;
}

    div.tagsinput span.tag {
        border: 1px solid #a1a1a1;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: block;
        float: left;
        padding: 5px;
        text-decoration: none;
        background: #979797;
        color: #ffffff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }

        div.tagsinput span.tag a {
            font-weight: 600;
            color: #494949;
            text-decoration: none;
            font-size: 11px;
        }

    div.tagsinput input {
        width: 115px;
        margin: 0px;
        font-size: 12px;
        border: 1px solid transparent;
        padding: 5px;
        background: transparent;
        color: #000;
        outline: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

#catalog-switch {
    position: relative;
    top: -4px;
    float: left;
    left: -50px;
    border: 1px solid #8e8e8e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 125px;
    text-align: center;
}

#buttonSwitchCatalog {
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: white;
    cursor: pointer;
    float: left;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

    #buttonSwitchCatalog:active {
        top: 1px;
    }



.shadow-dark {
    -moz-box-shadow: 0px 0px 6px #0a0a0a;
    -webkit-box-shadow: 0px 0px 6px #0a0a0a;
    box-shadow: 0px 0px 6px #0a0a0a;
}

.welcomeblock-container {
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    width: 900px;
}

.welcomeblock {
    width: 202px;
    height: 202px;
    background-color: #ECECEC;
    display: inline-block;
    margin: 0 10px 20px 10px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

    .welcomeblock &gt; p {
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        position: absolute;
        bottom: 35px;
        width: 202px;
        text-decoration: none;
        color: #5E5E5E;
    }

    .welcomeblock &gt; img {
        top: 9px;
        left: 9px;
        position: absolute;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .welcomeblock:hover {
    }

    .welcomeblock:active {
        top: 1px;
    }

.welcomeblock-color {
    height: 160px;
    width: 160px;
    position: absolute;
    top: 21px;
    left: 21px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}




.lbl {
    font-family: bmwbold;
    font-size: 80%;
}

.txt {
    font-size: 75%;
}

.bold {
}

.bold2 {
    font-family: lato;
    font-weight: bold;
}



.card {
    line-height: 14px;
    font-size: 17px;
    color: #1e1e1e;
    position: relative;
    height: 237px;
    width: 400px;
    background: url('/images/businesscard1060.png');
    margin: 0;
    padding: 0;
    font-family: MyriadProRegular, sans-serif;
}

.card2 {
    line-height: 14px;
    font-size: 17px;
    color: #1e1e1e;
    position: relative;
    height: 237px;
    width: 400px;
    background: url('/images/businesscard1061.png');
    margin: 0;
    padding: 0;
    font-family: MyriadProRegular, sans-serif;
}



.card-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: right;
    padding-top: 53px;
    padding-right: 38px;
    position: relative;
}

.card-right {
    padding-top: 16px;
    width: 190px;
    float: left;
}

.card-address {
}

.card-address2 {
}

.card-phone {
    position: absolute;
    right: 38px;
    top: 102px;
}

.card-phone2 {
    position: absolute;
    right: 38px;
    top: 116px;
}

.card-mobile {
    position: absolute;
    right: 38px;
    top: 130px;
}

.card-fax {
    position: absolute;
    right: 38px;
    top: 144px;
}



.card-e-mail {
    position: absolute;
    right: 38px;
    top: 165px;
}



.card-name {
    position: absolute;
    right: 38px;
    top: 190px;
}

.card-title {
    position: absolute;
    right: 38px;
    top: 205px;
    font-family: MyriadProSemiboldIt;
    font-size: 75%;
}



.card2-phone {
    position: absolute;
    right: 38px;
    top: 118px;
}

.card2-phone2 {
    position: absolute;
    right: 38px;
    top: 131px;
}


.card2-website {
    position: absolute;
    right: 38px;
    top: 100px;
    font-size: 75%;
    font-family: MyriadProSemibold;
}

.card2-address {
    position: absolute;
    left: 25px;
    top: 150px;
    font-size: 70%;
    font-family: MyriadProIt;
}

.card2-address2 {
    position: absolute;
    left: 25px;
    top: 162px;
    font-size: 70%;
    font-family: MyriadProIt;
}

.card2-address3 {
    position: absolute;
    left: 25px;
    top: 174px;
    font-size: 70%;
    font-family: MyriadProIt;
}

.card2-local {
    position: absolute;
    left: 25px;
    top: 186px;
    font-size: 70%;
    font-family: MyriadProIt;
}

.card2-mobile {
    position: absolute;
    left: 25px;
    top: 198px;
    font-size: 70%;
    font-family: MyriadProIt;
}

.button-small-red {
    -webkit-appearance: none;
    -moz-box-shadow: inset 0px 1px 0px 0px #F5A4A4;
    -webkit-box-shadow: inset 0px 1px 0px 0px #F5A4A4;
    box-shadow: inset 0px 1px 0px 0px #F5A4A4;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E97777), color-stop(1, #B93F3F) );
    background: -moz-linear-gradient( center top, #E97777 5%, #B93F3F 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E97777', endColorstr='#B93F3F');
    background-color: #B93F3F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-indent: 0;
    border: 1px solid #9c0070;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #803955;
    padding: 5px 15px;
}

    .button-small-red:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B93F3F), color-stop(1, #E97777) );
        background: -moz-linear-gradient( center top, #B93F3F 5%, #E97777 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B93F3F', endColorstr='#E97777');
        background-color: #E97777;
    }

    .button-small-red:active {
        position: relative;
        top: 1px;
    }



.button-manage {
    width: 60px;
}

.showactive-false {
    display: inline-block;
}

.showdeactive-true {
    display: inline-block;
}

.showrestore-D {
    display : inline-block;
}

.hiderestore-D {
    display: none;
}

#news {
    border-left: 1px solid #FFF;
    border-right: none;
}

    #news:hover {
        border-bottom-right-radius: 0;
    }

    #news a {
        line-height: 24px;
        transition: all 0.2s linear;
    }

        #news a:hover {
            border-bottom-right-radius: 0;
            width: inherit;
            /*background-color: #a3c874;*/
        }


#news_container {
    position: absolute;
    right: 0;
    top: 38px;
    display: none;
    margin: 0 0 0 -1px;
    list-style: none;
    z-index: 10000;
    padding: 0;
    border-top: 1px solid #FFF;
    border-right: transparent;
    width: 400px;
    font-weight: normal;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 0 2px 6px 0 #b0b0b0;
    -webkit-box-shadow: 0 2px 6px 0 #b0b0b0;
    box-shadow: 0 2px 6px 0 #b0b0b0;
    -moz-box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
    -webkit-box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
    box-shadow: 0 2px 6px 0 rgba(120, 120, 120, 0.5);
}

    #news_container div {
        line-height: 18px;
        /*border-bottom: 1px dotted #FFF;*/
    }


        #news_container div:last-child {
            border-bottom: none;
            border-bottom-left-radius: 8px;
        }

    #news_container &gt; div:not(:first-child) {
        border-top: 1px dotted #f6f6f6;
    }


.newsitem {
}

    .newsitem div {
        padding: 10px;
    }

        .newsitem div:first-child {
        }




.category-label {
    text-align: right;
    float: left;
    width: 100px;
    margin-right: 10px;
    padding: 10px;
}

    .category-label.short {
        width: 60px !important;
    }

.category {
    background: #E6E6E6;
    padding: 10px;
    margin: 5px 0 10px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    float: left;
    clear: both;
    border: 1px solid #FFF;
}

.category-header {
    background: rgb(172, 172, 172);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: -10px -10px 10px -10px;
    padding: 5px 10px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.ms-choice {
    height: 100px;
}

.notice {
    padding: 10px;
}



.brand-contacts {
    background: #9a9a9a;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    color: #FFF;
    font-size: 12px;
    padding: 6px 10px;
    transition: background .2s linear;
    position: absolute;
    top: 3px;
    right: 30px;
    transition: background .2s linear;
}

    .brand-contacts::before {
        content: "Brand Contacts";
    }

    .brand-contacts:hover {
        background: #a7a7a7;
    }

.download-arrow {
    float: left;
    margin: 3px 10px 0 -5px;
}


.item-tag {
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 0;
    width: 105px;
    text-align: center;
    margin-top: 8px;
    color: #FFF;
}

    /*.item-tag.new-item {
        float: right;
        background: #41af5e;
        width: 37px;
        margin: 0 10px 0 0;
        padding: 2px;
    }*/

    .item-tag.new-item {
        background: #52b56c;
        width: 32px;
        margin: -10px 0 7px -10px;
        font-size: 11px;
        border-radius: 0;
        border-bottom-right-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
    }

        .item-tag.new-item::before {
            content: "New";
        }

    .item-tag.bundle-item {
        background: #ABABAB;
        cursor: pointer;
    }

        .item-tag.bundle-item::before {
            content: "Bundle";
        }

    .item-tag.composite-item {
        background: #ABABAB;
        cursor: pointer;
    }

        .item-tag.composite-item::before {
            content: "Composite";
        }

    .item-tag.pod-item {
        background: #ABABAB;
    }

        .item-tag.pod-item::before {
            content: "POD";
        }

    .item-tag.digitalasset-item {
        background: #ABABAB;
    }

        .item-tag.digitalasset-item::before {
            content: "Digital Asset";
        }

    .item-tag.salesforces-tag {
        cursor: pointer;
        background: #F0F0F0;
        border: 2px solid #ABABAB;
        box-sizing: border-box;
        color: #505050;
    }

    .item-tag.salesforces-tag::before {
        content: "Salesforces";
    }

    .item-tag.variablecost-tag {
        cursor: pointer;
        background: #e7f5e0;
        border: 2px solid #ABABAB;
        box-sizing: border-box;
        color: #505050;
    }

    .item-tag.variablecost-tag::before {
        content: "Variable Price";
    }

    .item-tag.archived-item {
        background: #DF7372;
    }
    .item-tag.archived-item::before {
        content: "Archived";
    }

    .item-tag.restricted-view-item {
        background: #DF7372;
    }

    .item-tag.restricted-view-item::before {
        content: "Restricted View";
    }

    .item-tag.expired-view-item {
        background: #DF7372;
    }

    .item-tag.expired-view-item::before {
        content: "Expired";
    }

    .item-tag.shortdate-view-item {
        background: #DF7372;
    }

    .item-tag.shortdate-view-item::before {
        content: "Short Dated";
    }

    .item-tag.shortdate-expired-view-item {
        background: #DF7372;
    }

    .item-tag.shortdate-expired-view-item::before {
        content: "Expired";
    }

    .item-tag.decommissioned-view-item {
        background: #EF952F;
    }

    .item-tag.decommissioned-view-item::before {
        content: "Decommissioned";
    }

    .item-tag.tradeshow-item {
        background: #EF952F;
        color: #FFF;
    }


    .item-tag.tradeshow-item::before {
        content: "Tradeshow";
    }


.add-on-items {
    display: none;
}

.status-orange {
    font-size: 11px !important;
    background-color: #FCEBC7 !important;
    color: #805907 !important;
}

.status-red {
    font-size: 11px !important;
    background-color: #F4DBDB !important;
    color: #763838 !important;
}

.status-grey {
    font-size: 11px !important;
    background-color: #E2E1E1 !important;
    color: #323232;
}

.status-green {
    font-size: 11px !important;
    background: #C5EAB1 !important;
    color: #29411B;
}


.approved {
    border: 1px solid #a9c7a3;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #497E33;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EBF9E6;
    width: 70px;
    margin-bottom: 5px;
    font-weight: 600;
}

.denied {
    border: 1px solid #DFC8C8;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #731C1C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FAEFEF;
    width: 70px;
    margin-bottom: 5px;
    font-weight: 600;
}

.num {
    mso-number-format: General;
}

.text {
    mso-number-format: "\@"; /*force text*/
}

.qtip {
    width: initial !important;
    max-width: none !important;
}

.unitofmeasure-info {
    font-size: 12px;
    margin-top: 5px;
    padding-top: 3px;
    font-style: italic;
    border-top: 1px dotted #BEBEBE;
}

.no-border-radius {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#sticky-header {
    position: fixed;
    z-index: 100;
    top: 38px;
    min-width: 660px;
    display: none;
    box-shadow: 0px 6px 8px -5px rgba(0,0,0,.25);
    border-bottom: 1px solid #FFF;
}

.col-image {
    min-width: 60px;
}

.italic {
    font-style: italic;
}


.legend {
    position: absolute;
    top: 75px;
    right: 42px;
}

    .legend::before {
        vertical-align: middle;
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #FAF2D0;
        border: 1px solid #CDCDCD;
        border-radius: 4px;
        content: "";
        margin-right: 6px;
        margin-bottom: 3px;
    }

.inline {
    display: inline-block;
}

#order-type {
    width: 150px;
    float: right !important;
    border-left: 1px solid #FFF;
    border-right: none !important;
}

    #order-type ul li {
        width: 152px !important;
        border-bottom: 1px solid #f1b085 !important;
    }

    #order-type a {
        background: #E2925D;
        text-align: center !important;
        padding-left: 10px !important;
        transition: all .2s linear;
    }

        #order-type a:hover {
            background: #f3a775;
        }

#order-type-selected.unselected {
    background: #CC6666 !important;
}

    #order-type-selected.unselected:hover {
        background: #f3a775 !important;
    }

.rounded-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top: none;
}

.rounded-bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom: none;
}

    .rounded-bottom a {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
    }

.rounded-bottom-row td:first-child {
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom: none;
}

.rounded-bottom-row td:last-child {
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom: none;
}

.order-type-button {
    position: relative;
    font-size: 16px;
    box-shadow: 0 0 0 6px #E9E9E9;
    background: #FCFCFC;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    color: #515151;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .2s linear;
}

    .order-type-button:hover {
        box-shadow: 0 0 0 6px #7FC0BD;
    }

    .order-type-button:active {
        top: 1px;
    }

.minmax-table td {
    text-align: center;
}

    .minmax-table td.subgroupheader {
        padding: 5px !important;
    }

.min {
    background: #C7E6CC !important;
}

.max {
    background: #ece9cd !important;
}

.maxappr {
    background: #E7D9D9 !important;
}

.minmax {
    display: none;
    width: 30px !important;
    padding: 3px 8px !important;
}

.highlighticon {
    color: #ff9b0f !important;
}

.fa {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.fav {
    cursor: pointer;
    color: #969696;
}

.favorite-icon-container {
    float: right;
}


.filterlist {
    width: 205px;
}


.col-price {
    background: #DAF4CD !important;
    font-size: 14px !important;
}

.total-price-label {
    line-height: 20px;
    font-size: 15px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    padding: 14px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #F0F0F0;
}

    .total-price-label.small {
        line-height: 10px;
        font-size: 12px;
        padding: 10px 16px;
    }

.total-price {
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    padding: 14px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #DAF4CD;
    border-left: none;
}

    .total-price.small {
        line-height: 10px;
        font-size: 12px;
        padding: 10px 16px;
    }

.qtip-custom {
    border: 1px solid #FFF !important;
    border-radius: 8px;
}

    .qtip-custom .qtip-content {
        border: 1px solid #FFF !important;
        border-radius: 8px;
        -moz-box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.35);
        -webkit-box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.35);
        box-shadow: 0 0 12px 0 rgba(80, 80, 80, 0.35);
        background: #f4f4f4;
    }

.pointer {
    cursor: pointer;
}

.ordering-window-message {
    position: relative;
    border-bottom: 1px solid #FFF;
    padding: 12px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    background: #C25252;
    margin: -25px -30px 25px -30px;
    z-index: 1;
    color: #FFFFFF;
    font-weight: 600;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.border-bottom-radius-8 {
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.min-cost-per-order {
    font-size: 12px;
    margin-top: 5px;
    border-top: 1px dotted #BEBEBE;
}

.no-border-radius {
    border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
}

.select2-results .qty-option {
    font-weight: 600;
}

.select2-results .select2-highlighted {
    background: #e6e6e6 !important;
    color: inherit !important;
}

.select2-results .redbg {
    background: #ffd7d7 !important;
}

.select2-results .select2-highlighted.redbg {
    background: #ebc1c1 !important;
}

.tablesorter-header {
    /* black (unsorted) double arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.headerSortUp,
.tablesorter-headerSortUp,
.tablesorter-headerAsc {
    background-color: #9fbfdf;
    /* black asc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.headerSortDown,
.tablesorter-headerSortDown,
.tablesorter-headerDesc {
    background-color: #8cb3d9;
    /* black desc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

/* tfoot */
.tablesorter-blue tfoot .tablesorter-headerSortUp,
.tablesorter-blue tfoot .tablesorter-headerSortDown,
.tablesorter-blue tfoot .tablesorter-headerAsc,
.tablesorter-blue tfoot .tablesorter-headerDesc {
    /* remove sort arrows from footer */
    background-image: none;
}

.nowrap {
    /*float: left !important;*/
    display: inline-block !important;
    white-space: nowrap !important;
}

/* Mobile Menu styles */
/*@media (max-width: 730px) {    
    ul#menu li.mainmenu.toplevel {
        display:none;
    }
    ul#menu li.mainmenu.toplevel.mobile-menu-icon {        
        display:block;
    }
}
@media (min-width: 730px) {    
    ul#menu li.mainmenu.toplevel {
        display: block;
    }
    ul#menu li.mainmenu.toplevel.mobile-menu-icon {
        display: none;
    }
}*/

.offcanvas {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #B82034;
    position: fixed;
    z-index: 3;
    overflow-x: hidden;
    overflow-y:visible ;
    transition: .5s;
    padding-top: 60px;
    z-index: 999999;
}
.offcanvas a{
    padding: 4px 8px 4px 6px;
    text-decoration: none !important;
    font-size: 13px;
    color: #FFF;
    display: block;
    transition: .3s;
}    
.offcanvas a:focus{
    padding: 4px 8px 4px 6px;
    text-decoration: none !important;
    font-size: 13px;
    color: #FFF;
    display: block;
    transition: .3s;
}  
.closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 14px !important;
    margin-left: 20px;
}
.mobile_menu {
    border-bottom:none ;
    list-style: outside none none;
    max-width: 1300px;
    min-width: 1000px;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 10001;
}
#mobile_menu li {
    border-bottom: 1px solid #271c1c;
}
#mobile_menu li div ul.toggle-nav-menu li  {
    list-style: none;
    left: 20px;
}
#mobile_menu li div ul.toggle-nav-menu li:last-child {
    border-bottom: none;
    margin-bottom: 2px;
}
#mobile_menu li a:hover{
    color: #FFF;
    background-color: #271c1c;
    text-decoration: none;        
}
/* Mobile Menu styles */
</pre></body></html>