@charset "UTF-8";
/* Global CSS -- */

/* General -- */

img
{
    border: 0;
}

.divWholeSection
{
    margin: 0 auto;
    color: #666;
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

p.notification
{
    color: #F00;
}

a.standard:link, a.standard:visited
{
    color: #71BF44;
    text-decoration: none;
}

a.standard:hover
{
    color: #71BF44;
    text-decoration: underline;
}

span.reg
{
    font-size: 9px;
    vertical-align: top;
}

.about-image
{
    float: right;
    position: relative;
    padding: 0 0 30px 30px;
}

.blue
{
    color: #00A7E9;
}

    .blue span
    {
        color: #000;
    }

.green
{
    color: #71BF44;
}

.hr
{
    border-top: 1px dotted #e2e2e3;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 15px 0;
}

h3.subtitle
{
    color: #000;
}


/* Header -- */
/*
#header { width:960px; z-index:300; }
#logo { float:left; margin:0 0 0 24px; }
#checkout { font-size:14px; float:right; width:500px; text-align:right; margin:0 0 30px 0; }
#checkout span { color:#ad9b67; }
#checkout a.btn-checkout:link, #checkout a.btn-checkout:visited, #checkout a.btn-checkout:hover { background:url(../images/btn-checkout.gif) no-repeat; width:86px; height:18px; text-indent:-5000px; }
#checkout .div { color:#999; font-size:11px; vertical-align:text-top; padding:0 5px; }
#tel { background:url(../images/purchasing.jpg) no-repeat; width:309px; height:80px; float:right; clear:right; } 
#bg-promo { margin:20px 0 0 0; clear:both; height:255px;  }
#bg-promo.one { background:url(../images/headers/header.jpg) no-repeat center top; }
#bg-promo.two { background:url(../images/header2.jpg) no-repeat center top; }
#bg-promo.three { background:url(../images/header2.jpg) no-repeat center top; }

#grad { background:url(../images/bg-grad.png); width:960px; height:50px; position:absolute; top:380px; z-index:20; }
#push { position:absolute; top:0; margin-left:830px; top:170px; }

.clear { clear:both; }
*/

/* Search -- */
/*
#search { background:url(../images/bg-search.png); height:26px; width:261px; float:right; margin:127px 24px 10px 0; position:relative; z-index:600; } 
#search form { padding:3px 0; position:relative; }
#search form .input { color:#666666; margin:0 5px; border:0; width:180px; font-size:14px; padding-left:5px; }
#search form .go { position:absolute; top:5px; }
#search form .btn-help { position:absolute; top:5px; right:0; display:block; width:26px; height:18px; }
div#results { padding:10px 0px 10px 15px; background:#fff; position:absolute; z-index:500; display:none; -moz-box-shadow: 0 0 3px #ccc; -webkit-box-shadow: 0 0 5px #888; box-shadow: 0 0 5px #888; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div#results div.result { padding:3px 0px; margin:3px 0px 3px; cursor:pointer; }
div#results div.result:hover { color:#00A7E9; }
div#results div.result h2 { font-size:19px; margin:0px 0px 5px; padding:0px; color:#1111CC; font-weight:normal; }
div#results div.result h2 a { text-decoration:none; border-bottom:1px solid #1111cc; }
div#results div.result p { margin:0; padding:0; }
span.highlight { background:#FCFFA3; padding:3px; font-weight:bold; }
*/

/* Menu -- */
/*
#menu { background:url(../images/bg-menu.png) no-repeat center top; clear:both; width:912px; padding:0 24px; }
#menu ul { margin:0; padding:0; list-style:none; width:912px; z-index:100; }
#menu ul li { display: inline; float:left; position:relative; }
#menu ul li a:link, #menu ul li a:visited { display:block; color:#8EB8F1; font-size:15px; text-decoration:none; text-transform:uppercase; font-weight:300; font-size:15px; line-height:42px; padding:0 11px 60px 11px; }
#menu ul li a:hover { color:#ffcb08; }
#menu ul li a.selected { color:#8EB8F1; background:#00A7E9; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#menu ul li.current { background-color:#FFF; color:#00a7e9; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#menu ul li.current a { color:#00A7E9; }
#menu ul li.current:hover a.selected { color:#fff; }
#menu ul li.login.over { background-color:#71bf44; color:#fff; }
#menu ul li.login.over a { color:#fff; }
*/
/* Dropmenu -- */
* html #menu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

* html #menu
{ /* Holly Hack for IE \*/
    height: 1%;
}

    #menu ul li ul#subcatmenu
    {
        background: #00a7e9;
        padding: 5px;
        position: absolute;
        left: 0;
        display: none;
        visibility: hidden;
        width: 600px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        z-index: 100;
    }

        #menu ul li ul#subcatmenu li
        {
            float: left;
            margin: 0;
            padding: 1px 10px;
            height: auto;
            width: 180px;
            line-height: 25px;
        }

            #menu ul li ul#subcatmenu li a
            {
                color: #fff;
                font-size: 13px;
                padding: 0;
                margin: 0;
                border-top-width: 0;
                text-transform: capitalize;
                line-height: 23px;
            }

            #menu ul li ul#subcatmenu li:last-child a
            {
                border-bottom: 0;
            }

            #menu ul li ul#subcatmenu li a:hover, #menu ul li ul li a.selected
            {
                background: none;
                color: #ffcb08;
            }


/* Submenu -- */
.categorytitle {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: block;
    text-align: left;
    margin-top: 3rem;
}

#ulCategories {
    list-style: none;
    cursor: pointer;
}

.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sub-menu li img
    {
        display: none;
    }

    .sub-menu li:hover img, .sub-menu li.current img
    {
        position: absolute;
        left: 257px;
        top: 0;
        z-index: 92;
        display: block;
    }

    .sub-menu.categories li.current, .sub-menu.categories > li:hover
    {
        background: url(../images/bg-submenu-li.gif) no-repeat;
    }

        .sub-menu.categories li.current > a:link, .sub-menu.categories li.current > a:visited, .sub-menu.categories li.current > a:hover
        {
            color: #fff;
        }

    .sub-menu.categories > li
    {
        padding: 0 15px;
        line-height: 26px;
        height: 26px;
        background: url(../images/ico-arrow-b.gif) 3px no-repeat;
        position: relative;
        text-align: left;
    }

    .sub-menu.categories li .toplevel-a:link, .sub-menu.categories li .toplevel-a:visited
    {
        color: #666666;
        text-decoration: none;
        font-size: 14px;
    }

    .sub-menu.categories li:hover .toplevel-a
    {
        color: #fff;
    }

    .sub-menu.admin
    {
        background: url(../images/hr-sml.gif) bottom center no-repeat;
        padding: 0 0 25px 0;
    }

        .sub-menu.admin li.current
        {
            background: url(../images/bg-submenu-li-g.gif) no-repeat;
        }

            .sub-menu.admin li.current > a:link, .sub-menu.admin li.current > a:visited, .sub-menu.admin li.current > a:hover
            {
                color: #fff;
            }

        .sub-menu.admin li
        {
            padding: 0 15px;
            line-height: 26px;
            height: 26px;
            background: url(../images/ico-arrow.gif) 3px no-repeat;
            position: relative;
        }

            .sub-menu.admin li a:link, .sub-menu.admin li a:visited
            {
                color: #666666;
                text-decoration: none;
                font-size: 14px;
            }

            .sub-menu.admin li a:hover
            {
                color: #71bf44;
            }


    /* Left Menu */
    .sub-menu div.listHolder
    {
        background: #fff;
        left: -9999px;
        position: absolute;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
        -webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
        box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9, Chrome 10+ */
        z-index: 60;
        overflow: hidden;
        border-top: 1px #eaeaea solid;
        border-left: 1px #eaeaea solid;
        border-right: 1px #eaeaea solid;
    }

    .sub-menu div.col1
    {
        width: 150px;
    }

    .sub-menu div.col2
    {
        width: 480px;
    }

    .sub-menu div.col3
    {
        width: 600px;
    }

    .sub-menu div.listCol
    {
        float: left;
        padding: 15px 0 0 20px;
        width: 200px;
        min-height: 182px;
    }

        .sub-menu div.listCol ul
        {
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }

            .sub-menu div.listCol ul li
            {
                background: url("../images/ico-arrow-b.gif") no-repeat scroll 2px 5px transparent;
                padding: 2px 15px;
                margin: 0 0 5px 0;
            }

                .sub-menu div.listCol ul li a
                {
                    color: #666;
                    display: block;
                    font-size: 12px;
                    line-height: 16px;
                    text-decoration: none;
                }

    .sub-menu div.listHolder div.bottomLine
    {
        clear: both;
    }

        .sub-menu div.listHolder div.bottomLine p
        {
            color: #FFFFFF;
            font-size: 12px;
            line-height: 20px;
            margin: 0;
            padding: 3px 20px;
        }

            .sub-menu div.listHolder div.bottomLine p a
            {
                color: #88FFFF;
            }

    .sub-menu li.toplevel:hover > a
    {
        color: #fff;
    }

    .sub-menu li.sub a:hover
    {
        border-right: 0 none;
    }

    .sub-menu li.sub:hover > a
    {
        border-right: 0 none;
    }

    .sub-menu *:hover div.listHolder
    {
        left: 295px;
        top: -1px;
    }

    .sub-menu div.listCol ul li a:hover
    {
        color: #00A7E9;
        text-decoration: none;
    }

    .sub-menu div.listHolder div.bottomLine
    {
        background: #00A7E9;
        clear: both;
        float: left;
        width: 100%;
        margin-top: 5px;
    }

        .sub-menu div.listHolder div.bottomLine p a:hover
        {
            color: #FFF;
            text-decoration: none;
        }

#pad
{
    background: none repeat scroll 0 0 #000000;
    height: 246px;
    width: 150px;
}


/* Breadcrumbs -- */
#breadcrumbs
{
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    width: 912px;
    clear: both;
}

    #breadcrumbs ul
    {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        #breadcrumbs ul li
        {
            float: left;
            margin: 0 10px 0 0;
        }

            #breadcrumbs ul li.yah
            {
                color: #4B4B4B;
                font-weight: bold;
            }

            #breadcrumbs ul li a:link, #breadcrumbs ul li a:visited
            {
                color: #333;
                text-decoration: underline;
            }

            #breadcrumbs ul li a:hover
            {
                text-decoration: blink;
            }

            #breadcrumbs ul li a.current
            {
                color: #00a7e9;
            }

/* Content -- */
#merac-shop-content
{
    padding: 0 24px;
    width: 912px;
    position: relative;
    clear: both;
}
/*#merac-shop-content #leader { margin:0 0 24px 0; }
#merac-shop-content #leader h2 { background:url(../images/title-leader.gif); width:230px; height:35px; text-indent:-5000px; margin:0 0 18px 0; }
#merac-shop-content #leader h3 { color:#00a7e9; font-size:22px; font-weight:400; margin:0 0 15px 0; line-height:normal; }
#merac-shop-content #leader img.leader { position:absolute; top:-20px; left:405px; width:586px; height:272px; z-index:20; }
#merac-shop-content #leader .btn-green-large { background:url(../images/btn-viewprods-lrg.png); width:281px; height:33px; text-indent:-5000px; display:inline-block; margin:10px 10px 0 0; outline:none; }
#merac-shop-content #leader .btn-blue-large { background:url(../images/btn-buynow-lrg.png); width:107px; height:33px; text-indent:-5000px; display:inline-block; margin:10px 0 0 0; outline:none; }
#merac-shop-content #leader .btn-blue-large-more { background:url(../images/btn-more-lrg.gif); width:107px; height:33px; text-indent:-5000px; display:inline-block; margin:10px 0 0 0; outline:none; }*/

#leader
{
    margin: 0 0 24px 0;
    height: 220px;
    position: relative;
    z-index: 30;
    top: -52px;
}

    #leader #emailalerts
    {
        background: url(../images/bg-email-signup.png) no-repeat;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        width: 182px;
        height: 210px;
        padding: 70px 20px 0 30px;
        float: right;
    }

        #leader #emailalerts form
        {
            margin: 13px 0 0 0;
        }

            #leader #emailalerts form label
            {
                color: #fff;
                font-weight: 400;
                font-size: 12px;
            }

            #leader #emailalerts form input.field
            {
                color: #666666;
                border: 0;
                font-size: 12px;
                background: transparent;
                padding-left: 5px;
                margin-bottom: 17px;
            }

                #leader #emailalerts form input.field:focus
                {
                    color: #333;
                }

            #leader #emailalerts form input.btn-go
            {
                background: url(../images/btn-go.png) no-repeat;
                float: right;
                text-indent: -5000px;
                height: 23px;
                width: 46px;
                border: 0;
                cursor: pointer;
            }

                #leader #emailalerts form input.btn-go:hover
                {
                    background: url(../images/btn-go.png) no-repeat 0 -23px;
                    text-indent: -5000px;
                    height: 23px;
                    width: 46px;
                }

    #leader #promoimage
    {
        width: 680px;
        height: 280px;
        float: left;
    }

/* Checkbox */
.custom-checkbox, .custom-radio
{
    position: relative;
    float: left;
}

    .custom-checkbox input, .custom-radio input
    {
        position: absolute;
        left: 2px;
        top: 3px;
        margin: 0;
        z-index: 0;
    }

    .custom-checkbox label, .custom-radio label
    {
        display: block;
        position: relative;
        z-index: 1;
        font-size: 1.3em;
        padding-right: 1em;
        line-height: 1;
        padding: .5em 0 .5em 25px;
        margin: 0 0 .3em;
        cursor: pointer;
    }

    .custom-checkbox label
    {
        background: url(../images/radiobutton.png) no-repeat;
    }

    .custom-radio label
    {
        background: url(../images/radiobutton.png) no-repeat;
    }

    .custom-checkbox label, .custom-radio label
    {
        background-position: -14px -18px;
    }

        .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus
        {
            background-position: -14px -118px;
        }

        .custom-checkbox label.checked, .custom-radio label.checked
        {
            background-position: -14px -218px;
        }

        .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus
        {
            background-position: -14px -318px;
        }

        .custom-checkbox label.focus, .custom-radio label.focus
        {
            outline: 1px dotted #ccc;
        }


#merac-shop-content #merac-left-col
{
    float: left;
    /*width: 295px;*/
    margin: 0 0 16px 0;
}

#merac-shop-content #merac-right-col
{
    float: right;
    width: 592px;
    padding: 0 0 0 24px;
    margin: 0 0 16px 0;
    border-left: 1px dotted #e2e2e3;
}

    #merac-shop-content #merac-right-col h2
    {
        font-weight: 400;
        color: #00a7e9;
    }

#merac-shop-content #downloads
{
    background: url(../images/hr.gif) top center no-repeat;
    padding: 24px 0;
    clear: both;
}

    #merac-shop-content #downloads h2
    {
        width: 369px;
        height: 27px;
        background: url(../images/title-downloadbrochure.gif) no-repeat;
        text-indent: -5000px;
        margin: 0 0 24px 0;
    }

    #merac-shop-content #downloads ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 912px;
        overflow: hidden;
    }

        #merac-shop-content #downloads ul li
        {
            float: left;
            width: 272px;
            text-align: center;
            margin: 0 48px 0 0;
        }

            #merac-shop-content #downloads ul li.last-child
            {
                margin: 0;
            }

            #merac-shop-content #downloads ul li a.btn-catalogue
            {
                background: url(../images/btn-catalogue.gif) no-repeat;
                width: 272px;
                height: 100px;
                display: block;
                text-indent: -5000px;
            }

            #merac-shop-content #downloads ul li a.btn-pricelist
            {
                background: url(../images/btn-pricelist.gif) no-repeat;
                width: 272px;
                height: 100px;
                display: block;
                text-indent: -5000px;
            }

            #merac-shop-content #downloads ul li a.btn-specialoffers
            {
                background: url(../images/btn-specialoffers.gif) no-repeat;
                width: 272px;
                height: 100px;
                display: block;
                text-indent: -5000px;
            }

#merac-shop-content #specials
{
    padding: 24px 0 16px 0;
    background: url(../images/hr.gif) top center no-repeat;
    position: relative;
    width: 912px;
}

    #merac-shop-content #specials h2
    {
        width: 220px;
        height: 27px;
        background: url(../images/title-specialoffers.gif) no-repeat;
        text-indent: -5000px;
        margin: 0 0 24px 0;
    }

    #merac-shop-content #specials #btn-arrow-rht
    {
        width: 26px;
        height: 18px;
        position: absolute;
        top: 150px;
        left: 899px;
        outline: none;
    }

    #merac-shop-content #specials #btn-arrow-lft
    {
        width: 26px;
        height: 18px;
        position: absolute;
        top: 150px;
        left: -13px;
        outline: none;
    }

.viewall-specials
{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #00a7e9;
    font-size: 14px;
}
/*
.products-scroll-wrap #btn-arrow-rht { width:26px; height:18px; position:absolute; top:80px; left:578px; outline:none; }
.products-scroll-wrap #btn-arrow-lft { width:26px; height:18px; position:absolute; top:80px; left:-13px; outline:none; }*/



/* Products -- */

.products-scroll-wrap.home
{
    width: 592px;
    height: 195px;
    overflow: hidden;
    position: relative;
}

.products-scroll-wrap.product
{
    overflow: hidden;
    width: 592px;
    height: 195px;
    position: relative;
}

#products-scroll.home
{
    width: 912px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#products-scroll.product
{
    width: 592px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#products-scroll.home li
{
    background: url(../images/bg-product.gif) no-repeat top center;
    width: 232px;
    margin: 0 48px 0 0;
    padding: 20px;
    height: 155px;
    position: relative;
    text-align: right;
}

#products-scroll.product li
{
    background: url(../images/bg-product.gif) no-repeat top center;
    width: 232px;
    margin: 0 48px 0 0;
    padding: 20px;
    height: 155px;
    position: relative;
    text-align: right;
}

#products-scroll li img, #products.list li img
{
    float: left;
    margin: 0 10px 0 0;
}

#products-scroll li h3
{
    clear: both;
}

#products-scroll li h3, #products.list li h3
{
    font-size: 13px;
    line-height: normal;
    margin: 0 0 5px 0;
}

#products-scroll li em, #products.list li em
{
    font-size: 11px;
    color: #666;
}

#products-scroll li .discount, #products.list li .discount
{
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #71bf44;
}

#products-scroll li .discountedprice, #products.list li .discountedprice
{
    font-size: 20px;
    color: #00a7e9;
    padding: 0 0 0 5px;
    font-weight: bold;
}

#products-scroll li .price, #products.list li .price
{
    font-size: 20px;
    color: #ed1b2f;
    text-decoration: line-through;
}

#products-scroll li .btn-buy, #products.list li .btn-buy {
    /*background: url(../images/btn-prod-green.gif) no-repeat scroll right top transparent;*/
    color: #fff;
    float: right;
    font-size: 12px !important;
    /*height: 26px;*/
    margin: 5px 0 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 42px;
    right: 20px;
    background-color: #d95e16;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #d95e16;
    border-image: initial;
    border-radius: 0.3125rem;
}

    #products.list li .btn-buy:hover {
        background-color: #00c4ff;
        border-color: #00c4ff;
    }

    #products-scroll li .btn-buy span, #products.list li .btn-buy span {
        /*background: url(../images/btn-prod-green.gif) no-repeat scroll 0 0 transparent;*/
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
        font-size: 12px !important;
    }

#products-scroll li .btn-more, #products.list li .btn-more {
    /*background: url(../images/btn-prod-blue.gif) no-repeat scroll right top transparent;*/
    color: #fff;
    float: right;
    font-size: 12px !important;
    /*height: 26px;*/
    margin: 5px 6px 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 42px;
    right: 130px;
    background-color: #003f2c;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #003f2c;
    border-image: initial;
    border-radius: 0.3125rem;
}
    #products-scroll li .btn-more:hover, #products.list li .btn-more:hover {
        background-color: #00c4ff;
        border-color: #00c4ff;
    }

    #products-scroll li .btn-more span, #products.list li .btn-more span {
        /*background: url(../images/btn-prod-blue.gif) no-repeat scroll 0 0 transparent;*/
        /*background-color: #d95e16;*/
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
        font-size: 12px !important;
    }
        #products-scroll li .btn-more span:hover, #products.list li .btn-more span:hover {
            /*background-color: #00c4ff;*/
            border-color: #00c4ff;
        }

#products-scroll li .btn-sn, #products.list li .btn-sn {
    /*background: url(../images/btn-os.gif) no-repeat scroll right top transparent;*/
    background-color: #71bf44;
    color: #fff;
    float: right;
    font-size: 12px;
    /*height: 26px;*/
    margin: 5px 6px 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 42px;
    right: 15px;
}

    #products-scroll li .btn-sn span, #products.list li .btn-sn span {
        /*background: url(../images/btn-os.gif) no-repeat scroll 0 0 transparent;*/
        background-color: #71bf44;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
    }

#products-scroll li .btn-help, #products.list li .btn-help
{
    margin: 6px 6px 0 0;
    float: right;
    width: 27px;
    position: absolute;
    bottom: 42px;
    right: 186px;
    display: none;
}

#products li .code
{
    display: none;
}

#product #btn-arrow-rht
{
    width: 26px;
    height: 18px;
    position: absolute;
    bottom: 123px;
    left: 605px;
    outline: none;
}

#product #btn-arrow-lft
{
    width: 26px;
    height: 18px;
    position: absolute;
    bottom: 123px;
    left: 13px;
    outline: none;
}

#productdivcontainer h1
{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

#productdivcontainer h2
{
    font-size: 14px;
    font-weight: 400;
}

#sub-button
{
    margin: -10px 0 24px 0;
}

#products.list
{
    width: 592px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    #products.list li
    {
        background: url(../images/bg-product.gif) no-repeat top center;
        width: 232px;
        margin: 0 48px 20px 0;
        padding: 20px;
        height: 190px;
        position: relative;
        float: left;
        text-align: right;
    }

        #products.list li.nomarg
        {
            margin: 0 0 20px 0;
        }

a.btn-wh
{
    background: url(../images/btn-white.png) no-repeat scroll right top transparent;
    color: #00a7e9;
    display: block;
    float: left;
    font-size: 14px;
    height: 26px;
    margin: 15px 6px 0 0;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

    a.btn-wh span
    {
        background: url(../images/btn-white.png) no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 15px;
    }

    a.btn-wh:hover
    {
        color: #71bf44;
    }

a.btn-gr
{
    background: url(../images/btn-green.gif) no-repeat scroll right top transparent;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 26px;
    margin: 15px 6px 0 0;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

    a.btn-gr span
    {
        background: url(../images/btn-green.gif) no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 15px;
    }

    a.btn-gr:hover
    {
        color: #fff;
    }

#product-wrap
{
    background: url(../images/hr-rht.gif) bottom center no-repeat;
    padding: 0 0 30px 0;
    overflow: hidden;
    width: 592px;
    margin: 0 0 20px 0;
}

    #product-wrap img
    {
        float: left;
    }

    #product-wrap h2
    {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

#price-wrap
{
    float: right;
    width: 350px;
    text-align: right;
}

    #price-wrap h3
    {
        padding-top: 1rem;  
        font-size: 15px;
        line-height: normal;
        margin: 0 0 5px 0;
    }

    #price-wrap em
    {
        font-size: 13px;
        color: #666;
    }

    #price-wrap .discount
    {
        font-size: 15px;
        display: block;
        font-weight: bold;
        color: #71bf44;
    }

    #price-wrap .discountedprice
    {
        font-size: 20px;
        color: #00a7e9;
        padding: 0 0 0 5px;
        font-weight: bold;
    }

    #price-wrap .price
    {
        font-size: 20px;
        color: #ed1b2f;
        text-decoration: line-through;
    }

    #price-wrap .btn-buy {
        /*background: url(../images/btn-prod-greenxx.gif) no-repeat scroll right top transparent;
        background-color: #08F;*/
        color: #fff;
        float: right;
        font-size: 12px;
        /*height: 26px;*/
        margin: 5px 0 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px !important;
        background-color: #71bf44;
        border-width: 0.0625rem;
        border-style: solid;
        border-color: #71bf44;
        border-image: initial;
        border-radius: 0.3125rem;
    }

        #price-wrap .btn-buy span {
            /*background: url(../images/btn-prod-greenxx.gif) no-repeat scroll 0 0 transparent;*/
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
            font-size: 12px !important;
            background-color: #71bf44;
            border-width: 0.0625rem;
            border-style: solid;
            border-color: #71bf44;
            border-image: initial;
            border-radius: 0.3125rem;
        }

    #price-wrap .btn-sn
    {
        background: url(../images/btn-os.gif) no-repeat scroll right top transparent;
        color: #fff;
        float: right;
        font-size: 12px;
        height: 26px;
        margin: 5px 0 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
    }

        #price-wrap .btn-sn span
        {
            background: url(../images/btn-os.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
        }

    #price-wrap .btn-more
    {
        background: url(../images/btn-prod-blue.gif) no-repeat scroll right top transparent;
        color: #fff;
        float: right;
        font-size: 12px !important;
        height: 26px;
        margin: 5px 6px 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
    }

        #price-wrap .btn-more span
        {
            background: url(../images/btn-prod-blue.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
            font-size: 12px !important;
        }

    #price-wrap .btn-help
    {
        margin: 6px 6px 0 0;
        float: right;
        width: 27px;
        display: none;
    }

    #price-wrap .qty
    {
        background: url(../images/bg-qty.gif) no-repeat;
        width: 55px;
        float: right;
        margin: 5px 6px 0 0;
    }

        #price-wrap .qty input
        {
            background: none;
            border: 0;
            display: block;
            height: 26px;
            width: 55px;
            text-align: center;
            font-size: 13px;
            color: #666;
        }

#promo
{
    background: url(../images/bg-product-leader.gif) no-repeat;
    padding: 20px;
    margin: 0 0 20px 0;
    height: 155px;
    position: relative;
    text-align: right;
}

    #promo h3
    {
        font-size: 16px;
        line-height: normal;
        margin: 0;
        width: 200px;
        clear: both;
        padding: 0 0 0 352px;
    }

    #promo .code
    {
        color: #666;
    }

    #promo img.promo-image
    {
        position: absolute;
        top: -17px;
        left: 0;
    }

    #promo .discount
    {
        font-size: 17px;
        font-weight: bold;
        display: block;
    }

    #promo .discountedprice
    {
        font-size: 20px;
        color: #00a7e9;
        padding: 0 0 0 5px;
        font-weight: bold;
    }

    #promo .price
    {
        font-size: 20px;
        color: #ed1b2f;
        text-decoration: line-through;
    }

    #promo .btn-buy
    {
        background: url(../images/btn-prod-green.gif) no-repeat scroll right top transparent;
        color: #fff;
        float: right;
        font-size: 12px !important;
        height: 26px;
        margin: 5px 0 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        position: absolute;
        bottom: 42px;
        right: 20px;
    }

        #promo .btn-buy span
        {
            background: url(../images/btn-prod-green.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
            font-size: 12px !important;
        }

    #promo .btn-more
    {
        background: url(../images/btn-prod-blue.gif) no-repeat scroll right top transparent;
        color: #fff;
        float: right;
        font-size: 12px !important;
        height: 26px;
        margin: 5px 6px 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        position: absolute;
        bottom: 42px;
        right: 130px;
    }

        #promo .btn-more span
        {
            background: url(../images/btn-prod-blue.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
            font-size: 12px !important;
        }

    #promo .btn-help
    {
        margin: 6px 6px 0 0;
        width: 27px;
        position: absolute;
        bottom: 42px;
        right: 186px;
        height: 26px;
        display: none;
    }

    #promo .btn-sn
    {
        background: url(../images/btn-os.gif) no-repeat scroll right top transparent;
        color: #fff;
        float: right;
        font-size: 12px;
        height: 26px;
        margin: 5px 6px 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        position: absolute;
        bottom: 42px;
        right: 15px;
    }

        #promo .btn-sn span
        {
            background: url(../images/btn-os.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
        }

#bottom-row
{
    clear: both;
    float: left;
    margin: 30px 0 0;
    padding: 0;
    width: 592px;
}

#productdivcontainer
{
    background: #fcf4e1;
    width: 572px;
    margin-bottom: 1em;
    padding: 15px;
    clear: both
}

.divProdImage
{
    float: left;
}

/* Pagination -- */

.pagination.top
{
    width: 365px;
    overflow: hidden;
    float: right;
    clear: right;
}

.pagination.bottom
{
    width: 592px;
    overflow: hidden;
}

.pagination.top .totalprods
{
    float: right;
    margin: 0 0 10px 0;
}

.pagination.bottom .totalprods
{
    float: left;
}

.totalprods span
{
    font-weight: 600;
    color: #00a7e9;
}

.cur-page
{
    color: #49793A;
    float: left;
}

.page-num
{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    clear: right;
}

    .page-num li
    {
        background: url(../images/bg-pagenum.gif) no-repeat;
        float: right;
        margin: 0 0 0 3px;
        padding: 0;
        width: 18px;
        width: 26px;
        line-height: 18px;
        text-align: center;
    }

        .page-num li:hover
        {
            background: url(../images/bg-pagenum-over.gif) no-repeat;
            color: #FFF;
        }

        .page-num li a:link,
        .page-num li a:visited
        {
            color: #FFF;
            text-decoration: none;
            display: block;
        }

        .page-num li a:hover
        {
            color: #FFFFFF;
        }

        .page-num li.current
        {
            background: url(../images/bg-pagenum-out.gif) no-repeat;
            color: #FFF;
        }

            .page-num li.current a
            {
                color: #999999;
            }

        .page-num li.next
        {
            background: url(../images/btn-arrow-rht.png) no-repeat;
            text-indent: -5000px;
        }

        .page-num li.prev
        {
            background: url(../images/btn-arrow-lft.png) no-repeat;
            text-indent: -5000px;
        }

/* Footer -- */
#sub-footer
{
    background: url(../images/bg-footer.gif) no-repeat top center;
    height: 276px;
    padding: 20px 0 0 0;
    clear: both;
}

    #sub-footer .container
    {
        width: 272px;
        float: left;
        color: #fff;
        padding: 4px 24px;
    }

        #sub-footer .container.pointer
        {
            background: url(../images/icons/icon-pointer.gif) 243px 8px no-repeat;
        }

        #sub-footer .container.info
        {
            background: url(../images/icons/icon-info.gif) 243px 8px no-repeat;
        }

        #sub-footer .container.peeps
        {
            background: url(../images/icons/icon-people.gif) 243px 8px no-repeat;
        }

        #sub-footer .container h3
        {
            color: #00a7e9;
            font-size: 26px;
            font-weight: 400;
            margin: 0;
            line-height: normal;
        }

        #sub-footer .container h4
        {
            color: #999999;
            font-weight: 400;
            margin: 0 0 36px 0;
        }

#footer
{
    text-align: center;
    color: #999999;
}

    #footer a:link, #footer a:visited
    {
        color: #00a7e9;
        text-decoration: none;
    }

    #footer a:hover
    {
        text-decoration: underline;
    }

    #footer.basket
    {
        background: url(../images/bg-footer-basket.gif) top no-repeat;
        clear: both;
        padding: 70px 0 0 0;
        margin: 24px 0 0 0;
    }

#footermenu
{
    padding: 0 0 15px 0;
}

    #footermenu a
    {
        margin: 0 7px;
    }

/* Titles -- */

.title
{
    overflow: hidden;
    background: url(../images/hr.gif) no-repeat bottom center;
    padding: 0 0 37px 0;
    margin: 0 0 16px 0;
    clear: both;
}

    .title h1
    {
        float: left;
        margin: 10px 0 0 0;
    }

        .title h1.home
        {
            background: url(../images/title-home.gif);
            width: 914px;
            height: 31px;
        }

        .title h1 span
        {
            text-indent: -5000px;
            display: block;
        }

.backtocat
{
    float: right;
    color: #666;
    text-decoration: none;
    margin: 30px 0 0 0;
}

.subtitle
{
    margin-top: 0;
}

    .subtitle span
    {
        color: #71bf44;
    }

/* Accordion Styles -- */

#accordion
{
}

    #accordion dt
    {
        background: url(../images/ico-dd.gif) right center no-repeat;
        font-size: 16px;
        line-height: 39px;
        padding: 0 10px;
        cursor: pointer;
        border-bottom: 1px solid #f2f2f2 !important;
    }

        #accordion dt:hover
        {
            color: #71bf44;
            background: url(../images/ico-dd-over.gif) right center no-repeat;
        }

    #accordion dd
    {
        margin: 0;
        padding: 0;
    }

        #accordion dd div
        {
            margin: 0 0 20px 0;
            padding: 10px;
        }


/* Tabs Styles -- */

.shadetabs
{
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .shadetabs li
    {
        float: left;
        margin: 0;
    }

        .shadetabs li a
        {
            margin: 0 1px 0 0;
            top: 1px;
            display: block;
            text-decoration: none;
            z-index: 1;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #666;
            font-size: 14px;
            outline: none;
        }

            .shadetabs li a span
            {
                padding: 0 15px;
            }

            .shadetabs li a:visited
            {
                color: #2d2b2b;
            }

            .shadetabs li a:hover
            {
                text-decoration: none;
                color: #71bf44;
            }

            .shadetabs li a.selected
            {
                background: url(../images/bg-tab.gif) no-repeat scroll right top transparent;
                color: #666;
                float: left;
                height: 30px;
                text-decoration: none;
                padding-right: 15px;
            }

                .shadetabs li a.selected span
                {
                    background: url(../images/bg-tab.gif) no-repeat scroll 0 0 transparent;
                    display: block;
                    line-height: 18px;
                    padding: 6px 0 6px 15px;
                }

                .shadetabs li a.selected:hover
                {
                    text-decoration: none;
                }


/* Checkout Styles -- */

#checkout-stages
{
    background: url(../images/bg-checkout-stages.gif);
    clear: both;
    float: left;
    list-style: none;
    width: 912px;
    overflow: hidden;
    height: 62px;
    padding: 0;
    margin: 30px 0 0 0;
}

    #checkout-stages li
    {
        float: left;
        padding: 0;
        margin: 0 50px 0 0;
        line-height: 62px;
        width: 176px;
        font-size: 16px;
        padding: 0;
        position: relative;
    }

        #checkout-stages li.stageone
        {
        }

            #checkout-stages li.stageone.selected
            {
                background: url(../images/bg-checkout-stages-over.gif) left top;
                color: #fff;
            }

        #checkout-stages li.stagetwo
        {
        }

            #checkout-stages li.stagetwo.selected
            {
                background: url(../images/bg-checkout-stages-over.gif) center top;
                color: #fff;
            }

        #checkout-stages li.stagethree
        {
        }

            #checkout-stages li.stagethree.selected
            {
                background: url(../images/bg-checkout-stages-over.gif) center top;
                color: #fff;
            }

        #checkout-stages li.stagefour
        {
        }

            #checkout-stages li.stagefour.selected
            {
                background: url(../images/bg-checkout-complete.gif) right top;
                color: #fff;
                margin: 0;
                width: 234px;
            }

                #checkout-stages li.stageone.selected span, #checkout-stages li.stagetwo.selected span, #checkout-stages li.stagethree.selected span, #checkout-stages li.stagefour.selected span
                {
                    width: 10px;
                    padding: 0 20px;
                    line-height: 20px;
                    vertical-align: middle;
                    margin: 0 20px 0 0;
                    border-right: 1px solid #fff;
                    font-size: 20px;
                }

        #checkout-stages li.stageone span
        {
            padding: 0 20px 0 24px;
        }

        #checkout-stages li.stagetwo span, #checkout-stages li.stagethree span, #checkout-stages li.stagefour span
        {
            width: 10px;
            padding: 0 20px 0 0;
            line-height: 20px;
            vertical-align: middle;
            margin: 0 20px 0 0;
            border-right: 1px solid #666;
            font-size: 20px;
        }

        #checkout-stages li.stageone.selected img, #checkout-stages li.stagetwo.selected img, #checkout-stages li.stagethree.selected img, #checkout-stages li.stagefour.selected img
        {
            right: -28px;
            top: 0;
            position: absolute;
        }


/* Login Styles -- */

#small_signup
{
    display: inline;
    float: none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px;
}

#signin p
{
    padding: 0;
}

#signin_menu
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    display: none;
    background-color: #71bf44;
    position: absolute;
    width: 210px;
    z-index: 1000;
    border: 1px transparent;
    text-align: left;
    padding: 12px;
    top: 42px;
    right: 0;
    margin-top: 5px;
    margin-right: 0px;
    *margin-right: -1px;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

    #signin_menu input[type=text],
    #signin_menu input[type=password]
    {
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #7dc852;
        font-size: 13px;
        margin: 0 0 5px;
        padding: 5px;
        width: 203px;
    }

    #signin_menu p
    {
        margin: 0;
    }

    #signin_menu a
    {
        color: #6AC;
    }

    #signin_menu label
    {
        font-weight: normal;
    }

    #signin_menu p.remember
    {
        padding: 10px 0;
    }

    #signin_menu p.forgot,
    #signin_menu p.complete
    {
        clear: both;
        margin: 5px 0;
    }

    #signin_menu p a
    {
        color: #3e6b25 !important;
        text-transform: lowercase;
    }

#signin_submit
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border: 1px solid #71bf44;
    color: #71bf44;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

    #signin_submit::-moz-focus-inner
    {
        padding: 0;
        border: 0;
    }

    #signin_submit:hover,
    #signin_submit:focus
    {
        background-position: 0 -5px;
        cursor: pointer;
    }


/* Form Styles -- */

#form-style
{
    margin: 0 auto;
    width: 592px;
    padding: 14px 0 0 0;
}

    #form-style fieldset, .loginForm fieldset
    {
        border: 0;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #e2e2e3;
        padding: 10px 0;
    }

        #form-style fieldset legend, .loginForm fieldset legend
        {
            color: #71bf44;
            font-size: 16px;
            padding: 0;
        }

    #form-style h1
    {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #form-style p
    {
        font-size: 11px;
        color: #666666;
        margin-bottom: 10px;
        border-bottom: solid 1px #b7ddf2;
        padding-bottom: 10px;
    }

    #form-style label
    {
        display: block;
        width: 180px;
        float: left;
    }

    #form-style .small
    {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 140px;
        float: left;
    }

    #form-style .button
    {
        clear: both;
        width: 59px;
        margin-left: 190px;
        height: 26px;
        background: url(../images/btn-send.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    #form-style .login
    {
        clear: both;
        width: 56px;
        margin-left: 190px;
        height: 26px;
        background: url(../images/btn-login.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    #form-style .update
    {
        clear: both;
        width: 74px;
        margin-left: 190px;
        height: 26px;
        background: url(../images/btn-update.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    #form-style .request
    {
        clear: both;
        width: 85px;
        margin-left: 190px;
        height: 26px;
        background: url(../images/btn-request.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    #form-style input.txt, #form-style textarea, #form-style select
    {
        float: left;
        background: #FCFCFC;
        border-color: #ccc #efefef #efefef #ccc;
        border-style: solid;
        border-width: 1px;
        font: 14px/14px Arial,Helvetica,sans-serif;
        color: #666;
        width: 300px;
        margin: 2px 0 12px 10px;
        padding: 3px;
        border-radius: 2px;
    }

        #form-style input.txt:focus, #form-style textarea:focus, #form-style select:focus
        {
            box-shadow: 0 0 2px 1px rgba(41, 171, 226, 0.4);
            border-color: #29abe2 #efefef #efefef #29abe2;
        }

    #form-style.disable input.txt, #form-style.disable textarea, #form-style.disable select
    {
        float: left;
        background: #FCFCFC;
        border: 0;
        font: 14px/14px Arial,Helvetica,sans-serif;
        color: #666;
        width: 300px;
        margin: 2px 0 12px 10px;
        padding: 3px;
    }

    #form-style textarea
    {
        height: 70px;
    }

    #form-style small
    {
        clear: left;
        display: block;
        margin: 0 0 0 190px;
    }

        #form-style small a:link, #form-style small a:visited, #form-style small a:hover
        {
            color: #71bf44;
        }

.asterix
{
    color: #ed1b2f;
}

#form-style .asterix
{
    float: right;
}

#form-style .nobdr
{
    border-bottom: 0;
}

#captcha
{
    margin: 0 0 10px 190px;
    border: 1px solid #ccc;
}

#form-style .btn
{
    background: url(../images/btn-prod-blue.gif) no-repeat right top transparent;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 26px;
    margin: 5px 0 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

    #form-style .btn span
    {
        background: url(../images/btn-prod-blue.gif) no-repeat 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
    }

.loginForm
{
    float: left;
    width: 281px;
    position: relative;
}

    .loginForm.right
    {
        margin-left: 30px;
    }

    .loginForm.disable input.txt, .loginForm.disable textarea, .loginForm.disable select
    {
        float: left;
        background: #FCFCFC;
        border: 0;
        font: 14px/14px Arial,Helvetica,sans-serif;
        color: #666;
        width: 295px;
        margin: 2px 0 12px 10px;
        padding: 3px;
    }

    .loginForm input.txt, .loginForm textarea, .loginForm select
    {
        background: #FCFCFC;
        border-color: #ccc #efefef #efefef #ccc;
        border-style: solid;
        border-width: 1px;
        font: 14px/14px Arial,Helvetica,sans-serif;
        color: #666;
        width: 273px;
        margin: 2px 0 12px 0;
        padding: 3px;
        border-radius: 2px;
    }

        .loginForm input.txt:focus
        {
            box-shadow: 0 0 2px 1px rgba(41, 171, 226, 0.4);
            border-color: #29abe2 #efefef #efefef #29abe2;
        }

    .loginForm .login
    {
        clear: both;
        width: 56px;
        height: 26px;
        background: url(../images/btn-login.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    .loginForm .update
    {
        clear: both;
        width: 74px;
        height: 26px;
        background: url(../images/btn-update.gif);
        border: 0;
        text-indent: -5000px;
        cursor: pointer;
        display: block;
    }

    .loginForm small
    {
        clear: left;
        display: block;
        position: absolute;
        top: 143px;
        right: 0;
    }

        .loginForm small a:link, .loginForm small a:visited, .loginForm small a:hover
        {
            color: #71bf44;
        }


/* Tooltip -- */

#tooltip
{
    background: #fff;
    padding: 10px;
    border: 3px solid #a99a6f;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: -5px;
    z-index: 9999;
    overflow: visible;
    min-height: 15px;
    display: none;
    width: 250px;
}

#toolarrow
{
    background: url(../images/toolarrow.png) 0 0 no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -13px;
}

#tooltip.inverted #toolarrow
{
    left: auto;
    right: -13px;
    background-position: top right;
}

.tipinfo
{
    display: none;
}

/* News -- */

.newsticker
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .newsticker a.title
    {
        font-weight: 600;
        color: #71bf44;
        text-decoration: none;
    }

/* Basket -- */

#basket-table td.price-title,
#basket-table td.qty-title,
#basket-table td.delete-title,
#basket-table td.discount-title
{
    background: url(../images/bg-basket-titles.gif) no-repeat center;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
}

#basket-table td.discount-title
{
    text-align: center;
}

#basket-table td.product-title
{
    background: url(../images/bg-basket-titles.gif) no-repeat left;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
}

#basket-table td.total-title
{
    background: url(../images/bg-basket-titles.gif) no-repeat right;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
}

#basket-table td.img,
#basket-table td.product,
#basket-table td.price,
#basket-table td.qty,
#basket-table td.delete,
#basket-table td.discount,
#basket-table td.total
{
    padding: 15px;
    border-bottom: 1px dotted #e2e2e3;
}

#basket-table td.delete
{
    text-align: center;
}

#basket-table .product a:link, #basket-table .product a:visited
{
    color: #00a7e9;
    text-decoration: none;
}

#basket-table .product a:hover
{
    color: #00a7e9;
    text-decoration: underline;
}

#basket-table td.discount
{
    background: #fffde0;
    text-align: center;
}

#basket-table td.qty
{
    background: url(../images/bg-qty.gif) no-repeat center center;
    width: 55px;
    margin: 5px 6px 0 0;
}

    #basket-table td.qty input
    {
        background: none;
        border: 0;
        display: block;
        height: 26px;
        width: 55px;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

#basket-table td.total
{
    width: 60px;
    text-align: right;
}

#basket-table .num
{
    font-size: 16px;
    color: #999966;
    text-align: right;
    padding-right: 15px;
}

#basket-table .totals
{
    font-size: 16px;
    text-align: right;
    padding: 10px 10px 10px 0;
}

    #basket-table .totals.totalsaving
    {
        color: #333;
        font-weight: bold;
    }

#basket-table .productsavings
{
    font-size: 16px;
    padding: 15px;
    text-align: right;
    color: #333;
    font-weight: bold;
}

#basket-table .productsavings-total
{
    background: #fffda1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.btn-continue
{
    background: url(../images/btn-prod-green.gif) no-repeat scroll right top transparent;
    color: #fff;
    font-size: 12px;
    height: 26px;
    margin: 5px 6px 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

    .btn-continue span
    {
        background: url(../images/btn-prod-green.gif) no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
    }

.btn-updateorder
{
    background: url(../images/btn-prod-blue.gif) no-repeat scroll right top transparent;
    color: #fff;
    font-size: 12px;
    height: 26px;
    margin: 5px 6px 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

    .btn-updateorder span
    {
        background: url(../images/btn-prod-blue.gif) no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
    }

.btn-bcheckout
{
    background: url(../images/btn-prod-gold.gif) no-repeat scroll right top transparent;
    color: #fff;
    font-size: 12px;
    height: 26px;
    margin: 5px 0 0 0;
    padding-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

    .btn-bcheckout span
    {
        background: url(../images/btn-prod-gold.gif) no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 14px;
        padding: 6px 0 6px 8px;
    }

.basket-info
{
    background: #fff9da;
    width: 450px;
    padding: 15px;
    margin: 20px 0 0 0;
}

    .basket-info form
    {
        margin: 0;
        padding: 0;
    }

    .basket-info h3
    {
        margin: 0 0 10px 0;
        font-size: 14px;
        text-transform: uppercase;
        color: #999966;
    }

    .basket-info input.txt
    {
        background: #FCFCFC;
        border-color: #ccc #efefef #efefef #ccc;
        border-style: solid;
        border-width: 1px;
        font: 14px/14px Arial,Helvetica,sans-serif;
        color: #666;
        width: 300px;
        margin: 2px 0 12px 0;
        padding: 4px 3px;
    }

    .basket-info .btn-updatevoucher, .basket-info .btn-dellocation
    {
        background: url(../images/btn-prod-green.gif) no-repeat scroll right top transparent;
        color: #fff;
        font-size: 12px;
        height: 26px;
        margin: 0 6px 0 0;
        padding-right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        float: right;
    }

        .basket-info .btn-updatevoucher span, .basket-info .btn-dellocation span
        {
            background: url(../images/btn-prod-green.gif) no-repeat scroll 0 0 transparent;
            display: block;
            line-height: 14px;
            padding: 6px 0 6px 8px;
        }

.countryloc
{
    font-size: 15px;
}

.spacerrow
{
    background: url(../images/bg-basket-titles.gif) no-repeat center;
    height: 39px;
    line-height: 39px;
}

.basket-subtitle
{
    font-size: 17px;
    font-weight: 400;
    color: #00a7e9;
}

#basket-table .product h3
{
    color: #71BF44;
}

/* Recommended Reading -- */

#recommended-reading
{
    background: url(../images/bg-recommended-reading.gif);
    height: 216px;
    width: 544px;
    padding: 64px 24px 0 24px;
    margin: 24px 0 0 0;
}

    #recommended-reading .rr-buttons
    {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 544px;
    }

        #recommended-reading .rr-buttons li
        {
            float: left;
            width: 266px;
            height: 84px;
            float: left;
        }

            #recommended-reading .rr-buttons li.one
            {
                margin: 0 6px 20px 0;
            }

            #recommended-reading .rr-buttons li.two
            {
                margin: 0 0 20px 6px;
            }

            #recommended-reading .rr-buttons li a
            {
                display: block;
                width: 266px;
                height: 84px;
                outline: none;
            }

                #recommended-reading .rr-buttons li a span
                {
                    text-indent: -5000px;
                    display: block;
                }

            #recommended-reading .rr-buttons li .btn-detox
            {
                background: url(../images/btn-rr-detox.png);
            }

            #recommended-reading .rr-buttons li .btn-citrizorb
            {
                background: url(../images/btn-rr-citrizorb.png);
            }

            #recommended-reading .rr-buttons li .btn-citrizorb2
            {
                background: url(../images/btn-rr-citrizorb-2.png);
            }

            #recommended-reading .rr-buttons li .btn-education
            {
                background: url(../images/btn-rr-education.png);
            }

            #recommended-reading .rr-buttons li .btn-course
            {
                background: url(../images/btn-rr-course.png);
            }

/* Xmas Theme Styling -- */
.hollylft
{
    position: absolute;
    top: 51px;
    left: -35px;
}

.hollyrht
{
    position: absolute;
    top: -3px;
    right: -32px;
    z-index: 1000;
}

.merrychristmas
{
    position: absolute;
    top: 147px;
    left: -9px;
}

/* Override */
h3
{
    clear: none;
}

/* Basket Section */


#divBasketSection
{
    position: relative;
    float: right;
    width: 90px;
    clear: right;
}

#divMeracShopLogin
{
    float: right;
}

.lblBasketItems {
    position: absolute;
    left: -6px;
    width: 10px;
    font-weight: bold;
    text-align: right;
    padding: 2px;
    color: #dd0000;
    font-size: 1.5em;
}

.lblBasket {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

.imgBasket {
    position: absolute;
    top: 17px;
    left: -15px;
    height: 35px;
}

.divShopProdListDesc
{
    text-align: left;
}

.imgProdList
{
    margin-left: 20px;
}

#products-list .listqty
{
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.cboVariantMeracShop
{
    margin: 5px 6px 0 0;
}

.spaVariant
{
    text-align: left;
    display: block;
}

.divProcessAdd
{
    width: 16px;
    height: 16px;
    display: none;
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 10px auto;
}


#products-list .aProdListButton
{
    display: inline-block;
}

#products-list .btn-help
{
    float: none;
    display: none;
}

#cphMain_divMeracShopRelated
{
    display: block;
    text-align: left;
}

.divMeracRelatedProds
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 150px;
    min-height: 100px;
}

    .divMeracRelatedProds img
    {
        display: block;
        width: 150px;
    }

.divMeracProdQAs
{
    margin: 8px 0;
    font-size: larger;
}

#divSubmitQuestion
{
    margin-bottom: 9px;
    border-bottom: 1px solid #9e9e9e;
}

.divNoAnswerWrapper
{
    border: 1px #F0F2F2 solid;
    background-color: #F0F2F2 !important;
    margin: 17px auto;
    padding: 8px 0;
    border-radius: 5px;
    max-width: 600px;
}

    .divNoAnswerWrapper input
    {
        display: inline-block;
        margin-left: 14px;
    }

.spaNoAnswers
{
    font-size: 16px;
    font-weight: bold;
}

#divMeracSearchWrapper
{
    display: block;
}

.divMeracSearch
{
    width: 5px;
    background-image: url(images/bg-search.png);
    background-repeat: no-repeat;
}

.ulMeracSearch
{
    text-indent: 86px;
}

#cphMain_divQuestions
{
    display: inline-block;
    width: 100%;
}

.lblPostName
{
    font-weight: bold;
}

.cdQuestionText
{
    font-size: 18px;
    padding: 20px 20px 0 0px;
}

.cdAuthorInfoBlock
{
    margin: 10px 0px 20px 0px;
    font-size: 12px;
    color: grey;
}

.cdPenName, .cdPostAs
{
    max-width: 700px;
    font-size: small;
    margin: 0 3px 10px 0px;
    color: grey;
}

.cdPageSelectorHeader
{
    border-top: 1px solid #ccc;
    padding: 0 3px 3px 3px;
    font-size: 13px;
    color: #666;
    margin-top: 20px;
}

.cdProductAnswer #cphMain_lblTitle
{
    display: block;
}

.cdMessage
{
    font-style: italic;
}

.divProductAnswers
{
    text-align: left;
}

.merac-fixed-left-grid .merac-fixed-left-grid-inner
{
    position: relative;
    padding: 0;
}

.merac-fixed-right-grid
{
    position: relative
}

    .merac-fixed-right-grid .merac-fixed-right-grid-inner
    {
        position: relative;
        padding: 0
    }

        .merac-fixed-right-grid .merac-fixed-right-grid-inner:after, .merac-fixed-right-grid .merac-fixed-right-grid-inner:before
        {
            display: table;
            content: "";
            line-height: 0;
            font-size: 0
        }

        .merac-fixed-right-grid .merac-fixed-right-grid-inner:after
        {
            clear: both
        }

    .merac-fixed-right-grid .merac-fixed-right-grid-col
    {
        position: relative;
        overflow: visible;
        zoom: 1;
        min-height: 1px
    }

    .merac-fixed-right-grid .a-col-left
    {
        width: 100%;
        padding-right: 3.5%
    }

    .merac-fixed-right-grid .merac-fixed-left-flipped-grid .a-col-left, .merac-fixed-right-grid .merac-fixed-left-grid .a-col-left
    {
        padding-right: 0
    }

.merac-fixed-left-grid
{
    position: relative
}

    .merac-fixed-left-grid .merac-fixed-left-grid-inner
    {
        position: relative;
        padding: 0
    }

        .merac-fixed-left-grid .merac-fixed-left-grid-inner:after, .merac-fixed-left-grid .merac-fixed-left-grid-inner:before
        {
            display: table;
            content: "";
            line-height: 0;
            font-size: 0
        }

        .merac-fixed-left-grid .merac-fixed-left-grid-inner:after
        {
            clear: both
        }

    .merac-fixed-left-grid .merac-fixed-left-grid-col
    {
        position: relative;
        overflow: visible;
        zoom: 1;
        min-height: 1px
    }

    .merac-fixed-left-grid .a-col-right
    {
        width: 100%;
        padding-left: 3.5%
    }

    .merac-fixed-left-grid .merac-fixed-right-flipped-grid .a-col-right, .merac-fixed-left-grid .merac-fixed-right-grid .a-col-right
    {
        padding-left: 0
    }

.merac-fixed-right-flipped-grid .a-col-left
{
    overflow: hidden;
    zoom: 1;
    width: auto
}

.merac-box.merac-alert-success
{
    border-color: #009900;
    margin-bottom: 10px;
}

.merac-box
{
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

    .merac-box.merac-alert-success .merac-box-inner
    {
        background-color: #F7FDF7;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    }

    .merac-box .merac-box-inner
    {
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 14px 18px;
        position: relative;
    }


div.cmQAListItemAnswer
{
    margin: 20px 0;
    font-size: 13px;
    color: #000000;
}

.divMeracProdQuestion
{
    display: inline-block;
    vertical-align: top;
}

.divMeracProdPage
{
    margin-top: 50px;
}

.meracProdSummary, .divShopBasket, .divProcessing /* Optional and can be overridden per site */
{
    display: none;
}

.divShopBasketClear, .divShopBasketCheckout
{
    display: inline-block;
}

.divMeracShopCatPageOptions
{
    display: inline-block;
    margin: 20px 10px;
}

    .divMeracShopCatPageOptions select
    {
        padding: 0 2.25rem 0 0.75rem;
        height: 45px;
        border: 1px solid #d0d1d3;
        background: url(../images/btn-arrow-dwn.png) center right 3px no-repeat #fff;
        background-size: 26px 10px;
        background-position-y: 50%;
        border-radius: 0;
        line-height: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .divMeracShopCatPageOptions span
    {
        font-weight: bold;
    }

/* Product Review START */
#cphMain_imgProduct {
    width: 100%;
    height: 200px;
    object-fit: cover; /* maintains aspect ratio and crops overflow */
}

.legMerac-star-rating__title
{
    display: block;
    text-align: left;
}

#cphMain_divSubmitted
{
    text-align: left;
}

#cphMain_btnSubmitReview
{
    display: block;
}

#cphMain_aProductRating
{
    padding: 0px;
}

.star-rating
{
    margin: 0 auto;
    max-width: 515px;
}

#cphMain_txtProductReview
{
    resize: vertical;
}

.divMeracProductReviews
{
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 16px;
    font-size: 18px;
}

.divMeracProductReviewsHeader
{
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: left;
}

.divMeracCustomerProductReviewer
{
    vertical-align: middle;
    width: 150px;
    font-size: 23px;
    font-weight: 400;
}

.divMeracCustomerProductReviewRating
{
    width: 110px;
}

.divMeracCustomerProductReviewDate
{
    margin-bottom: 4px;
    display: block;
    order: -1;
    width: calc(100% - 260px);
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    align-self: center;
}

.divMeracProductReviewsContent
{
    margin-left: 150px;
    text-align: left;
}

.divMeracCustomerProductReview
{
}

/* Product Review END */

/* START Product Images */

/* Slideshow container */
.divExtraSlider
{
    max-width: 320px;
    position: relative;
    margin: auto;
    float: left;
}

/* Hide the images by default */
.divExtraProductImage
{
    display: none;
}

/* Next & previous buttons */
.divExtraProductImagePrev, .divExtraProductImageNext
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #03a9f4;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.divExtraProductImageNext
{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.divExtraProductImagePrev
{
    left: 0%;
}

    /* On hover, add a black background color with a little bit see-through */
    .divExtraProductImagePrev:hover, .divExtraProductImageNext:hover
    {
        background-color: rgba(0,0,0,0.8);
        color: White;
    }

.imgMeracExtra
{
    width: 200px;
    min-height: 200px;
}


/* END Product Images */

/* START Responsive layouts */
#products.list, #merac-shop-content #merac-right-col
{
    max-width: 830px;
    width: 100%;
}

#product-wrap, #merac-shop-content
{
    max-width: 1290px;
    width: 100%;
}

.pagination.bottom, #breadcrumbs
{
    width: auto;
}

#products.list li
{
    max-width: 232px;
    width: 100%;
}

/* END Responsive layouts */

#cphMain_cboQTY {
    height: 1.8rem;
}

#divBasketSection {
    position: absolute !important;
    top: 33px;
    right: 5px
}

.divWholeSection {
    position: relative;
}

#merac-Shop-Back {
    padding-bottom: 1rem;
}

body {
    justify-content: space-between;
}

#price-wrap .qty {
    display: none;
}

.product-quantity-inputs {
    margin-right: 10px;
}

    .product-quantity-inputs .k3_decrement-btn, .product-quantity-inputs  .k3increment-btn {
        height: 35px;
        width: 35px;
    }

        .product-quantity-inputs .k3_decrement-btn svg, .product-quantity-inputs .k3increment-btn svg {
            height: 20px;
            width: 20px;
        }

#cphMain_divQuantity {
    gap: 10px !important
}

.product-quantity-inputs .k3_quantity {
    font-size: 18px;
}