/* ----------------- START BASKET COUNT COLOUR -----------------*/

.mobileNT .header-navigation-container .main-navigation-container .basket-container .MobileBasketItemCount {
    background-color: #94C11D;
}

/* ----------------- END BASKET COUNT COLOUR -----------------*/



a.pinterest-icon {
     background-image: url(../icons/twitter.png)!important;
}

a.twitter-icon {
	 background-image: url(../icons/google-translate.png)!important;
}




/* ----------------- START HIDE DELIVERY -----------------*/

.mobileNT .header-navigation-container .main-navigation-container .basket-container .basketNotEmpty:hover .dropdownBasket .footer .deliveryText {
	display: none;
}

/* ----------------- END HIDE DELIVERY -----------------*/



/* ----------------- START HOVER BASKET BUTTON -----------------*/
.mobileNT .header-navigation-container .main-navigation-container .basket-container .basketNotEmpty:hover .dropdownBasket .footer .viewBasket {
   
    background-color: #7F988F;
   
}

/* ----------------- END HOVER BASKET BUTTON -----------------*/


/* ----------------- START TOP NAV BAR -----------------*/


nav.primary-navigation {
    background-color: #e0e0e0;
    border-bottom: 5px solid #94c11d;
}

/* ----------------- END TOP NAV BAR -----------------*/


/* ----------------- START TOP NAV BAR HOVER -----------------*/


nav.primary-navigation ul.top>li:hover>a, nav.primary-navigation ul.top>li:hover>span.tier {
    color: #fff;
    background-color: #94c11d;
}

/* ----------------- END TOP NAV BAR HOVER -----------------*/


/* ----------------- START DROP DOWN NAV BAR HOVER -----------------*/

nav.primary-navigation ul.top>li>.dropdown {
    
    color: #fff;
    background-color: #eeeeee;
   
}

/* ----------------- END DROP DOWN NAV BAR HOVER -----------------*/


/* ----------------- START REMOVE UNDERLINE UNDER USEFUL LINKS  -----------------*/

.Footer_Accordion h2 {

    border-bottom: 0px solid #fff !important;
}

/* ----------------- END REMOVE UNDERLINE UNDER USEFUL LINKS  -----------------*/


/* ----------------- START COMPARE BAR  -----------------*/

.product-comparison-container .product-compare-button-container {
    background-color: #94c11d;
   
}

/* ----------------- END COMPARE BAR  -----------------*/



/* ----------------- START HOVER QUICK VIEW  -----------------*/

product-list-page .product-list-mobile-wrap .product-grid>li.with-quick-view-component .product-quick-view-trigger>button:hover, .product-list-page .product-list-mobile-wrap .product-list-component>.products>li.with-quick-view-component .product-quick-view-trigger>button:hover, .product-list-page .product-list-mobile-wrap .product-list>li.with-quick-view-component .product-quick-view-trigger>button:hover {
   
    background-color: #7F988F;
    color: #fff;
}

/* ----------------- END HOVER QUICK VIEW  -----------------*/


/* ----------------- START SUCCESS BOX BACKGROUND COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info {
    
    background-color: rgba(245,245,245,.9)!important;
}

/* ----------------- END SUCCESS BOX BACKGROUND COLOUR  -----------------*/



/* ----------------- START SUCCESS BOX TITLE COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info>.notification-title {
    
    color: #333!important;
}
/* ----------------- END SUCCESS BOX TITLE COLOUR  -----------------*/


/* ----------------- START SUCCESS BOX MESSAGE COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info>.notification-message .itemsadded {

    color: #333;

}

/* ----------------- END SUCCESS BOX MESSAGE COLOUR  -----------------*/

/* ----------------- START SUCCESS BOX CROSS/DISMISS COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info>.notification-dismiss {
   
    background-color: #333!important;
   
}

/* ----------------- END SUCCESS BOX CROSS/DISMISS COLOUR  -----------------*/



/* ----------------- START SUCCESS BOX BUTTON COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info>.notification-action-wrapper .notification-action-button {
    
    background-color: #7F988f!important;
    
}

/* ----------------- END SUCCESS BOX BUTTON COLOUR  -----------------*/


/* ----------------- START BASKET GRAND TOTAL COLOUR  -----------------*/


.NTResponsive .basket_summary_box .basket_summary_box_inner table td .grand-total {
    color: #94c11d;
    font-size: 22px;
}

/* ----------------- END BASKET GRAND TOTAL COLOUR  -----------------*/


/* ----------------- START BASKET PROCEED TO CHECKOUT COLOUR  -----------------*/

.NTResponsive .basket_summary_box .basket_summary_box_inner .proceed-to-checkout-summary {
    background: #7F988f;
    
}

/* ----------------- END BASKET PROCEED TO CHECKOUT COLOUR  -----------------*/


/* ----------------- START CHECKOUT PROCESS 1 2 3 BACKGROUND COLOUR  -----------------*/

.NTResponsive .checkout-header-container .checkout-header-stage1-active:before, .NTResponsive .checkout-header-container .checkout-header-stage2-active:before, .NTResponsive .checkout-header-container .checkout-header-stage3-active:before, .NTResponsive .checkout-header-container .checkout-header-stage4-active:before {
    background-color: #94c11d;
   
}

/* ----------------- END CHECKOUT PROCESS 1 2 3 BACKGROUND COLOUR  -----------------*/


/* ----------------- START BUTTON REVIEW YOUR ORDER COLOUR  -----------------*/

.payment-details-mobile-wrap .termsContainer .proceed-to-payment, .payment-details-mobile-wrap .termsContainer .review-order.NTButton, .payment-detailsdtc-mobile-wrap .termsContainer .proceed-to-payment, .payment-detailsdtc-mobile-wrap .termsContainer .review-order.NTButton {
    background: #94c11d;
   
}

/* ----------------- END BUTTON REVIEW YOUR ORDER COLOUR  -----------------*/


/* ----------------- START THANK YOU ORDER NO LINK COLOUR  -----------------*/

.thank-you-mobile-wrap .thankyouContent .orderconfirmation_weborderref .thankyou-orderno {
    color: #7F988F;
}

/* ----------------- END THANK YOU ORDER NO LINK COLOUR  -----------------*/



/* ----------------- START FOOTER COLOUR  -----------------*/

.footer-container, .master_FooterContainer {
  
	background: linear-gradient( to bottom, #333 0%, #333 50%, #000 40%, #000 100% );
}


/* ----------------- END FOOTER COLOUR  -----------------*/


/* ----------------- START MY ACCOUNT HEADING COLOUR  -----------------*/

.welcome-back-page .open-default .open-heading{   
   background-color: #333;
    color: #FFF;
   
}
/* ----------------- END MY ACCOUNT HEADING COLOUR  -----------------*/

/* ----------------- START TOP NAV BACKGROUND COLOUR  -----------------*/

.site-top-links-holder {
  
    background-color: #fff;
}

/* ----------------- END TOP NAV BACKGROUND COLOUR  -----------------*/

/* ----------------- START TOP NAV TEXT LOGOUT BACKGROUND COLOUR  -----------------*/

.site-top-links-holder .siteTopLinksMobileNT a {
    color: #000;
}

/* ----------------- END TOP NAV TEXT LOGOUT BACKGROUND COLOUR  -----------------*/



/* ----------------- START TOP NAV TEXT MY ACCOUNT BACKGROUND COLOUR  -----------------*/

.site-top-links-holder .siteTopLinksMobileNT .pnlLinks .logged-in {

    color: #000!important;
   
}

/* ----------------- END TOP NAV TEXT MY ACCOUNT BACKGROUND COLOUR  -----------------*/


/* ----------------- START PROCEED TO CHECKOUT HOVER BACKGROUND COLOUR  -----------------*/

.NTResponsive .basket_summary_box .basket_summary_box_inner .proceed-to-checkout-summary:hover {
    background-color: #333;
}

/* ----------------- END PROCEED TO CHECKOUT HOVER BACKGROUND COLOUR  -----------------*/


/* ----------------- START SUCCESS OUT BOX COLOUR  -----------------*/

.notifications-wrapper .notifications-tr .notification-info {
    
    border-top: 2px solid #999!important;
    box-shadow: 1px 1px 1px #999!important;
}
/* ----------------- END SUCCESS OUT BOX COLOUR  -----------------*/


/* ----------------- START HIDE VIEW DETAILS IN QUICK VIEW  -----------------*/

.secondary-actions {
    display: none;
}

/* ----------------- END HIDE VIEW DETAILS IN QUICK VIEW  -----------------*/


/* ----------------- START HIDE UOS  -----------------*/

li.basket-items-right-container .uos {
    
    display: none;
}

/* ----------------- END HIDE UOS  -----------------*/



/* ----------------- START HIDE PRODUCT CODE AT DEPARTMENT LEVEL -----------------*/
.description-container .productcode {
    
    display: none;
}
/* ----------------- END HIDE PRODUCT CODE AT DEPARTMENT LEVEL -----------------*/



/* ----------------- START RESIZE DESCRIPTION BOX DEPARTMENT LEVEL -----------------*/
.product-list-component>.products>li .description-container .title {
    height: 37px;
}
/* ----------------- END RESIZE DESCRIPTION BOX DEPARTMENT LEVEL -----------------*/



/* ----------------- START HIDE MANUFACTURER AT DEPARTMENT LEVEL -----------------*/
.description-container strong.manufacturer {
    display: none;
}
/* ----------------- END HIDE MANUFACTURER AT DEPARTMENT LEVEL -----------------*/

/* ----------------- START HIDE PRODUCT CODE AT QUICK VIEW LEVEL -----------------*/
a.quick-view-product-catalogueref {
    visibility: hidden;
}
/* ----------------- END HIDE PRODUCT CODE AT QUICK VIEW LEVEL -----------------*/


/* ----------------- START HIDE CHARGES TEXT IN SLIDER -----------------*/
.slidebox a.charges {
    
    display: none;
}
/* ----------------- END HIDE HIDE CHARGES TEXT IN SLIDER  -----------------*/


/* ----------------- START MY ACCOUNT BOX BLACK TEXT AND DIFFERENT FONT SIZE -----------------*/
.welcome-back-page .account-managers .my-account-manager .account-manager-name {
    color: #333;
}

.welcome-back-page .account-managers .my-account-manager a {
    color: #333;
	font-size:12px;
}

.welcome-back-page .account-managers .my-account-manager p {
    font-size: 12px;
}
/* ----------------- END MY ACCOUNT BOX BLACK TEXT AND DIFFERENT FONT SIZE -----------------*/


/* ----------------- START BASKET HOVER -----------------*/
.welcome-back-page .news-section .load-more.btn:active,.welcome-back-page .news-section .load-more.btn:focus,.welcome-back-page .news-section .load-more.btn:hover{
background-color:#FFF;
border-color:#CCC;
color:#333}
/* ----------------- END BASKET HOVER -----------------*/


/* ----------------- START * RED -----------------*/
.NTResponsive .payment-details-mobile-wrap .red, .NTResponsive .payment-detailsdtc-mobile-wrap .red {

color: red !important;
}

/* ----------------- END * RED -----------------*/


/* ----------------- START TICK IF DIFFERENT BILLING ON REGISTRATION PAGE  -----------------*/
div#ctl00_ContentPlaceHolder1_trBillingTick {
   
    display: none;
}
/* ----------------- END TICK IF DIFFERENT BILLING ON REGISTRATION PAGE  -----------------*/


/* ----------------- START BASKET HOVER COLOUR -----------------*/

span#ctl00_lblBasketGrandTotalPrice {
    color: #94c11d !important;
}

span#ctl00_lblDeliveryPrice {
    color: #333;
}

a.removeLink {
    color: #333 !important;
}

.mobileNT .header-navigation-container .main-navigation-container .basket-container .basketNotEmpty:hover {
   background-color: #333 !important;
}

/* ----------------- END BASKET HOVER COLOUR -----------------*/


/* ----------------- START SUCCESS ICON VIA ADDED TO BASKET  -----------------*/

.notifications-wrapper.standard .notifications-tr .notification-info {
    background-image: url(../bentley/images/success-icon.png);
}

/* ----------------- END SUCCESS ICON VIA ADDED TO BASKET  -----------------*/


/* ----------------- START CARD PAYMENT LOGO IMAGE  -----------------*/

.payment-mobile-wrap .newCustomerContainer .newCustomer .cardcheckout, .payment-mobile-wrap .regionReturnCustomers .newCustomer .cardcheckout {
    background-image: url(../banners/card-footer.png);
}

/* ----------------- END CARD PAYMENT LOGO IMAGE  -----------------*/


/* ----------------- START DEPARTMENT LEVEL BOX  -----------------*/

.product-card.standard {
    min-height: 365px !important;

}


.product-card.condensed {
    min-height: 389px!important;
}
/* ----------------- END DEPARTMENT LEVEL BOX  -----------------*/


/* ----------------- START WHITE TEXT QUICK VIEW  -----------------*/
.product-details-inner p.stock {
    color: #fff !important;
}

/* ----------------- END WHITE TEXT QUICK VIEW  -----------------*/


/* ----------------- START HIDE AMERCIAN EXPRESS LOGO  -----------------*/
img[alt="American Express SafeKey logo"] {
    visibility: hidden;
}
/* ----------------- END HIDE AMERCIAN EXPRESS LOGO  -----------------*/



/* ----------------- START LOGIN BOX  -----------------*/

span#ctl00_ContentPlaceHolder1_lblLoginScreenRegisterText .registerlink {
    color: #7f988f;
    font-weight: bold;
	font-size:18px;
}

span#ctl00_ContentPlaceHolder1_lblLoginSecurityReasons {
    font-size: 13px;
}

span#ctl00_ContentPlaceHolder1_lblLoginRequireAssistance {
    font-size: 13px;
}

a#hypBookmarkMe {
    visibility: hidden;
}

span#ctl00_ContentPlaceHolder1_lblLoginRequireAssistance .bluelink {
    color: #7f988f!important;
    text-decoration: underline;
}

a#ctl00_ContentPlaceHolder1_hypForgottenPassword {
    color: #7f988f !important;
	text-decoration: underline;
}

span#ctl00_ContentPlaceHolder1_lblLoginScreenRegisterText {
    text-align: center;
}

/* ----------------- END LOGIN BOX  -----------------*/

/* ------------------------------------------------ START NETA -------------------------------------------------- */

.powered-container {
    display: none !important;
}

.rrp {
    display: none !important;
}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}

/* END NETA */
.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}

.CollapsiblePanelHead_HeaderUOS {
    display: none !important;
}

.NTResponsive.page-altregistration #ctl00_TopGroupSearch_dvSearchArea {display: none !important;}

.NTResponsive.page-viewitems.loggedin label {display: inline; padding-left: 7px}

.orderconfirmation_custcare {
    visibility: hidden;
}

.NTResponsive.page-feedbackform #ctl00_TopGroupSearch_dvSearchArea {display: none !important;}

.NTResponsive.page-feedbackform #ctl00_dvBasketContainer {display: none !important;}
.logo-container .sitelogo {
    background-image: url("mobilelogo.png");
    background-repeat: no-repeat;
    background-size: 170px 55px;
    height: 55px;
    width: 170px;
}
ul.footer li h2 { color:#000; background-image:url(../netalogue/custom/footer-title.png) !important;} .Footer_Accordion h2 { background-image:url(../netalogue/custom/footer-title.png) !important;}
.footerPaymentsBanner {
    background-image: url("../netalogue/custom/payment-type.png") !important;
    background-repeat: no-repeat;
    float: right;
    height: 53px !important;
    margin-right: 15px;
    width: 306px !important;
}
/* START NAVIGATION TEXT COLOUR */    .topmenu li a,  .topmenu li:hover,  /*  .topmenu li div.topNavMenu ul.submenu li a,  .topmenu li div.topNavMenu ul.submenu li ul.container li.submenu .tier3 a,  
.topmenu2 li a:link,  .topmenu2 li a:visited,  .topmenu2 li a:hover,  .topmenu2 li a.active,  */  #topNav a,  #topNav a.noleftborder1,  #topNav a.norightborder1,  #topNav a:hover,  #topNav a.noleftborder1:hover,  
#topNav a.norightborder1:hover,  #topNav dd.subheader a,  #topNav dd.subheader a:hover,  #topNav dd.subitem a,  #topNav dd.subitem a:hover,    a.bigblack:link,  a.bigblack:visited,  a.bigblack:hover,    
.categoryIndex,  .refineResults,  /*  #leftNav dl,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  #leftNav dl.selected dt a,  #leftNav dt a,  #leftNav dt.mynav,  .dvleftNavTier1Block,  
#leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  */  .leftnavtitle,    .whitetext,  /*  .searchables label,  
.searchables .disabled,  .searchables span,  .searchables .clearSearchable,  a.link-light,  a.link-light:LINK,  a.link-light:HOVER,  */  a.whitenav:link,  a.whitenav:visited,  a.whitenav:hover,  /*  a.tier2link:link,  
a.tier2link:visited,  a.tier2link:hover,  */  a.blacknav:link,  a.blacknav:visited,  a.blacknav:hover,  a.darknav:link,  a.darknav:visited,  a.darknav:hover,  a.darklink:link,  a.darklink:visited,  a.darklink:hover,  
a.leftnav:link,  a.leftnav:visited,  a.leftnav:hover,  a.greennav:link,  a.greennav:visited,  a.greennav:hover,  a.greenlink:link,  a.greenlink:visited,  a.greenlink:hover,  a.redlink:link,  a.redlink:visited,  
a.redlink:hover,    a.bluenav:visited,  a.bluenav:hover,  ul.topnav li.splitter,  ul.topnav li.last a,  ul.topnav li a,    ul.brand-letters li a,
ul.brand-letters li a:HOVER,  ul.category-letters li a,  ul.category-letters li a:HOVER,  .tierstoincludeindescription,  a.myaccount:link,  a.myaccount:visited,  a.myaccount:hover,  /*  .siteTopLinks .siteTopContent 
.content,  .siteTopLinks .siteTopContent .content td,  .siteTopLinks .siteTopContent .content a,  */  .custServTel,  .customerSupportEmail,  .customerSupportEmail a,  /*  .inc-vat-highlight,  */  .accordion .head,  
.accordion .head a span.title  {   /*navigationText*/color:#ffffff !important;  }  /* END NAVIGATION TEXT COLOUR */            #ctl00_dvCustServiceInfo div:first-child { color: #ffffff !important}            
.OrderApprovalSummaryHead { color: #ffffff !important}   div.menu a { color: #ffffff !important}
/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

/* START REGULAR TEXT */    .transactionshow h1,  .transactionshow td,  a.productnav:HOVER, a.productnav:LINK, a.productnav:VISITED,  .transactionshow input[type='text'],  #ctl00_ucTopGroup_lblbasket,  
#ctl00_ContentPlaceHolder1_tblnewsarticle h2,     #ctl00_ContentPlaceHolder1_tblnewsarticle td,  .mystockalerts h1,  .mystockalerts td,  .transactionhistory      .title,  .bundleselection h1,  .bundleselection td,  
.bundleselection select,  .quickorderform h1,       .quickorderform h2,  .quickorderform td,  .quickorderform a,  .quickorderform input[type='text'],       .quickorderform select,  .orderSchedulesTitle,  
.orderSchedules td,  .transactionhistory h1,          .transactionhistory td,  .transactionhistory a,  .transactionhistory input[type='text'],           .transactionhistory select,  .buyerinfotitle h1,  .buyerinfo td,  
.buyerinfo select,            .changepasswordtitle h1,  .changepassword td,  .changepassword input[type='text'],             .changepassword input[type='password'],  .changepassword select,  .mycostcentres h1,               
.mycostcentres td,  .myaddressbook h1,  .myaddressbook td,  .myaddressbook input[type='text'],                .companydetailstitle h1,  .companydetails td,  .companydetails input[type='file'],                
.messagecentreTitle h1,   .messagecentreTitle td,   .messagecentreTitle a,                 .messagecentre td,  h1.inkfinder,  .new-review, .new-review select, .new-review textarea,                  
.new-review input[type='text'],  .registration td,  .registration h1,  .inkfinderbody .inner td,  .contact-us-container td,  .contact-us-container input[type="text"],  .contact-us-container select,  
.contact-us-container textarea,  h1.contactus,  .product-description-container .reference-code,  .product-description-container-expand .reference-code,  .homepagepanelfooter td, .homepagepanelfooter a,  
.homepagepaneltitle,  .customerServiceInformationContent,   .basket a,  .downBasketHTML td,  .orderconfirmation_custcare a,  .orderconfirmation_weborderref,  h1.thankyou,  .tb, .dd, #ctl00_ContentPlaceHolder1_ddwhereheard,
.tbl-login td, .tbl-login a, .tbl-login h1,  .tbl-login input[type="password"],  .tbl-login input[type="text"],  #leftNav dl,  #leftNav dt.mynav,  #leftNav dl.selected,  #leftNav dl.theEnd,  #leftNav dl.theEndselected,  
#leftNav dl.selected dt a,  #leftNav dt a,  .dvleftNavTier1Block,  #leftNav dl.selected dt a,  #leftNav dt a:hover,  #leftNav a.hoverNav:link,  #leftNav a.hoverNav:visited,  #leftNav a.hoverNav:hover,  #leftNav ul li a,  
a.myaccount:link, a.myaccount:hover, a.myaccount:visited,  h2.myaccount,  .myaccount-container h1, .myaccount-container td,   .myaccount-container span, .myaccount-container select,   .basketedit a.dark,  
.termsContainer td, .termsContainer td a.dark,  .center-content td,  .center-content select,  .center-content input,  .center-content textarea,  .checkout-assistance,  #ctl00_lbsubmitToTeleSales,  .basket_summary_box td,  
h1.checkout-summary,  .checkout-options a,  .purchaseOrder h1,  .pad td, .pad h2,  .catref,  .checkout-catref,  a.product-description,  h1.checkout,  .checkout-header-stage1,  .checkout-header-stage1-active,  
.checkout-header-stage2,  .checkout-header-stage2-active,  .checkout-header-stage3,  .checkout-header-stage3-active,  .checkout-header-thankyou,  .tab-container td,  ul.product-details li a,  .buy .quantity,  
.buy .quantity input, .buyV2 .quantityV2,  ul.product-options li a,                 ul.product-options li a:hover,  .product-reviews-container-expand,        .product-reviews-container-expand a,  .stock, 
.stock a, .instock,  .mrrp-container, .mrrp-containerV2,      .last_chance_now_price .vatlabel, .vatlabelV2,  .vatlabel,  .breadcrumb-container .breadcrumb-inner td,    .breadcrumb-container .breadcrumb-inner a,  
ul.product-grid li .rating .rating-container a,     ul.product-list li .rating-container a,  .gridaddtofavs a,  .listaddtofavs a,  a.compare:link,     a.compare:hover,  .basket-container,  .dvlistshortdescription,  
.product-compare-container,       .accSearch, a.bluelink:link,  a.bluelink:visited,  a.bluelink:hover,  a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited,  .searchables label,        .searchables .disabled,  .searchables span,  .searchables .clearSearchable,  
a.product-nav-name,          a.product-nav-name:HOVER,  .categoryHeader h1  {   color:#000000 !important;  } #ctl00_ContentPlaceHolder1_tblcontactDetails a.standard{color:#000000 !important}    .basketFooter td,  
.jcarousel-item-horizontal div  {   color:#000000 !important;  } #leftNav dt a{color:#000000 !important;}  .basketContinueShopping a{ color:#000000 !important} a.standard:link,  a.standard:visited,  
a.standard:hover {color: #000000 !important;}  /* END REGULAR TEXT */           #leftNav dl.selected dt a {      color: #FFFFFF !important;  }          .topmenu li div.topNavMenu ul.submenu li a {color: #000000 !important; } 
div.popupColumn a.tier3, div.popupColumn a.tier3:hover, div.popupColumn a.showMore {   color:#000000 !important;  } div.popupColumn a:hover, div.popupColumn a.tier2in3, div.popupColumn a.tier2in3:hover, 
div.menu a.showMore:hover {color:#000000 !important}

/* START TITLE TEXT */  .title,  .orderReferenceTitle,  /*  h1,  */  h1.welcome,  h2,  h2.grey,  h3,  h3.noline,  h3.firstnoline,  .navtitles,  .pnavtitles,  h3.productNameList a,  .product-title-container h1.productinfo,  .product-title-container-wide h1.productinfo,  a.product-nav-name-jquery-scroller,  a.product-nav-name-jquery-scroller:HOVER,  .reviewer .title,  ul.associated-products li h3 a,  .pnlOnAccountHeader,  .pnlCreditCardHeader,  .pnlGoogleHeader,  .pnlPayPalHeader,  /*  h1.checkout,  h1.checkout-summary,  */  .carousel-price-title,  .pnlSagePayHeader,  h1.thankyou,  .modalPopup .head,  .myaccount,  h2.myaccount,  .featuredProductHeader,  /*  .categoryHeader h1,  a.product-nav-name,  a.product-nav-name:HOVER,  */  .orderPadMiniBox .title,  h3.grid-productName a,  .stockAvailabilityChartArea .title,  .product-price-container .title,  ul.pcnPTN li .pcnTitle,  ul.pcnPTN li .pcnTitle_2,  .controlpaneltitle,  /*  ul.product-details li a,  */  h1.contactus,  h1.inkfinder  {   /*titleText*/color:#000000;  }  /* END TITLE TEXT */
ul.footer li h2 {color:#ffffff !important; } .Footer_Accordion h2 {color:#ffffff !important; }
/* START FOOTER TEXT */ .Footer_Accordion, .Footer_Accordion ul li, .Footer_Accordion ul li a,
.footerSEOText,
ul.footer li,
ul.footer li.footercol4,
ul.footer li.footercol4 ul li,
ul.footer li.footercol5,
ul.footer li.footercol5 ul li,
ul.footer li.footerNewsletter,
ul.footer li.footerNewsletter ul li,
ul.footer li a,
ul.footer li a:hover,
ul.footer li a:visited,
.footer-customersupport,
.copyright-container,
.newsletterbox-title
{
    /*footerText*/color:#ffffff !important;
} 
/* END FOOTER TEXT */
/* START BUTTON TEXT */  /*  a,  a:visited,  a:hover,  a.perpage,  */    .grey-button1,  .grey-button2,      .grey-button3,  .grey-button4,  .grey-button5,  .grey-button6,  a.grey-button1,  a.grey-button1:hover,  
a.grey-button1:visited,         a.grey-button2,  a.grey-button2:hover,  a.grey-button2:visited,  a.grey-button3,  a.grey-button3:hover,  a.grey-button3:visited,              a.grey-button4,  a.grey-button4:hover,  
a.grey-button4:visited,  a.grey-button5,  a.grey-button5:hover,  a.grey-button5:visited,                   a.grey-button6,  a.grey-button6:hover,  a.grey-button6:visited,  /*  .comparebutton1,  a.comparebutton1,  
a.comparebutton1-active,  */                  .button1,  .button2,  .button3,  .button4,  .button5, input.button1, input.button2,input.button3, input.button4, input.button5,   .abutton1,  a.abutton1,  a.abutton1:visited,
.gbutton1,  .gbutton2,                           .gbutton3,  .gbutton4,  .gbutton5,  a.button1,  a.button1:hover,  a.button1:visited,  a.button2,  a.button2:hover,                          a.button2:visited,           
a.button3,  a.button3:hover,  a.button3:visited,  a.button4,  a.button4:hover,                            a.button4:visited,  a.button5,  a.button5:hover,            a.button5:visited,  a.gbutton1,  a.gbutton1:hover,                           
a.gbutton1:visited,  a.gbutton2,  a.gbutton2:hover,  a.gbutton2:visited,                                         a.gbutton3,  a.gbutton3:hover,  a.gbutton3:visited,  a.gbutton4,  a.gbutton4:hover,  a.gbutton4:visited,  
a.gbutton5,                                         a.gbutton5:hover,  a.gbutton5:visited,  a.searchresults,  a.searchresults:visited,  a.searchresults:hover,  .button100,                                          
.logintobuy,  #aThankYouBackToStore,  /*  .loginText a,  .loginText a:visited,  .loginText a:hover,  */                                                   
.basketPricesIncExVat,  .comparison-last a.add-to-basket,                                                .searchButton a,  .review-button,  a.big-button,  a.forgotten-password,  a.forgotten-password:HOVER,                                                      
.homeNewsBox .StoryOuter .button a,  .orderPadMiniBox .dvorderPadMiniAdd a.orderPadMiniAdd,  .CSVUploadButton, a.OrderNowButton,                                                             
.MasterSearchButtonContainer a,  .AddToBasketButtonContainer a,  .AddToBasketButtonContainerLarge a, .AddToBasketButtonContainerLargeV2 a,                                                                               
a.proceed-to-checkout,  .reviewordercell a, .reviewordercell span,  .processing-please-wait,  a.confirm-order,  .logintobuy,                                                                                                
#bLoginDiv #ctl00_ContentPlaceHolder1_blogin,  .newsletter-thank-you-msg-button a,  #ctl00_ContentPlaceHolder1_lbSuccess,                                                                                                                  
a.print-button,  welcome_csvupload_butt, input.button1, .button1 a {   /*buttonText*/color:#ffffff !important;  }   /* START BUTTON TEXT - IMPORTANT */  .OrderNowButton /* Must override inline style set in mark-up */  
{      /*buttonTextImportant*/color:#ffffff !important;  }    /* END BUTTON TEXT - IMPORTANT */ a.logged-in { color: #ffffff !important;}  /* END BUTTON TEXT */   #aThankYouBackToStore, #bLoginDiv a { color: #ffffff !important}
.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}


/* START NAVIGATION Hover TEXT COLOUR */ 
  div.menu a:hover    {color: #000000 !important }
  div.menu div.menutab a:hover { color:#000000 !important}  
  .topmenu li:hover, .topmenu li:hover span {  /*navigationHoverText*/color:#000000 !important;  }  /* END NAVIGATION Hover TEXT COLOUR */        
  #leftNav dt a:hover { color:#FFF !important;}

.product-brand-container{display:none}

.main-body-container .InnerContainer .ProductSKU_FloatingBar .ProductSKU_AddToBasket .AddToBasket_ButtonContainer .add-to-basket-large-disabled{
display:none;}

.AddToBasket_ControlContainer .AddToBasket_ButtonContainer .discontinued-item, .addtobasket-container .discontinued-item {
   /* background-color: lightgrey;*/
    display: none; 
}