﻿/***************************************************************************************************************************************************************
                                                                        Header
****************************************************************************************************************************************************************/

#evohead {
    position: relative;
    font-size: 85%;
    text-align: left;
}

.top-part {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    text-align: center;
}


/* Top line */

#evohead .headerline {
    height: 34px;
    background: #f1f1f1;
}

#evohead .headerlineinner {
    width: 990px;
    padding: 0 5px;
    border-top: none;
    height: 34px;
    margin: auto;
    line-height: 34px;
    color: #0062A1;
}

    #evohead .headerlineinner #SelectorContainer {
        height: auto;
    }

    #evohead .headerlineinner a.MyMenuLink {
        text-decoration: none;
    }

    #evohead .headerlineinner .headerlineelementleft {
        float: left;
        margin-right: 20px;
    }

    #evohead .headerlineinner .headerlineelement {
        margin-right: 20px;
        float: right;
    }
        /* Last element */
        #evohead .headerlineinner .headerlineelement:first-child {
            margin-right: 0;
        }

    #evohead .headerlineinner a.userName {
        margin-right: 20px;
        color: #0062A1;
        text-decoration: underline;
        font-weight: bold;
        margin-left: 6px;
    }

#evohead #CountryLanguageContainer {
    cursor: pointer;
    margin-top: 12px;
    line-height: normal;
}

    #evohead #CountryLanguageChoice div.block img.gb,
    #evohead #CountryLanguageContainer img.gb {
        background: url(/images/flagsprite.gif) no-repeat 0 -45px;
    }

    #evohead #CountryLanguageContainer img.flag {
        background-color: lightgrey;
        height: 15px;
        width: 20px;
        margin-right: 5px;
        float: left;
        margin-top: -2px;
    }

#evohead #PriceFormatContainer {
    float: left;
    cursor: pointer;
}

/* Logo image */

#evohead #logoline {
    width: 990px;
    margin: auto;
    margin-top: 14px;
    height: 70px;
}

    #evohead #logoline #logocontainer {
        float: left;
    }

#evohead .LogoImage {
    margin-top: -14px;
}

/* Floating basket */

#evohead #FloatingBasket {
    float: right;
}

#evohead .BasketSummary {
    height: 52px;
    width: auto;
    border: 1px solid #d2d2d2;
    background: url(/images/pcsimages/pcs_product_basket_total_sperator.png) no-repeat scroll 80px 0;
    text-align: left;
}

#evohead #BasketRunningTotal {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

#evohead .BasketSummaryTotal {
    float: right;
    font-weight: normal;
    margin: 5px 10px;
    padding: 5px 20px;
    color: #555;
    display: block;
    text-align: left;
    text-decoration: none;
    border-right: 1px solid #d2d2d2;
    height: 30px;
}

#evohead .BasketSummaryTotalProducts {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px;
    padding: 5px 20px;
    color: #555;
    display: block;
    text-align: left;
    text-decoration: none;
    height: 30px;
}

#evohead .BasketActive {
    display: block;
    float: right;
    height: 45px;
    margin: 3px 3px 3px 10px;
    width: 45px;
}

/*
        Header popups
    */

#evohead .PCS-popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    background: rgba(0,0,0,.75);
}

#evohead .PCS-popup-close {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/pcsimages/sprite_icon.png);
    background-position: -120px -104px;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 20px;
    height: 16px;
    line-height: 100%;
    padding-top: 4px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 9px;
    width: 20px;
}

#evohead .PCS-popup-inner {
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: normal;
}

/* Country language choose */

#CountryLanguageChoice {
    background-color: #e3e7ea;
    border: 1px solid #424242;
    height: 87px;
    padding: 40px 12px 12px;
    position: absolute;
    right: 144px;
    text-align: left;
    width: 616px;
    z-index: 800;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    #CountryLanguageChoice .countryoptions {
        background-color: #fff;
        padding: 5px;
        height: 77px;
    }

    #CountryLanguageChoice div.block {
        width: 151px;
        float: left;
    }

        #CountryLanguageChoice div.block a {
            line-height: 19px;
            font-size: 12px;
            text-decoration: none;
        }

    #CountryLanguageChoice div.spacer {
        width: 4px;
        float: left;
    }

    #CountryLanguageChoice div.block img.flag {
        background-color: #666;
        height: 15px;
        width: 20px;
        vertical-align: middle;
        margin: 2px 3px 2px 0;
        float: left;
        clear: left;
    }
    /* Flags */

    #CountryLanguageChoice div.block img.at, #CountryLanguageContainer img.at {
        background: url('/images/flagsprite.gif') no-repeat 0 0;
    }

    #CountryLanguageChoice div.block img.ch, #CountryLanguageContainer img.ch {
        background: url('/images/flagsprite.gif') no-repeat 0 -15px;
    }

    #CountryLanguageChoice div.block img.de, #CountryLanguageContainer img.de {
        background: url('/images/flagsprite.gif') no-repeat 0 -30px;
    }

    #CountryLanguageChoice div.block img.gb, #CountryLanguageContainer img.gb {
        background: url('/images/flagsprite.gif') no-repeat 0 -45px;
    }

    #CountryLanguageChoice div.block img.ie, #CountryLanguageContainer img.ie {
        background: url('/images/flagsprite.gif') no-repeat 0 -60px;
    }

    #CountryLanguageChoice div.block img.es, #CountryLanguageContainer img.es {
        background: url('/images/flagsprite.gif') no-repeat 0 -75px;
    }

    #CountryLanguageChoice div.block img.be, #CountryLanguageContainer img.be {
        background: url('/images/flagsprite.gif') no-repeat 0 -90px;
    }

    #CountryLanguageChoice div.block img.fr, #CountryLanguageContainer img.fr {
        background: url('/images/flagsprite.gif') no-repeat 0 -105px;
    }

    #CountryLanguageChoice div.block img.pt, #CountryLanguageContainer img.pt {
        background: url('/images/flagsprite.gif') no-repeat 0 -120px;
    }

    #CountryLanguageChoice div.block img.us, #CountryLanguageContainer img.us {
        background: url('/images/flagsprite.gif') no-repeat 0 -135px;
    }

    #CountryLanguageChoice div.block img.it, #CountryLanguageContainer img.it {
        background: url('/images/flagsprite.gif') no-repeat 0 -150px;
    }

    #CountryLanguageChoice div.block img.se, #CountryLanguageContainer img.se {
        background: url('/images/flagsprite.gif') no-repeat 0 -165px;
    }

    #CountryLanguageChoice div.block img.nl, #CountryLanguageContainer img.nl {
        background: url('/images/flagsprite.gif') no-repeat 0 -180px;
    }

    #CountryLanguageChoice div.block a {
        line-height: 19px;
        font-size: 12px;
        text-decoration: none;
    }

    #CountryLanguageChoice div.spacer {
        width: 4px;
        float: left;
    }


/* Price Format choice */

#PriceFormatChoice {
    width: 166px;
    border: 1px solid #424242;
    background-color: #e3e7ea;
    position: absolute;
    padding-top: 40px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
}

    #PriceFormatChoice ul {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

        #PriceFormatChoice ul li {
            list-style: none;
            font-size: 12px;
        }

            #PriceFormatChoice ul li a {
                height: 20px;
                padding: 4px 5px 0 5px;
                display: block;
                text-decoration: none;
                color: #1b6fb7;
            }

            #PriceFormatChoice ul li.doubleLined a {
                height: auto;
            }

            #PriceFormatChoice ul li.bottomBordered {
                border-bottom: 1px solid #e3e7ea;
            }

/* Search */

#logoline #EvoSearchBoxContainer {
    float: left;
    min-width: 400px;
    margin-left: 60px;
    margin-top: 10px
}

.evoframeSearchTC {
    height: 35px;
    position: relative;
}

#EvoSearchBoxContainer .evoframeSearchBox {
    float: left;
    font-family: Arial;
    font-size: 14px;
    border: 1px solid #0062A1;
    border-radius: 0;
    box-sizing: content-box;
    box-shadow: none;
    height: 38px;
    line-height: 110%;
    margin: 0;
    padding: 0 0 0 5px;
    width: 380px;
    color: #555;
    outline: medium none;
    margin-left: -3px;
    border-right: 0;
    margin-right: -2px;
}



/*Market specific*/
body.itIT1212 #EvoSearchBoxContainer .evoframeSearchBox {
    width: 320px;
}


body.itIT1212 #logoline #EvoSearchBoxContainer 
{
    min-width: 340px;
}

body.esES1205 #EvoSearchBoxContainer .evoframeSearchBox {
    width: 340px;
}


body.esES1205 #logoline #EvoSearchBoxContainer {
    min-width: 360px;
}

body.nlNL1208 #EvoSearchBoxContainer .evoframeSearchBox {
    width: 335px;
}


body.nlNL1208 #logoline #EvoSearchBoxContainer {
    min-width: 355px;
}

span.ButtonNew.blueButtonNewInner.evoSearchSubmitButton {
    height: 34px;
    background-color: #0062A1;
    border: 1px solid #0062A1;
    float: left;
    line-height: 30px;
    width: 25px;
}

    span.ButtonNew.blueButtonNewInner.evoSearchSubmitButton i {
        line-height: 35px;
        font-size: 20px;
    }

span.disabledbutton,
span.disabledbutton i {
    color: darkgray;
}

.evosearchsuggest {
    position: absolute;
    width: 614px;
    background: white;
    z-index: 10000;
    top: 39px;
    left: -3px;
    border: 1px solid grey;
    padding: 5px;
    display: none;
}

/* SEARCH SUGGEST */

.suggestpanel {
    width: 600px;
}

    .suggestpanel a {
        text-decoration: none;
    }

.suggesttypetitle {
    font-size: 18px;
    font-weight: bold;
}

.suggestelement {
    margin-top: 9px;
    height: 42px;
    overflow-y: hidden;
}

.suggesttext b {
    color: #0062A1;
}


.suggestthumb {
    float: left;
    margin: 1px 9px 1px 1px;
    width: 40px;
}


.suggestelement:not(.suggestbrand):hover .suggesttext,
.suggestelement:not(.suggestbrand):hover .suggesttext b {
    color: #fff;
}

.suggestelement .suggesttext {
    color: #444;
}

.suggestelement:hover:not(.suggestbrand) {
    background-color: #0062A1;
}

.suggestpanel .col-sm-4:nth-child(2) {
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 8px;
}

/*Brand*/
a.btn.btn-sgst {
    padding: 5px 10px;
    margin: 10px 9px 5px 0;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: .3s border-color ease;
}

.btn-sgst img.suggestthumb {
    vertical-align: middle;
    margin: auto 9px auto 0;
    max-height: 100%;
    max-width: 40px;
    float: none;
    width: auto;
}

a.btn.btn-sgst:hover {
    border-color: #0062A1;
}

.btn-sgst span.suggesttext {
    font-size: 13px;
    line-height: 28px;
}

.suggestelement.suggestbrand {
    margin: 0;
    width: auto;
    height: 30px;
    white-space: nowrap;
}

a.btn.btn-sgst:hover .suggesttext b {
    /* color: #fff; */
}

/*Product*/
.suggestproduct {
    padding: 1px;
    height: 44px;
    line-height: 14px;
}

.suggestelement.suggestproduct {
    padding: 1px 2px 1px 1px;
}

/*Brand*/
a.btn.btn-sgst {
    padding: 5px 10px;
    margin: 9px 9px 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: .3s border-color ease;
}

    a.btn.btn-sgst:hover {
        border-color: #0062A1;
    }

.btn-sgst span.suggesttext {
    font-size: 13px;
    line-height: 28px;
}

/*Product*/
.suggestproduct {
    padding: 1px;
    height: 44px;
    line-height: 14px;
}

.suggestelement.suggestproduct {
    padding: 1px 2px 1px 1px;
}

.suggestproduct .suggesttext {
    margin-top: 5px;
    overflow: hidden;
    display: block;
    height: 35px;
    color: #444;
}

.suggestelement {
    margin-top: 9px;
    height: 44px;
    overflow-y: hidden;
    line-height: 16px;
}

    /*Category*/
    .suggestelement.suggestcategory {
        height: auto;
        margin-top: 4px;
        padding: 3px 5px;
    }


.suggestcategorycol {
    background: #eee;
    padding-top: 3px;
    font-weight: bold;
    padding-bottom: 10px;
    min-height: 273px;
    height:100%;
    float: right;
}
/***************************************************************************************************************************************************************
                                                                        Megamenu V2
****************************************************************************************************************************************************************/
/* TOP NAV */

#topnavline ul li {
    list-style: none;    
}

#topnavline {
    /*width: 100%;*/
    /*margin: auto;*/
    background-color: #0062A1;
    height: 38px;
    margin-bottom: 10px;
}

    #topnavline #topnavlineinner {
        /*width: 100%;*/
        height: 38px;
        padding-left: 0;
        padding-right: 0;
    }

    #topnavline .TopMenuElementBase a.dropdown-toggle {
        height: 38px;
        background-color: #0062A1;
        color: white;
        line-height: 10px;
        margin-right: 1px;
        padding: 13px 10px;       
        font-size: 13px;
    }

    #topnavline .TopMenuElementBase a.dropdown-toggle.TopMenuHighlighted {
            background-color: #8a3995;
    }

    #topnavline .TopMenuElementBase .caret {
        /* display: inline-block;*/
        display: none;
    }

    #topnavline .TopMenuElement {
        background-color: #e4e4e4;
        float: left;
    }

    #topnavline .TopMenuCategoryElement {
        float: left;
        min-width: 20px;
        background-color: #e4e4e4;
    }

        #topnavline .TopMenuCategoryElement .category-ul {
            width: 990px;
            min-height: 250px;
            border-right: 1px solid #5596C0;
            border-left: 1px solid #5596C0;
            border-bottom: 1px solid #5596C0;
            padding: 5px;
        }
    #topnavline li.dropdown.TopMenuElementBase,
    #topnavline li.dropdown.TopMenuElementBase > a {
        position: static;
    }

    #topnavline ul.nav  {
    position: relative;
    }
    
    #topnavline .TopMenuCategoryElement .category-ul li.subcategoryheader {
        border-bottom: 1px solid #5596C0;
        margin-bottom: 3px;
        color: #0062A1;
        padding-bottom: 3px;
    }

                #topnavline .TopMenuCategoryElement .category-ul li.subcategoryheader p {
                    line-height: inherit;
                    margin-bottom: 0;
                }

            #topnavline .TopMenuCategoryElement .category-ul li.subcategoryitem {
                margin-bottom: 6px;
            }

    #topnavline .categoryOuter {
        padding: 15px 0 9px 15px;
    }

    #topnavline .topMenuOuter {
        padding: 5px 0 9px 9px;
    }

    #topnavline .TopMenuElement .topmenu-ul {
        width: 990px;
        min-height: 250px;
        border-right: 1px solid #5596C0;
        border-left: 1px solid #5596C0;
        border-bottom: 1px solid #5596C0;
        padding: 5px;
    }

        #topnavline .TopMenuElement .topmenu-ul li.subtopmenuheader {
            margin-bottom: 3px;
            color: #0062A1;
            padding-bottom: 3px;
        }

            #topnavline .TopMenuElement .topmenu-ul li.subtopmenuheader p {
                margin-bottom: 0;
                line-height: inherit;
            }

    #topnavline .TopMenuCategoryElement .category-ul li.subcategoryitem {
        margin-bottom: 6px;
    }

    #topnavline .TopMenuElement .topmenu-ul .subtext {
        display: block;
        font-size: 10px;
    }

.list-unstyled {
    margin-bottom: 9px;
}

    .list-unstyled li:not(.subcategoryheader) {
    }

.category-banners img.category-banner {
    margin-top: 0;
}

#topnavline .TopMenuSearch {
    float: right;
    min-width: 30px;
    background-color: #81c90d;
    color: #dddddd;
    font-size: 18px;
}

    #topnavline .TopMenuSearch i {
    }

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.CookieDirectiveText {
    color: white;
    font-size: 12px;
}

.CookieDirectiveHeight {
    height: 85px;
}

.pcsCookieDirectiveDisplay {
    background-color: #2b7cb1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 85px;
}

    .pcsCookieDirectiveDisplay tr {
        background-color: #2b7cb1 !important;
    }

a.headerBlueLink {
    color: #06FDF2;
}

.CookieDirectiveImageRight {
    float: right;
    margin-top: 11px;
}


/* MEGAMENU ICON SET */
.solutions-headline {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/m_solutions_icon.png");
    border-bottom: 1px solid #005e9d !important;
    margin-bottom: 9px !important;
    margin-top: 10px;
    height: 35px !important;
    background-repeat: no-repeat;
    padding: 0 0 0 35px !important;
}

.services-headline {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/m_services_icon.png");
    border-bottom: 1px solid #005e9d !important;
    margin-bottom: 9px !important;
    margin-top: 10px;
    height: 35px !important;
    background-repeat: no-repeat;
    padding: 0 0 0 35px !important;
}

    .solutions-headline .link > a, .services-headline .link > a, .headline .link > a {
        color: #707070;
        font-size: 17px;
        font-weight: 300;
        line-height: 18px;
        padding: 0;
    }

.headline {
    border-bottom: 1px solid #005e9d !important;
    margin-bottom: 9px !important;
    margin-top: 15px;
    height: 35px !important;
}
/*ICONS*/
.AppleItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/brands_1_apple.png");
    margin-bottom: 1px;
    margin-top: 1px;
}

.CiscoItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/brands_2_cisco.png");
}

.HPItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/hp-logo.png");
}

.HpeItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/brands_3_hpe.png");
}

.LenovoItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/brands_5_lenovo.png");
}

.MicrosoftItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/brands_6_microsoft.png");
}

.M-ServicesItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/m_services_icon.png");
}

.M-SolutionsItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/m_solutions_icon.png");
}

.ink-toner a {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/configurator_1_ink_toner.png");
}

.hp-workspation a {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/configurator_2_hp.png");
}

.c2g-connectXpress a {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/configurator_3_c2g.png");
}

.integral-memory a {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/configurator_4_memory.png");
}

.integral-memory {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_1_latest_deals.png");
}

.CashbackCentreItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_2_cashback_centre.png");
}

.PromotionStoreItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_3_promotions_store.png");
}

.OpenBoxDealsItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_4_open_box.png");
}

.RefurbishedITItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_5_refurbished.png");
}

.ClearanceDealsItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_6_clearance.png");
}

.LatestDealsItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_1_latest_deals.png");
}

.DealsWeekItem {
    background-image: url("https://img.misco.eu/resources/images/Modules/ContentManagement/1210/2017/Megamenu-Icons/deals_7_week.png");
}

    .LatestDealsItem a, .CashbackCentreItem a, .PromotionStoreItem a, .OpenBoxDealsItem a, .RefurbishedITItem a, .ClearanceDealsItem a, .DealsWeekItem a {
        border-bottom: 1px solid;
    }

.LatestDealsItem, .CashbackCentreItem, .PromotionStoreItem, .OpenBoxDealsItem, .RefurbishedITItem, .ClearanceDealsItem, .DealsWeekItem {
    height: 100px;
}

.MenuItem, .DealsItem {
    background-repeat: no-repeat;
}

    .DealsItem > a {
        color: #005e9d;
        display: inline;
        float: left;
        font-family: open sans !important;
        height: 28px !important;
        margin-bottom: 8px;
        padding: 3px 0 4px 24px;
    }
/* MEGAMENU FONTS AND LAYOUT STYLE */
#topnavline .TopMenuElement .topmenu-ul .subtext {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
}

#topnavline .TopMenuElement .topmenu-ul li.subtopmenuheader {
    color: #0062a1;
    margin-bottom: 12px;
}

.ConfiguratorItem a {
    /*border-bottom: 1px solid;*/
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    padding: 12px 0 0 35px;
    background-position: left center;
    background-repeat: no-repeat;
}
/*BUTTONS LAYOUT*/
.subtopmenuitem.menu-btn a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border-color: #ccc !important;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

    .subtopmenuitem.menu-btn a:focus {
        background-color: #e6e6e6;
        border-color: #8c8c8c;
        color: #333;
    }

    .subtopmenuitem.menu-btn a:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
        color: #333;
    }

    .subtopmenuitem.menu-btn a:active:hover, .subtopmenuitem.menu-btn:active a:focus, .subtopmenuitem.menu-btn.focus a:active, .subtopmenuitem.menu-btn.active a:focus {
        background-color: #d4d4d4;
        border-color: #8c8c8c;
        color: #333;
    }

    .subtopmenuitem.menu-btn a:active {
        background-image: none;
    }
/*BUTTONS LAYOUT*/
.SolutionBtn {
    margin-top: 0px !important;
}

.ServicesBtn {
    margin-top: 95px !important;
}

.DealsBtn {
    margin-bottom: 15px;
    margin-top: 45px !important;
}

.spacer-45 {
    height: 45px !important;
}

.spacer-25 {
    height: 25px !important;
}

.BrandItem {
    height: 150px;
}

    .BrandItem a {
        float: left !important;
        height: 42px;
    }

.SolutionItem {
    height: 100px;
}

.SectorItem {
    height: 150px;
}

.subcategoryitem > a {
    color: #444;
    font-size: 13px !important;
}

#topnavline .TopMenuCategoryElement .category-ul li.subcategoryheader {
    border-bottom: 0 solid #5596c0 !important;
    font-size: 13px;
}

.subtopmenuitem > a {
    color: #005e9d !important;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    line-height: 20px;
    text-decoration: none !important;
}

.config-btn a {
    margin-top: 66px !important;
}

.SectorItem .fa.fa-briefcase, .SectorItem .fa.fa-building {
    float: left;
    padding: 10px 15px 5px 0;
}

.SectorItem .fa {
    font-size: 16px !important;
    padding-right: 2px;
}
/* Megamenu Banners */
.category-banner {
    margin-top: 15px;
}

.subtopmenuitem.menu-btn.banner-button {
    width: 134px;
}
/* END OF MEGAMENU ICON SET */

.dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0 0 4px 4px !important;
}

.UrlsFontSerif a {
    font-family: sans-serif !important;
}

/* highlighted */

/* Level 1 */
#topnavline li.highlighted.TopMenuElementBase> a{
    font-weight: bold;
    background-color: #8a3995;
}
/* Level 2 */
#topnavline li.TopMenuElementBase ul.highlighted li:first-child > p > strong {
    font-weight: bold;
    color: #8a3995;
} 

/* Level 3 */
#topnavline li.TopMenuElementBase li.subcategoryitem.highlighted > a {
    color: #8a3995;
}