﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/*@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700|Ubuntu:400,700,400italic);*/

/*@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

body, input, select, button {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

body {
    background: #f3f3f3 url(../images/bg-noise.png) left top repeat;
}

.clear {
    clear: both;
}
    .container--extra-nav {
        background: #3F3F3F;
        color: #fff;
        height: 32px;
    }

.container {
    display: block;
    width: auto;
    min-width: 960px;
}

.secondary-nav {
    float: left;
}
.customer-service {
    float: left;
    margin: 6px 0;
    margin-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: relative;
    cursor: default;
}
    .customer-service .opening-times {
        display: none;
        position: absolute;
        z-index: 1200;
        top: 20px;
        left: 0;
        background: #4f4f4f;
        padding: 7px 12px;
        width: 100%;
        cursor: text;
    }
    .customer-service:hover .opening-times {
        display: block;
    }
    .customer-service a {
        font-size: 14px;
        line-height: 20px;
        /*color: #fff;*/
        color: #333;
        text-decoration: underline;
    }

        .container--extra-nav {
            background: #F5E522;
            height: auto;
            padding-left: 10px;
            background: #F0E022;
            /*background: #D5C511;*/
            /*background: #ffffea;*/
        }
            .container--extra-nav .secondary-nav {
                float: right;
            }

            .container--extra-nav .star-rating {
                float: left;
                padding: 4px 0;
                vertical-align: middle;
                line-height: 20px;
                display: block;
            }
            .container--extra-nav .star-rating__message {
                display: inline-block;
                color: #333;
                vertical-align: middle;
                line-height: 15px;
            }
                .container--extra-nav .star-rating img {
                    vertical-align: middle;
                }
                .container--extra-nav .star-rating a {
                    font-size: 11px; line-height: 15px;
                }

            .container--extra-nav ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
                .container--extra-nav ul li {
                    margin: 6px 0;
                    /*padding: 0 5px 0 5px;*/
                    margin-right: 12px;
                    display: block;
                    float: left;
                    /*background: #333;*/
                    color: #fff;
                    border-radius: 3px;
                    /*border-left: 1px solid #ccc;*/
                }
                    .container--extra-nav ul li:first-child {
                        border-left: 0;
                        padding-left: 0;
                    }
                    .container--extra-nav ul li:last-child {
                    }
                    .container--extra-nav ul li a {
                        display: block;
                        /*padding: 0 12px 1px;*/
                        font-size: 12px;
                        line-height: 17px;
                        color: #eee;
                        text-decoration: none;
                        color: #333;
                    }
                        .container--extra-nav ul li a:hover {
                            /*color: #FFEF00;*/
                            color: #776600;
                        }
                    .container--extra-nav ul li.fundraising a {
                        /*color: #32D79D;*/
                    }
                        .container--extra-nav ul li.fundraising a:hover {
                            /*color: #52F7CD;*/
                        }

                    .basket {
                        float: right;
                    }
                    .container--extra-nav .basket ul li {
                        border: 0;
                        margin: 0;
                    }
                        .container--extra-nav .basket ul li.checkout a {
                            background: #ED1C24;
                            padding: 6px 10px;
                            color: #fff;
                        }
                    /*.container--extra-nav ul #minibasket {
                        padding: 5px 3px 7px 7px;
                        line-height: 28px;
                        background: #E20E7E;
                        border-radius: 0 0 5px 5px;
                    }*/
                    .basket-icon {
                        vertical-align: middle;
                        display: inline;
                    }
                    .basket .top-level {
                        display: inline;
                    }

            .container--header {
                background: #FFEF00;
                padding: 10px 10px 20px;
                min-width: 940px;
            }

    /* EXPERIMENTAL WIDTH AND COLUMN FIXING FOR NEW LAYOUT */
            .central-container {
                min-width: 960px;
                max-width: 1200px;
                margin: 0 auto;
                display: block;
            }
            #main .central-container {
                background: #fff;
            }
                .central-container #col1 {
                    padding-top: 16px;
                    background: none;
                    width: 180px;
                    /*text-align: right;*/
                }
                    .central-container #col1 .sli_facet_heading {
                        font-size: 1.4em;
                    }
                .central-container #col2 {
                    padding-top: 16px;
                }
                .central-container #col3 {
                    padding: 16px 0;
                }
    /* END EXPERIMENTAL WIDTH AND COLUMN FIXING FOR NEW LAYOUT */
            .logo {
                background: url("/assets/logo.gif") no-repeat scroll left top transparent;
                height: 90px;
                margin: 0 5px 0 0;
                text-indent: -9999px;
                width: 330px;
                float: left;
            }
            .logo a{
                height: 90px;
                width: 345px;
                display: block;
            }

            .container--nav {
                position: relative;
                margin-top: -18px;
                /*height: 34px;*/
                z-index: 1015;
            }
            .nav-wrapper {
            }
            .nav-inner {
                background: #005B83;
            }
            .header-search {
                float: left;
                padding: 5px 15px;
            }
            .container--nav .menu {
                display: block;
                margin: 0;
                padding: 0;
            }
                .container--nav .menu li {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    display: block;
                    float: left;
                    /*position: relative;*/
                }
                    .container--nav .menu li.has-subnav .subnav {
                        display: none;
                        position: absolute;
                        left: 0;
                        /*top: 34px;*/
                        background: #249BD6;
                        margin: 0;
                        padding: 0;
                        width: 100%;
                        z-index: 1011;
                        /*-moz-column-count:3;*/ /* Firefox */
                        /*-webkit-column-count:3;*/ /* Safari and Chrome */
                        /* TODO: Don't forget to Add a fallback for this in JavaScript */
                        /*column-count:3;*/
                    }
                    .container--nav .menu li.cartridges .relative-wrap .subnav {
                        width: 825px;
                    }
                    .container--nav .menu li.paper .relative-wrap .subnav {
                        width: 450px;
                    }
                    .container--nav .menu li.stationery .relative-wrap .subnav {
                        width: 600px;
                    }
                    .container--nav .menu li.led-bulbs .relative-wrap .subnav {
                        width: 630px;
                        left: -55px;
                    }
                    .container--nav .menu li.gadgets .relative-wrap .subnav {
                        width: 170px;
                    }
                        .container--nav .menu li.paper .relative-wrap .subnav li a span font {
                            color: #fff !important;
                        }
                        .container--nav .menu li.paper .relative-wrap .subnav li a:hover span font {
                            color: #005B83 !important;
                        }

                        .container--nav .menu li.has-subnav .subnav li {
                            float: none;
                            display: block;
                        }
                        .container--nav .menu li.has-subnav .subnav li a {
                            display: block;
                            padding: 5px 12px;
                            color: #fff;
                        }
                            .container--nav .menu li.has-subnav .subnav li a:hover {
                                background: #fff;
                                color: #005B83;
                            }
                    .container--nav .menu li.has-subnav:hover .subnav {
                        display: block;
                    }
                    .container--nav .menu li .new {
                        display: inline-block;
                        background: #ED1C24;
                        color: #fff;
                        font-weight: bold;
                        padding: 1px 4px;
                        position: absolute;
                        top: -6px;
                        right: 10px;
                        font-size: 11px;
                        line-height: 12px;
                    }
                    .container--nav .menu li .christmas-holly {
                        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                        display: inline-block;
                        position: absolute;
                        right: 4px;
                        top: -30px;
                    }
                    .container--nav .menu li:first-child a {
                        padding: 10px 16px
                    }
                    .container--nav .menu li a {
                        display: inline;
                        display: inline-block;
                        display: block;
                        padding: 10px 12px;    
                        font-size: 13px;
                        line-height: 16px;
                        color: #fff;
                        text-decoration: none;
                    }
                        .container--nav .menu li a:hover, .container--nav .menu li:hover, .container--nav .menu li.special-offers:hover {
                            background: #249BD6;
                        }
                .container--nav .menu li.special-offers {
                    background: #B22C3C;
                }
                    .container--nav .menu li.special-offers .relative-wrap .subnav {
                        width: 340px;
                        /*-moz-column-count:2;*/ /* Firefox */
                        /*-webkit-column-count:2;*/ /* Safari and Chrome */
                        /* TODO: Don't forget to Add a fallback for this in JavaScript */
                        /*column-count:2;*/
                    }

            #main {
                padding: 0 0 10px 0;
            }


.banners {
    height: 210px;    
}
.banners .looper {
    height: 96px;
    width: 100%;
    margin: 0 auto;
}
    .banners ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
    }
        .banners ul li {
            display: block;
            margin: 0;
            padding: 0;
        }
            .banners ul li a {
                display: block;
                height: 210px;
                background: #ED1C24;
                text-align: center;
                color: #fff;
                line-height: 210px;
                font-size: 70px;
                font-weight: bold;
                text-decoration: none;
            }
.banner-navigation {
    position: relative;
}
    .banner-navigation .banner-arrow {
        position: absolute;
        top: -133px;
        text-indent: -999px;
        overflow: hidden;
        display: block;
        width: 31px;
        height: 57px;
        opacity: 0.9;
    }
        .banner-navigation .banner-arrow:hover {
            opacity: 1;
        }
    .banner-navigation .banner-prev {
        left: 0;
        background-image: url(../images/home/carousel-prev.png);
    }
    .banner-navigation .banner-next {
        right: 0;
        background-image: url(../images/home/carousel-next.png);
    }

.container--inner {
    background: #fff;
}

div#cat-finder-0 {
    padding: 0;
    margin: 0;
}
.cat-finder-wrapper {
    display: none;
    padding-top: 7px;
    height: 400px;
    padding-bottom: 64px;
}
.finders {
    padding: 20px 0;
}
    .finders .finder {
        float: left;
        position: relative;
        width: 30%;
        margin: 0 1.65%;
    }
        .finders .finder h2 {
            color: #000000;
            display: block;
            padding: 10px 0 10px 12px;
            margin-bottom: 0;
            position: relative;
            z-index: 100;
            text-transform: uppercase;
        }
            .finders .finder h2 .finder-icon {
                vertical-align: middle;
                margin-right: 10px;
            }
            .finders .finder h2 .finder-title {
            }
.finders .finder--cartridges {
    background: #ED1C24;
    background: rgb(237, 28, 36);
    background: rgba(237, 28, 36, 0.75);

    background: #E94A9E;
}
    .finders .finder--cartridges h2 {
        background: #ED1C24;
        background: rgb(237, 28, 36);
        background: rgba(237, 28, 36, 0.75);
        color: #fff;

        background: #E31D86;
        border-bottom: 1px solid #d3d3d3;
    }
        /*.finders .finder--cartridges h2:hover {
            background: #FF3DA6;
        }*/

.finders .finder--stationery {
    background: #249BD6;
    background: rgb(36, 155, 214);
    background: rgba(36, 155, 214, 0.75);

    background: #5AB4E0;
}
    .finders .finder--stationery h2 {
        background: #249BD6;
        background: rgb(36, 155, 214);
        background: rgba(36, 155, 214, 0.75);

        background: #31A1D8;

        border-bottom: 1px solid #d3d3d3;
    }
        /*.finders .finder--stationery h2:hover {
            background: #51C1F8;
        }*/

    .finders .finder--stationery .stationery-cat-form {
        padding: 12px;
    }
        .finders .finder--stationery .stationery-cat-form .stationery-cats {
            display: block;
            margin: 0 auto;
        }
    .finders .finder--stationery .dd-container {
        margin: 0 auto;
    }
    .finders .finder--stationery .dd-options {
        max-height: 240px;
    }
        .finders .finder--stationery .dd-options li {
            margin-left: 0;
        }
    .finders .finder--stationery .dd-options a.dd-option:hover label {
        cursor: pointer;
    }
.finders .finder--bulbs {
    background: #FFEF00;
    background: rgb(255, 239, 0);
    background: rgba(255, 239, 0, 0.35);

    background: #FFF9A6;
}
    .finders .finder--bulbs .finder__contents {
        padding-bottom: 44px;
        min-height: 0;
    }
    .finders .finder--bulbs h2 {
        background: #FFEF00;
        background: rgb(255, 239, 0);
        background: rgba(255, 239, 0, 0.35);

        background: #FFF56C;
    }
        .finders .finder--bulbs h2:hover {
            background: #FFFFAC;
        }
    .finders .finder--bulbs .lightmylife {
        margin: 0 auto;
        display: block;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -115px;
        width: 230px;
        height: 42px;
        z-index: 0;
    }

    .finders .finder select {
        display: block;
        margin: 0 auto;
    }
    .finders .finder .chosen-container {
        display: block;
        margin: 0 auto;
    }



.manufacturers {
    margin-top: 7px;
    padding-bottom: 20px;
}

    #popular-cartridges-panel {
        background: #77ADDF;
        padding-bottom: 20px;
    }
        #popular-cartridges-panel .icon {
            padding-top: 10px;
        }
            #popular-cartridges-panel .icon a {
                display: block;
                text-indent: -999px;
                overflow: hidden;
                height: 35px;
                width: 110px;
                margin: 10px auto;
                padding: 18px 14px;
                box-shadow: #77ADDF 0px 0px 8px 0px inset;
                background-position: center center;
                background-color: #fff;
            }
                #popular-cartridges-panel .icon a:hover {
                    box-shadow: none;
                }
        #popular-cartridges-panel .manufacturers-title {
            text-align: center;
            display: block;
            margin: 0;
            padding: 12px;
            background: #005B83;
            color: #fff;
            text-transform: uppercase;
        }
        #popular-cartridges-panel .subcolumns {
            background: #77ADDF;
            margin: 0 auto;
        }
        .view-manufacturers-toggle {
            display: block;
            text-align: center;
            position: relative;
        }
            .view-manufacturers-toggle__link {
                text-align: center;
                display: block;
                margin: 0 auto;
                font-size: 14px;
                line-height: 18px;
                background: #005B83;
                color: #fff;
                width: 200px;
                text-decoration: none;
                padding: 4px 0;
            }
                .view-manufacturers-toggle__link:hover {
                    background: #249BD6;
                    color: #fff;
                }
            .view-manufacturers-toggle__wrapper {
                display: block;
                position: absolute;
                left: 0;
                top: 4px;
                width: 100%;
            }

.cartridge-manufacturers {
    margin-top: 12px;
    border: 1px solid #D3D3D3;
}
            
            div#all-cartridge-brands {
                background: transparent;
                float: none;
            }
                div#all-cartridge-brands #nav-all {
                    margin-left: 2em;
                    margin-bottom: 0;
                }
                    div#all-cartridge-brands #nav-all li {
                        float: none;
                        display: inline-block;
                    }
                        div#all-cartridge-brands #nav-all li a {
                            margin: 0 auto;
                        }


.pre-footer {
    background: #3F3F3F;
    background: #D3D3D3;
}
div#home-text {
    float: none;
    margin: 0 auto;
    background: #434343;
    background: #E3E3E3;
    background: transparent;
    color: #fff;
    color: #000;
}
.home-text-inner {
    padding: 15px 12px;
}
    div#home-text h1, div#home-text h2, div#home-text h3, div#home-text a {
    }

.best-sellers {
    background: #F1545A;
    background: #FFF9A6;
    background: #C3C3C3;
}
    .best-sellers .container--inner {
        background: #F5595F;
        background: #FFFEBF;
        background: #D3D3D3;
        background: transparent;
        padding: 15px 12px;
    }
        .best-sellers h2 {
            font-size: 18px;
            line-height: 24px;
        }

.footer {
    background: #3F3F3F;
    color: #fff;
}
.footer .container--inner {
    padding: 12px 12px 62px 12px;
    background: transparent;
    margin-top: 24px;
}
.footer .copyright {
    float: left;
    padding: 10px 0;
}
.footer .social-media {
    float: right;
    font-size: 20px;
    line-height: 35px;
    width: 300px;
}
    .footer .social-media .social-media__label {
        float: left;
    }
    .footer .social-media ul {
        float: right;
        display: inline;
        list-style-type: none;
        vertical-align: middle;
        margin-bottom: 0;
        margin-left: 10px;
    }
        .footer .social-media ul li {
            float: left;
            margin-left: 10px;
        }
            .footer .social-media ul li a {
                display: block;
                width: 35px;
                height: 35px;
                background-position: center center;
                text-indent: -999px;
                overflow: hidden;
            }
            .footer .social-media ul li.facebook {
            }
                .footer .social-media ul li.facebook a {
                    background: url(../images/home/social-facebook.png);
                }
            .footer .social-media ul li.twitter {
            }
                .footer .social-media ul li.twitter a {
                    background: url(../images/home/social-twitter.png);
                }
            .footer .social-media ul li.googleplus {
            }
                .footer .social-media ul li.googleplus a {
                    background: url(../images/home/social-googleplus.png);
                }
            .footer .social-media ul li.youtube {
            }
                .footer .social-media ul li.youtube a {
                    background: url(../images/home/social-youtube.png);
                }

/* EXPERIMENTAL CHANGES TO PRODUCT PAGES */
#pr-txt {
    min-width: 280px;
    width: 60%;
}
    #pr-desc {
        margin: 0;
        padding: 0;
    }
        #pr-desc ul {
            margin: 0;
            padding: 0;
        }
#pr-imgs {
}
#pr-atbcontainer {
}
.status-atb {
    float: right;
}
.atb-qty {
    float: left;
    padding: 8px 8px 8px 0;
}
.list-item .atb-qty {
    float: none;
}
.sli_container .atb-qty {
    float: right;
}
/* END EXPERIMENTAL CHANGES TO PRODUCT PAGES */

div#cat-finder-1, div#cat-finder-2, div#cat-finder-3, div#cat-finder-4 {
    background: none !important;
    padding-bottom: 0;
}

/* CATEGORY FINDERS V2 */
.finders-v1 {
}
.finders-v2 {
    margin-top: 7px;
    display: none;
}
    .finders-v2 .finder {
        display: none;
    }
        .finders-v2 .finder-tabs {
            float: left;
        }
            .finders-v2 .finder-tabs .finder-tab {
                padding: 10px;
                opacity: 0.7;
                background: #ddd;
                display: block;
            }
            .finders-v2 .finder-tabs .finder-tab:hover {
                opacity: 0.9;
                cursor: pointer;
            }
            .finders-v2 .finder-tabs .finder-title {
                display: none;
            }
        .finders-v2 .finder-tabs .finder-tab--active {
            opacity: 1;
        }
        .finders-v2 .finder-tabs .finder-tab--cartridges.finder-tab--active, .finders-v2 .finder-tabs .finder-tab--cartridges:hover {
            background: #E31D86;
        }
        .finders-v2 .finder-tabs .finder-tab--stationery.finder-tab--active, .finders-v2 .finder-tabs .finder-tab--stationery:hover {
            background: #5AB4E0;
        }
        .finders-v2 .finder-tabs .finder-tab--bulbs.finder-tab--active, .finders-v2 .finder-tabs .finder-tab--bulbs:hover {
            background: #FFEF00;
        }
    .finders-v2 .cat-finder-wrapper {
        display: block;
        height: auto;
        min-height: 0;
    }
    .finders-v2 .finder-panels {
        float: left; width: 908px;
    }
/* END CATEGORY FINDERS V2 */

/* EXPERIMENTAL UPDATES TO HEADER */
.header-mega-search {
    width: 64%;
    float: left;
    padding: 21px 0;
}
    .header-mega-search .mega-search__input {
        width: 55%;
        font-size: 22px;
        line-height: 28px;
        border: 2px solid #AABA00;
        padding: 3px 1%;
        vertical-align: middle;
    }
        input::-webkit-input-placeholder {
            color: #999;
        }
        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        /* Firefox < 19 */
        input:-moz-placeholder {
            color: #999;
        }
        input:focus:-moz-placeholder {
            color: transparent;
        }

        /* Firefox > 19 */
        input::-moz-placeholder {
            color: #999;
        }
        input:focus::-moz-placeholder {
            color: transparent;
        }

        /* Internet Explorer 10 */
        input:-ms-input-placeholder {
            color: #999;
        }
        input:focus:-ms-input-placeholder {
            color: transparent;
        }
    .header-mega-search .mega-search__select {
        font-size: 22px;
        line-height: 28px;
        height: 36px;
        width: 26%;
        padding: 0 0 0 1%;
        border: 2px solid #AABA00;
        vertical-align: middle;
    }
    .header-mega-search .mega-search__submit {
        font-size: 22px;
        line-height: 28px;
        width: 15%;
        vertical-align: middle;
        background: #00A33D;
        color: #fff;
        border: none;
        padding: 3px 1%;
    }





.container--nav .menu {
    display: table;
    width: 100%;
}
    .container--nav .menu li {
        display: table-cell;
        float: none;
        text-align: center;
        border-left: 1px solid #fff;
    }
        .container--nav .menu li:last-child {
            border-right: 1px solid #fff;
        }
        .container--nav .menu li .relative-wrap {
            position: relative;
        }
        .container--nav .menu li a {
            font-size: 15px;
            line-height: 20px;
        }
            .container--nav .menu li .relative-wrap .subnav {
                top: 40px;
                top: 34px;
            }
                
            .container--nav .menu li.special-offers .relative-wrap .subnav {
                right: 0;
                left: auto;
            }
            .container--nav .menu li.pc-accessories .relative-wrap .subnav {
                width: 470px;
                left: auto;
                right: 0;
            }
            .container--nav .menu .subnav li {
                border: none;
            }
            .container--nav .menu .subnav li a {
                text-align: left;
                font-size: 12px;
                line-height: 16px;
            }

                    .container--nav .menu li .new {
                        display: inline-block;
                        background: #ED1C24;
                        color: #fff;
                        font-weight: bold;
                        padding: 1px 4px;
                        position: absolute;
                        top: -6px;
                        right: 27%;
                        font-size: 11px;
                        line-height: 12px;
                    }
.container--nav {
    background: #004A72;


    background: #194b79; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NGI3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE5NGI3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMzc2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #194b79 0%, #194b79 49%, #00376a 51%, #00376a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#194b79), color-stop(49%,#194b79), color-stop(51%,#00376a), color-stop(100%,#00376a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* IE10+ */
background: linear-gradient(to bottom, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194b79', endColorstr='#00376a',GradientType=0 );*/ /* IE6-8 */

    /*height: 40px;*/
}
    .container--nav .nav-wrapper {
    }
.nav-inner {
    background: #194b79; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NGI3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE5NGI3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMzc2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #194b79 0%, #194b79 49%, #00376a 51%, #00376a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#194b79), color-stop(49%,#194b79), color-stop(51%,#00376a), color-stop(100%,#00376a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* IE10+ */
background: linear-gradient(to bottom, #194b79 0%,#194b79 49%,#00376a 51%,#00376a 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194b79', endColorstr='#00376a',GradientType=0 );*/ /* IE6-8 */
}

/*.banners {
    height: 96px;    
}
    .banners ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
    }
        .banners ul li {
            display: block;
            margin: 0;
            padding: 0;
            background: #ccc;
            background: #ED1C24;
        }
            .banners ul li a {
                display: block;
                height: 96px;
                background: rgba(255, 255, 255, 0.1);
                text-align: center;
                color: #fff;
                line-height: 96px;
                font-size: 3em;
                font-weight: bold;
                text-decoration: none;
                overflow: hidden;
                color: #404030;
                color: #fff;
            }*/

.banners {
    height: 96px;    
}
        .banners .looper .item {
            display: block;
            margin: 0;
            padding: 0;
            background: #ccc;
            background: #ED1C24;
        }
            .banners .looper .item:first-child {
            }
            .banners .looper .item a {
                display: block;
                height: 96px;
                /*background: rgba(255, 255, 255, 0.1);*/
                text-align: center;
                color: #fff;
                line-height: 96px;
                /*font-size: 50px;*/
                font-size: 3em;
                font-weight: bold;
                text-decoration: none;
                overflow: hidden;
                color: #404030;
                color: #fff;
            }
                .banners .looper .item a img {
                    display: block;
                    margin: 0 auto;
                }
.banner-navigation {
    position: relative;
}
    .banner-navigation .banner-arrow {
        position: absolute;
        top: -78px;
        text-indent: -999px;
        overflow: hidden;
        display: block;
        width: 31px;
        height: 57px;
        opacity: 0.9;
        z-index: 10;
    }
        .banner-navigation .banner-arrow:hover {
            opacity: 1;
        }
    .banner-navigation .banner-prev {
        left: 0;
        background-image: url(../images/home/carousel-prev.png);
    }
    .banner-navigation .banner-next {
        right: 0;
        background-image: url(../images/home/carousel-next.png);
    }




.logo {
    float: left;
    position: relative;
    height: 90px;
    background: none;
}
    .logo a {
        background: url("/assets/logo.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
        display: block;
        height: 90px;
        left: 0;
        position: absolute;
        top: 0;
        width: 345px;
    }


.central-container--header {
    position: relative;
    min-width: 940px;
    z-index: 1018;
}
.header-mega-search {
    float: none;
    margin: 0;
    padding: 21px 0;
    width: auto;
}
    .header-mega-search .mega-search {
        margin-left: 340px;
        margin-right: 200px;
        position: relative;
        z-index: 100;
    }
        .mega-search__label {
            position: absolute;
            left: 0;
            top: 3px;
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
        }
.mega-search__search-in {
    display: inline-block;
    overflow: hidden;
    width: auto;
    position: absolute;
    top: 0;
    left: 80px;
    width: 130px;
    background: #3F3F3F;
    background: #ececec;
    border-radius: 4px 0 0 4px;
    background: #fff;
}
    .mega-search__search-in .mega-search__select {
        width: 130px;
        color: #3f3f3f;
    }

.mega-search__input-wrapper {
}
.header-mega-search .mega-search__input_container {
    margin-left: 215px;
    margin-right: 75px;
    display: block;
}
    .header-mega-search .mega-search__input_container .mega-search__input {
        width: 100%;
        border: none;
        padding: 5px 0;
        text-indent: 10px;
    }
.header-mega-search .mega-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 4px;
    width: 70px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.header-mega-search .mega-search__select {
    border: none;
    line-height: 26px;
    font-size: 17px;
    padding:7px 0;
    padding-left: 4px;
    padding-right: 4px;
    background: transparent;
    color: #fff;
    color: #333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 4px;
}

#security-icons {
    position: absolute;
    right: 0;
    top: 0;
}

.container--usps {
    background: #ddd;
    background: #fff;
    color: #333;
    border-bottom: 1px solid #d3d3d3;
}
    .container--usps .customer-service {
        color: #333;
        width: 33%;
        text-align: center;
        margin: 0;
        padding: 4px 0;
    }









/*#minibasket {
    background: #219CD7;
    border: 5px solid rgba(255, 255, 255, 0.2);
}*/
/* Fix this so that the wrapper is the anchor! */
/*#minibasket:hover {
    opacity: 0.9;
}
    #minibasket a {
        display: block;
    }
#minibasket-inner {
    color: #fff;
    padding: 15px 5px 0;
    padding-top: 10px;
    float: right;
    width: 100px;
    font-weight: bold;
}*/
/*.icon {
    font-family: 'ElegantIcons';
    font-weight: bold;
}*/
/*#minibasket .icon {
    text-align: center;
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    font-size: 30px;
    color: #fff;
    background-color: #219CD7;
    padding: 10px;
    padding: 8px 10px 12px;
    border-radius: 30px;
}*/
.container--usps .icon {
    font-size: 120%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
    color: #00A33D;
}


.container--header {
    padding: 10px;
}
    .header-mega-search {
        padding: 17px 0;
    }
        .header-mega-search .mega-search {
            margin-left: 305px;
            margin-right: 305px;
        }
        .header-mega-search .mega-search__input_container {
            margin-right: 50px;
            margin-left: 207px;
        }
        .mega-search__label {
            font-size: 18px;
            line-height: 28px;
        }
        .mega-search__search-in {
            left: 72px;
        }
        .header-mega-search .mega-search__select {
            height: 33px;
            font-size: 15px;
            line-height: 24px;
        }
        .header-mega-search .mega-search__input {
            font-size: 16px;
            line-height: 24px;
        }
        .header-mega-search .mega-search__submit {
            font-size: 16px;
            line-height: 24px;
            width: 45px;
        }
.container--nav {
    margin-top: 0;
}
.logo {
    height: 75px;
    width: 288px;
}
.logo a {
    background-image: url(/assets/images/logo.png);
    height: 75px;
    width: 288px;
}

#security-icons {
    top: 9px;
}
#minibasket {
    background: #ffffaa;
    border: 1px solid #dded00;
    width: 284px;
    padding: 10px 8px;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
}
#minibasket-inner {
    float: left;
    padding: 10px 8px;
}
    #minibasket .basket-icon {
        vertical-align: top;
        padding-right: 5px;
    }
    #minibasket .checkout {
        display: block;
        float: right;
        background: #ccdc00;
        color: #fff;
        padding: 10px 10px;
    }
    #minibasket .checkout-active {
        background: #00A33D;
    }
/* END EXPERIMENTAL UPDATES TO HEADER */

/* EXPERIMENTAL UPDATES TO HOME */
.finders {
    margin-top: 14px;
    border: 1px solid #D3D3D3;
    padding: 14px 0 20px 0;
}
    .finders h1 {
        padding: 0 0 0 2%;
        margin: 0 0 12px 0;
    }
.finders .finder {
    color: #fff;
    background: transparent;
}
    .finders .finder label {
        color: #535353;
        display: block;
        /*text-align: center;*/
        padding-bottom: 2px;
        font-size: 13px;
        line-height: 18px;
        width: 95%;
        margin: 0 auto;
        padding-top: 3px;
    }
    .finders .finder select {
        margin: 0 auto;
        width: 95%;
    }
.finders .finder--cartridges {
    width: 46%;
    margin: 0 2%;
    background: #fff;
    /*background: #ffef00;*/
    background: #A0D7FF;
    background: #333;
    background: #194b79;
    background: #e3e3e3;

    background: #CCFFAA;
    background: #555;
}
    .finders .finder--cartridges .popular-manufacturers {
        background: #fff;
        background: #8e8e8e;
    }
    
    .finders .finder .finder__contents{
        border: 1px solid #D3D3D3;
        border: 1px solid #C3C3C3;
        min-height: 342px;
        min-height: 336px;
    }
        .finders .finder .finder__contents h3 {
            color: #838383;
            text-align: center;
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 1em;
        }
    .finders .finder--cartridges .category-finder-home {
        float: left;
        padding: 12px 1% 4px;
        padding: 2px 1% 4px;
        width: 40%;
        min-width: 220px;
    }
    .finders .finder--cartridges .popular-manufacturers {
        padding: 2px 1%;
        float: right;
        width: 55.5%;
        min-width: 307px;
        border-left: 1px solid #d3d3d3;
        min-height: 300px;
    }
    .finders .finder--cartridges h2 {
        background: #00376A;
        /*background: #ffef00;*/
        color: #fff;
        background: #aa0000;
    }
        /*.finders .finder--cartridges h2:hover {
            background: #194B79;
            background: #ffff20;
        }*/

        .finders .finder--cartridges .category-finder-home h3, .finders .finder--cartridges .popular-manufacturers h3 {
            text-transform: uppercase;
            color: #fff;
        }

    .finders .finder .chosen-results li {
        color: #333;
    }
.finders .finder--bulbs, .finders .finder--stationery {
    width: 23%;
    margin: 0 2% 0 0;
}
    .finders .finder--stationery h2 {
        background: #51C1F8;
        background: #249BD6;
        color: #fff;
    }
        .finders .finder--stationery h2:hover {
            background: #71E1FF;
            background: #2AACDD;
        }
    .finders .finder--bulbs h2 {
        background: #FFEF00;
        background: #F68419;
        color: #fff;
    }
        .finders .finder--bulbs h2:hover {
            background: #fffc00;
            background: #FD8B1F;
        }

.main {
    margin-top: 14px;
    border: 1px solid #d3d3d3;
    padding: 4px;
    background: #fff;
}

.what-we-do {
    float: left;
    width: 60%;
    margin-right: 1.5%;
    padding: 14px 2%;
}
    .what-we-do p {
        margin-bottom: 1.21em;
    }
    .what-we-do h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0.5em;
    }

.best-sellers {
    float: right;
    width: 30%;
    padding: 14px 2%;
}
    .best-sellers ul li {
        padding: 1px 0;
    }


.central-container--header .secondary-nav {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 11px;
}
    .central-container--header .secondary-nav ul li {
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 6px;
    }
        .central-container--header .secondary-nav ul li .spacer {
            margin-left: 6px;
            color: #aaaa00;
        }
.central-container--header ul li a {
    color: #00376A;
    text-decoration: none;
}
.central-container--header ul li a:hover {
    color: #00376A;
    text-decoration: underline;
}

.finders {
    padding: 12px 0;
    margin-top: 12px;
}
.finders .finder--cartridges {
    width: 48%;
    margin: 0 1%;
    width: 50%;
}

    .finders .finder--bulbs .finder__contents {
        /*border: 0;*/
        min-height: 0;
        min-height: 292px;
    }

.finders {
    background: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 12px;
}
.finders .finder {
    color: #535353;
    margin: 0 1% 0 0;
}
    .finders .finder--stationery {
        background: #fff;
    }
.finders .finder--bulbs, .finders .finder--stationery {
    width: 24%;
    margin: 0 1% 0 0;
    margin-top: 1.15em;
}
    .finders .finder--bulbs {
        margin-right: 0;
        background: #fff;
    }
.main {
    margin-top: 12px;
}
.what-we-do {
    margin-right: 1%;
    width: 60.5%;
}

.footer .container--inner {
    margin-top: 12px;
    margin-top: 0;
}

.account-container .container--inner {
    padding: 1em 1.5%;
}

.container--nav {
        /*height: 34px;*/
    }
        .container--nav .menu li:first-child a {
            padding: 7px 16px;
        }
        .container--nav .menu li a {
            padding: 7px 12px;
        }
    .container--nav .menu li .relative-wrap .subnav {
        /*top: 34px;*/
    }
    .container--nav .menu li .subnav .subnav__ul {
        float: left;
        padding: 8px 12px;
        margin: 0;
    }
    .container--nav .menu li .subsubnav .subsubnav__ul {
        float: left;
        padding: 8px 12px;
        margin: 0;
    }


.popular-manufacturers__logos {
    
}
.popular-manufacturers__logos a {
    display: block;
    padding: 0.2em 2%;
    float: left;
    width: 40%;
    margin: 1.5% 2.5%;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: #ddd 1px 1px 4px;
    background: #fff;
    box-shadow: none;
}
    .popular-manufacturers__logos a:hover {
        border: 1px solid #bbb;
        box-shadow: #eee 1px 1px 3px;
        box-shadow: none;
    }
    .popular-manufacturers__logos a img {
        display: block;
        margin: 0 auto;
    }

.finders .finder--cartridges .popular-manufacturers .popular-manufacturers__logos a {
    margin: 2.5%;
    margin: 1.2% 2.5%;
}

.finders .finder--cartridges .popular-manufacturers .popular-manufacturers__logos a {
    margin: 2.5%;
    margin: 1.2% 2.5%;
}

.home-page #bulbfinder #bulbfinder-container {
    padding-bottom: 1.2em;
}
.home-page #bulbfinder #bulbfinder-controls-container {
    width: 90%;
    width: 82%;
}
.home-page #bulbfinder #bulbfinder-controls .bulbfinder-controls__item {
    margin-left: 0;
}
.home-page #bulbfinder #bulbfinder-controls .instruction {
    font-size: 1.15em;
    line-height: 1.5em;
}
.home-page #bulbfinder #bulbfinder-controls button {
    padding: 0;
    margin: 0;
    display: block;
    background: #fff;
    border: 0;
}
    .home-page #bulbfinder #bulbfinder-controls button img {
        display: block;
        padding: 0;
    }

.home-page #bulbfinder #bulbfinder-output .bulbfinder-output__container {
    padding: 0;
    margin-left: 0;
}
.home-page #bulbfinder #bulbfinder-output #bulbfinder-intro {
    margin-left: 0;
    margin-top: 1em;
}
    .home-page #bulbfinder #bulbfinder-output #bulbfinder-intro p {
        padding: 0.1em 0.5em;
    }
#bulbfinder ul {
    margin: 0;
    padding: 0;
}

.home-page #bulbfinder #bulbfinder-output__shape li {
    margin-left: 0;
}
.home-page #bulbfinder #bulbfinder-output__shape {
    max-height: 240px;
    overflow: auto;
}

.home-page #bulbfinder #bulbfinder-output__fitting li {
    margin-left: 0;
}
.home-page #bulbfinder #bulbfinder-output__fitting {
    max-height: 240px;
    overflow: auto;
}

.home-page #bulbfinder .bulbfinder-output__container button {
    margin: 2% 5%;
    width: 40%;
}
.home-page .finder #bulbfinder {
    min-height: 0;
    background-image: none;
    box-shadow: none;
    background: #fff;
    color: #000;
    padding-bottom: 10px;
    margin: 0;
}
    .home-page .finder #bulbfinder:hover {
        background: #fff;
    }
.home-page .finder #bulbfinder #bulbfinder-intro h2 {
    background: #fff;
    margin: 0;
    color: #000;
    padding-left: 0.5em;
}
.home-page #bulbfinder #bulbfinder-controls .instruction-shape strong {
    color: #000;
}
.home-page #bulbfinder #bulbfinder-output .bulbfinder-output__container h2 strong {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.home-page #bulbfinder #bulbfinder-controls:hover {
    background: #d3d3d3;
}
.home-page #bulbfinder #bulbfinder-controls .bulbfinder-controls__item {
    color: #000;
}
.home-page .bulbfinder-output__container button span {
    font-size: 1.1em;
}
.home-page #bulbfinder #bulbfinder-reset {
}
#bulbfinder #bulbfinder-final-bulb {
    margin-top: 0;
}
@media screen and (max-width: 1250px) {
    .customer-service {
        font-size: 13px;
    }
    .finders {
        margin-top: 0;
    }
    .finders .finder {
        width: 30%;
        margin: 0 0.5% 0 0.5%;
        min-height: 0;
    }
    .finders .finder--cartridges {
        width: 67%;
        margin: 0 0.5% 0 1%;
        width: 50%;
        background: #555;
    }
        .finders .finder--cartridges .category-finder-home {    
            min-height: 0;
            padding-bottom: 10px;
        }
        .finders .finder--stationery {
            display: none;
        }
        .finders .finder--bulbs {
            width: 30%;
        }
    .finders .finder .finder__contents {
        min-height: 0;
    }
        .finders .finder--cartridges .finder__contents {
            min-height: 337px;
        }
        .finders .finder--cartridges .popular-manufacturers {
            min-height: 294px;
        }
}
/* END EXPERIMENTAL UPDATES TO HOME */

.chosen-container-single .chosen-single span {
    font-size: 0.85em;
}

.container--payment-methods {
    margin-top: 12px;
    background: #fff;
    padding: 1.2em 10px;
    min-width: 940px;
    border-top: 1px solid #d3d3d3;
}
.payment-methods {
    min-width: 940px;
}
    .container--payment-methods .payment-methods__image {
        width: 100%;
    }

.container--footer-nav {
    background: #777;
    padding: 0.8em 0.5em;
    min-width: 940px;
    border-top: 1px solid #d3d3d3;
}
.footer-nav {
    min-width: 940px;
}
    .container--footer-nav .footer-nav__contents {
        width: 100%;
    }
        .container--footer-nav .footer-nav__contents .footer-nav__ul {
            margin: 0;
            padding: 0;
        }
            .container--footer-nav .footer-nav__contents .footer-nav__ul li {
                float: left;
                width: 23%;
                margin: 0 1% 0 0;
                display: block;
                list-style-type: none;
                padding: 0.2em 0;
                border-right: 1px solid #cecece;
                min-height: 91px;
            }
                .container--footer-nav .footer-nav__contents ul li a {
                    color: #fff;
                }
                    .container--footer-nav .footer-nav__contents ul li a:hover {
                        text-decoration: none;
                    }
                .container--footer-nav .footer-nav__contents ul li strong {
                    color: #fff;
                    font-size: 1.1em;
                    text-transform: uppercase;
                }
        .container--footer-nav .footer-nav__contents .footer-nav__ul li ul {
        }
        .container--footer-nav .footer-nav__contents .footer-nav__ul li ul li {
            float: left;
            width: 42%;
            margin-right: 2.5%;
            display: list-item;
            list-style-type: square;
            color: #fff;
            margin-left: 0.55em;
            padding-left: 2%;
            border: 0;
            min-height: 0;
        }
        .container--footer-nav .footer-nav__contents .footer-nav__ul li.tips {
            width: 18%;
        }
        .container--footer-nav .footer-nav__contents .footer-nav__ul li.depts {
            width: 30%;
            margin-right: 0;
            border-right: 0;
        }

#nav-all li#neopost a {
    background-position: -108px -417px;
}

.stationery-best-selling {
    border-top: 1px solid #d3d3d3;
    min-height: 239px;
}
.finders .finder .finder__contents h3 {
    font-size: 1.15em;
    margin: 0;
    padding: 0.5em 0.2em 0.2em 2.5%;
    text-align: left;
}
    .stationery-best-selling a {
        display: block;
        width: 48%;
        margin: 1.5% 0 0 1.5%;
        /*width: 32%;
        margin: 0 0 2.5% 1.3%;*/
        float: left;
    }
        .stationery-best-selling a img {
            width: 100%;
            display: block;
        }



.finder .chosen-container-single .chosen-single div b {
    background-color: #00AA00;
    background-image: url(../images/dropdown-arrow.png);
    background-position: center center;
}
.finder .chosen-container-single .chosen-single:hover div b {
    background-position: center center;
}
.finder .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center center;
}


/*.banners {
    height: 96px;
}
    .banners #slidr-div {
        margin: 0 auto;
    }
        .banners #slidr-div .item a {
            width: 100%;
        }
        .banners #slidr-div .item {
            width: 100%;
        }
            .banners #slidr-div .item img {
                display: block;
                margin: 0 auto;
            }*/

/*----Looper v1.1.1: rygine.com/projects/looper.js/docs----*/
.looper {
  position: relative;
  z-index: 1;
  line-height: 1;
  width: auto;
  height: auto;
}
.looper:focus {
  outline: 0;
}
.looper .looper-inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.looper .item {
  display: none;
  position: relative;
  z-index: 3;
}
.looper .item.active,
.looper .item.next,
.looper .item.prev {
  display: block;
}
.looper .item.active {
  top: 0;
  left: 0;
  z-index: 4;
}
.looper .item > img {
  display: block;
  line-height: 1;
}
.looper.xfade .looper-inner {
  height: 100%;
}
.looper.xfade .item {
  -webkit-transition: 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in opacity;
  transition: 0.5s ease-in opacity;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.looper.xfade .item.go {
  opacity: 1;
}
.looper.xfade .item.active {
  opacity: 1;
}
.looper.xfade .item.active.go {
  opacity: 0;
}
.looper.slide.xfade .item {
  -webkit-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
}
.looper.slide .item {
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
}
.looper.slide .item.next,
.looper.slide .item.prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.looper.slide .item.next {
  left: 100%;
}
.looper.slide .item.prev {
  left: -100%;
}
.looper.slide .item.active.prev,
.looper.slide .item.active.next {
  position: relative;
  left: 0;
}
.looper.slide .item.go {
  left: 0;
}
.looper.slide .item.go.active {
  left: -100%;
}
.looper.slide .item.go.active.prev {
  left: 100%;
}
.looper.slide.right .item.next {
  left: -100%;
}
.looper.slide.right .item.prev {
  left: 100%;
}
.looper.slide.right .item.go {
  left: 0;
}
.looper.slide.right .item.go.active {
  left: 100%;
}
.looper.slide.right .item.go.active.prev {
  left: -100%;
}
.looper.slide.down .looper-inner {
  height: 100%;
}
.looper.slide.down .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}
.looper.slide.down .item.next,
.looper.slide.down .item.prev {
  left: 0;
}
.looper.slide.down .item.next {
  top: -100%;
}
.looper.slide.down .item.prev {
  top: 100%;
}
.looper.slide.down .item.go {
  top: 0;
}
.looper.slide.down .item.go.active {
  top: 100%;
  left: 0;
}
.looper.slide.down .item.go.active.prev {
  top: -100%;
}
.looper.slide.down.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}
.looper.slide.up .looper-inner {
  height: 100%;
}
.looper.slide.up .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top;
}
.looper.slide.up .item.next,
.looper.slide.up .item.prev {
  left: 0;
}
.looper.slide.up .item.next {
  top: 100%;
}
.looper.slide.up .item.prev {
  top: -100%;
}
.looper.slide.up .item.go {
  top: 0;
}
.looper.slide.up .item.go.active {
  top: -100%;
  left: 0;
}
.looper.slide.up .item.go.active.prev {
  top: 100%;
}
.looper.slide.up.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
}
/*.looper-control {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #333333;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.looper-control.right {
  left: auto;
  right: -20px;
}
.looper-control:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.looper-nav {
  background: transparent;
  text-align: center;
  list-style-type: none;
  margin: 0;
}
.looper-nav > li {
  display: inline-block;
  font-size: 36px;
}
.looper-nav > li a {
  color: #049cdb;
}
.looper-nav > li a:hover {
  color: #036690;
}
.looper-nav > li.active a,
.looper-nav > li.active a:hover {
  color: #036690;
}*/
/*----End Looper----*/


/*.container--nav .menu li.has-subnav .relative-wrap {
    position: static;
}*/
.nav-inner {
    position: relative;
}


/* Version with the white background removed continued... (home page) */
@media screen and (max-width: 1250px) {
    .finders .finder--cartridges {
        margin: 0 0.5% 0 0;
        width: 67%;
    }
    .finders .finder--bulbs {
        margin: 0 0 0 0.5%;
        width: 32%;
    }
        .finders .finder--bulbs .finder__contents {
            min-height: 368px;
        }
    .finders {
        margin-top: 0.5em;
        padding-bottom: 0;
    }
}
/* End Version with white background removed continued... */



/* Version with the white background removed continued... (home page) */
@media screen and (max-width: 1250px) {
    .finders .finder--cartridges {
        margin: 0 0.5% 0 0;
        width: 67%;
    }
    .finders .finder--bulbs {
        margin: 0 0 0 0.5%;
        width: 32%;
    }
        .finders .finder--bulbs .finder__contents {
            min-height: 368px;
        }
    .finders {
        margin-top: 0.5em;
        padding-bottom: 0;
    }
}
/* End Version with white background removed continued... */


/*
footer icons
*/
.security-icons {
    /*width: 686px;*/
    margin: 3em auto 0;
    width: 568px;
}
    .security-icons a {
        display: block;
        float: left;
        margin-right: 20px;
    }
        .security-icons a img {
            display: block;
        }
    .security-icons #mcafee a {
        margin-right: 0;
        padding: 6px 0;
    }
    .security-icons a.verisign {
        padding: 5px 0;
    }

.mobile-link {
    padding: 5em 0 1em;
    text-align: center;
    margin: 0 auto;
}
    .mobile-link .mobile_site_link {
        display: block;
        margin: 0 auto;
        width: 128px;
        text-align: center;
        padding: 0.4em 0.6em;
        color: #000;
        border-radius: 3px;
        font-size: 1.1em;
        line-height: 1.2em;
        text-decoration: none;

        background: #ffffff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
        background-image: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    }
        .mobile-link .mobile_site_link:hover {
            background: #f6f6f6; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background-image: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%); /* FF3.6+ */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(49%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
            background-image: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
            background-image: -o-linear-gradient(top, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* Opera 11.10+ */
            background-image: -ms-linear-gradient(top, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* IE10+ */
            background-image: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 49%,#f1f1f1 50%,#ffffff 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
        }


/* Fundraising */
.fundraising {
    padding: 0.8em;
}

/* ---- Add To Basket ---- */
#list-layout, #pr-top {
    float: left;
    width: 100%;
}

#list-layout div.product-atb div.atb-action input.atb {
    float: right;
}
/*.grouped-product-list__content:hover {
    background: #e9ffd9;
}*/
.grouped-product-list .atb-qty {
    float: none;
    padding-right: 0;
    text-align: center;
    padding-top: 0;
}
.button--add-to-basket {
    display: block;
    border: 1px solid #CA1986;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
    
    background: #ff3eb5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmM2ViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmM2ViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RmMmU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjJlOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ff3eb5 0%, #ff3eb5 49%, #df2e9b 50%, #df2e9b 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3eb5), color-stop(49%,#ff3eb5), color-stop(50%,#df2e9b), color-stop(100%,#df2e9b)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ff3eb5 0%,#ff3eb5 49%,#df2e9b 50%,#df2e9b 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ff3eb5 0%,#ff3eb5 49%,#df2e9b 50%,#df2e9b 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ff3eb5 0%,#ff3eb5 49%,#df2e9b 50%,#df2e9b 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #ff3eb5 0%,#ff3eb5 49%,#df2e9b 50%,#df2e9b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3eb5', endColorstr='#df2e9b',GradientType=0 ); /* IE6-8 */
}
    .button--add-to-basket:hover {
        background: #df2e9b; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMmU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmM2ViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RmMmU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjNlYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(top, #df2e9b 0%, #ff3eb5 50%, #df2e9b 51%, #ff3eb5 100%); /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df2e9b), color-stop(50%,#ff3eb5), color-stop(51%,#df2e9b), color-stop(100%,#ff3eb5)); /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #df2e9b 0%,#ff3eb5 50%,#df2e9b 51%,#ff3eb5 100%); /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #df2e9b 0%,#ff3eb5 50%,#df2e9b 51%,#ff3eb5 100%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #df2e9b 0%,#ff3eb5 50%,#df2e9b 51%,#ff3eb5 100%); /* IE10+ */
        background-image: linear-gradient(to bottom, #df2e9b 0%,#ff3eb5 50%,#df2e9b 51%,#ff3eb5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2e9b', endColorstr='#ff3eb5',GradientType=0 ); /* IE6-8 */
    }
        .button--add-to-basket__inner {
            display: block;
            border-top: 1px solid #ff4ec5;
            width: 99px;
            font-size: 0.875em;
            color: #fff;
            line-height: 21px;
        }

.grouped-product-list__price {
    min-width: 81px;
}
.grouped-product-list__columns__next-day, .grouped-product-list__columns__standard {
    /*text-align: center;*/
    vertical-align: middle;
}
    .grouped-product-list__columns__next-day td, .grouped-product-list__columns__standard td {
        text-align: center;
        /*vertical-align: middle;*/
        vertical-align: top;
    }
    .grouped-product-list__columns__next-day .button--add-to-basket, .grouped-product-list__columns__standard .button--add-to-basket {
        margin: 0 auto;
        /*float: right;*/
    }
.grouped-product-list__columns__next-day__table, .grouped-product-list__columns__standard__table {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    width: 100%;
}
.grouped-product-list__columns__next-day__table td, .grouped-product-list__columns__standard__table td {
    /*text-align: left;*/
}
.grouped-product-list .status-atb {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    /*width: 160px;*/
    width: auto;
}
    .grouped-product-list .status-atb span {
        display: block;
        margin-top: 4px;
        padding: 4px 3px;
    }

.grouped-product-list__columns__product {
    vertical-align: middle;
}

/*.grouped-product-list th, .grouped-product-list td {
    vertical-align: middle;
}*/
        /* -- on product detail page (pdp) -- */
        .offer-add-to-basket--CPJ { 
            border: 1px solid #009FD7;
        }
        .offer-add-to-basket--HH {
            border: 1px solid #72B31B;
        }
        .offer-add-to-basket {
            margin-bottom: 10px;
            padding: 2px;
        }
/* ---- End Add To Basket ---- */



/* ---- Redesign of PYO ---- */
            .pyoConfigurator {
                overflow: auto;
                background: #00A33D;
                padding-left: 25px;
                margin-bottom: 0;
             }
            .pyoConfigurator, #pr-layout .pyoConfigurator {
                padding-left: 0;
            }
             .pyoConfigurator .pyoTop, #pr-layout .pyoConfigurator .pyoTop {
                display: block;
                float: none;
                background: #00A33D;
                color: #fff;
                height: auto;
                overflow: auto;
                border: 0;
                width: auto;
             }
                 .pyoConfigurator .pyoTop h1, #pr-layout .pyoConfigurator .pyoTop h1 {
                    margin: 0;
                    padding: 0.4em 0.6em 0.4em 0.3em;
                    font-size: 1.8em;
                 }
                .pyoTop h1, #pr-layout .pyoTop h1 {
                    background: transparent;
                    padding-left: 25px;
                }

             .pyoTopRT__qty {
                
             }

             .pyoStartArea {
                background: #fff;
                padding: 20px;
                overflow: auto;
             }
            #pr-layout .pyoStartArea {
                padding: 10px 0;
            }
                 .pyoStartArea .starthere {
                    float: none;
                    box-shadow: 1px 1px 3px #222;
                 }
                    .pyoStartArea .starthere:hover {
                        box-shadow: 1px 1px 1px #444;
                    }
                    .pyoStartArea .starthere-wrapper {
                        display: block;
                        position: relative;
                    }
                        .pyoStartArea .starthere-wrapper .starthere-arrow {
                            position: absolute;
                            right: 100%;
                            top: 50%;
                            margin-top: -12px;
                            margin-right: 0;
                            float: none;
                        }
             .pyoUsps ul li {
                float: none;
             }
             .pyoStartArea__product-image {
                float: left;
             }
            #pr-layout .pyoStartArea__product-image {
                width: 100px;
                height: auto;
            }
            @media screen and (max-width: 1200px) {
                #pr-layout .pyoStartArea__product-image {
                    width: 80px;
                }
            }
             .pyoStartArea__detail {
                float: left;
                margin-left: 2%;
                width: 62%;
             }
            #pr-layout .pyoStartArea__detail h3 {
                font-size: 105%;
                margin-bottom: 8px;
            }
             .pyoStartArea__pricing {
                float: right;
                width: 14%;
                text-align: center;
             }
            #pr-layout .pyoStartArea__pricing {
                width: 20%;
            }
                 .pyoStartArea__pricing h2 {
                    font-size: 1.4em;
                 }
                #pr-layout .pyoStartArea__pricing h2 {
                    font-size: 1.4em;
                    color: #00376A;
                    font-weight: bold;
                    line-height: 1;
                    margin-bottom: 0.5em;
                    background: #fff;                    
                }
             .starthere {
                float: none;
                /*background: linear-gradient(to bottom, #FF3EB5 0%, #FF3EB5 49%, #DF2E9B 50%, #DF2E9B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
                background: #ff3333;
                border: 1px solid #cc3333;
                cursor: pointer;
                display: block;
                padding: 0;
                text-transform: uppercase;
                margin: 0.7em auto 0;
             }
#pr-layout .starthere {
    display: none;
}
                 .starthere .button--add-to-basket__inner {
                    border-top: 0;
                    width: auto;
                    padding-left: 1px;
                    padding-right: 1px;
                    font-size: 0.9em;
                    font-weight: bold;
                 }
             .underline {
                text-decoration: underline;
             }

             .pyoTopRT__buy {
                font-size: 1.7em;
                line-height: 1.6em;
             }
                .pyoTopRT__qty {
                    color: #cc3333;
                }
             .pyoTopRT__label {
                font-size: 1.1em;
                line-height: 0.9em;
             }
             .pyoTopRT__cost1 {
                font-size: 1.8em;
                line-height: 1.4em;
                color: #cc3333;
             }

            .pyo-form {
                width: auto;
                background: #fff;
             }
             .pyo-form .closeForm {
                float: right;
                margin-left: 30px;
             }
#pr-layout .pyo-form .closeForm {
    display: none;
}

             #list-layout .pyo .ui-widget-content {
                background: #fff;
                border: 1px solid #AAAAAA;
             }

                .pyoProducts {
                    overflow: auto;
                    margin-bottom: 0;
                }
                    .pyoProductsRT {
                        height: auto; min-height: 100%;
                        width: 28%;
                        overflow: auto;
                    }
                    .pyoProductsLT {
                        float: left;
                        width: 72%;
                    }
             .pyoProducts .pyo {
                padding-right: 20px;
                padding-bottom: 10px;
                margin-bottom:0;
             }
                 .pyoProducts .pyo li.pyoComProduct {
                    width: auto; max-width: 100%;
                    font-size: 1.2em;
                 }
                    .pyoProducts .pyo .pyoSwatch {
                        float: left;
                    }
                    #pr-layout .pyoProducts .pyo .pyoSwatch {
                        font-size: 0.8em;
                    }

             .pyo-form {
                background: #fff;
                border: 0;
                width: auto;
             }
/* ---- End Redesign of PYO ---- */

/* -- Dave's New Footer -- */
	#footer-container {
		margin-top: 30px;
	}
	#footer-container #payment-logos-container {
		background: #fff;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
	}
	#footer-container #payment-logos-container #payment-logos {
		min-width: 960px;
		max-width: 1200px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	#footer-container #payment-logos-container #payment-logos img {
		margin: 15px auto;
		display: block;
	}
	#footer-container #newsletter-signup-container {
		background: #777;
	}
	#footer-container #newsletter-signup-container #newsletter-signup {
		width: 960px;
		margin: 0 auto;
		display: block;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form {
		padding: 45px 0 60px 0;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .title {
		border-bottom: 1px solid #828282;
		padding-bottom: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .title h3 {
		color: #fff;
		font-weight: normal;
		display: inline-block;
		margin: 0;
		font-size: 30px;
		padding-right: 5px;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .title p {
		color: #b3b3b3;
		display: inline-block;
		margin: 0;
		font-size: 20px;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .name {
		display: block;
		float: left;
		width: 38%;
		margin-left: 1.5%;
		margin-right: 0.5%;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .email {
		display: block;
		float: left;
		width: 48%;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .name label,
	#footer-container #newsletter-signup-container #newsletter-signup form .email label {
		display: none;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .name .mxm-form-text,
	#footer-container #newsletter-signup-container #newsletter-signup form .email .mxm-form-text {
		border: 0px;
		padding: 10px 4%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		width: 92%;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .submit {
		display: block;
		width: 10%;
		margin-left: 0.5%;
		margin-right: 1.5%;
		float: left;
	}
	#footer-container #newsletter-signup-container #newsletter-signup form .submit .mxm-form-button {
		border: 0px;
		padding: 10px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #00a33d;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		width: 100%;
	}

	#footer-container #footer-menus-container {
		background: #3f3f3f;
	}
	#footer-container #footer-menus-container #footer-menus {
		min-width: 960px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0 50px 0;
		display: block;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav {
		display: table;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 0 30px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li {
		position: relative;
		margin: 0;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li:before {
		position: absolute;
		left: 0;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.title {
		text-transform: uppercase;
		color: #919191;
		margin-bottom: 10px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.facebook {
		padding: 0 18px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.facebook:before {
		content: url('/assets/images/footer/social/facebook.jpg');
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.twitter {
		padding: 0 18px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.twitter:before {
		content: url('/assets/images/footer/social/twitter.jpg');
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.googleplus {
		padding: 0 18px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.googleplus:before {
		content: url('/assets/images/footer/social/google.jpg');
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.youtube {
		padding: 0 18px 5px 18px;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.youtube:before {
		content: url('/assets/images/footer/social/youtube.jpg');
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.blog {
		padding: 5px 18px 0 18px;
		border-top: 1px solid #828282;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li.blog:before {
		content: url('/assets/images/footer/social/blog.jpg');
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li a {
		color: #fff;
		text-decoration: none;
	}
	#footer-container #footer-menus-container #footer-menus .footer-nav .footer-nav-menu ul li a:hover {
		text-decoration: underline;
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons {
		display: table;
		list-style: none;
		margin: 0 auto;
		padding: 60px 0 30px 0;
		text-align: center;
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li {
		display: inline-block;
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li a {
		display: block;
		line-height: 0;
		font-size: 0;
		color: transparent;
		-webkit-transition: background 0.2s ease;
		-moz-transition: background 0.2s ease;
		-o-transition: background 0.2s ease;
		transition: background 0.2s ease;
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li a:hover {
		-webkit-transition: background 0.2s ease;
		-moz-transition: background 0.2s ease;
		-o-transition: background 0.2s ease;
		transition: background 0.2s ease;
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-ekomi {
		width: 67px;
		height: 71px;
		background: url('/assets/images/footer/secure-logos/ekomi.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-ekomi:hover {
		background: url('/assets/images/footer/secure-logos/ekomi_on.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-google {
		width: 92px;
		height: 71px;
		background: url('/assets/images/footer/secure-logos/google.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-google:hover {
		background: url('/assets/images/footer/secure-logos/google_on.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-hitwise {
		width: 122px;
		height: 66px;
		background: url('/assets/images/footer/secure-logos/hitwise-4.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-hitwise:hover {
		background: url('/assets/images/footer/secure-logos/hitwise-4_on.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-safebuy {
		width: 80px;
		height: 66px;
		background: url('/assets/images/footer/secure-logos/safebuy.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-safebuy:hover {
		background: url('/assets/images/footer/secure-logos/safebuy_on.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-mcafee {
		width: 105px;
		height: 65px;
		background: url('/assets/images/footer/secure-logos/mcafee.png');
	}
	#footer-container #footer-menus-container #footer-menus .footer-security-icons li #security-icon-mcafee:hover {
		background: url('/assets/images/footer/secure-logos/mcafee_on.png');
	}
	#footer-container #footer-menus-container #footer-menus .copyright {
		width: 100%;
		text-align: center;
		color: #919191;
	}
	#footer-container #footer-menus-container #footer-menus .copyright abbr {
		border-bottom: 1px solid #919191;
	}
/* -- End of Dave's New Footer -- */

/* ---- Homepage Email Sign Up ---- */
	#homepage-email-sign-up {
		min-width: 960px;
		max-width: 1200px;
		margin: 12px auto 0 auto;
		padding: 14px 0;
		display: block;
		background: #fff;
		border: 1px solid #D3D3D3;
	}
	#homepage-email-sign-up #homepage-email-sign-up-intro {
		display: block;
		float: left;
		width: 37%;
		padding-left: 2%;
	}
	#homepage-email-sign-up #homepage-email-sign-up-intro h3 {
		color: #00376a;
		text-transform: uppercase;
		margin: 0;
		font-size: 15px;
	}
	#homepage-email-sign-up #homepage-email-sign-up-intro p {
		margin: 0;
	}
	#homepage-email-sign-up .mxm-form {
		display: block;
		float: right;
		width: 59%;
		padding-right: 2%;
	}
	#homepage-email-sign-up .mxm-form .mxm-form-item {
		margin-top: 3px;
	}
	#homepage-email-sign-up .mxm-form .mxm-form-item .mxm-form-item-label {
		display: none;
	}
	#homepage-email-sign-up .mxm-form .mxm-form-item .mxm-form-field {

	}
	#homepage-email-sign-up .mxm-form .mxm-form-item .mxm-form-field .mxm-form-text {
		float: left;
		border: 1px solid #ddd;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		box-sizing: border-box;
		display: block;
		padding-left: 5px;
		padding-left: 5px;
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		margin: 0 1% 0 0;
		width: 43%;
	}
	#homepage-email-sign-up .mxm-form .mxm-form-item .mxm-form-field .mxm-form-button {
		display: inline-block;
		background: #7BB15A;
		color: #fff;
		border: 0;
		font-weight: bold;
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		border-bottom: 2px solid #327149;
		cursor: pointer;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow: 1px 2px 0 #327149;
		width: 12%;
	}


/* ---- End of Homepage Email Sign Up ---- */