body,
html,
div,
p,
ul,
li a,
span,
table,
aside,
section q,
u,
i,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 0;
    padding: 0;
}

@font-face
{
    font-family: 'fontello';
    src: url('../fontsfontello.eot?');
    src: url('../fontsfontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.svg') format('svg'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wrapper,
.store-wrapper
{
    width: 980px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
    background: #FFFFFF;
}

.leftcontent
{
    width: 700px;
    float: left;
}

.wrapper
{
    min-height: 1500px;
}

.header
{
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
    height: 66px;
}

.aboutboxImage
{
    background: url('https://www.cclonline.com/ebay/images/warehouse.png') center center no-repeat;
    width: 188px;
    height: 113px;
    margin: 10px auto;
}


div.logo
{
    float: left;
    width: 450px;
    height: 62px;
}

    div.logo a
    {
        background: url('https://www.cclonline.com/ebay/images/ccl-logo-ebay.png') top left no-repeat;
        width: 414px;
        height: 62px;
        display: block;
    }


.back a
{
    color: #fff;
    /* font-weight: bold; */
    text-decoration: none;
    /* font-style: italic; */
}

a img
{
    border: 0px;
}

#cclLogo
{
    float: left;
}

.red
{
    color: #f00;
}

.blue
{
    color: #0368d8;
}

.yellow
{
    color: #f6bc2d;
}

.green
{
    color: #85b817;
}

.header-rightsection
{
    float: right;
}

    .header-rightsection p
    {
        clear: both;
        margin-top: 0px;
        margin-right: 10px;
    }

    .header-rightsection a
    {
        color: #0092dd;
        /*font-weight: bold;*/
        text-decoration: none;
    }

div.freeDelivery:before
{
    content: '\e92d';
    font-family: 'fontello';
    font-size: large;
}

.freeDelivery
{
    float: right;
    padding: 10px;
    background-color: #0092dd;
    color: #fff;
    margin-bottom: 4px;
}

.freeDel
{
    float: right;
    font-weight: bold;
    display: none;
}

ul.socialnetworks li
{
    float: left;
    margin-right: 10px;
    font-family: 'fontello';
    position: relative;
    display: none; /* removed 07/10/2014 */
}

    ul.socialnetworks li a
    {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

li.facebook:before
{
    content: '\e979';
    font-size: xx-large;
    color: #3b5998;
}

li.twitter:before
{
    content: '\e9a6';
    font-size: xx-large;
    color: #55acee;
}

li.youtube:before
{
    content: '\e9b3';
    font-size: xx-large;
    color: #e22b27;
}

ul.socialnetworks
{
    list-style-type: none;
    width: 130px;
    float: right;
}

.welcomeMessage
{
    /*width: 280px;*/
    color: #0085c9;
    float: left;
    margin-left: 10px;
    margin-top: 42px;
    font-size: medium;
}

.menu-wrapper
{
    clear: both;
    background: #464646;
    height: 36px;
    /*overflow: auto;*/
    /* clear: both; */
    /* margin-bottom: 20px; */
}

.search-wrapper
{
    background-color: #464646;
    overflow: auto;
}

    .search-wrapper ul
    {
        float: right;
    }

        .search-wrapper ul li
        {
            float: left;
            display: inline-block;
            border-right: 1px solid #575757;
        }

            .search-wrapper ul li:last-child
            {
                border-right: none;
            }

            .search-wrapper ul li a
            {
                color: #fff;
                display: block;
                padding: 10px 19px;
                text-decoration: none;
            }

.Floatleft
{
    float: left;
}

.navArea
{
    background: #0092dd;
    overflow: hidden;
}

.megamenu
{
    position: absolute;
    display: none;
    left: 0;
    /*top: 155px !important;  WHY? - is this needed for normal eBay listings? */
    background: white;
    border: 1px solid #0092DD;
    border-top: none;
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1000;
    padding-right: 2px;
    margin: -3px 0 0 -20px;
}

    .megamenu .column
    {
        float: left;
        width: 175px;
        padding-right: 10px;
        padding-bottom: 20px;
        display: inline-block;
    }

        .megamenu .column ul
        {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .megamenu .column h3
        {
            color: #464646;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            margin: 12px 0 6px 0;
            padding: 2px;
        }

            .megamenu .column h3.linkheader
            {
                padding: 0px !important;
                /* remove padding */
            }

            .megamenu .column h3 a
            {
                color: #464646;
                text-decoration: none;
                display: block;
                padding: 3px;
                border-bottom: #ececec 1px solid;
            }

                .megamenu .column h3 a:hover
                {
                    color: #0092dd;
                    background-color: #eee;
                    border-bottom: #CACACA 1px solid;
                }

        .megamenu .column ul li a
        {
            text-decoration: none;
            color: #0092dd;
            display: block;
            padding: 0 2px 0 2px;
            text-align: left;
            line-height: 1.6em;
            font-size: 13px;
        }

            .megamenu .column ul li a:hover
            {
                background: #D3E6FB;
            }

.tabs
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Trebuchet ms, Helvetica, sans-serif;
    width: auto;
    float: left;
    padding: 2px;
}

    .tabs li
    {
        line-height: 34px;
        margin: 0 1px 0 0;
        padding: 0;
        font-size: 1em;
        text-align: left;
        border-left: 1px solid rgba(0, 0, 0, 0.07);
        overflow: hidden;
        float: left;
        width: 105px;
    }

        .tabs li:first-child
        {
            border: none;
        }

        .tabs li a
        {
            float: left;
            color: #FFF;
            margin: 0;
            text-decoration: none;
            display: block;
            font-weight: normal;
            text-transform: capitalize;
            width: 100%;
        }

            .tabs li a span
            {
                float: left;
                margin: 0;
                text-align: center;
                margin-top: 1px;
                display: block;
                width: 100%;
                font-weight: bold;
                font-size: 13px;
            }

ul.tabs li a span:hover,
.hovered
{
    color: #000 !important;
    background-color: #fff;
    text-decoration: none;
}

ul.navLinks
{
    width: 97%;
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 1.5% 0 1.5%;
}

    ul.navLinks li.SubCats
    {
        list-style: none;
        display: inline;
        margin: 0 0 0 0;
        padding: 0 0 0 2px;
        background: none !important;
        color: #464646;
        text-align: left;
    }

        ul.navLinks li.SubCats a
        {
            color: #555 !important;
            float: left;
            background: #fff !important;
        }

    ul.navLinks li
    {
        list-style: none;
        display: inline;
        margin: 0;
        float: left;
        white-space: nowrap;
        text-align: center;
    }

        ul.navLinks li ul
        {
            position: absolute;
            z-index: 10;
            margin: 0;
            padding: 0;
            background: #fff !important;
            width: 99%;
            display: block;
            float: left;
            white-space: nowrap;
        }

.navArea ul.navLinks li .CatDrop
{
    z-index: 5;
    background: #fff !important;
    position: absolute;
    margin: 0;
    padding: 0;
    width: auto;
    top: 45px;
    color: #464646;
}

    .navArea ul.navLinks li .CatDrop .specifications
    {
        background: #fff !important;
        margin: 0;
        padding: 15px;
        border: #e7e7e7 2px solid;
        border-top: none;
        width: auto;
        display: block;
        clear: both;
        min-height: 200px;
        overflow: hidden;
        _height: 300px;
        _overflow: visible;
    }

.navArea ul.navLinks li.link .CatDrop .specifications .specificationLeft,
.navArea ul.navLinks li.link .CatDrop .specifications .specificationRight
{
    margin: 0 10px 0 0;
    float: left;
    width: 130px;
    display: block;
}

    .navArea ul.navLinks li.link .CatDrop .specifications .specificationLeft ul,
    .navArea ul.navLinks li.link .CatDrop .specifications .specificationRight ul
    {
        float: left;
        width: 130px;
        display: block;
    }

    .navArea ul.navLinks li.link .CatDrop .specifications .specificationLeft strong,
    .navArea ul.navLinks li.link .CatDrop .specifications .specificationRight strong
    {
        color: #0092dd;
        font-size: 1.2em;
    }

.navArea ul.navLinks li .CatDrop .specifications .specificationLeft ul li.SubCats,
.navArea ul.navLinks li .CatDrop .specifications .specificationRight ul li.SubCats
{
    background: none;
    margin: 0;
    padding: 0;
    width: 130px;
}

.navArea ul.navLinks li .CatDrop .specifications .specificationLeft ul li a,
.navArea ul.navLinks li .CatDrop .specifications .specificationRight ul li a
{
    color: #464646;
    background: none;
    font-size: .9em;
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
    display: block;
    width: 130px;
    float: left;
    background: url('../images/structure/side-dash-hoz.gif') bottom left repeat-x !important;
    text-align: left;
}

    .navArea ul.navLinks li .CatDrop .specifications .specificationLeft ul li a:hover,
    .navArea ul.navLinks li .CatDrop .specifications .specificationRight ul li a:hover
    {
        color: #0092dd !important;
    }

ul.navLinks li.link a
{
    display: inline;
    width: 90%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 5% 10px 5%;
    font-size: 100%;
    cursor: pointer;
    float: left;
    background: url('../images/structure/bg-nav-white.gif') -100px -100px repeat-x;
    text-align: center;
}

    ul.navLinks li.link a:hover
    {
        color: #464646;
        text-decoration: none;
        background: url('../images/structure/bg-nav-white.gif') bottom left repeat-x;
    }

ul.navLinks li.linkSelect a
{
    display: block;
    width: 100%;
    color: #464646;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 0px 10px 0px;
    font-size: 105%;
    cursor: pointer;
    float: left;
    background: url('../images/structure/bg-nav-white.gif') bottom left repeat-x;
}
/*------------------------*/

.searchContainer
{
    float: left;
}
/*----------ebay search box*/

.v4sbox
{
    border: none;
    width: 250px;
    height: 22px;
    padding: 2px;
    outline: none;
}

input[type="submit"]
{
    border: 1px solid #91ca49;
    background-color: #91ca49;
    color: #fff;
    width: 42px;
    height: 24px;
}

.searchtextbox
{
    margin: 5px 0 0 5px;
    background-color: #fff;
    display: inline-block;
    width: 272px;
    float: left;
}

    .searchtextbox:before
    {
        font-family: 'fontello';
        content: '\e9ba';
        padding: 5px 0px 5px 5px;
        font-size: medium;
    }

.searchform
{
    margin: 0 !important;
}

.btnSearch
{
    border: none;
    background-color: #91CA49;
    padding: 3px 10px;
    outline: none;
    color: #FFF;
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}

.g-hdn
{
    display: none;
}

.topSection
{
    overflow: auto;
    float: right;
}

.banner-wrapper
{
    width: 700px;
    float: left;
    height: 313px !important;
    margin-top: 5px;
    position: relative;
    display: none;
}

.aboutCCL
{
    margin-top: 5px;
}

.box-body
{
    border: 2px solid #DEDEDE;
}

.aboutCCL h3
{
    color: #464646;
    font-size: 13px;
    text-align: center;
}

.aboutCCL p
{
    color: #0092dd;
    text-align: center;
}

.awards-box
{
    background-color: #edebec;
    position: relative;
    margin-top: 10px;
    padding: 3px 0;
}

    .awards-box ul li
    {
        list-style-type: none;
        padding: 2px;
        margin: 5px 0;
        font-size: small;
    }

        .awards-box ul li:before
        {
            content: '\e819';
            font-family: fontello;
            font-size: small;
            margin: 0 5px;
        }

#TopRatedLogo
{
    float: right;
    margin-top: -110PX;
    display: none; /* removed 07/10/2014 */
}

#warehouseImg
{
    display: block;
    margin: 10px auto;
    height: 113px;
}

div.box
{
    width: 270px;
    float: right;
    margin-top: 5px;
    position: relative;
    margin-bottom: 5px;
}

.box-title
{
    padding: 10px;
    color: #fff;
    background-color: #0092dd;
    font-weight: bold;
}

.box a
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.brand-wrapper
{
    overflow: auto;
    border: 1px solid #CCC;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: none;
    padding: 8px 0px;
    width: 698px;
}

    .brand-wrapper li
    {
        list-style: none;
        float: left;
        margin-left: 5px;
    }

.products
{
    float: left;
    width: 700px;
    margin-top: 0;
    position: relative;
    display: none;
}

.product
{
    display: inline-block;
    margin: 5px 2px;
    width: 225px;
    position: relative;
    min-height: 200px;
    text-align: center;
    border-left: 1px solid #EDEBEC;
}

    .product:nth-child(3n+1)
    {
        border-left: 0px;
    }

    .product a
    {
        position: absolute;
        height: 100%;
        width: 100%;
    }

p.name
{
    padding: 8px;
}

p.price,
p.was
{
    /* text-align: right;*/
}

    p.price span.smalltext
    {
        font-size: 14px;
    }

    p.price span.customise
    {
        color: #e79e01;
    }

p.was
{
    font-size: small;
    color: #464646;
}

p.price,
span.bin.g-b
{
    clear: both;
    color: #0092dd;
    font-weight: bold;
    font-size: large;
}

div.pricedescription .price
{
    font-size: medium !important;
    margin-bottom: 0px;
}

.product p.pricedesc
{
    margin-bottom: 0px;
}

p.pricedesc
{
    /* font-size: 140%; */
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    text-align: center;
}

.product-price .pricedesc
{
    font-size: 14px;
    text-align: left;
}

.product-price .price
{
    font-size: 24px;
}

span.strike
{
    text-decoration: line-through;
}

.rightsidebar
{
    width: 270px;
    float: right;
    display: none;
}

.wrapper .rightsidebar
{
    float: right;
    display: block;
}

.fivestar-promise
{
    text-align: center;
    color: #0092DD;
    border: 2px solid #DEDEDE;
    padding: 10px 0;
    width: 266px !important;
}

.box-product
{
    border: 2px solid #DEDEDE;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

div.bestseller
{
    position: relative;
}

    div.bestseller a
    {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.banner-wrapper ul li
{
    float: left;
    display: inline-block;
}

.unslider
{
    position: absolute;
    width: 16px;
    z-index: 1;
    padding: 10px;
    font-family: fontello;
    text-align: center;
    color: #858585;
}

.previous-slide:before
{
    content: '\ea2b';
    font-size: 50px;
    display: block;
    margin-top: 100px;
}

.previous-slide
{
    left: 5px;
    bottom: 5px;
    height: 91%;
    cursor: pointer;
}

.next-slide
{
    right: 5px;
    bottom: 5px;
    height: 91%;
    cursor: pointer;
}

    .next-slide:before
    {
        content: '\ea2c';
        font-size: 50px;
        display: block;
        margin-top: 100px;
    }
/*-------------------*/

.brand-arrow
{
    position: absolute;
    width: 30px;
    background-color: #fff;
    z-index: 1;
    font-family: fontello;
    text-align: center;
    color: #C6C6C6;
}

.previous-brand:before
{
    content: '\ea2b';
    font-size: 45px;
}

.previous-brand
{
    top: 0;
    left: 0;
}

.next-brand:before
{
    content: '\ea2c';
    font-size: 45px;
}

.next-brand
{
    top: 0;
    right: 0;
}
/*---------------------------*/

.ajax-loader
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://www.cclonline.com/content/ebay/images/tempfiles/loader.gif') center center no-repeat;
    background-color: rgba(255, 255, 255, 0.29);
    z-index: 1000;
}
/*----------------------------------------------*/

/*-------PRODUCT DETAIL PAGE--------*/

/*----------------------------------------------*/

div.back
{
    padding: 10px;
    background-color: #0092dd;
    margin-top: 5px;
    color: #fff;
    margin-bottom: 10px;
}

div.mobile-pricebar
{
    display: none;
    padding: 10px;
    background-color: #0092dd;
    color: #fff;
    font-size: medium;
}

#productImage
{
    width: 350px;
    float: left;
}

div.product-wrapper
{
    float: left;
    width: 700px;
}

h1.productTitle
{
    margin-top: 5px;
    font-size: x-large;
    color: #464646;
}

p.spiel
{
    margin: 10px 0;
    color: #ea1a4e;
    font-weight: bold;
}

div.productdetails
{
    float: left;
    width: 314px;
    margin-left: 20px;
}

.productdetails ul
{
    list-style-type: none;
    margin: 10px 0;
}

.buttons
{
    margin: 10px 0 0 0;
    overflow: hidden;
}

.button
{
    display: block;
    border: none;
    width: 150px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    text-decoration: none;
    padding: 10px 0;
    color: #fff !important;
}

.btnBuy
{
    border: 1px solid #91ca49;
    background-color: #91ca49;
    color: #fff;
    outline: none;
}

.btnWatch
{
    border: 1px solid #0092dd;
    background-color: #0092dd;
    color: #fff;
    outline: none;
}

.detail-wrapper
{
    overflow: hidden;
}

.canwehelp-container
{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.canwehelp-wrapper
{
    position: relative;
    float: right;
    clear: both;
    width: 315px; /* width: 476px;     remove livechat link */
}

.canwehelp
{
    overflow: auto;
    padding: 10px;
    border: 1px solid #98c4e7;
    background-color: #f6fbff;
    float: left;
    width: 276px;
}

    .canwehelp h4
    {
        margin-bottom: 5px;
        font-weight: bold;
    }
/*
.canwehelp:before {
    content: '\e80c';
    font-family: fontello;
    float: left;
    font-size: 49px;
    color: #4698BE;
    margin-right: 10px;
    margin-left: 10px;
}*/
.info a
{
    color: #0092dd;
    text-decoration: none;
    font-weight: bold;
}

.customise-icon
{
    width: 68px;
    height: 54px;
    float: left;
    background: url('https://www.cclonline.com/ebay/images/system-customise.png') no-repeat 8px top;
}

.product-price
{
    color: #0092dd;
    font-size: large;
}

span.productPrice
{
    color: #e61741;
    font-size: x-large;
    display: block;
    font-weight: bold;
}

.livechat
{
    text-align: center;
    float: right;
    border: 1px solid #98c4e7;
    background-color: #f6fbff;
    padding: 10px;
    height: 63px;
    display: none; /* removed 07/10/2014 */
}

    .livechat p
    {
        margin-bottom: 5px;
    }

.livechatbutton, .livechatbutton-pc
{
    border: 1px solid #3ea6dd;
    background-color: #72b9ef;
    width: 120px;
    padding: 6px 8px;
    text-align: center;
    color: #fff !important;
    font-size: medium;
    display: block;
    text-decoration: none;
}

    .livechatbutton:before, .livechatbutton-pc:before
    {
        content: '\e859';
        font-family: fontello;
        float: left;
        font-size: large;
    }

div.or
{
    border: 1px solid #3ea6dd;
    background-color: #fff;
    padding: 5px;
    width: 20px;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    left: 291px;
    top: 25px;
    display: none; /* removed 07/10/2014 */
}

div.info
{
    float: left;
    margin-left: 10px;
}

    div.info p
    {
        margin-bottom: 5px;
    }

span.question
{
    display: block;
    position: absolute;
    left: 50px;
    font-size: 41px;
    font-weight: bold;
    color: #464646;
    font-family: calibri;
    top: 20px;
}

div.question
{
    width: 60px;
    height: 54px;
    float: left;
    background: url('https://www.cclonline.com/ebay/images/can-we-help.png') no-repeat top left;
}

div.fivestar-promise-big
{
    clear: both;
    border: 1px solid #98c4ef;
    background-color: #f6fbff;
    margin-top: 10px;
    overflow: auto;
    padding: 10px;
}

.fivestar
{
    text-align: center;
    color: #0092DD;
    padding: 20px 0;
    10px 0;
    width: 180px !important;
    float: left;
    font-size: 19px;
    margin-right: 10px;
}

div.info-fivestarbig
{
    color: #0092DD;
    overflow: auto;
    margin-top: 5px;
    font-size: 16px;
}

.fivestar-tagline
{
    color: #000;
    clear: both;
    display: block;
    font-size: 11px;
    float: right;
}

div#tabs
{
    margin: 10px 0;
}

ul.speclist li img
{
    float: left;
    display: block;
    margin-right: 5px;
}

ul.speclist li span
{
}

ul.speclist li
{
    width: 100%;
    margin-bottom: 10px;
}

.fivestar-mobile
{
    display: none;
}

.customise-pcheader
{
    /*background-color: #0092dd;*/
    background-color: #E79E01;
    padding: 8px;
    color: #fff;
    margin: 5px 0;
}
/*--------------------------------EBAY OVERWRITE STYLES----------------------------------------*/

table.gallery table.fixed div.time2
{
    padding-right: 15px;
    display: none;
}

table.gallery div.subtitle
{
    margin: 2px 0;
    display: none;
}

span.bin.g-b
{
    float: right;
    font-size: medium;
}

table.fixed img
{
    display: none;
}

table.gallery div.clearFullDiv
{
    clear: both;
    width: 100%;
    display: none;
}

table.gallery td.picture
{
    text-align: center;
}
/*-----------PRODUCT DESCRIPTION STYLES-------------*/

div.r-tabs-panel h2
{
    font-size: 18px;
    color: #0092dd;
    font-weight: bold;
    margin: 15px 0;
}

div.r-tabs-panel h3
{
    margin: 15px 0;
}

div.r-tabs-panel p
{
    margin: 5px 0;
    line-height: 1.3;
}

.standard-list
{
    list-style-type: none;
}

    .standard-list li
    {
        margin-bottom: 5px;
        text-indent: 5px;
    }

        .standard-list li:before
        {
            content: '\e89f';
            font-family: fontello;
            display: inline-block;
            margin-right: 5px;
            font-size: x-large;
            color: #0092dd;
        }

div.r-tabs-panel table
{
    border: none;
    border-collapse: collapse;
}

div.r-tabs-panel tr td,
div.r-tabs-panel tr
{
    border: 1px solid #ccc;
    padding: 5px;
}

.table-seperator
{
    background-color: #0092dd;
    text-align: center;
    color: #fff;
}

.standard-table
{
    width: 100%;
}

    .standard-table tr td:first-child
    {
        width: 40%;
        font-size: 12px;
    }

        .standard-table tr td:first-child span
        {
            font-size: 13px;
        }

    .standard-table tr td
    {
        font-size: 12px;
    }
/*-----------EBAY SHOP OVERRIDE STYLES-------------*/

.hdr
{
    display: none;
}

.left
{
    display: none;
}

.right
{
    display: none;
}

div.trc
{
    padding: 10px;
    background-color: #0092dd;
    margin-top: 5px;
    color: #fff;
}

.trc .cnt,
.trc .kw
{
    color: #fff !important;
    font-size: 14px !important;
}

span.kw-new
{
    font-weight: bold;
}

.st3 .main
{
    width: 700px !important;
    margin: 0;
}

.st3
{
    width: 980px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tpgv .wp .tpitem_g
{
    padding: 10px;
    width: 180px !important;
}

.wp
{
    width: 230px !important;
    padding-bottom: 30px;
}

.ship
{
    display: none;
}

a.v4lnk
{
    font-size: 13px;
    color: #002398 !important;
}

.tpitem_g .lb,
.tpitem_g .vl
{
    font-size: 14px !important;
    color: #555;
}

.tpitem_g .bin .fp,
.tpitem_g .bin .vl
{
    font-size: 16px !important;
    color: #0092dd;
    float: right;
}

.shipg
{
    display: none;
}

.tpitem_l .icn
{
    width: 150px !important;
}

div.title_mm
{
    width: 300px !important;
}

.tpitem_l .price .bin
{
    font-size: 16px !important;
    color: #0092dd;
}

.tpitem_l .price .stp,
.tpitem_l .price .cmpa
{
    font-size: 14px !important;
    color: #555;
}

.tpcmpb
{
    padding: 0 !important;
}

div#tS2
{
    overflow: auto;
    clear: both;
    width: 100%;
}

.jTscroller
{
    position: relative;
}

    .jTscroller a
    {
        /* position: absolute; */
        width: 100%;
        height: 100%;
    }

.sidemenu
{
    overflow: auto;
    float: right;
    clear: both;
    border: 2px solid #DEDEDE;
    padding: 10px;
    display: none;
    width: 247px;
}

    .sidemenu h3
    {
        color: #0092dd;
        margin: 10px 0;
        padding-left: 3px;
    }

    .sidemenu ul
    {
        list-style-type: none;
    }

        .sidemenu ul li a
        {
            display: block;
            padding: 6px 3px 6px 3px;
            color: #000;
        }

            .sidemenu ul li a:hover
            {
                background-color: #ccc;
                text-decoration: none;
            }

.right-content
{
    overflow: hidden;
    float: right;
    display: none;
}

.bestsellers
{
    overflow: hidden;
    position: relative;
    width: 270px;
}

.bestsellers-inner
{
    border: #E7E7E7 2px solid;
    width: 266px !important;
    min-height: 260px;
}

.bestsellers ul
{
    height: 253px;
    /* initial height until unslider calculates */
}

    .bestsellers ul li
    {
        position: absolute;
        display: inline-block;
        width: 270px !important;
    }

        .bestsellers ul li img
        {
            margin: 0 auto;
            display: block;
        }

        .bestsellers ul li p.price,
        .bestsellers ul li p.name
        {
            text-align: center;
            float: none;
        }
/*------------------------*/

.similarproducts
{
    clear: both;
    overflow: auto;
    margin-top: 10px;
}

.productViewed
{
    width: 93%;
    float: left;
    padding: 0 0 13px 0;
    padding: 2% 3% 2% 3%;
    margin: 0;
    border: #E7E7E7 1px solid;
    border-top: none;
}

    .productViewed img.productImg
    {
        margin: 0 14px 0 0;
        border: 0;
        outline: 0;
        float: left;
    }

    .productViewed p
    {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #5D88B5;
        font-size: 12px;
        line-height: 1.25em;
    }

        .productViewed p a
        {
            color: #0092DD;
            font-weight: lighter;
            text-decoration: none;
        }

        .productViewed p span
        {
            color: #E7185A;
            display: block;
        }
/*------------*/

div.viewMoreLikeThis
{
    margin: 8px 0 0 0;
    background-color: #0092DD;
    clear: both;
    overflow: auto;
}

    div.viewMoreLikeThis ul
    {
        list-style-type: none;
    }

    div.viewMoreLikeThis a
    {
        color: #0092DD;
        display: block;
        padding: 6px 6px 6px 10px;
        transition: background .10s ease-in-out;
        -moz-transition: background .10s ease-in-out;
        -webkit-transition: background .10s ease-in-out;
        border-bottom: 1px solid #E7E7E7;
        border-left: 1px solid #E7E7E7;
        border-right: 1px solid #E7E7E7;
        background: #FFF;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
    }

        div.viewMoreLikeThis a span
        {
            color: #464646;
            font-weight: normal;
            font-size: 80%;
        }

        div.viewMoreLikeThis a:hover
        {
            background: #D3E6FB;
        }
/* menu tab widths */

.width1
{
}
/* components */

.width2
{
}
/* pcs */

.width3
{
    width: 90px !important;
}
/* laptops */

.width4
{
    width: 90px !important;
}
/* monitors */

.width5
{
}
/* networking */

.width6
{
}
/* storage */

.width7
{
}
/* peripherals */

.width8
{
}
/* consumables */

.width9
{
    width: 90px !important;
}
/* av */

.width10
{
    width: 50px !important;
}
/* tablets */

.r-tabs-panel ul
{
    margin: 20px 10px;
    list-style: none outside none;
    padding: 0;
}

.r-tabs-panel li
{
    background: url(../images/blue-arrow.gif) no-repeat scroll 0 2px transparent;
    color: #000000;
    display: block;
    margin: 0 0 3px 10px;
    padding: 0 0 2px 17px;
}

div.DeliveryTabStars li
{
    background: url('https://www.cclonline.com/content/ebay/images/iconStar100_17x14.gif') no-repeat scroll 0 2px transparent;
    color: #000000;
    display: block;
    margin: 0 0 3px 11px;
    padding: 0 0 5px 25px;
    line-height: 18px;
}

#contactbox
{
    /* width: 95%; */
    margin: auto;
    /* margin-top: 30px; */
    line-height: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.contacttab
{
    float: left;
    width: 23%;
    padding: 1%;
}

    .contacttab a
    {
        color: #0092dd;
        text-decoration: none;
    }


.siteskin
{
    width: 180px;
    height: 1500px;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
}

    .siteskin a
    {
        display: block;
        width: 180px;
        height: 1500px;
        line-height: 1500px;
        border: 0px;
    }

#backtoccl
{
    background-color: #464646;
    line-height: 38px;
    margin: 0 1px 0 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
    float: left;
    width: 125px;
    display: none;
}

    #backtoccl a
    {
        color: #FFF;
    }

        #backtoccl a span
        {
            float: left;
            margin: 0;
            text-align: center;
            margin-top: 1px;
            display: block;
            width: 100%;
            font-weight: bold;
            font-size: 13px;
        }

            #backtoccl a span:before
            {
                content: '\EA3B';
                font-family: 'fontello';
                color: #fff;
                font-size: 24px;
                /* position: relative; */
                float: left;
                /* left: -10px; */
                padding-left: 10px !important;
            }


/*------------------------------------------------------------------------*/

.dd-select
{
    border-radius: 2px;
    border: solid 1px #CBD6F4 !important;
    position: relative;
    cursor: pointer;
}

.dd-desc
{
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    /* line-height: 3.4em; */
    width: 450px;
    float: left;
    padding-top: 5px;
}

.dd-price
{
    color: #000;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
    width: 80px;
    float: left;
    margin-left: 10px;
}

span.title
{
    background-color: #46afe6;
    position: absolute;
    width: 20px;
    display: block;
    left: 0;
    height: 100%;
}

.dd-selected
{
    overflow: hidden;
    display: block;
    padding: 10px;
    font-weight: bold;
    background-color: #f6fbff;
    margin-bottom: -3px;
    margin-left: 20px;
}

label.dd-selected-text
{
    font-weight: normal;
    font-size: small;
    margin-top: 5px;
    margin-bottom: 8px;
    display: block;
}

.rounded-arrow
{
    border-radius: 100px;
    border: 1px solid #CBD6F4;
    padding: 12px;
    position: absolute;
    right: 10px;
    top: 27%;
}

.dd-pointer
{
    width: 0;
    height: 0;
    position: absolute;
    right: 7px;
    top: 53%;
    margin-top: -3px;
}

.dd-pointer-down
{
    border: solid 5px transparent;
    border-top: solid 5px #7296f6;
}

.dd-pointer-up
{
    border: solid 5px transparent !important;
    border-bottom: solid 5px #7296f6 !important;
    margin-top: -8px;
}

.dd-options
{
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #f6fbff;
    overflow: auto;
    width: 698px !important;
}

.dd-option
{
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-option-viewmore
{
    padding: 12px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #0092dd;
    font-weight: bold;
    /* font-style: italic; */
    text-align: center;
    cursor: pointer;
    /* background: #dcdcdc; */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}


.dd-moreinfo img
{
    margin-right: 0px;
}


.dd-options > li:last-child > .dd-option
{
    border-bottom: none;
}

.dd-option:hover
{
    background: #f3f3f3;
    color: #000;
}

/*
.dd-selected-description-truncated
{
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.dd-option-selected
{
    background: #f6f6f6;
}

.dd-container ul
{
    margin: 0 20px;
}

.dd-container li
{
    background-image: none;
    border-left: 3px solid #ddd;
    /*border-left:3px solid #ddd;*/
    border-left: 3px solid #0092dd;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.dd-option-red
{
    color: #f00;
}

.dd-option-green
{
    color: #088A08;
}

.big-green-tick
{
    width: 40px;
    height: 41px;
    top: -10px;
    position: relative;
}

.dd-option-image, .dd-selected-image
{
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}

.dd-image-right
{
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container
{
    position: relative;
    min-height: 65px;
}

.dd-selected-text
{
    font-weight: bold;
    /*line-height: 0 !important;*/
}

.dd-container, .dd-select
{
    width: auto !important;
}

.pc-price
{
    overflow: auto;
    margin: 10px 0 25px 0;
}

.customise-button
{
    display: block;
    border: none;
    width: 150px;
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
    color: #FFF !important;
}

.green-button
{
    background-color: #91ca49;
}

.blue-button
{
    background-color: #0092dd;
    margin-right: 5px; /******/
}

.buttons-wrapper .button
{
    padding: 5px 0 !important;
}

.buttons-wrapper
{
    width: 320px;
    float: right;
}

    .buttons-wrapper a
    {
        display: inline-block;
        float: right;
    }

.price-wrapper
{
    overflow: auto;
    float: right;
    width: 300px;
    margin: 10px 0;
    color: #46afe6;
    font-weight: bold;
    text-align: right;
}

span#priceSystemDiv, #priceTotalDiv
{
    font-size: large;
    color: #e84584;
    font-weight: bold;
    margin-left: 10px;
}

.something-different, .something-else
{
    padding: 9px;
    border: 2px solid #ccc;
    position: relative;
    width: 325px;
    min-height: 60px;
    float: left;
}

/*.something-different:before
    {
        content: '\e80c';
        font-family: fontello;
        float: left;
        font-size: 49px;
        color: #4698BE;
        margin-right: 10px;
        margin-left: 10px;
    }*/

.something-differenttext
{
    float: right;
}

span.heading
{
    color: #0092dd;
    font-weight: bold;
    /* line-height: 3px; */
    display: block;
    margin-bottom: 3px;
}

span.details
{
    color: #464646;
}



.fivestar-wrapper h2
{
    text-align: center;
    color: #0092dd;
}

.fivestar-wrapper img
{
    margin: 0 auto;
    display: block;
}

.fivestar-wrapper p.fivestar-tagline
{
    text-align: center;
    color: #0092dd;
    font-weight: bold;
    width: 100%;
    margin-top: 1px;
}


.ebay-store
{
    width: 325px;
}

    .ebay-store a
    {
        text-decoration: none;
        color: inherit;
    }


    .ebay-store img
    {
        float: left;
        width: 100px;
        height: 59px;
        padding: 0 10px 0 0;
    }

.ebay-storeheading, .ebay-storedetails
{
    padding: 0 0 0 0;
}

.accessories-price
{
    text-align: right;
}

.btnCustomise
{
    border: 1px solid #e79e01;
    background-color: #E79E01;
    color: #fff;
    outline: none;
}

#systemCustomiserDiv
{
    margin-top: 25px;
    display: block !important;
}

.slider-wrapper
{
    clear: both;
}

.system-types
{
    width: 728px;
    float: left;
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .system-types ul
    {
        list-style-type: none;
    }

        .system-types ul li
        {
            margin-right: 7px;
            display: inline-block;
            float: left;
            width: 170px;
            height: 36px;
        }

            .system-types ul li a
            {
                display: block;
                background-color: #464646;
                /* border: 1px solid #ccc; */
                height: 36px;
                cursor: pointer;
            }

.allpcs
{
    background: url('https://www.cclonline.com/ebay/images/pcpage/all-pcs.png') center center no-repeat;
}

.homepcs
{
    background: url('https://www.cclonline.com/ebay/images/pcpage/home-pcs.png') center center no-repeat;
}

.gamingpcs
{
    background: url('https://www.cclonline.com/ebay/images/pcpage/gaming-pcs.png') center center no-repeat;
}

.businesspcs
{
    background: url('https://www.cclonline.com/ebay/images/pcpage/business-pcs.png') center center no-repeat;
}

.active-system
{
    /* background-color: #91CA49 !important; */
}


.system-types ul li a:hover
{
    opacity: 0.8;
}




/* Features on product page */
.system-feature-wrapper
{
    overflow: hidden;
}

.system-feature-block
{
    margin: 0px 0px 15px 0px;
    overflow: hidden;
}

.system-features h4
{
    background-color: rgb(249, 249, 249);
    font-size: 16px;
    font-family: Trebuchet MS, Arial,sans-serif;
    padding: 8px;
    color: #464646;
    margin-bottom: 15px;
}

.system-features, .system-features p
{
    line-height: 20px !important;
    font-size: 14px;
    text-align: left;
}

    .system-features p.system-feature-text-nowrap
    {
        overflow: hidden;
    }


    .system-features p.system-feature-caption
    {
        margin-left: 15px;
        width: 619px;
        background-color: rgb(237, 237, 237);
        padding: 8px;
        color: #464646;
        font-style: italic;
        border-bottom: 1px solid #CDCDCD;
        margin-top: -5px;
    }

.system-feature-image-left
{
    float: left;
    margin-right: 15px;
}

.system-feature-image-right
{
    float: right;
    margin-left: 15px;
}

.system-feature-images img
{
    margin: 8px 8px;
}

.system-features object
{
    float: none;
    margin-left: 15px;
    margin-right: 0px;
    padding-top: 0;
}



.ranges
{
    overflow: auto;
    clear: both;
}

    .ranges .range:first-child
    {
        margin-top: 10px;
    }

.range
{
    overflow: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}

    .range a
    {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .range img
    {
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }

p.range-name
{
    padding: 7px;
    background-color: #e7e7e7;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

p.range-summary
{
    padding: 7px;
    text-align: center;
}

p.range-price
{
    color: #0092dd;
    text-align: center;
    font-size: 17px;
    padding: 7px;
    font-weight: bold;
}


.error
{
    padding: 6px;
    background-color: #D70000;
    font-size: 14px;
    color: #fff;
    display: none;
    margin-bottom: 15px;
}

    .error a
    {
        color: #fff !important;
    }

/*-------------------*/
/* Media query */


@media (max-width:700px)
{
    html
    {
        width: 100% !important;
    }
    /*-----------HIDE ELEMENTS NOT NEEDED-------------*/
    .header-rightsection,
    .searchContainer,
    .aboutCCL,
    .navArea,
    .aboutCCL,
    .megamenu,
    .livechat,
    .or,
    .buttons
    {
        display: none !important;
    }

    .wrapper,
    .product-wrapper
    {
        font-size: 12px;
        overflow: auto;
        margin: 0;
    }


    .header
    {
        font-size: small;
    }

    .back
    {
        display: none;
    }

    div.mobile-pricebar
    {
        display: block;
        clear: both;
    }

    span.mobile-price
    {
        float: right;
        font-weight: bold;
    }

    .product-price
    {
        display: none;
    }


    .fivestar
    {
        text-align: center;
        color: #0092DD;
        padding: 10px 0;
        width: 100px !important;
        float: left;
        font-size: 12px;
    }



    .buttons-wrapper .blue-button, #additionalaccessories
    {
        display: none;
    }

    .fulloverview
    {
        display: none;
    }

    .partoverview
    {
        display: block;
    }
}


@media (max-width:360px)
{
    .wrapper,
    .product-wrapper
    {
        width: 360px !important;
    }

    div.logo a
    {
        background-size: 353px;
    }

    div.box
    {
        width: 318px !important;
    }

    .bestsellers
    {
        width: 318px !important;
    }

    .right-content
    {
        margin: 0 auto;
        float: none !important;
    }

    .bestsellers-inner
    {
        width: 314px !important;
    }

    .system-types
    {
        width: 314px;
        clear: both;
        margin: 20px auto 0 auto;
        overflow: auto;
        float: none;
    }


        .system-types ul li
        {
            width: 150px;
            height: 36px;
            /* margin-left: 10px; */
            margin-bottom: 10px;
        }

            .system-types ul li a
            {
            }

    .menu-wrapper
    {
        height: auto;
    }

    .search-wrapper ul li a
    {
        padding: 5px 8px;
    }

    .dd-options
    {
        width: 326px !important;
    }

    .dd-desc
    {
        width: 200px !important;
    }

    .big-green-tick
    {
        width: 20px !important;
        height: 20px !important;
        top: 0;
    }

    .dd-price
    {
        width: 80px !important;
        float: right !important;
    }

    .dd-container ul
    {
        margin: 0;
    }

    .something-different, .something-else
    {
        width: 306px;
        margin-bottom: 10px;
    }

    .something-differenttext
    {
        float: none;
    }

    div.r-tabs-panel p
    {
        clear: both;
    }

    .rightsidebar
    {
        margin: 0 auto;
        float: none !important;
    }
}

@media (min-width:370px) and (max-width: 640px)
{

    .wrapper,
    .product-wrapper
    {
        width: 640px !important;
    }





    div.fivestar-promise-big
    {
        display: none;
    }


    .fivestar h3
    {
        font-size: 12px;
    }

    .fivestar img
    {
        width: 90px;
    }

    .info-fivestarbig
    {
        font-size: 10px !important;
    }

    .canwehelp
    {
        overflow: auto;
        padding: 10px;
        border: 1px solid #98c4e7;
        background-color: #f6fbff;
        float: left;
        width: 276px;
    }

    .canwehelp-wrapper
    {
        position: relative;
        clear: both;
        width: 100%;
        margin: 10px auto;
        float: none;
        overflow: auto;
    }

    h1.productTitle
    {
        font-size: medium;
        padding-left: 10px;
    }

    #productImage
    {
        width: 150px;
        float: left;
    }

    .productdetails
    {
        width: 130px !important;
        padding-left: 10px;
    }

    .spiel
    {
        padding-left: 10px;
    }

    span.productPrice
    {
        font-size: medium;
    }

    .welcomeMessage
    {
        width: 230px;
        color: #0085C9;
        float: left;
        margin-left: 5px;
        margin-top: 13px;
        font-size: small;
    }

    #cclLogo
    {
        width: 70px;
        height: 40px;
    }
    /*.logo
    {
        width: auto !important;
    }*/
    .menu-wrapper
    {
        /*font-size: 50%;*/
        height: inherit;
    }

    .fivestar-mobile
    {
        clear: both;
        border: 1px solid #98C4EF;
        background-color: #F6FBFF;
        overflow: auto;
        padding: 10px;
        width: 273px;
        margin: 10px auto;
        display: block;
        font-family: Arial;
    }

    .search-wrapper ul li a
    {
        color: #fff;
        display: block;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 9px;
    }

    .fivestar-wrapper
    {
        display: none;
    }
}
/* END Media query */

.quote-item-number
{
    font-style: italic;
    font-weight: bold;
}


.quote-item-number-itemno
{
    color: #0092dd;
    text-decoration: none;
    font-weight: bold;
}

