body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

a {
    color: #333333;
    text-decoration: none;
    font-family: Arial;
}

.content-place-holder {
    margin: 0 auto;
    padding: 0px 0px;
    width: 1000px;
    text-align: left;
    background-color: #fff;
}

[v-cloak] {
    display: none;
}

.priceDiscounted {
    font-size: 22px;
    color: #c8081a;
}

.priceOriginal_LineThrough {
    Font-Size: 20px;
    Font-weight: Bold;
    color: #c8081a;
    text-decoration: line-through;
}
input {
    font-size: 12px;
    border: 0px solid #CCCCCC;
    text-indent: 10px;
    padding: 1px 0;
}

    input[type=text]:focus, textarea:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

#main_wrapper {
    width: 100%;
    /*background-image: url(/images/pagebg.jpg);*/
    /*background-repeat: repeat-y;*/
    padding-left: 10px;
    border: 0 solid #000000;
    float: left;
}

#main_wrapper0 {
    margin: 0px auto;
    width: 1000px;
}

.main_wrapper0 {
    margin: 0px auto;
    width: 1000px;
}

.form-select:disabled {
    background-color: #e9ecef !important;
    color: #C8C8C8;
}

#printercatridge-finder-inner #finders {
    padding: 130px 30px 0 0;
}

.clear {
    clear: both;
}

.printerTitle {
    color: #45aceb;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0
}

.printerGuaranteed {
    font-weight: bold;
    font-size: 15px;
}

p {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}


#price-now, #reman-price-now, #original-price-now {
    Font-weight: bold;
}


    #price-now .caption,
    #reman-price-now .caption,
    #original-price-now .caption {
        Font-Size: 14px;
    }


    #price-now .price,
    #reman-price-now .price,
    #original-price-now .price {
        font-size: 26px;
        color: #FF0000;
    }

    #price-now .pricev1,
    #reman-price-now .pricev1,
    #original-price-now .pricev1 {
        font-size: 26px;
        color: #c8081a;
    }

    #price-now .vat,
    #reman-price-now .vat,
    #original-price-now .vat {
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
        color: #868485;
    }

DIV#roundedbox {
    margin: 5px 0 10px 5px;
    background: #DEDEDE;
}

#searchbox {
    margin-left: -5px;
    margin-top: -5px;
}

DIV#roundedboxsearch {
    margin: 5px 0 0 5px;
    background: #DEDEDE;
    width: 814px;
}

DIV#roundedboxsearchv2 {
    margin: 5px 0 0 5px;
    background: #f4504f;
    width: 814px;
}

P.search {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.tiny-slider-container {
    position: relative;
    padding: 0 30px;
}

    .tiny-slider-container [data-controls] {
        position: absolute;
        top: 50%;
        width: 2.5rem;
        height: 2.5rem;
        margin-top: -1.375rem;
        transition: all .3s ease-in-out;
        border: 1px solid #e3e9ef;
        border-radius: 50%;
        background-color: #fff;
        font-size: 15px;
        /*line-height: 2.625rem;*/
        text-align: center;
        z-index: 10;
        color: #908F8F;
    }

    .tiny-slider-container [data-controls='prev'] {
        left: 0;
        outline: none;
    }

    .tiny-slider-container [data-controls='next'] {
        right: 0;
        outline: none;
    }

B.btop, B.btop B, B.bbot, B.bbot B {
    display: block;
    height: 10px;
    font-size: 1px;
    background-image: url(../images/rc.jpg);
    background-repeat: no-repeat;
}

    B.btop B {
        background-position: 100% -10px;
    }

B.bbot {
    background-position: 0 -20px;
}

    B.bbot B {
        background-position: 100% -30px;
    }


B.btopv2, B.btopv2 B, B.bbotv2, B.bbotv2 B {
    display: block;
    height: 10px;
    font-size: 1px;
    background-image: url(../images/rc1.jpg);
    background-repeat: no-repeat;
}

    B.btopv2 B {
        background-position: 100% -10px;
    }

B.bbotv2 {
    background-position: 0 -20px;
}

    B.bbotv2 B {
        background-position: 100% -30px;
    }

#bg_bot {
    background-image: url(/images/bot.jpg);
    background-repeat: no-repeat;
    width: 1011px;
    background-position: 0px bottom;
    height: 9px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
}

.related-product-tiles {
    border: #C6C6C6 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .related-product-tiles .name-link {
        color: rgb(0, 68, 204);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.scarab-itemlist {
    padding: 20px 0;
    position: relative;
}

.scarab-item {
    display: inline-block;
    background-color: #fff;
    width: 120px;
    margin: 5px;
    vertical-align: top;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-align: center;
}

    .scarab-item img {
        max-width: 100px;
        max-height: 100px;
        display: block;
        margin: 0px auto;
        border: 0px;
    }

.scarabitemtitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scarab-prev, .scarab-next {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #C5D7EF;
}

.scarab-prev {
    left: 0px;
}

.scarab-next {
    right: 0px;
}

.scarab-disabled-button {
    cursor: default;
    opacity: 0.4;
}

#left_wraper {
    float: left;
    width: 164px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

#top_wrapper {
    /*float: left;
    width: 974px;*/
}

#nav_wrapper {
    /*float: left;
    width: 97px;
    margin-left: 0px;
    padding-left: 0px;*/
}

#logo {
    float: left;
    margin-bottom: 10px;
}

.box {
    width: 100%;
    float: left;
    /*margin-bottom: 10px;*/
    margin-top: 0px;
    border: 0px solid #cccccc;
}

    .box ul {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        list-style-type: none;
        border: 1px solid #cccccc;
    }

        .box ul li {
            margin: 0px;
            float: left;
            width: 100%;
            list-style-type: none;
            height: auto; /*21px;*/
            padding: 0px;
        }

            .box ul li a {
                margin: 0px;
                float: left;
                width: 93%;
                list-style-type: none;
                height: auto; /*16px;*/
                padding-top: 5px;
                padding-right: 0px;
                padding-bottom: 0px;
                padding-left: 13px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #e5e5e5;
                font-family: Arial;
                font-size: 12px;
                color: #05109B;
                text-decoration: none;
                background-image: url(/images/bullet2.jpg);
                background-position: 145px;
                background-repeat: no-repeat;
                font-weight: bold;
            }

    .box h3 {
        padding: 3px;
        background: #dddddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-align: center;
        color: #000;
    }

    .box ul li a:hover {
        margin: 0px;
        float: left;
        width: 93%;
        list-style-type: none;
        height: auto; /*16px;*/
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 12px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e5e5e5;
        font-family: Arial;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
        background-image: url(/images/bullet2.jpg);
        background-position: 145px;
        background-repeat: no-repeat;
        background-color: #F5F5F5;
        font-weight: bold;
    }


#boxhighlight a {
    margin: 0px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

    #boxhighlight a:hover {
        text-decoration: underline;
    }

#boxhighlight table {
    float: left;
}

#boxhighlight {
    float: left;
    border: 1px solid #cccccc;
    width: 189px;
}

#rightBox {
    height: auto;
    width: 191px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
}

    #rightBox H3 {
        background: #dddddd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        float: left;
        height: 26px;
        text-align: center;
        width: 191px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #1A1A1A;
        text-decoration: none;
        padding-top: 0;
        font-weight: bold;
        margin-top: 0;
        line-height: 26px;
        margin-left: 0;
        margin-bottom: 0;
    }

.textbox1 {
    height: 15px;
    width: 200px;
    border: 1px solid #cccccc;
}

.search1 {
    width: 100%;
    border: 1px solid #DEDEDE;
    height: auto;
    float: left;
}

    .search1 SPAN {
        font-family: Arial;
        font-weight: bold;
        font-size: 11px;
    }

#headerCart {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bluetext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #05109B;
    text-decoration: none;
    font-weight: bold;
}

#menu {
    margin-top: 10px;
    height: 31px;
    float: left;
    width: 680px;
    margin-left: 0px;
    padding-left: 0px;
}

    #menu ul {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: left;
        width: 880px;
    }

    #menu li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        list-style-type: none;
        font-weight: bold;
        height: 31px;
        padding-top: 2px;
        float: left;
        border-right: 1px solid #FFF;
    }

        #menu li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #FFFFFF;
            text-decoration: none;
            list-style-type: none;
            font-weight: bold;
            margin-top: 5px;
            background: url(/images/core-site.gif) no-repeat 0 -175px;
            padding: 0 0 0 9px;
            display: block;
            text-decoration: none;
            color: #292929;
            font-size: 12px;
        }

            #menu li a:hover {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #ffffff;
                text-decoration: none;
                list-style-type: none;
                font-weight: bold;
                height: 31px;
                background-position: 0 -206px;
                color: #FFF;
            }


            #menu LI A SPAN {
                display: block;
                background: #FFF url(/images/core-site.gif) repeat-x 100% - 175px;
                padding: 6px 9px 3px 0;
            }



        #menu LI:hover A SPAN {
            background-position: 100% -206px;
            text-decoration: underline;
        }


        #menu LI A.tabon, #menu LI A.tabon:hover, #menu LI:hover A.tabon {
            background: url(/images/core-site.gif) repeat-x 0 -127px;
            color: #FFF;
            position: relative;
            top: 1px;
            padding: 0 0 13px 8px;
            margin-top: 0;
            font-size: 16px;
        }

            #menu LI A.tabon SPAN, #menu LI A.tabon:hover SPAN, #menu LI:hover A.tabon SPAN {
                background: transparent url(/images/core-site.gif) repeat-x 100% -127px;
                padding: 9px 8px 9px 0;
                display: block;
            }

.tabon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #05109B;
    text-decoration: none;
    list-style-type: none;
    font-weight: bold;
    background-image: url(/images/menubghover.jpg);
    background-repeat: repeat;
    background-position: 0px bottom;
    height: 20px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

#submenu {
    background: transparent url(/images/core-site.gif) repeat-x 0 -251px;
    height: 29px;
    float: left;
    width: 774px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 975px;
}

    #submenu #phoneNum {
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        float: right;
        margin: 0px 0px 6px 3px;
        line-height: 18px;
        padding: 6px 6px 5px 0px;
    }

    #submenu a {
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin: 0px 0px 6px 3px;
        background: transparent url(/images/core-site.gif) no-repeat 100% -288px;
        line-height: 18px;
        padding: 0 0 0 4px;
    }

        #submenu a:hover {
            color: #ffffff;
        }

        #submenu A SPAN {
            display: block;
            padding: 6px 6px 5px 0px;
        }


        #submenu A:hover SPAN, #submenu A.this SPAN {
            background: transparent url(/images/core-site.gif) no-repeat 100% -320px;
        }

        #submenu A:hover, #submenu A.this {
            background: transparent url(/images/core-site.gif) repeat-x 0 -320px;
            color: #000;
        }

#free_shipping_banner_header {
    background-image: url(/images/bgtopsearch.jpg);
    background-repeat: repeat-x;
    float: left;
    height: 56px;
    border: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #05109B;
    text-decoration: none;
    line-height: 22px;
    margin-bottom: 10px;
}

.product_orange {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF9900;
    text-decoration: none;
    line-height: 18px;
}

#left_content {
    width: 100%;
}

#left_content_logo {
    float: left;
    width: 576px;
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(/images/bgbox.jpg);
    margin-bottom: 10px;
}

.logobox {
    float: left;
    height: 80px;
    width: 168px;
    border: 1px solid #cccccc;
    background-image: url( bgbox.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#buton3_arrow {
    height: 15px;
    width: 19px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #05109B;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #05109B;
    margin-top: 0px;
    text-align: center;
    padding-top: 0px;
}

#buton4 a {
    background: none repeat scroll 0 0 #DEDEDE;
    height: 22px;
    line-height: 22px;
    padding-left: 0px;
    padding-right: 0px;
    width: 128px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222222;
    text-decoration: none;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    float: left;
    margin-bottom: 0px;
}

#logo_container {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
}

#popular_box {
    float: left;
    width: 188px;
    height: auto;
    border: 1px solid #cccccc;
    background-image: url(/images/popular_bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

    #popular_box h4 {
        height: auto; /*80px*/
        margin-top: 5px;
        margin-bottom: 0px;
    }

        #popular_box h4 a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #222222; /*2a4999*/
            margin: 0px;
        }

            #popular_box h4 a:hover {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #222222;
                margin: 0px;
                text-decoration: underline;
            }

.smallFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #05109B;
    text-decoration: none;
    font-weight: bold;
}

#quantity {
    /*float: left;*/
    /*padding-left: 25px;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #05109B;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 0px;
}

.price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FF7430;
    text-decoration: none;
    font-weight: bold;
}

#data {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#footer_social {
    float: left;
    width: 936px;
    font-family: tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    line-height: 16px;
    padding-left: 10px;
    padding-top: 10px;
}

#footer {
    /*float: left;*/
    width: 100%;
    font-size: 12px;
    text-decoration: none;
}

    #footer ul {
        margin: 0px;
        list-style-type: none;
        float: left;
        width: 23%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        height: 220px;
    }

    #footer li {
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        text-decoration: none;
        height: 50px;
    }

        #footer li a {
            color: #333333;
        }

            #footer li a:hover {
                text-decoration: underline;
            }

    #footer h6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
        margin: 0px;
    }

#footer_bot {
    font-size: 10px;
    width: 1000px;
    margin: 0 auto;
    color: #000;
    text-align: left;
    padding: 40px 0;
}

#footer_bot2 {
    float: left;
    width: 900px;
    text-align: center;
    font-family: tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

#cards {
    /*border: 1px solid #cccccc;*/
    float: right;
    width: 350px;
    margin: 0px 55px 0 0;
}

    #cards img {
        margin: 0 0 5px 10px;
    }

.loginPanel {
    margin: 0 auto;
    width: 400px
}


.grayBoxFooter:hover {
    text-decoration: underline;
}

#center_right_content {
    float: left;
    /*width: 185px;*/
    /*margin-left: 5px;*/
    /*margin-top: 64px;*/
}

#box2_inner {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 6px;
    float: left;
    width: 180px;
    border: 1px solid #cccccc;
}

#box2_inner1 {
    padding: 4px;
    float: left;
    width: 152px;
    border: 1px solid #cccccc;
}

#box2_inner p {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.textbox5 {
    height: 18px;
    width: 180px;
    border: 1px solid #cccccc;
    margin-left: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.customer {
    background-image: url(/images/satisfiedcustomer.jpg);
    background-repeat: no-repeat;
    height: 32px;
    padding-top: 75px;
    float: left;
    width: 161px;
    margin-bottom: 10px;
    padding-left: 4px;
    border: 1px solid #cccccc;
}

.Paypal {
    float: left;
    width: 189px;
    border: 1px solid #cccccc;
    height: auto;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#companyBox {
    float: left;
    height: 210px;
    width: 200px;
    padding: 7px 0px;
    margin-top: 18px;
    margin-left: 5px;
}

#company_heading {
    font-family: Arial;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    /*background-image: url(/images/headingBg.jpg);
    background-repeat: no-repeat;*/
    text-align: center;
    float: left;
    /*height: 19px;*/
    width: 200px;
    font-weight: bold;
    padding-top: 5px;
    background-color: #E9E9E9;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 1px solid #DDD;
}

#company_iner {
    float: left;
    height: 180px;
    width: 200px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
    border-left-color: #DEDEDE;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    background-image: url(/images/textBg.jpg);
    background-color: #F1F1F1;
    background-repeat: repeat-x;
    font-size: 13px;
}

    #company_iner ul {
        /*width: 100px;*/
        color: #204194;
        list-style-type: circle;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 2px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #company_iner li {
        /*width: 188px;*/
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Arial;
        font-size: 12px;
        color: #204194;
        font-weight: bold;
        list-style-type: none;
        margin-top: 3px;
    }

    #company_iner a:hover {
        font-family: Arial;
        font-size: 12px;
        color: #ff7430;
        text-decoration: underline;
        font-weight: bold;
    }



#company_text {
    width: 188px;
    /*margin-left: 5px;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
    padding-bottom: 5px;
}

#line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
    width: 110px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#box_container {
    float: left;
    width: 621px;
    /*padding-left: 3px;*/
    padding-top: 0px;
}

.alllinks {
    font-family: Arial;
    font-size: 12px;
    color: #ff7430;
    text-decoration: none;
    font-weight: bold;
}

.about {
    /*width: 590px;*/
    width: 100%;
    clear: both;
    background-image: url(/images/textBg.jpg);
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #DEDEDE;
    border-right-color: #DEDEDE;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #F0F0F0;
    float: left;
}

#about2 {
    width: 596px;
    clear: both;
    background-image: url(/images/textBg.jpg);
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #DEDEDE;
    border-right-color: #DEDEDE;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #F0F0F0;
    float: left;
    margin-bottom: 10px;
}

#bluetag {
    float: left;
    height: 22px;
    width: 610px;
    margin-top: 0px;
    background-image: url(/images/bluemenubg.jpg);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 10px;
}

/*ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}*/

#navigationleft {
    float: left;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
}

#navigationright {
    float: right;
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

.signInBox {
    background-image: url(/images/login.jpg);
}

.signInUptxt1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding-top: 5px;
}

.signInUpBoxWhiteBox {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #454545;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ViewCartTableHeaderCell {
    color: White;
    font-size: 14px;
    vertical-align: middle;
    background-image: url(/images/bluemenubg.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-weight: bold;
    margin-top: 5px;
}

#brand_quantity {
    float: left;
    width: 180;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

/*.ddl {
    height: 20px;
    width: auto;
    border: 1px solid #cccccc;
    font-size: 12px;
}
*/
.text013 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.logomcafee {
    width: 130px;
    height: 40px;
    margin-top: -22px;
    margin-left: 680px;
    padding-top: 20px;
    *margin-top: -38px;
    *padding-top: 0px;
}


#breadcrumbs {
    /*height: 25px;*/
    display: block;
    /*margin-top: 10px;*/
}

    #breadcrumbs SPAN {
        margin-left: 5px;
        z-index: 1000;
    }

    #breadcrumbs P {
        padding-top: 3px;
        color: #1A1A1A;
        font-weight: normal;
        margin-top: -28px;
        font-size: 12px;
        margin-left: 25px;
        width: 811px;
    }

    #breadcrumbs A {
        color: blue;
        text-decoration: underline !important;
        margin-right: 10px;
    }

    #breadcrumbs div A {
        color: blue;
        text-decoration: underline;
        margin-right: 5px;
        border: 0px;
    }

#headerDiv {
    float: left;
    width: 811px;
    height: 25px;
    background-image: url("/images/bluemenubg.jpg");
    background-repeat: repeat-x;
}

    #headerDiv img {
        float: left;
    }

#headerContent h1 {
    padding-top: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    margin-left: 25px;
}

.headingworDivider {
    width: 100%;
    height: 25px;
    background-image: url("/images/bluemenubg.jpg");
    background-repeat: repeat-x;
    float: left;
    margin: 1px 0px;
}

    .headingworDivider SPAN {
        /*[disabled]background:url(../images/headingArrow.jpg) no-

repeat;*/
        margin-left: 5px;
        z-index: 1000;
    }

    .headingworDivider P, #headingworDivider P a {
        padding-top: 5px;
        color: #FFFFFF;
        font-weight: bold;
        margin-top: -29px;
        font-size: 12px;
        margin-left: 25px;
    }



.grayHeading {
    background-color: #EBEBEB;
}

    .grayHeading SPAN {
        margin-left: 5px;
        z-index: 1000;
    }

    .grayHeading P, #grayHeading P a {
        padding-top: 7px;
        color: #000000;
        font-weight: bold;
        margin-top: -29px;
        font-size: 12px;
        margin-left: 25px;
    }

.details {
    padding: 5px 5px 10px 10px;
    margin: -2px 0px 10px 0px;
    background-color: #EAEAEA;
}

.showall {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.Hide {
    display: none;
}


#brandsearch {
    height: 80px;
    background: #DEDEDE;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #D0D0D0;
    padding: 20px 0px 20px 0px;
    width: 809px;
}

    #brandsearch P.searchheading {
        font-size: 18px;
        margin-left: 10px;
    }

    #brandsearch .dropdowns {
        margin-left: 60px;
        font-size: 12px;
    }

    #brandsearch SELECT {
        font-size: 12px;
        margin-right: 40px;
    }

    #brandsearch SPAN {
        font-size: 18px;
        margin-right: 40px;
    }

    #brandsearch .searchbut {
        padding-top: 0;
    }

    #brandsearch P {
        font-size: 11px;
        text-align: center;
    }

#search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border-top: 5px solid #F4504F;*/
    width: 980px;
}

.container {
    margin: 0 auto;
    width: 1000px;
}

#search > #search-bar-bg {
    padding: 5px;
    background: #dddddd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 35px;
}

#ctl00_headerUk_txtSearchbox {
    width: 100%;
    padding: 0px 4px 0px 40px;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center
}

    #ctl00_headerUk_txtSearchbox::placeholder, #ctl00_footer1_txtSignUpEmail::placeholder {
        color: #9b9b9b;
    }

.search-bar-btn {
    padding: 5px 0 0 5px !important;
}

.officeSuppliesLink {
    color: #000;
    font-size: 14px
}

.officeSuppliesPrice {
    color: #AD222A;
}

.officeSuppliesQuantity {
    font-size: 13px;
}

.officeSuppliesBreadCrumbs {
    padding: 1px 0px;
}

.BreadCrumbsLink {
    color: #71ACD2;
    text-decoration: underline;
}


#navi {
    float: left;
    background-color: white;
    padding: 0;
    border: solid #E2E2E2;
    border-width: 1px 0;
    position: absolute;
    margin-top: 40px;
    z-index: 10;
}

    #navi a:hover {
        color: #002E19;
        text-decoration: underline;
    }


/*#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 12px;
    color: white;
    font-weight: normal;
}

.modalBackground
{
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modal
{
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}*/


.ourPrice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3F91D9;
}

.quantity {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: -5px;
}


.linkComboPackName {
    font-size: 13px;
    font-weight: bold;
    color: #004ea5;
    font-family: Verdana;
}

.CartridgeSectionTitle {
    font-size: 15px;
    color: Black;
    font-weight: bold;
    margin-left: 25px;
}

.CartridgeListPanel {
    margin-bottom: 25px;
}

.ComboPackListPanel {
    margin-left: 0px;
    margin-bottom: 15px;
}


#brandinfo {
    height: auto;
    display: block;
    margin-top: 10px;
    margin-left: 0px;
}

    #brandinfo .brandprinter {
        width: 161px;
        /*border: 1px solid #DEDEDE;*/
        float: left;
        /*margin-right: 10px;*/
        text-align: center;
    }

    #brandinfo .brandintro {
        /*padding-left: 180px;*/
        font-size: 12px;
    }

.spheading {
    /*height: 25px;
    background: #D0D0D0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;*/
    /*margin-left: 30px;*/
}

    .spheading P.productpage {
        font-size: 14px;
        font-weight: bold;
        margin-left: 10px;
        float: left;
        padding-top: 2px;
    }

    .spheading P {
        font-size: 14px;
        font-weight: bold;
        margin-left: 10px;
        float: left;
        padding-top: 5px;
    }

    .spheading SPAN.price {
        /*width: 350px;*/
        /*background: #B12629;*/
        height: 25px;
        display: block;
        /*margin-left: 10%;*/
        font-size: 18px;
        color: #0713AE;
        padding-left: 10px;
    }

    .spheading SPAN.vat {
        font-size: 10px;
    }

#packcontent {
    /* height: 300px; */
    /*[disabled]background:#FFFFFF;*/
    /*display: block;
    margin-top: 1px;
    margin-left: 0px;*/
}

    #packcontent .packpic {
        /*margin-left: -167px; /*241*/
        float: left;
        border: 1px solid #DEDEDE;
        background: #FFFFFF;
    }

        #packcontent .packpic P {
            text-align: center;
            text-decoration: none;
            color: #000000;
        }

    #packcontent .pppic P {
        text-align: center;
        text-decoration: none;
        color: #000000;
    }

    #packcontent .pppic {
        /*margin-left: -421px;*/
        float: left;
        width: 147px;
        border: 1px solid #DEDEDE;
        height: 160px;
        background: #FFFFFF;
    }

#packdetail {
    width: auto;
    /*height: 162px;*/
    background: #DEDEDE;
    border: 1px solid #000;
    /*margin-left: 150px;*/
}


    #packdetail .cartridgeinfo SPAN {
        margin-left: 10px;
        font-size: 11px;
    }

    #packdetail SPAN.first {
        margin-left: -80px;
    }

.colorqty {
    background: #0713AE;
    padding: 2px 5px;
    color: #FFFFFF;
}

.packdetail LI {
    list-style-image: url(/images/checkbullet.jpg);
    font-size: 12px;
    color: #0713AE;
    font-weight: bold;
}

.packdetail UL A {
    font-size: 11px;
    color: #0713AE;
    font-weight: bold;
    text-decoration: none;
}

#packdetail LI {
    list-style-image: url(/images/checkbullet.jpg);
    margin-left: 30px;
    font-size: 11px;
    color: #0713AE;
    font-weight: bold;
}

#packdetail UL A {
    font-size: 11px;
    color: #0713AE;
    font-weight: bold;
    text-decoration: none;
}

#packdetail SPAN.freecart {
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 360px;
    /*[disabled]padding-top:-480px;*/
}

#packdetail .chooseqty {
    margin-left: 450px;
}

.showall {
    margin-left: 30px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.disabledText {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
}

.enabledText {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

#CheckOutPendingOrder_wrapper {
    margin: 0 auto;
    width: 1000px;
}

.Reorder_OrangeHeader {
    color: #FF9900;
    font-size: 26px;
    font-weight: bold;
}


#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 0px;
    display: none;
    color: #ccc;
}

.inkSearchBtn {
    margin-left: 8px;
    margin-top: 0px;
}

.rightArrow {
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
}

.PrinterImages {
    padding-left: 0px;
}

    .PrinterImages img {
        border: 1px solid #2b83aa;
    }

.or {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 3px;
}

.PrinterDescriptionText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
    padding-bottom: 3px;
    width: 90px;
}

    .PrinterDescriptionText a {
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }

        .PrinterDescriptionText a:hover {
            font-size: 12px;
            color: #333333;
            text-decoration: underline;
        }

.descriptionText a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    .descriptionText a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }




.EmailTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0061B7;
    font-weight: bold;
    line-height: 30px;
}

.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.descriptionText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 15px;
}

.dropDown {
    width: 235px;
    text-align: center;
    margin-left: -3px;
    margin-top: 3px;
}

.testimonial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #009900;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 8px;
}

h1.brand {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #4795CB;
    margin-top: 9px;
    padding-left: 10px;
    margin-bottom: 2px;
}

#brandabout {
    float: left;
    width: 600px;
    background-color: #f3f3f3;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DEDEDE;
    border-left-color: #DEDEDE;
    padding-right: 10px;
    padding-left: 10px;
}

#brandtop {
    background-image: url(/images/boxcornera.jpg);
    background-repeat: no-repeat;
    background-position: top;
    float: left;
    height: 9px;
    width: 622px;
    /*margin-top: 10px;*/
}

#brandbot {
    background-image: url(/images/boxcornerb.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
    width: 622px;
    clear: both;
    height: 9px;
}

.inkTonerSearchDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    width: 205px;
    margin-top: 0px;
    margin-left: 0px;
}

.inkTonerSearchDropDownv2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    width: 205px;
    line-height: 30px;
    height: 30px;
}

.text-right {
    text-align: right;
}

#headingabt {
    background-image: url(/images/epsonbg2.jpg);
    background-repeat: repeat-x;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    color: #05109B;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    margin-top: 9px;
    text-decoration: none;
    width: 100%;
}

#about3 {
    /*width: 370px;*/
    width: 100%;
    /*clear: both;*/
    background-image: url(/images/textBg.jpg);
    background-repeat: repeat-x;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #DEDEDE;
    border-right-color: #DEDEDE;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #F0F0F0;
    float: left;
    margin-bottom: 10px;
}

#about ul {
    width: 260px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    margin-left: 10px;
}

#about li {
    float: left;
    width: 250px;
    list-style-type: none;
    margin: 0px;
    height: 23px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    list-style-position: inside;
}

    #about li a {
        width: 250px;
        margin: 0px;
        height: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #0066cc;
        text-decoration: underline;
        padding-left: 10px;
    }

        #about li a:hover {
            width: 250px;
            margin: 0px;
            height: 20px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            color: #0066cc;
            text-decoration: none;
            padding-left: 10px;
        }

a.searchPrinterCartridgesLink {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-left: 2px;
    text-decoration: none;
}

.side, .or {
    float: left;
    text-align: center;
}

.side {
    padding: 45px 0px;
}

.or {
    position: relative;
    width: 4%;
    padding-top: 30px;
}

.or-line {
    float: left;
    width: 50%;
    border-right: 1px solid #aaa;
    height: 6em;
}

.or-label {
    font-weight: bold;
    height: 1em;
    left: 50%;
    margin-left: -1.25em;
    margin-top: 2em;
    padding: .5em;
    position: absolute;
    text-transform: uppercase;
    width: 1em;
}

.bullet {
    font-size: 14px;
}


.Text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.Or {
    color: #FFFFFF;
    position: relative;
    right: 2px;
    font-size: 12px;
}

.relatedItems {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-image: url(/images/InkDetailsByCartridgeNumber/SmallTab.gif);
    background-repeat: no-repeat;
    height: 22px;
    width: 216px;
    font-weight: bold;
}

.ItemTitle {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 100%;
}

    .ItemTitle a {
        text-decoration: none;
        color: #666666;
    }

        .ItemTitle a:hover {
            text-decoration: underline;
            color: #009900;
        }

.ItemClickinks {
    font-weight: bold;
    color: #000000;
}

.ItemClickinksPrice {
    font-weight: bold;
    color: #009900;
}

.ItemCopy {
    padding-left: 8px;
}

#prodinfo_container {
    margin-left: 0px;
    background-color: #FFFFFF;
    background-repeat: repeat;
    width: auto;
}

.detailtable {
    margin-left: 0px;
    float: left;
    width: 807px;
    padding-top: 0px;
}

.compatibletable {
    margin-left: 0px;
    float: left;
    width: 401px;
    padding-top: 0px;
}

.prodpic {
    margin-top: 1px;
    padding: 0 0 0 5px;
    width: 168px;
    min-height: 190px;
    border: 1px solid #DEDEDE;
    float: left;
}

.proddetail_container {
    vertical-align: top;
    margin-top: 1px;
    padding: 0 0 0 5px;
    padding-top: 10px;
    margin-left: 1px;
    height: auto;
    width: 626px;
    float: left;
    border: 1px solid #DEDEDE;
    background-color: #EAEAEA;
}

.multibuy_tbl {
    vertical-align: top;
    margin-top: 0px;
    margin-left: 20px;
    float: left;
    width: auto;
    height: auto;
    background-color: #0713AE;
    border: 0px solid #FFFFFF;
}

.multibuy_text {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    width: 60px;
    height: 36px;
}

#otherinfo LI {
    list-style-image: url(../images/checkbullet.jpg);
    margin-left: 30px;
    font-size: 11px;
    color: #B0252C;
    font-weight: bold;
}

#otherinfo {
    margin-top: 20px;
}

.fillblank_area_top {
    margin-left: 0;
    margin-top: 0;
    background-color: #EAEAEA;
    height: 10px;
}

.PriceFrom {
    font-size: 18px;
    font-weight: bold;
    color: #AE232A;
}

.InStock {
    font-size: 14px;
    font-weight: bold;
    float: right;
    padding-right: 20px;
}

.QuantityInCart {
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#freedelivery {
    margin-left: 10px;
}

#otherinfo LI {
    list-style-image: url(../images/checkbullet.jpg);
    margin-left: 30px;
    font-size: 11px;
    color: #B0252C;
    font-weight: bold;
}

#tablist {
    padding: 3px 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: bold 12px Verdana;
}

    #tablist li {
        list-style: none;
        display: inline;
        margin: 0;
    }

        #tablist li a {
            padding: 3px 0.5em;
            border-bottom: none;
            background: white;
        }

            #tablist li a:link, #tablist li a:visited {
                color: navy;
            }

            #tablist li a.current {
                color: #333333;
                font-family: Arial, Helvetica, sans-serif;
                background-color: #EFEFEF;
            }

#tabcontentcontainer {
    width: 556px;
    /* Insert Optional Height definition here to give all the content a unified height */
    padding: 5px;
    border: 1px solid #778;
}

.tabcontent {
    display: none;
    height: 100%;
    font-size: 12px;
}

.loyalty {
    font-size: 11px;
    color: #224295;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.priceExVAT {
    font-size: 11px;
    padding-left: 2px;
    color: #222222;
}

.our_price {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*color: #009900;*/
    font-weight: bold;
}

.strikethroughPrice {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: Black; /*#cc0099;*/
    font-weight: bold;
    text-decoration: line-through;
}

.description {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.productgridlist {
    border: 1px solid #FFFFFF;
    /*margin-left: 30px;
    width: 96.5%;*/
    margin-top: 0px;
}

    .productgridlist div.odd, .productgrid div.odd {
        min-height: 120px;
        padding: 10px 0px
    }

    .productgridlist div.heading {
        background-color: gray;
        height: 35px;
    }

    .productgridlist div {
        background-color: #DEDEDE;
    }

    .productgridlist SPAN {
        margin-left: 0;
    }

    .productgridlist P.caption {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 12px;
        padding: 3px !important;
    }

    .productgridlist P {
        color: #000000;
        font-weight: normal;
        font-size: 12px;
        padding: 0;
        text-align: left;
    }

.similar_printer {
    border: 2px solid #FF0000;
    padding: 10px;
    width: 95%;
    margin-bottom: 10px;
}

.error {
    background: url("/images/cs_sprite.png") no-repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    font-weight: 400;
    /*letter-spacing: 0.1em;*/
    margin: 1px 0 0;
    width: 90%;
    font-size: 11px;
    padding-left: 30px;
}

    .error a {
        color: blue;
        text-decoration: underline;
        font-size: 11px;
    }

h2.seoHeader {
    font-size: 16px;
    font-weight: bold;
    color: #3c7500;
    margin: 0px;
    padding: 0px;
}

a.searchPrinterCartridgesLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #666666;
    padding-left: 2px;
    text-decoration: none;
}

    a.searchPrinterCartridgesLink:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        padding-left: 2px;
        text-decoration: underline;
    }

/* Tab Content - menucool.com */

ul.tabs {
    padding: 7px 0;
    font-size: 0;
    margin: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}

    ul.tabs li {
        display: inline;
        margin: 0;
        margin-right: 3px; /*distance between tabs*/
    }

        ul.tabs li a {
            font: normal 12px Verdana;
            text-decoration: none;
            position: relative;
            padding: 7px 16px;
            border: 1px solid #CCC;
            border-bottom-color: #B7B7B7;
            color: #000;
            background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
            border-radius: 3px 3px 0 0;
            outline: none;
        }

            ul.tabs li a:visited {
                color: #000;
            }

            ul.tabs li a:hover {
                border: 1px solid #B7B7B7;
                background: #F0F0F0 url(../images/tabbg.gif) 0 -36px repeat-x;
            }

        ul.tabs li.selected a, ul.tabs li.selected a:hover {
            position: relative;
            top: 0px;
            font-weight: bold;
            background: white;
            border: 1px solid #B7B7B7;
            border-bottom-color: white;
        }


            ul.tabs li.selected a:hover {
                text-decoration: none;
            }


div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 20px;
    background-color: #FFF;
    border-radius: 0 3px 3px 3px;
}

.tabContainer {
    /*The UL*/
    float: left;
    /*padding-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type:none;*/
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

#tabContent {
    /*[disabled]background-color:#333;*/
    /*[disabled]border:1px solid #444;*/
    /*[disabled]margin-top:-15px;*/
    /*[disabled]width:100%;*/
}

#tabContent, .tabContainer LI A, #contentHolder {
    -webkit-box-shadow: 0 0 2px #000000;
    /*-moz-box-shadow: 0 0 2px black
box-shadow: 0 0 2px black*/
}

.tabContainer LI {
    /*This will arrange the LI-s next to each other*/
    display: inline;
    /*margin-left:0px;*/
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .tabContainer LI A, .tabContainer LI A:visited {
        /*Styling the hyperlinks of the tabs as colorful buttons*/
        float: left;
        font-size: 14px;
        /*display:block allows for additinal CSS rules to take effect, such as paddings:*/
        display: block;
        padding: 9px 10px 8px;
        margin: 0px 2px;
        height: 20px;
        /*Giving positioning*/
        position: relative;
        /*CSS3 text-shadow*/
        text-shadow: 1px 1px 1px #FFFFFF;
        text-align: center;
        font-weight: bold;
    }

#main {
    margin: 0 auto;
    position: relative;
    margin-left: 0;
}

UL .left {
    /*The left span in the hyperlink*/
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

UL .right {
    /*The right span in the hyperlink*/
    height: 37px;
    right: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
/*Styling the colors individually:*/
UL A.green {
    color: #24570F;
    background: url(/images/blue_mid.png) repeat-x top center;
}

    UL A.green SPAN.left {
        background: url(/images/blue_left.png) no-repeat left top;
    }

    UL A.green SPAN.right {
        background: url(/images/blue_right.png) no-repeat right top;
    }

UL A.blue {
    background: url(/images/blue_mid.png) repeat-x top center;
    color: #03426E;
}

    UL A.blue SPAN.left {
        background: url(/images/blue_left.png) no-repeat left top;
    }

    UL A.blue SPAN.right {
        background: url(/images/blue_right.png) no-repeat right top;
    }

UL A.orange {
    color: #724104;
    background: url(/images/blue_mid.png) repeat-x top center;
}

    UL A.orange SPAN.left {
        background: url(/images/blue_left.png) no-repeat left top;
    }

    UL A.orange SPAN.right {
        background: url(/images/blue_right.png) no-repeat right top;
    }

UL A.red {
    color: #6F0100;
    background: url(/images/blue_mid.png) repeat-x top center;
}

    UL A.red SPAN.left {
        background: url(/images/blue_left.png) no-repeat left top;
    }

    UL A.red SPAN.right {
        background: url(/images/blue_right.png) no-repeat right top;
    }
/*The hover states:*/
UL A:hover {
    background-position: bottom center;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: none;
}

    UL A:hover SPAN.left {
        background-position: left bottom;
    }

    UL A:hover SPAN.right {
        background-position: right bottom;
    }

.preloader {
    display: block;
    margin: 120px auto;
}

.clear {
    /*Old-school clear fix hack to clear the floats:*/
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*The styles below are only necessary for the styling of the demo page:*/



A:hover {
    text-decoration: underline;
}

P.tutInfo {
    /*The tutorial info on the bottom of the page*/
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background: #121B21;
    border-top: 1px solid #000000;
    width: 100%;
}

H1, H2, P.tutInfo {
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.nav_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #6f6f6f;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
    padding-top: 3px;
}

    .nav_title a {
        color: White;
        text-decoration: none;
    }

        .nav_title a:hover {
            text-decoration: underline;
        }

.receive {
    padding-top: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    padding-left: 10px;
    background-color: #e6e6e6;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #6f6f6f;
    border-left-color: #6f6f6f;
}

.spacer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #e6e6e6;
    height: 3px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #6f6f6f;
    border-left-color: #6f6f6f;
}

.nav_sub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #e6e6e6;
    padding-left: 15px;
    padding-top: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6f6f6f;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #6f6f6f;
    border-left-color: #6f6f6f;
    padding-bottom: 3px;
}

    .nav_sub a {
        color: Black;
        text-decoration: none;
    }

        .nav_sub a:hover {
            text-decoration: underline;
        }

.hacker {
    padding-bottom: 10px;
}

/*.fade
{
    padding-top: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-left: 10px;
    background-color: #FFFFFF;
    background-image: url(/images/verticalnavigation/fade.gif);
    background-repeat: no-repeat;
}*/

#nav {
    width: 202px;
    height: 100%;
    z-index: 2;
}


.Text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}



.text018 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3a97c0;
}

.linkProductName {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}

.text002 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.text004 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}

.text006 {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 0px 0px 0px;
}

.text007 {
    font-size: 12px;
    font-weight: bold;
    color: #fff177;
}

.text011 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #009900;
}

.text012 {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.text013 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.text015 {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.text018 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3a97c0;
}

.text027 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.text028 {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

table#reorders td {
    border: none;
}

.fade.in {
    opacity: 1;
}

/*.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/

.fade {
    /*  opacity: 0;
    -webkit-transition: opacity 0.15s linear;*/
    transition: opacity 0.15s linear;
}
/* The Close Button */
.modal_close {
    position: absolute;
    top: 20%;
    right: 30%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}

    .modal_close:hover,
    .modal_close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.modal-target {
    width: 300px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .modal-target:hover {
        opacity: 0.7;
    }

.modal.in /*.modal-dialog*/ {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* The Modal (background) */
.modal_p {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content_p {
    margin: auto;
    display: block;
    /*width: 40%;*/
    /*top: 20%;*/
    opacity: 1 !important;
    /*max-width: 400px;*/
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    /*-webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;*/
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal.show .modal-dialog {
    transform: none;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 300px;
    }

    .modal-dialog {
        margin: 70px auto !important;
    }

    .modal-dialog-addcart {
        margin: 0 !important;
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    /*.modal-dialog {
        width: 600px;
        margin: 150px auto;
    }*/
}

/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}*/


@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

/*.modal-content {
    position: relative;
    background-image: url(/images/CartPopUp/PopBG.png);
    background-repeat: no-repeat;
    width: 270px;
    height: 220px;
}*/

/*.modal-header {
    padding: 25px 0px;*/
/* border-bottom: 1px solid #e5e5e5; */
/*min-height: 16.42857143px;
    width: 260px;
}

.modal-body {
    position: relative;*/
/* padding: 20px; */
/*text-align: center;
    width: 260px;
    color: #FFF;
}*/
.modal-dialog {
    margin-right: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
}

@charset "utf-8";
/* CSS Document */

.fieldDescription {
    font-size: 11px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.forgotPassword {
    font-size: 11px;
    color: #0099CC;
}

.Grey12pxBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.PageTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #05109B;
    letter-spacing: -.1em;
}

.fieldTitles {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #05109B;
}

.image {
    clear: both;
    float: right;
    border: 3px solid #CCCCCC;
    position: relative;
    top: 0px;
    margin-left: 15px;
}

.description {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}

.Regular10Blue {
    font-size: 10px;
    font-weight: normal;
    color: #3C7500;
}

@charset "utf-8";
/* CSS Document */





table {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

.colorDot {
    padding-right: 5px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0066CC;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.descriptionLinks {
    color: #666666;
    text-decoration: none;
}

    .descriptionLinks:hover {
        color: #666666;
        text-decoration: underline;
    }

.comboLinks:hover {
    color: #000000;
    text-decoration: underline;
}

.comboLinks {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


.dropDown {
    margin-top: 7px;
}

.cartridgeImg {
    /*border: 1px solid #D9D9D9;*/
    margin-left: 5px;
}

.pinkCompatible {
    font-size: 11px;
    font-style: italic;
    font-weight: lighter;
    color: #CA3D96;
}

.EmailTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #3c7500;
    font-weight: bold;
    line-height: 30px;
}

.greyOriginal {
    font-size: 11px;
    color: #666666;
}

.greyLine {
    border: none;
    height: 5px;
    background: #dddddd;
    margin: 20px 0;
}

.blueOriginal {
    font-size: 11px;
    color: #009900;
}

.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.Regular10Blue {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.testimonial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #009900;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 8px;
}

.SuperHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0066CC;
    font-weight: bold;
}

.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.PinkHeader {
    font-size: 12px;
    font-weight: bold;
    color: #009900;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.dottedLine {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ReturnTable td {
    padding: 7px;
}

.ReturnTable select, .ReturnTable input {
    font-size: 12px;
}


/* CSS Document */

.SuperHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0066CC;
    font-weight: bold;
}

.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.PinkHeader {
    font-size: 12px;
    font-weight: bold;
    color: #009900;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.dottedLine {
    padding-top: 5px;
    padding-bottom: 5px;
}

.DropDown {
    margin-top: 5px;
    margin-bottom: 5px;
}

.WhiteHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.WhiteNormal {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
}

.elxclaim {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.email {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0066FF;
}

.moreLink {
    color: #898989;
}




.sortBy {
    color: #0A72BA;
    text-decoration: none;
    padding-left: 15px;
}



.EmailTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0061B7;
    font-weight: bold;
    line-height: 30px;
}

.ResultsHeadBlue {
    font-size: 16px;
    font-weight: bold;
    color: #0A72BA;
    height: 38px;
}

.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.productDescription {
    margin-bottom: 20px;
}

.BottomPageLinks {
    color: #0A72BA;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.bottomPageLinkActive {
    padding-right: 5px;
    padding-left: 5px;
}

.ourPrice {
    font-size: 14px;
    color: #898989;
}

.reviewbutton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0815bd), color-stop(1, #000064) );
    background: -moz-linear-gradient( center top, #0815bd 5%, #000064 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0815bd', endColorstr='#000064');
    background-color: #0815bd;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #000064;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
}

    .reviewbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000064), color-stop(1, #0815bd) );
        background: -moz-linear-gradient( center top, #000064 5%, #0815bd 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000064', endColorstr='#0815bd');
        background-color: #000064;
    }

    .reviewbutton:active {
        position: relative;
        top: 1px;
    }

/*.scarab-itemlist {
    padding: 0px 20px;
    position: relative;
    border: 1px solid #C5D7EF;
}*/

.rec-item {
    display: inline-block;
    width: 120px;
    margin: 5px;
    vertical-align: top;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-align: center;
}

    .rec-item img {
        max-width: 100px;
        max-height: 100px;
        display: block;
        margin: 0px auto;
        border: 0px;
    }

.scarab-prev, .scarab-next {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #C5D7EF;
}

.scarab-prev {
    left: 0px;
}

.scarab-next {
    right: 0px;
}

.scarab-disabled-button {
    cursor: default;
    opacity: 0.4;
}

/*.scarab-itemlist {
    padding: 0px 20px;
    position: relative;
    border: 1px solid #C5D7EF;
}*/

.rec-item {
    display: inline-block;
    width: 120px;
    margin: 5px;
    vertical-align: top;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-align: center;
}

    .rec-item img {
        max-width: 100px;
        max-height: 100px;
        display: block;
        margin: 0px auto;
        border: 0px;
    }

.scarab-prev, .scarab-next {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #C5D7EF;
}

.scarab-prev {
    left: 0px;
}

.scarab-next {
    right: 0px;
}

.scarab-disabled-button {
    cursor: default;
    opacity: 0.4;
}

#dhtmltooltip {
    position: absolute;
    /*opacity:0.85; temp turn off*/
    width: 150px;
    border: 1px solid #999999;
    padding: 2px;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

span.icon {
    background: url('/images/999_inks_arrows.png') no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 5px;
}


.ddl {
    height: 30px;
    width: auto;
    border: 0
}

.txtBox {
    height: 30px;
}


#FBoverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 160%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 2000;
    display: none;
    filter: alpha(opacity=70);
}

#FBpopup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 560px;
    height: 360px;*/
    margin-left: -300px;
    margin-top: -200px;
    z-index: 2000;
}

.FBimage {
    cursor: pointer;
}

.close {
    width: 960px;
    height: 100%;
    top: 100px;
    left: 50%;
    z-index: 2000;
}


.NameHighlights {
    position: relative;
    font-size: 13px;
    color: #025277;
    font-family: Arial, Helvetica, sans-serif;
}

    .NameHighlights div {
        display: none;
        color: #000;
    }

.NameHighlightsHover {
    position: relative;
    font-size: 13px;
    color: #025277;
    font-family: Arial, Helvetica, sans-serif;
}

    .NameHighlightsHover div {
        display: block;
        position: absolute;
        width: 450px;
        top: 1.3em;
        *top: 20px;
        /*left: -70px;*/
        z-index: 1000;
        background-color: #feffed;
        border: 2px solid #FCDD7F;
        color: #000;
        padding: 30px 20px;
        border-radius: 4px;
        font-weight: normal;
        font-size: 11px;
    }

.product_img {
    /*min-height: 170px;*/
    width:120px
}


#navbar-main {
    font-family: Arial;
    background-color: #C91822;
    color: #fff;
}

.btnLightBlue {
    background: #c51720;
    font-size: 14px;
    text-align: center;
    padding: 9.5px 23px;
    color: #fff;
    display: inline-block
}

.btnWhiteBlue {
    background: #dbf5ff;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}

.btnBlueSearch {
    background: #00a7e5;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.btnRed {
    background: #009de0;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    width: 185px;
}

.btnWhite {
    background: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #009de0;
    width: 185px;
    border: 1px solid #009de0;
}


.btnYellow {
    background: #fecc02;
    font-size: 14px;
    text-align: center;
    padding: 9.5px 0;
    color: #000;
    width: 100%;
    display: inline-block
}

.btnBlack {
    background: #000;
    background-image: linear-gradient(to bottom, #000, #000);
    font-family: Arial;
    color: #ffffff !important;
    font-size: 16px;
    /*padding: 8px 16px 8px 16px;*/
    text-decoration: none;
}

#footer .emailsubscribe {
    background-color: #C91822;
}

#footer .emailsubscribeinner {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#footer .footermenu {
    background-color: #dbf5ff;
}

    #footer .footermenu #footermenuinner {
        width: 1000px;
        margin: 0 auto;
    }


.btn {
    background: #214493;
    background-image: linear-gradient(to bottom, #214493, #23356D);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 16px;
    /*padding: 8px 16px 8px 16px;*/
    text-decoration: none;
}

    .btn:hover {
        background: #23356D;
        background-image: linear-gradient(to bottom, #23356D, #214493);
        text-decoration: none;
        color: #ffffff;
    }


.greenBtn {
    background: #247837;
    background-image: -webkit-linear-gradient(top, #247837, #228B37);
    background-image: -moz-linear-gradient(top, #247837, #228B37);
    background-image: -ms-linear-gradient(top, #247837, #228B37);
    background-image: -o-linear-gradient(top, #247837, #228B37);
    background-image: linear-gradient(to bottom, #247837, #228B37);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    /*display: block*/
}

    .greenBtn:hover {
        background: #228B37;
        background-image: -webkit-linear-gradient(top, #228B37, #247837);
        background-image: -moz-linear-gradient(top, #228B37, #247837);
        background-image: -ms-linear-gradient(top, #228B37, #247837);
        background-image: -o-linear-gradient(top, #228B37, #247837);
        background-image: linear-gradient(to bottom, #228B37, #247837);
        text-decoration: none;
        color: #ffffff;
    }

.yellowbtn {
    background: #fed302;
    background-image: -webkit-linear-gradient(top, #fed302, #fff00);
    background-image: -moz-linear-gradient(top, #fed302, #fff00);
    background-image: -ms-linear-gradient(top, #fed302, #fff00);
    background-image: -o-linear-gradient(top, #fed302, #fff00);
    background-image: linear-gradient(to bottom, #fed302, #fff00);
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block
}

    .yellowbtn:hover {
        background: #fff00;
        background-image: -webkit-linear-gradient(top, #fff00, #fed302);
        background-image: -moz-linear-gradient(top, #fff00, #fed302);
        background-image: -ms-linear-gradient(top, #fff00, #fed302);
        background-image: -o-linear-gradient(top, #fff00, #fed302);
        background-image: linear-gradient(to bottom, #fff00, #fed302);
        text-decoration: none;
    }


.pnlSearchAndBanner0 {
    /*padding-top: 3px;
    padding-left: 14px;*/
    width: 800px;
    height: 174px
}

.pnlFirstTimeCustomer0 {
    background-image: url('/images/Banners/999_hp_1st_banner.jpg');
    width: 800px;
    height: 174px;
}

.printerBrandButtonGrid {
    padding: 10px;
    min-height: 40px;
}

.productDisplayHorizontalUserControl {
    border-bottom: 1px solid #FFF;
    background-color: #EAEAEA;
}


/*filter search*/
.navbar-filter {
    padding-top: 0;
    padding-bottom: 0;
    /*border: 1px solid #ddd;
    background-color: #f8f8f8;*/
}

    .navbar-filter .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-filter .navbar-toggler {
        width: 100%;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }

        .navbar-filter .navbar-toggler i {
            float: right;
        }

    .navbar-filter ul {
        margin-left: 0px;
    }

    .navbar-filter .nav-item {
        border-right: 1px solid #ddd;
    }


    .navbar-filter li:last-child {
        border-right: none;
    }

    .navbar-filter .nav-link {
        padding: 0.2rem 0rem;
        color: #000000;
        font-size: 12px;
    }

    .navbar-filter .dropdown-item {
        font-size: 12px;
    }

    .navbar-filter .count {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        display: inline-block;
        padding-top: 3px;
    }

@media (min-width: 992px) {
    .navbar-filter .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

        /*.navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }*/

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}


/**==============================================================================================*/

.nopadding {
    padding: 0px !important;
}

.padding10 {
    padding: 10px;
}

.padding10Top {
    padding: 10px 0px;
}

.margin10Top {
    margin-top: 10px;
}

input[type="image"] {
    border: 0px
}

.radiusBorder5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #DDD;
}

#myModal {
    float: none;
}

.fleft {
    float: left;
    width: 100%;
}

#ctl00_headerUk_txtSearchbox_m {
    height: 28px;
    width: 100%;
}

div[id*="printerCompatibilityTableCell"] {
    width: 100%;
    float: left;
}

.borderRightFFF {
    border-right: 1px solid #FFF;
}

.checkoutPage .bgPnl, .createNewCustomer .bgPnl, .inputCustomerAddressesControl .bgPnl {
    float: left;
    width: 97%;
}
/*.fleft > div { float:inherit; width:inherit; }*/
.navBulletsWrapper {
    display: none;
}

.padding10rl {
    padding: 0 10px;
}

.padding10tb {
    padding: 10px 0;
}

.padding5tb {
    padding: 5px 0;
}

.padding100rl {
    padding: 0 100px;
}

.bannerText {
    padding: 25px 50px 25px 300px
}

.show-read-more .more-text {
    display: none;
}

.read-more {
    color: #0196E3;
    text-decoration: underline;
}

.productDetailsImage {
    max-width: 300px
}

.productDetailsCantainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.categoryparent .categorybox {
    padding-right: 20px !important;
}

.categorybox2 {
    padding-right: 20px !important;
}
/*.categoryparent .categorybox:nth-last-child(4n) {
    padding-right: 0 !important;
}*/



/*.modal {
    text-align: center;
}*/
/*.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/
/*IsMobileSite*/
@media (max-width: 980px) {
    .content-place-holder {
        width: 100% !important;
    }

    .loginPanel {
        margin: 0 auto;
        width: 100%;
    }

    #footer .emailsubscribeinner {
        width: 100% !important;
    }

    #footer .footermenu #footermenuinner {
        width: 100% !important;
    }

    footer_bot {
        font-size: 10px;
        width: 100% !important;
        padding: 40px 0;
    }

    #search {
        width: 100% !important;
    }

    /*.categoryparent .categorybox:nth-last-child(2n) {
        padding-right: 0 !important;
    }*/

    .categoryparent .categorybox:nth-child(2n),
    .categoryparent .categorybox:last-child {
        padding-right: 0 !important;
    }

    .categorybox2 {
        padding-right: 0 !important;
    }

    #search-bar-bg {
        padding: 5px;
        background: #fff !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: auto !important;
    }

    .search-bar-btn {
        padding: 0 0 0 5px !important;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }

    #tabProductDetails img {
        width: 100% !important;
    }

    .resp-nopadding {
        padding: 0;
    }

    .resp-text-left {
        text-align: left !important;
    }

    .resp-padding10l {
        padding: 0 0 0 10px !important;
    }

    .resp-padding15tb {
        padding: 15px 0 !important;
    }

    .resp-padding15 {
        padding: 15px !important;
    }

    .resp-margintop {
        margin-top: 0 !important;
    }

    .resp-width {
        width: 100%;
    }

    .resp-calign {
        text-align: center !important;
    }

    .resp-aheight {
        height: auto !important;
    }

    .resp-80width {
        width: 80%;
    }

    .resp-tpadding {
        padding-top: 0 !important;
    }

    .resp-padding5trbl {
        padding: 5px !important;
    }

    .btn {
        text-align: center;
        display: block;
    }

    .padding100rl {
        padding: 0 10px;
    }

    .bannerText {
        padding: 75px 25px 10px 25px;
    }

    .side {
        padding: 10px 0px;
    }

    .grayBoxTitle {
        margin: 5px
    }

    .mobileIcon {
        width: 50px;
        text-align: center;
    }

        .mobileIcon img {
            width: 25px;
            height: 25px;
        }

    #main_wrapper {
        width: auto !important;
        padding: 0px !important;
    }

    /*.msitehide {
        display: none !important;
    }

    .msiteshow {
        display: block;*/ /*width: 90vw;*/
    /*}*/



    .width100percent {
        width: 100% !important
    }

    .mRadiusBorder10 {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 1px solid #DDD;
    }

    .mRadiusBorder5 {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #DDD;
    }

    #left_content, #sliderFrame, #slider img {
        width: 100% !important;
    }

    #main_wrapper, #bg_bot, .bgImageNone {
        width: 100% !important;
        background-image: none !important;
    }

    #top_wrapper, #footer, .pnlSearchAndBanner0,
    #box_container, #company_heading, #companyBox, #company_iner, #company_text,
    .grayHeading, #breadcrumbs, .headingworDivider, .compatibletable, #headingabt, #main_wrapper0, .main_wrapper0,
    .w95 {
        width: 100% !important;
        background-image: none !important;
        padding: 0 !important;
    }

    #breadcrumbs {
        height: 100% !important;
    }
    /*#slider { background-size:contain !important; width: 100% !important;  }*/
    /*#ctl00_pnlSearchAndBanner { display:none !important; } temporary hided*/
    #buton4 a, #logobrand {
        width: 159px !important;
    }

    #company_heading {
        background-color: #EEE;
    }

    #companyBox {
        margin-left: 0px !important;
    }

    #headingabt {
        padding: 0px !important;
    }
    /*.modal-dialog { margin: 150px 50px; }*/
    .borderRightFFF {
        border: 0px !important;
    }

    .viewShoppingCart {
        width: 100% !important;
        padding: 0px !important;
    }

    .bgPnl .text013, #pnlPayByCreditCardControls .text013, .about .text013 {
        text-align: left !important;
    }

    .rightCol {
        padding: 0px !important;
    }

    .checkoutPage .col-sm-11, .checkoutPage .col-xs-11 {
        width: 97% !important;
    }

    .invoiceUserControlNoPack .col-sm-7, .invoiceUserControlNoPack .col-xs-7 {
        width: 61.7% !important;
    }

    .invoiceUserControlNoItem .col-sm-8, .invoiceUserControlNoPack .col-xs-8 {
        width: 70% !important;
    }

    .invoiceUserControlNoPack .col0, .invoiceUserControlNoPack .col2, .invoiceUserControlNoPack .col3 {
        border: 0px !important;
    }

    .invoiceUserControlNoPack .col3, .invoiceUserControlNoPack .col2 {
        float: right !important;
    }

    .invoiceUserControlNoItem .col0, .invoiceUserControlNoItem .col2 {
        border: 0px !important;
    }

    .productDetailUkDisplayUserControl {
        background-image: none !important;
    }

        .productDetailUkDisplayUserControl h1 {
            color: #000 !important;
        }

    #logobrand.first {
        margin-right: 10px !important;
    }

    .default2h1 {
        padding: 15px 0 !important;
    }

    .default2RptInkBrand {
        margin: 0px !important;
    }

    .headingworDivider {
        background-repeat: repeat !important;
        height: 100% !important;
    }

    #FBpopup {
        left: 80% !Important;
    }

    #dhtmltooltip {
        width: 90% !important;
        left: 10px !important;
    }

    object, embed {
        width: 100% !important;
        height: 100% !important;
    }

    .invoiceUserControlSubTotal .col-lg-6, .invoiceUserControlSubTotal .col-md-6 {
        width: 48% !Important;
    }

    .pnlSearchAndBanner0 {
        padding-left: 0px !important;
        height: auto !important;
    }

    .pnlFirstTimeCustomer0 {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #ctl00_pnlEmailBox {
        background-color: #b40001;
        padding: 10px;
    }

    .pnlBeforeEmailBox {
        padding-left: 0px !important;
        padding-top: 80px !important;
        height: unset !important;
    }

    #ctl00_txtEmail {
        width: 200px !important;
    }

    .override-right {
        text-align: right !important;
    }


    .productDetailsImage {
        max-width: 100%
    }

    .productDetailsCantainer {
        flex-direction: column
    }

        .productDetailsCantainer .boxOne {
            border-top: 10px solid #fff;
            order: 2;
        }

        .productDetailsCantainer .boxTwo {
            order: 1
        }
}

/*!IsMobileSite*/
@media (min-width: 981px) {
    #divwrapper {
        width: 980px;
    }

    .categoryparent .categorybox:nth-child(4n),
    /*.categoryparent .categorybox:nth-child(4n - 1),*/
    .categoryparent .categorybox:last-child {
        padding-right: 0 !important;
    }

    .categorybox img {
        max-width: 230px;
    }

    .navbar-topmenu.navbar-collapse.collapse {
        /*display: block !important;*/
        width: 1000px;
        margin: auto;
        padding-right: 5px;
        padding-left: 5px;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggle {
        display: none !important;
    }

    .navbar-topmenu .navbar-nav > li {
        /*border-right: 2px solid #fff;*/
        /*height: 40px;*/
        padding-right: 30px;
    }

        .navbar-topmenu .navbar-nav > li > a {
            /*padding-top: 8px;
            padding-bottom: 8px;*/
        }

        .navbar-topmenu .navbar-nav > li:hover {
            background-color: #f1f7f9 !important;
        }

            .navbar-topmenu .navbar-nav > li:hover > a {
                color: #000 !important;
                /*transition-delay: 1s;*/
            }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        /*color: #ffffff;*/
    }

    .navbar-topmenu .dropdown-menu {
        padding: 20px 10px;
        background-color: #f1f7f9;
        color: #000;
        /*padding-right: 20px;*/
        /*height: 20px;*/
        margin-top: 0;
        width: 60px;
        top: 100%;
        border: 0px solid #f1f7f9
    }

        /*.navbar-topmenu .dropdown-menu.ink-cartridges {
            left: 0px;
        }

        .navbar-topmenu .dropdown-menu.toner-cartridges {
            left: -143px;
        }

        .navbar-topmenu .dropdown-menu.label-tape {
            left: -300px;
        }

        .navbar-topmenu .dropdown-menu.brands {
            left: -422px;
        }

        .navbar-topmenu .dropdown-menu.printers {
            left: -568px;
        }

        .navbar-topmenu .dropdown-menu.stationery {
            left: -674px;
        }

        .navbar-topmenu .dropdown-menu > .pointer {
            top: -15px;
        }*/

        .navbar-topmenu .dropdown-menu > li {
            /*float: left;*/
            /*width: 16.6%;*/
            padding-top: 5px;
            padding-bottom: 5px;
            text-align: left;
            /*border-right: solid 1px #fff*/;
        }

            .navbar-topmenu .dropdown-menu > li:last-child {
                border-right: none;
            }
            /* .navbar-*/


            .navbar-topmenu .dropdown-menu > li > a:hover {
                background-color: transparent;
                color: #c51720 !important;
            }

            .navbar-topmenu .dropdown-menu > li > a > span {
                display: none;
            }

    .ink-cartridges > .all {
        width: 100%;
    }

        .ink-cartridges > .all > a {
            padding-right: 72px;
            text-align: right;
        }


    .toner-cartridges > .all {
        width: 100%;
    }

        .toner-cartridges > .all > a {
            padding-right: 72px;
            text-align: right;
        }

    .stationery > .all {
        width: 100%;
    }

        .stationery > .all > a {
            padding-right: 72px;
            text-align: right;
        }

    .navbar-topmenu .dropdown .dropdown-menu {
        display: inherit;
        visibility: hidden;
        opacity: 0;
        /*  -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;*/
    }

    .navbar-topmenu .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        /*   -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;*/
        /*transition-delay: 0.2s;*/
    }

    .navbar-topmenu .dropdown-toggle {
        margin-bottom: 2px;
    }

    .navbar-topmenu .navbar .dropdown-toggle {
        margin-bottom: 0 !important;
    }

    /* .msitehide {
        display: block;
    }

    .msiteshow {
        display: none;
    }*/

    #packcontent .col-lg-3, #packcontent .col-md-3 {
        width: 22% !important;
    }

    #packcontent .col-lg-9, #packcontent .col-md-9 {
        width: 78%;
    }

    .productgridlist div.col-lg-3, .productgridlist div.col-md-3 {
        width: 24.5% !important;
    }

    .checkoutPage .col-lg-9, .checkoutPage .col-md-9 {
        width: 78% !important;
    }

    .checkoutPage .col-lg-3, .checkoutPage .col-md-3 {
        width: 20% !important;
    }

    .inputCustomerAddressesControl .col-lg-5, .inputCustomerAddressesControl .col-md-5,
    .companyInfo .col-lg-5, .companyInfo .col-md-5 {
        width: 48% !important;
        padding: 0px 0px 0px 5px;
    }

    .checkoutPage .paymentMethod .col-lg-8, .checkoutPage .paymentMethod .col-md-8 {
        width: 70% !important;
    }

    .checkoutPage .paymentMethod .col-lg-4, .checkoutPage .paymentMethod .col-md-4 {
        width: 27.25% !important;
    }

    .checkoutPage .paymentMethod div[id*="pnlPaymentOptions"] .col-lg-3, .checkoutPage .paymentMethod div[id*="pnlPaymentOptions"] .col-md-3 {
        width: 25% !important;
        padding: 5px;
    }

    .checkoutPage .paymentMethod div[id*="pnlPaymentOptions"] .col-lg-8, .checkoutPage .paymentMethod div[id*="pnlPaymentOptions"] .col-md-8 {
        width: 70% !important;
        padding: 5px;
    }

    .paymentMethod {
        float: left;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }

    .checkoutPage .bgPnl .col-lg-3, .checkoutPage .bgPnl .col-md-3 {
        width: 25% !important;
    }

    #ctl00_main_content.col-lg-9, #ctl00_main_content.col-md-9 {
        width: 73% !important;
        padding: 0px !important;
    }

    #masterRight.col-lg-9, #masterRight.col-md-9 {
        width: 79% !important;
    }
}


@media print {
    #divwrapper {
        width: 100%;
    }

    /*  .msitehide {
        display: block;
    }

    .msiteshow {
        display: none;
    }*/

    .invoiceUserControlNoPack .col0 {
        width: 10% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0 !important;
        border-left: 1px solid #cccccc !important;
    }

    .invoiceUserControlNoPack .col1 {
        width: 10% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0 !important;
    }

    .invoiceUserControlNoPack .col2 {
        width: 12.5% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0 !important;
    }

    .invoiceUserControlNoPack .col3 {
        float: left !important;
        width: 40% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0 !important;
    }

    .invoiceUserControlNoPack .col4 {
        width: 10% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0 !important;
    }

    .invoiceUserControlNoPack .col5 {
        width: 10% !important;
        border-bottom: 1px solid #cccccc !important;
        border-right: 0px !important;
    }

    .invoiceUserControlNoPack .rpt .col0 {
        border: 0 !important;
    }

    .invoiceUserControlNoPack .rpt .col1 {
        border: 0 !important;
    }

    .invoiceUserControlNoPack .rpt .col2 {
        border: 0 !important;
    }

    .invoiceUserControlNoPack .rpt .col3 {
        float: left !important;
        border: 0 !important;
    }

    .invoiceUserControlNoPack .rpt .col4 {
        border: 0 !important;
        text-align: left !important;
    }

    .invoiceUserControlNoPack .rpt .col5 {
        border: 0 !important;
        text-align: left !important;
    }

    .invoiceUserControlNoItem .col0 {
        width: 20% !important;
        border-bottom: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
        border-left: 1px solid #cccccc !important;
    }

    .invoiceUserControlNoItem .col1 {
        width: 20% !important;
        border-bottom: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
        border-right: 0px !important;
    }

    .invoiceUserControlNoItem .col2 {
        width: 25% !important;
        border-bottom: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
    }

    .invoiceUserControlNoItem .col3 {
        width: 30% !important;
        border-bottom: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
    }

    .invoiceUserControlNoItem .rpt .col0 {
        border: 0 !important;
    }

    .invoiceUserControlNoItem .rpt .col1 {
        border: 0 !important;
    }

    .invoiceUserControlNoItem .rpt .col2 {
        border: 0 !important;
    }

    .invoiceUserControlNoItem .rpt .col3 {
        border: 0 !important;
    }

    .invoiceUserControlSubTotal, .invoiceUserControlOrderno {
        width: 40% !important;
        text-align: right !important;
        float: right !important;
    }

        .invoiceUserControlSubTotal .col-lg-6, .invoiceUserControlSubTotal .col-md-6 {
            width: 45% !Important;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mobileIcon {
        width: 50px;
        text-align: center;
    }

        .mobileIcon img {
            width: 30px;
            height: 30px;
        }
}

/*@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}*/


.menu_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 101;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav-open-popup {
    visibility: visible !important;
    opacity: .6 !important;
    background-color: #000;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    transition-delay: 0.2s;
}

.dropdown, .dropup {
    position: relative
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}
/* Menu */
.navbar.navbar-default {
    z-index: 102 !important;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border: none;
    color: #00537d;
    font-size: 13px;
}

.navbar-topmenu .nav-item {
    padding: 4.5px 15px;
}
/*.nav > li > a {
    padding: 15px 5px;
}*/
.nav > li > a {
    padding: 5px 5px;
}

.navbar-default {
    min-height: 40px;
    background-color: #EFF0F4;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        /*font-weight: bold;*/
    }

.navbar-topmenu .dropdown-menu > .menu-title {
    color: #ff8300;
    font-weight: bold;
    font-size: 15px;
    padding-left: 30px;
}

.navbar-topmenu .dropdown-menu > li > a {
    /*font-weight: bold;*/
    color: #000;
    white-space: normal;
}

    .navbar-topmenu .dropdown-menu > li > a:hover {
        color: #000;
    }

/*.dropdown-menu > hr {
    margin-top: 15px;
    margin-bottom: 15px;
}*/

.navbar-topmenu .dropdown-menu .all {
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
}

.navbar-default .navbar-toggle {
    /*background-color: #ffffff;*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #00537d;
    background-color: #eff0f3;
}

.navbar-nav {
    margin: -2px -1px;
}
/*menu start*/
.lg_top_header {
    width: 100%;
}

.lg_header {
    width: 100%;
    /*border-bottom: 1px solid #DDD;*/
    /*float: left;*/
}

.lg_phone {
    line-height: 25px;
    padding: 0 5px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.lg_freequote {
    line-height: 25px;
    padding: 0 5px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline
}

.lg_menu_wrapper {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .lg_menu_wrapper a {
        display: block;
        font-weight: bold;
        margin: 2px;
        padding: 7px 6px;
        text-transform: uppercase;
        color: #000;
    }

        .lg_menu_wrapper a span {
            color: #000;
            font-size: 18px;
            padding-left: 2px;
            display: inline-block;
        }

.lg_roundedCorner {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    background: url(/images/mobilemenu_icon.jpg) no-repeat;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: none;
}

.menu-hidden {
    display: none;
}

/*menu end*/

.cart_paypal {
    padding: 10px 10px 8px;
    background: #f1b944;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.breadcrumbs .items {
    list-style: none none;
    padding-left: 0px;
}

    .breadcrumbs .items > li {
        display: inline-block;
        vertical-align: top;
    }

.coupon-header {
    background-color: #219fe2;
    text-align: center;
    margin-right: 20px;
}

    .coupon-header .coupon-description {
        font-family: Arial, Tahoma, Geneva, sans-serif;
        font-size: 16px;
        color: #ffffff;
        padding-left: 3px;
        letter-spacing: 0px;
        line-height: 30px;
    }

    .coupon-header .content-place-holder {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.paddingt40 {
    padding: 40px 20px;
}

.paddingt23r10 {
    padding: 23px 0px
}

.fpadding {
    padding: 40px 0;
}

.paymentimg {
    max-width: 450px
}

.menutitle {
    color: #005177 !important;
}

.link {
    color: #277594 !important;
}

object {
    pointer-events: none;
}

.popularBrand {
    order: 1;
}

.trustpilot {
    order: 2
}

.defaultContainer {
}

.fixed-width-column-search {
    width: 225px;
}

.fixed-width-column-banner {
    width: 775px;
}


.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 45px;
        height: 31px;
        padding: 0 5px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #efefef;
        border-radius: 0;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            padding: 5px 13px;
            height: 31px;
            color:#000;
            background-color: #dbf5ff;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #eeeeee;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.nav > li > a {
    position: relative;
    display: block;
    /*padding: 10px 15px;*/
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-form {
    border-color: #e7e7e7;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}*/

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

/*.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}*/

/*.collapse {
    display: none;
}*/
/*.validator {
    display: inline;
    font-size: 12px;
    color: red;
    float: right;
}*/

.customerAddressPanel {
    min-height: 466px
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


/*IsMobileSite*/
@media (max-width: 980px) {
    .defaultContainer {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }
    .customerAddressPanel {
        min-height: auto
    }
    #printercatridge-finder-inner #finders {
        padding: 20px !important;
    }

    .popularBrand {
        order: 2;
    }

    .trustpilot {
        order: 1
    }

    .nav > li > a {
        display: block;
    }

    .coupon-header {
        margin-right: 0px;
    }

    .paddingt40 {
        padding: 10px;
    }

    .paddingt23r10 {
        padding: 10px 10px
    }

    .paddingl10 {
        padding-left: 10px !important;
    }

    .paddingr10 {
        padding-right: 10px !important;
    }

    .fpadding {
        padding: 0 30px;
    }

    .f2padding {
        padding-top: 30px;
    }

    .socialpadding {
        padding: 30px !important;
    }

    .socialpadding2 {
        padding: 0 30px !important;
    }

    .menutitle {
        padding: 30px 0;
    }

    .paymentimg {
        max-width: 100%
    }

    #footer_bot {
        width: 100% !important;
    }

    .respPadding10 {
        padding: 10px !important
    }

    .respPaddingLR10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .respPadding20 {
        padding: 20px !important;
    }

    .respPaddingTB20 {
        padding: 20px 0 !important;
    }

    .respMarginLR10 {
        margin: 0 10px !important;
    }


    .respCenter {
        text-align: center
    }

    .respSubsribe {
        padding: 25px 10px 15px 0 !important;
    }



    .printerContainer {
        padding: 10px !important;
    }

    .printerTitle {
        font-weight: bold;
        font-size: 13px;
    }

    .printerGuaranteed {
        font-size: 12px;
        font-weight: bold;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}


@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

/*IsMobileSite*/
@media (max-width: 980px) {
    .msitehide {
        display: none !important;
    }

    .msiteshow {
        display: block !important;
        /*width: 90vw;
		*/
    }


    .fixed-width-column-banner {
        width: 100% !important;
    }

    .modal {
        height: auto;
    }
}
/*!IsMobileSite*/
@media (min-width: 981px) {
    .msitehide {
        display: block;
    }

    .msiteshow {
        display: none;
    }
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths,
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths,
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths,
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths,
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths,
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-sm-two5ths {
        width: 40%;
        float: left;
    }

    .col-sm-three5ths {
        width: 60%;
        float: left;
    }

    .col-sm-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .col-md-two5ths {
        width: 40%;
        float: left;
    }

    .col-md-three5ths {
        width: 60%;
        float: left;
    }

    .col-md-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .col-lg-two5ths {
        width: 40%;
        float: left;
    }

    .col-lg-three5ths {
        width: 60%;
        float: left;
    }

    .col-lg-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        width: 20%;
        float: left;
    }

    .col-xl-two5ths {
        width: 40%;
        float: left;
    }

    .col-xl-three5ths {
        width: 60%;
        float: left;
    }

    .col-xl-four5ths {
        width: 80%;
        float: left;
    }
}

.promo {
    background: #fff;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    max-width: 800px;
    width: 100%;
}

h1 {
    margin: 0;
    font-size: 26px;
    font-style: italic;
    /*text-align: center;*/
}

.subtle {
    text-align: center;
    font-size: 15px;
    color: #444;
    margin-top: 6px;
}

.promo-line {
    text-align: center;
    color: #d71f1f;
    font-weight: bold;
    font-size: 19px;
    margin: 12px 0 20px;
}

.middle-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.features {
    flex: 1 1 55%;
}

.check-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.check-icon {
    background: #2ca74c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.check-text {
    font-size: 15px;
    color: #222;
}

.call-box {
    flex: 0 0 280px;
    border: 3px dashed #3a6bb3;
    background: #f0f7ff;
    text-align: center;
    padding: 18px;
    border-radius: 4px;
}

    .call-box h2 {
        font-size: 18px;
        margin: 0 0 8px;
    }

.phone-large {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.small-note {
    font-size: 13px;
    color: #555;
    margin-top: 8px;
}

.link-form {
    color: #3a6bb3;
    text-decoration: underline;
}

.guarantee {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 12px;
    font-size: 13px;
    color: #333;
    text-align: center;
}

@media (max-width: 700px) {
    .middle-row {
        flex-direction: column;
        align-items: center;
    }

    .call-box {
        width: 100%;
    }
}
