/*

CONTENTS:

    OLD CODE

    TEMPORARY CODE - each code segment should contain: dev name, reason for code existing and dated for when it can be safely removed (where possible but include a brief description if not e.g. "waiting for X project/build to complete, duration unknown")

        - older #footer styles



    MAINTAINABLE.CSS - new modular CSS

        - footerModule
        -
        -
*/


/********************/


/* Targeted Content */


/********************/

#targettingTestProfileInfoSlot {
    display: none
}

/***************/


/* Site Layout */


/***************/

body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

@media only screen and (max-width: 64em) {
    body {
        background: none;
    }
}

@media only screen and (min-width: 64em) {
    body {
        background: none
    }
}

body #pageContainer {
    background-color: #FFF;
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

body #headerWrap,
body #contentWrap {
    margin: 0 auto;
    width: 100%;
}

body #header,
body #content {
    margin: 0 auto;
    width: 960px;
}

/***************/


/* Site Header */


/***************/

#headerWrap {
    position: relative;
}

body #header {
    float: none;
    padding: 0;
    position: relative;
}

#headerWrap #header #headerContent {
    height: 76px;
}

#headerWrap #header #headerContent .headerRow {
    margin-left: 25px;
}

#headerWrap #header #headerContent .headerRow.hrBottom {
    width: 678px;
    margin-left: 0;
}

/* Community Hub */

#main #comHubWelcome h2 span {
    color: #481C91;
}

/* Name In Header */

#header #headerContent .headerRow #siteWelcome .nameInHeader #softLogoutForm .welcomeSignIn {
    display: inline-block;
    float: left;
    margin-right: 11px;
    margin-top: 2px;
}

.nameInHeader .notYouWrap {
    margin-top: 2px
}

.nameInHeader #welcomeDelimiter {
    margin-top: 0px;
    margin-right: 5px;
}

/**************/


/* Breadcrumb */


/**************/

#breadcrumb,
#breadcrumb a,
#breadcrumb li.selected,
#breadcrumb .breadcrumbList .divider {
    color: #333333;
}

/*************************/


/* Personalised Greeting */


/*************************/

#headerWrap #header #headerContent #siteWelcome {
    color: #777;
    float: left;
    height: 18px;
    width: 100%;
    margin-left: 0;
    text-transform: uppercase;
    padding-top: 6px;
}

#headerWrap #header #headerContent #siteWelcome h2 {
    display: inline;
    float: left;
    margin: 0;
    width: auto;
    font-size: 100%;
    margin-right: 10px;
}

#headerWrap #header #headerContent #siteWelcome ul {
    display: inline;
    line-height: 14px;
    margin: 0 0 0 10px;
    padding: 0;
}

#headerWrap #header #headerContent #siteWelcome ul li {
    border-right: 1px solid #000;
    margin: 0 7px 0 0;
    padding: 0 10px 0 0;
}

#headerWrap #header #headerContent #siteWelcome a {
    color: #777;
    display: block;
}

#headerWrap #header #headerContent #siteWelcome ul .last {
    border: 0 none;
}

#pageContainer #header #headerContent #siteWelcome #welcomeStatement {
    display: inline;
    line-height: 12px;
    margin-bottom: 8px;
}

#pageContainer #header #headerContent #siteWelcome #loggedin {
    margin-bottom: -1px;
}

#pageContainer #header #headerContent #siteWelcome .logoff input {
    color: #777;
}

#siteWelcome #signInLink,
#siteWelcome #registerLink {
    color: #777
}

/**************/


/* Site Links */


/**************/

#headerWrap #header #headerContent #siteLinks {
    color: #777;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
}

#headerWrap #header #headerContent #siteLinks #sitePhoneNumber {
    color: #595859;
    clear: right;
    font-size: 11px Arial;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 24px;
    width: 131px;
}

#headerWrap #header #headerContent #siteLinks #sitePhoneNumber a {
    color: #000;
}

#headerWrap #header #headerContent #siteLinks ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 0 6px 0;
    width: auto;
}

#headerWrap #header #headerContent #siteLinks ul li {
    border-right: 1px solid #ddd;
    margin: 0 4px 0 0;
    padding: 0 8px 0 0;
}

#headerWrap #header #headerContent #siteLinks ul .last {
    border: 0;
}

#headerWrap #header #headerContent #siteLinks ul li a {
    color: #777;
    font-size: 11px;
}

/*******************/


/* Basket & Search */


/*******************/

#basketInfo .basketLink {
    height: 29px;
    text-transform: uppercase;
}

#basketInfo {
    bottom: 4px;
    color: #595859;
    position: absolute;
    right: 0;
    width: 180px;
}

#basketLink {
    float: right;
}

#header #headerContent a#basketLink #siteBasket,
#headerWrap #header #headerContent a#basketLink #siteBasket:hover {
    width: 116px;
    margin: 0;
    font-size: 11px;
    border: 0 none;
    background: url('/assets/static/generic/basket-grey.png') no-repeat 0 50%;
    padding: 0;
    filter: none;
    border-radius: 0;
    position: relative;
}

#headerWrap #header #headerContent a#basketLink #siteBasket:hover {
    border: 0;
    box-shadow: none !important;
}

#headerWrap #header #headerContent a#basketLink #siteBasket {
    padding: 0;
    margin: 0;
}

#headerWrap #header #headerContent #siteSearch {
    margin-top: 0;
}

#headerWrap #searchButton .primaryButtonEnd {
    background: #ABABAB none;
    height: auto;
}

#headerWrap #searchButton:hover .primaryButtonEnd {
    background: #838383 none;
}

#headerWrap #searchButton .primaryButton {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    line-height: 20px;
}

#headerWrap #header #headerContent #siteSearch #searchBox {
    border: 1px solid #ABABAB;
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-right: 0 none;
    color: #ABABAB;
    padding: 6px 0 6px 5px;
    height: 15px;
    /* 29px inc. padding and border */
    width: 270px;
}

#headerWrap #header #headerContent #siteSearch #searchBox:focus {
    outline: none;
}

#headerWrap #header #headerContent #siteSearch {
    width: 466px;
}

#headerWrap #header #headerContent #siteSearch .toolTipWrapper {
    left: 180px;
    top: -40px;
}

#headerWrap #header #headerContent .wishlistBasketLink {
    float: left;
}

#headerWrap #header #headerContent .wishlistBasketLink a {
    background-position: -925px -148px;
    border-right: 1px solid #595859;
    float: left;
    font-size: 11px;
    height: 27px;
    margin-left: 7px;
    padding-right: 23px;
    text-transform: uppercase;
    width: 35px;
    color: #595859;
    line-height: 13.2px;
}

/* atg7 style basket link */

#headerWrap #header #headerContent a#basketLink #siteBasket.altBasket #numItems,
#header-basket .numItems {
    background: #000;
    border-radius: 9px;
    color: #FFF;
    float: none;
    font-size: 9px;
    height: 18px;
    left: 14px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    width: 18px;
}

#siteBasket .numItemsLabel {
    display: none;
}

#headerWrap #header #headerContent a#basketLink #siteBasket.altBasket #numItems,
#header-basket .numItems {
    float: right;
}

/**************/


/* Brand Logo */


/**************/

#headerWrap #header #headerContent #siteLogo {
    float: left;
    margin: 15px 40px 0 0;
    height: 60px;
    width: 241px;
}

#headerWrap #header #headerContent #siteLogo a {
    width: 100%;
    height: 60px;
}

/**************/


/* Search Box */


/**************/

#headerWrap #header #headerContent #siteSearch #searchBox {
    background-position: -552px -147px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    height: 14px;
    padding: 4px 4px 3px;
    width: 229px;
}

#header #headerContent #siteSearch #searchButton input {
    float: left;
    height: 22px;
    margin: 0;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    margin-left: 4px;
    padding-left: 0;
    vertical-align: middle;
    width: auto;
}

/******************/


/* Top Navigation */


/******************/


/* Default Nav Styles */

#headerWrap #header #navWrap {
    display: table;
    width: 960px;
    height: 31px;
    margin-bottom: 5px;
}

#headerWrap #header ul#topNav {
    display: table-row;
    width: 100%;
    height: 31px;
    background: #dfe0e1;
    margin: 0;
}

#headerWrap #header ul#topNav .zoneItem {
    display: table-cell;
    width: auto;
    height: 100%;
    border-right: 1px solid #c1c2c3;
}

#headerWrap #header ul#topNav .zoneItem p {
    height: 100%;
}

#headerWrap #header ul#topNav .zoneItem p a {
    display: block;
    height: 11px;
    color: #595859;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 8px;
}

/* IE7 */

.ie7 #headerWrap #header ul#topNav .zoneItem p a {
    background-color: transparent;
}

/* Hover and Active State */

#headerWrap #header ul#topNav .zoneItem:hover p a {
    background: #595859;
    color: #FFF;
    display: block;
}

/* Tab Widths */

#headerWrap #header ul#topNav #newin-nav {
    border-left: 1px solid #c1c2c3;
    width: 72px;
}

#headerWrap #header ul#topNav #women-nav {
    width: 71px;
}

#headerWrap #header ul#topNav #men-nav {
    width: 57px;
}

#headerWrap #header ul#topNav #childbaby-nav {
    width: 75px;
}

#headerWrap #header ul#topNav #sports-nav {
    width: 84px;
}

#headerWrap #header ul#topNav #homegarden-nav {
    width: 81px;
}

#headerWrap #header ul#topNav #electricals-nav {
    width: 80px;
}

#headerWrap #header ul#topNav #gamingdvd-nav {
    width: 82px;
}

#headerWrap #header ul#topNav #gifts-nav {
    width: 82px;
}

#headerWrap #header ul#topNav #beauty-nav {
    width: 70px;
}

#headerWrap #header ul#topNav #toys-nav {
    width: 63px;
}

#headerWrap #header ul#topNav #offers-nav {
    width: 65px;
}

#headerWrap #header ul#topNav #termtime-nav {
    width: 64px;
}

#headerWrap #header ul#topNav #holidayshop-day {
    background: #fad05e;
    border-right: 0;
    width: 63px;
}

#headerWrap #header ul#topNav #holidayshop-day a {
    color: #B85E1B;
}

#headerWrap #header ul#topNav #holidayshop-day:hover a {
    background: #fad05e;
    color: #B85E1B;
}

#headerWrap #header ul#topNav #termtime-nav a {
    background: #abbdc5;
    color: #fff;
}

#headerWrap #header ul#topNav #sale-nav {
    background: #ED1C24;
    border-right: 0;
    width: 63px;
}

#headerWrap #header ul#topNav #sale-nav a {
    color: #fff;
}

#headerWrap #header ul#topNav #sale-nav:hover a {
    background: #ED1C24;
}

/* Two Line Nav padding */

#headerWrap #header ul#topNav #newin-nav p a,
#headerWrap #header ul#topNav #childbaby-nav p a,
#headerWrap #header ul#topNav #sports-nav p a,
#headerWrap #header ul#topNav #homegarden-nav p a,
#headerWrap #header ul#topNav #gardenoutdoor-nav p a,
#headerWrap #header ul#topNav #gamingdvd-nav p a,
#headerWrap #header ul#topNav #gifts-nav p a,
#headerWrap #header ul#topNav #character-nav p a,
#headerWrap #header ul#topNav #BabyToddlerEvent-nav p a,
#headerWrap #header ul#topNav #holidayshop-day a,
#headerWrap #header ul#topNav #termtime-nav p a {
    height: 22px;
    padding: 5px 8px 4px 9px;
}

/***********************/


/* Sub Navigation Menu */


/***********************/

#headerWrap #header ul#topNav li .categoryList {
    float: left;
    position: absolute;
    background: #FFF;
    border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-radius: 0;
    margin-top: 0;
    width: 956px;
    padding: 10px 0;
    box-shadow: none;
    z-index: 110;
}

#headerWrap #header ul#topNav li ul .category {
    border-left: 2px solid #BBB;
    margin: 0 0 20px 20px;
    padding: 2px 0 0 5px;
    width: 210px;
    height: 180px;
    overflow: hidden;
}

#headerWrap #header ul#topNav li ul li h3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #595859;
    font: bold 14px Arial;
    line-height: 15px;
    margin: 0 0 3px 0;
    padding: 0 5px;
}

#headerWrap #header ul#topNav li ul li ul {
    margin: 5px 0 0;
    width: 100%;
}

#headerWrap #header ul#topNav li ul li ul li {
    line-height: 1.2em;
    margin: 0 0 4px 0;
    width: 100%;
}

#headerWrap #header ul#topNav li ul li ul li a {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #000;
    text-transform: none !important;
    width: 93%;
}

#headerWrap #header ul#topNav li ul .seeAll {
    clear: none;
    display: block;
    width: 100%;
    height: 29px;
    overflow: visible;
    margin: 0 0 15px 0;
    float: right;
    overflow: hidden;
}

#headerWrap #header ul#topNav li ul .seeAll a {
    background-position: -657px -30px;
    margin: 0 30px 0 0;
    padding: 0;
    width: 230px;
    height: 29px;
    float: right;
}

#headerWrap #header ul#topNav li ul .seeAll a:hover h2 .seeAllText {
    text-decoration: underline;
    cursor: pointer;
}

#header ul#topNav li ul li.seeAll h2 {
    background-position: -257px -30px;
    width: 52px;
    height: 29px;
    margin: 0;
    padding: 0;
    color: #FFF;
}

#header ul#topNav li ul li.seeAll h2 .seeAllText {
    padding: 3px 0 0 10px;
    width: 218px;
}

#header ul#topNav li ul li ul li.more {
    font-weight: bold;
}

#headerWrap #header ul#topNav li ul li.divider {
    clear: both;
}

/* See All Button Styles */

#headerWrap #header ul#topNav #women-nav ul li.seeAll a {
    background-position: -644px -30px;
    width: 113px;
}

#headerWrap #header ul#topNav #men-nav ul li.seeAll a {
    background-position: -663px -30px;
    width: 94px;
}

#headerWrap #header ul#topNav #childbaby-nav ul li.seeAll a {
    background-position: -618px -30px;
    width: 139px;
}

#headerWrap #header ul#topNav #shoes-nav ul li.seeAll a {
    background-position: -606px -30px;
    width: 151px;
}

#headerWrap #header ul#topNav #sports-nav ul li.seeAll a {
    background-position: -592px -30px;
    width: 165px;
}

#headerWrap #header ul#topNav #homegarden-nav ul li.seeAll a {
    background-position: -603px -30px;
    width: 173px;
}

#headerWrap #header ul#topNav #gardenoutdoor-nav ul li.seeAll a {
    background-position: -585px -30px;
    width: 176px;
}

#headerWrap #header ul#topNav #electricals-nav ul li.seeAll a {
    background-position: -629px -30px;
    width: 128px;
}

#headerWrap #header ul#topNav #gamingdvd-nav ul li.seeAll a {
    background-position: -608px -30px;
    width: 149px;
}

#headerWrap #header ul#topNav #gifts-nav ul li.seeAll a {
    background-position: -593px -30px;
    width: 164px;
}

#headerWrap #header ul#topNav #beauty-nav ul li.seeAll a {
    background-position: -619px -30px;
    width: 138px;
}

#headerWrap #header ul#topNav #toys-nav ul li.seeAll a {
    background-position: -663px -30px;
    width: 94px;
}

/* Tablet - Close Nav */

#headerWrap #header ul#topNav li ul .closeNav h2 {
    background-color: #EFEFEF;
    border: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 25px;
    margin: 5px 10px;
    padding: 0;
}

#headerWrap #header ul#topNav li ul li.closeNav {
    display: none;
    height: auto;
    margin-left: 0;
    width: 9%;
}

#header ul#topNav li ul li.closeNav h2 {
    clear: right;
    padding: 3px 4px 3px 4px;
    position: relative;
}

#header ul#topNav li ul li.closeNav h2 .closeText {
    color: #069;
    left: 10px;
    position: absolute;
    top: 5px;
}

#header ul#topNav li ul li.closeNav h2 .closeIcon {
    /* background: transparent url('') -565px -970px no-repeat; This will require an image */
    display: inline-block;
    height: 17px;
    left: 12px;
    position: absolute;
    top: 3px;
    width: 45px;
}

#header ul#topNav li ul li.closeNav a:hover h2 .closeText,
#header ul#topNav li ul li.closeNav a:active h2 .closeText {
    text-decoration: underline;
}

/*******************/


/* Gallery Heading */


/*******************/

#headerWrap #header .galleryHeading {
    margin: 15px 0;
}

/*********/


/* USP's */


/*********/

#pageContainer #header #usp-nav {
    display: block;
    height: 12px;
    list-style: none outside none;
    width: 963px;
    float: left;
    margin-bottom: 15px;
}

#pageContainer #header #usp-nav li {
    float: left;
    margin: 0 10px 0 0;
}

#pageContainer #header #usp-nav li.last {
    float: left;
    margin: 0 0 0 0;
}

#pageContainer #header #usp-nav li a {
    background: none;
    color: #808184;
    display: block;
    font: bold 12px Arial;
    height: 25px;
    padding: 3px 0 0 0px;
    width: 209px;
    text-align: center;
}

#pageContainer #header #usp-nav li a.first {
    background: none;
    color: #808184;
    display: block;
    font: bold 12px Arial;
    height: 25px;
    padding: 3px 0 0 0px;
    width: 209px;
    text-align: left;
}

#pageContainer #header #usp-nav li a.last {
    background: none;
    color: #808184;
    display: block;
    font: bold 12px Arial;
    height: 25px;
    padding: 3px 0 0 0px;
    width: 209px;
    text-align: right;
}

#pageContainer #header #usp-nav li a:hover {
    text-decoration: underline;
    color: #808184;
}

#usp-container-atg10 {
    background: url("//content.littlewoods.com/assets/static/theme/images/usp-background.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    margin-bottom: 6px;
}

#usp-container-atg10 a {
    xxbackground: url("//content.littlewoods.com/assets/static/theme/images/usp-background.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    height: 22px;
    margin-right: 1px;
    padding-top: 8px;
    text-align: center;
    width: 246px;
    color: #595859;
    border: 0;
    border-right: 1px solid white;
}

#usp-container-atg10 a:hover {
    color: #595859;
    border: 0;
    border-right: 1px solid white;
    text-decoration: underline;
}

#usp-container-atg10 #usp-bnpl {
    width: 215px;
}

#usp-container-atg10 #usp-shopthead {
    background: url("//content.littlewoods.com/assets/static/theme/images/tv.png") no-repeat scroll 20px 8px #f5f5f5;
}

#usp-container-atg10 #usp-lowweeklyprices {
    border-right: 0;
}

/***********************/


/* Dynamic No dropdown */


/***********************/


/* brandsNav functionality for noDropdown - remove when class ".noDropdown" is added dynamically from JSP */

#header ul#topNav:hover #brandsNav p a.lastLink {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

#header ul#topNav:hover #brandsNav.selected p a.lastLink {
    padding: 10px 15px;
}


/********************************************
* New Header
********************************************/

/* The old styles (above) will be removed on release of ECOMCON-1004 */

/* Header - Logged State */

.header-logState {
    clear: left;
    margin: 16px 0 0 0;
}

.header-logStateWelcomeLoggedOut {
    display: block;
    color: #AAA;
    font-size: 12px;
    margin-bottom: 5px;
}

.header-logStateWelcome {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Header - SFL */

.header-sfl {
    left: 165px;
    top: 50px;
}

/* Header - Site Links */

.header-siteLinks {
    font-size: 11px;
    padding: 0;
    top: 10px;
}

.header-logStateInput,
.header-siteLinks>li>a,
.header-siteLinks>li>a:active,
.header-siteLinks>li>a:visited {
    color: #AAA;
}

.header-siteLinks>li>a:hover {
    color: #5B5B5B;
    text-decoration: none;
}

.header-siteLinksListItemFirst {
    border-left: 0;
    padding: 0 10px 0 0;
}

.header-siteLinksListItemLast {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    margin-right: 10px;
    padding: 0 10px;
}

/* Header - Search */

.header-search {
    left: 355px;
    top: 44px;
}

.header-searchInput {
    border-color: #5B5B5B;
    border-radius: 0;
    border-width: 2px;
    padding: 11px 11px 11px 32px;
    width: 336px;
}

.header-searchBtn {
    background-color: #5B5B5B;
    border-radius: 0;
    padding: 12px 18px;
}

.header-searchResults {
    border-color: #5B5B5B;
    border-width: 2px;
    left: 0;
    top: 40px;
    width: 378px;
}

.header-searchResults>li>a {
    padding: 9px 32px;
}

.header-searchTip {
    background-color: #F2F2F2;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 7px 5px 7px;
    right: 0;
    top: -32px;
}

/* Header - Basket */

.header-basket {
    top: 50px;
}

.header-basketIcon {
    background-color: #5B5B5B;
    left: 19px;
    top: 4px;
}

.header-basketLabel {
    padding: 10px 0 10px 48px;
}

/* Header Reskin - Logo */

.header-content--material .header-logo {
    margin-top: 38px;
}

/* Header Reskin - Log state */

.header-content--material .header-logState {
    clear: none;
    margin: 50px 0 0 24px;
}

.header-content--material .header-logStateWelcomeLoggedOut {
    color: #333;
}

/* Header Reskin - Search */

.header-content--material .header-search {
    top: 50px;
}

.header-search path {
    fill: #7C2383;
}

.header-content--material .header-searchInput {
    border-color: #7C2383;
}

.header-content--material .header-searchInput::-webkit-input-placeholder {
    color: #7C2383;
}

.header-content--material .header-searchInput::-moz-placeholder {
    color: #7C2383;
}

.header-content--material .header-searchInput:-ms-input-placeholder {
    color: #7C2383 !important;
}

.header-content--material .header-searchInput::placeholder {
    color: #7C2383;
}

.header-content--material .header-searchBtn,
.header-content--material .header-sflCount,
.header-content--material .header-basketCount {
    background-color: #7C2383;
}

/* Header Reskin - SFL */

.header-content--material .header-sfl,
.header-content--material .header-basket {
    bottom: 27px;
}

/***********************/

/* REVIEW RATING STARS */


/***********************/

#pageContainer #endecaNavigation .facetRating .reviewStars {
    display: block;
    height: 13px;
    margin: 0 -3px 0 0;
    width: 95px;
}

#pageContainer #endecaNavigation .reviewStars .reviewStarColour {
    width: 98px;
}

#pageContainer #endecaNavigation .facetRating li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
}

#pageContainer #products .reviewStars,
#pageContainer #products .reviewStars .reviewStarColour {
    margin: -2px 0 0;
}

#pageContainer .reviewStars .reviewStarColour {
    height: 13px;
    top: 1px;
    width: 100px;
}

/***********************/


/* REVIEW RATING STARS */


/***********************/

#pageContainer .reviewStars,
#pageContainer .reviewStars .reviewStarColour {
    display: block;
    height: 13px;
    width: 97px;
}

#pageContainer .reviewStars .reviewStarColour {
    height: 12px;
    top: 1px;
    width: 100px;
}

#pageContainer .reviewStars .reviewStarMask {
    background: transparent url('//content.littlewoods.com/assets/static/theme/pluck/pluck-review-star-output-overlay-custom.png') -3px -1px no-repeat;
    height: 13px;
    width: 100px
}

#pageContainer .facetRating .reviewStars .reviewStarMask {
    background-position: -3px 0;
}

#pageContainer .reviewStars .reviewStarMask {
    height: 14px;
    width: 102px
}

#pageContainer .reviewNumber {
    line-height: 11px;
}

/********/


/* iPad */


/********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Hacky way to fix the site being off centre */
    /* body #pageContainer {padding-left: 30px} */
    /* Fixes issue of logo being 1px too high and going over .headerRow  */
    #headerWrap #header #headerContent #siteLogo {
        top: 30px;
    }

    #headerWrap #header ul#topNav li ul .seeAll {
        clear: left;
        display: block;
        margin: 0;
        width: 91%;
    }

    #header ul#topNav li ul li h2 .seeAllText {
        top: 6px;
    }

    #headerWrap #header ul#topNav li ul li.closeNav {
        display: block;
    }

    #header ul#topNav li ul.dn {
        display: none !important;
    }
}

/**************/


/* Help Pages */


/**************/

#helpSection .tabs {
    clear: both;
    font-size: 12px;
    height: 2.43em;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 2px solid #7F7F7F;
}

#helpSection .tabs li {
    background: #EEE;
    color: #333;
    cursor: pointer;
    float: left;
    font-weight: bold;
    list-style: none outside none;
    margin-right: 10px;
    padding-left: 5px;
    position: relative;
}

#helpSection .tabs li.active {
    background: #7F7F7F;
    border-bottom: medium none;
    bottom: -1px;
    height: 100%;
    padding-bottom: 1px;
    top: 0;
}

#helpSection .tabs li a {
    background: #EEE;
    color: #333;
    display: block;
    padding: 9px 10px 8px 5px;
    text-decoration: none;
}

#helpSection .tabs li.active a {
    background: #7F7F7F;
    color: #FFF;
}

#helpSection .tabs:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

#helpSection div.actions {
    height: 30px;
}

#helpSection .standardNav #tabs {
    padding-left: 0;
    margin-left: 0;
}

#helpSection .standardNav ul li {
    padding: 1px 0;
    list-style: none;
}

#helpSection .standardNav ul li a {
    color: #333;
    display: block;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 11px;
}

#helpSection #tabs-nav {
    padding-left: 0;
}

#helpSection #tabContent #howtocheck p {
    margin: 0;
}




/*******************/


/* Checkout Styles */


/*******************/


/* IE7 Checkout Header Issues */

.ie7 #header #checkoutProgressBar {
    position: relative;
}

#checkoutProgressBar li p .desc {
    display: none;
}

.themeCommerce .formHeader h2 {
    text-transform: capitalize;
}

.themeCommerce #cashOrCreditForm .formHeader h2 {
    text-transform: inherit;
}

/**********************************/


/* IE7 Buttons (To be checked in) */


/**********************************/

.ie7 #productCallToAction,
.ie7 #basket #basketFooter .actions,
.ie7 #login .formFooter,
.ie7 #forgotPassword .formFooter {
    position: relative;
}

/**************/


/* My Account */


/**************/

#main .myAccount ul#topNav #returns {
    display: block;
}

#main .myAccount ul#topNav #accountExtras,
#main .myAccount ul#topNav #makeAPayment,
#main .myAccount ul#topNav li.last {
    display: block;
}

#main .myAccount ul#topNav ul:after {
    clear: both;
}

#main .myAccount ul#topNav ul:before,
#main .myAccount ul#topNav ul:after {
    content: "";
    display: table;
}

#main .myAccount ul#topNav {
    margin: 10px 0 15px;
    overflow: auto;
    zoom: 1;
    border-bottom: none;
    height: auto;
    padding: 0;
}

#main .myAccount ul#topNav ul {
    border-bottom: 5px solid #000;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #222;
    left: auto;
    margin: 0;
    padding: 0 0 4px 0;
    position: static;
    top: auto;
}

.ie7 #main .myAccount ul#topNav ul {
    padding-bottom: 5px;
    overflow: auto;
    zoom: 1;
}

#main .myAccount ul#topNav ul li {
    color: #333;
    background: #EEE;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #DCDCDC));
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -moz-linear-gradient(center top, #FAFAFA 0%, #DCDCDC 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FAFAFA 0%, #DCDCDC 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DCDCDC', GradientType=0);
    border: 1px solid #D3D3D3;
    border-color: #CCC #CCC #F00;
    border-bottom: 0 none !important;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 1px #FFF inset;
    font-weight: bold;
    font-size: 14px;
    float: left;
    list-style: none;
    margin: 0 5px 1px 0;
    padding: 0;
    position: relative;
    text-shadow: 0 1px 0 #FFF;
    top: 5px;
    white-space: nowrap;
    height: auto;
    width: auto;
}

#main .myAccount ul#topNav ul li:hover {
    background: #EFEFEF;
    background: -moz-linear-gradient(top, #F0F0F0 0%, #E6E6E6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #E6E6E6));
    background: -webkit-linear-gradient(top, #F0F0F0 0%, #E6E6E6 100%);
    background: -o-linear-gradient(top, #F0F0F0 0%, #E6E6E6 100%);
    background: -ms-linear-gradient(top, #F0F0F0 0%, #E6E6E6 100%);
    background: linear-gradient(to bottom, #F0F0F0 0%, #E6E6E6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#E6E6E6', GradientType=0);
    border-color: #BBB #BBB #F00;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFF inset;
}

#main .myAccount ul#topNav ul li.selected {
    background: none;
    background-color: #FFF;
    border-color: #CCC;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    color: #333;
    filter: none;
    margin-bottom: -5px;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #FFF;
}

#main .myAccount ul#topNav ul li a {
    color: #333;
    cursor: pointer;
    float: left;
    outline: 0 none;
    padding: 10px 20px;
    text-decoration: none;
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
    text-shadow: none;
    white-space: auto;
}

/***************/


/* Quick Order */


/***************/

#quickOrder ol#quickOrderInput {
    list-style-type: none;
    padding-left: 20px;
}

/************/


/* Left Nav */


/************/

#main .myAccount #leftNav {
    float: left;
    width: 176px;
}

#main .myAccount #leftNav ul {
    border: none;
    margin: 0;
    padding-left: 0;
}

#main .myAccount #leftNav li {
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+) 144px 0 no-repeat;
    background-size: 30px;
    display: block;
    height: 40px;    
    position: relative;
}

#main .myAccount #leftNav li a {
    background: none;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 154px;
}

#main .myAccount #leftNav li.selected {
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTMwMDUxIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+) 144px 0 no-repeat;
	background-size: 30px;
}

#main .myAccount #leftNav li a:hover,
#main .myAccount #leftNav li.selected a:hover  {
	text-decoration: underline;
}

#main .myAccount #leftNav li.selected a {
    color: #530051;
    font-weight: normal;
}

#main .myAccount #leftNav li.section {
    border: none;
    padding: 0;
    margin: 0;
}

#main .myAccount #leftNav .arrow-right {
    display: none;
}

#endecaNavigation .endecaNavigationSelected li {
    position: relative;
}

#main #endecaNavigation .removeSelected {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* ********************************** */


/* Hide links, until ready to go live */


/* ********************************** */

.myAccount #leftNav li#offers,
.myAccount #leftNav li#wishList {
    display: none;
}

#main .myAccount .formHeader {
    margin-bottom: 15px;
}

/* Remove Form Header Top Margin */

#main .myAccount .formHeader h2 {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}

#main .myAccount #directDebit .formHeader h2 {
    background: url('//content.littlewoods/assets/static/theme/images/direct-debit.png') no-repeat scroll right center transparent;
    height: 26px;
    margin-bottom: 11px;
}

/* Hide person image from Account Summary page */

#main #accountSummary #greetingImage {
    display: none;
}

#main #accountSummary #headleft #greeting {
    font-size: 20px;
    height: 30px;
    padding: 0 0 10px 5px;
}

#main #accountSummary #greeting span {
    font-size: 12px;
    padding-top: 3px;
}

/* Account Summary - Balance/Credit Alignment */

#accountSummary .formHeader #summary {
    margin-top: 0;
}

#main #accountSummary #nextStatement {
    margin: 15px 0 15px 0;
}

/* Account Summary - Payment Options */

#main #accountSummary #nextPayment {
    height: auto;
    margin-top: 10px;
    padding: 10px;
}

#main #accountSummary #nextPayment .primaryButtonStart {
    margin: 10px 20px 10px 0;
}

/* Transaction History Spacing */

#statementPreferences #statmentPreferencesTranHistory #transactionHistory {
    padding-top: 0;
}

/* My Orders */

#main #orderList .ordersHeader {
    margin: 0 0 5px;
}

#main #orderList .ordersHeader h3 {
    font-size: 14px;
}

#main #statementPreferences #transactionHistory h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

/* My Details */

#hub #contactPreferences #bigBooks,
#hub #contactPreferences label[for=bigBooks] {
    display: none;
}

/* My Address Book */

#main #myAddressBook #addressList .head {
    font-size: 14px;
}

/************************/


/* Left Hand Navigation */


/************************/

#endecaNavigation hr {
    top: auto;
}

/*******************************************************************/


/*    Littlewoods Brand Specfic Content - SHOULD BE KEPT IN HERE   */


/*******************************************************************/


/* Top Navigation */

#main .myAccount ul#topNav ul {
    border-bottom: 5px solid #481C91;
}

/* Left Navigation */


#headerWrap .productHeading {
    margin: 15px 0 5px;
}

#content #basket #basketHeader h2 {
    margin-top: 5px;
}

/*****************************************************/


/* Account Login - Remove when styles are in the app */


/*****************************************************/

#login .themeCommerce .formSection {
    min-height: auto;
}

#login #rememberFieldset span {
    display: inline-block
}

#login #newCustomerDetails .formSection ul {
    list-style: disc outside none;
}

/*********************************************************/


/* Account Login - Remove when html change is in the app */


/*********************************************************/


/* class 'bluePrimaryChevron' needs adding to '#newCustomer .primaryButtonStart' - (replacing 'chevron' class) */

#newCustomer div.chevron span.primaryButtonEnd {
    background-position: 100% -320px;
}

#newCustomer div.chevron {
    background-position: 0 -320px;
}

#newCustomer div.chevron:hover span.primaryButtonEnd {
    background-position: 100% -170px;
}

#newCustomer div.chevron:hover {
    background-position: 0 -170px;
}

/***********************************************************************************************/


/* Password Change (after receiving forgot password email) - Remove when styles are in the app */


/***********************************************************************************************/

#changePassword #errorListContainer {
    margin-bottom: 10px
}

/***************************************************/


/* Mini Basket - Remove when styles are in the app */


/***************************************************/


/* CSS has been added to mini-basket.css - Blake 13/11/12 */

#miniBasket .miniBasketItem .miniBasketItemInfo .miniBasketItemTitle {
    font-weight: bold;
}

#miniBasket #miniBasketSubTotal {
    padding: 0 !important;
}

#miniBasket #miniBasketTotal .total .price {
    text-align: right;
}

/*********************************************/


/* Forms - Remove when styles are in the app */


/*********************************************/


/* added to form.css Blake 14/11/12 */

#postalCode {
    width: 100px;
}

#address1 {
    width: 120px;
}

#city,
#state,
#address2 {
    width: 200px;
}

/****************************************************/


/* Address Book - Remove when styles are in the app */


/****************************************************/

#myAddressBook #addressList #homeAddress .address .head {
    background-position: 0px -1px !important;
    padding-left: 25px !important;
}

#myAddressBook .editAddressDetails {
    padding: 10px;
}

#addAddressDetails #findAddress {
    margin-bottom: 5px;
}

#addressLookupSection {
    padding-top: 20px;
}

#addAddressDetails #confirmAddressLookup {
    width: 100%;
}

#myAddressBook #addressList input.deleteAddressbtn {
    background: transparent url("//s3-eu-west-1.amazonaws.com/sdghs-ecomm-aws-ctl/ecommdesign/desktop/static/images/global/icon-remove.png") 100% 0px no-repeat !important;
    padding: 0 20px 0 0 !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    display: block !important;
    height: 13px !important;
    width: auto !important;
}

#myAddressBook #addressList input.deleteAddressbtn:hover {
    background-position: 100% -18px !important;
    text-decoration: underline !important;
}

/**********************************************/


/* Basket - Remove when styles are in the app */


/**********************************************/


/* Added to basket.css 15/1//12*/

.ie7 #basket #basketFooter .actions .secondaryButton {
    margin-right: 0;
}

.ie7 #basket #basketFooter .actions .secondaryButtonEnd {
    margin-left: 0;
    right: 0;
}

.ie7 #basket #basketFooter .actions .primaryButtonStart {
    margin-right: 0;
}

.ie7 #basket #basketFooter .actions .primaryButtonEnd {
    margin-left: 0;
    right: 0;
}

.ie7 #paymentCashDirect .formFooter .primaryButtonEnd {
    right: 0;
}

/*****************************************************************/


/* Product page collect Plus - Remove when styles are in the app */


/*****************************************************************/


/* Added to product.css 16/11/12 */

.productOptions #collectpluscontainer {
    margin: 15px 0;
}

/***************************************************************/


/* Checkout form back link - Remove when styles are in the app */


/***************************************************************/


/* Added to checkout-footer.css - 16/11/12 */

.formFooter .backLink {
    margin-top: 8px;
}

/*********************************************************************/


/* Collect Plus delivery address - Remove when styles are in the app */


/*********************************************************************/

#collectPlusDetails #selectedDeliveryAddress a {
    display: block;
    margin-top: 15px;
}

/************************************************/


/* Wishlist - Remove when styles are in the app */


/************************************************/


/* Added to wish-list.css 19/11/12 */

#wishList .secondaryButtonStart {
    margin-top: 10px;
}

/*******************************/


/* Prod Description - Listview */


/*******************************/


/* Added to list-view.css - 19/11/12 */

#main .listView .productDescription p {
    line-height: 14px;
    margin: 0 0 10px;
}

#main .listView .productDescription p b {
    font-size: 14px;
}

#main .listView .productDescription h2 {
    font-size: 14px;
    margin-top: 1px;
}

#main .listView .productDescription {
    line-height: 14px;
}

/**************************/


/* Product - Collect Plus */


/**************************/


/* Added to product.css - 20/11/12 */

#collectpluscopy {
    display: inline-block;
    margin-left: 5px;
}

/***************************/


/* Product - Add to basket */


/***************************/

.addToBasket #addToBasketDialog .addedToBasketCatNo,
.addToBasket #addToBasketDialog .addedToBasketOptions,
.addToBasket #addToBasketDialog .addedToBasketPrice {
    margin: 0 0 0 3px;
}

.addToBasket #addToBasketDialog .addedToBasketOptions li {
    line-height: 18px;
}

.addToBasket #addToBasketDialog .addedToBasketPrice {
    margin-top: 10px;
}

/************************/


/* Checkout Add Address */


/************************/

#addEditAddressBookEntry .formSection {
    padding: 20px 20px 5px 20px;
}

#addEditAddressBookEntry .formSection #deliveryInstructionsWrap,
#addEditAddressBookEntry .formSection #deliveryInstructionsDetailsWrap {
    margin-bottom: 0;
}

#addEditAddressBookEntry .cancelButton {
    margin-bottom: 6px;
}

#addEditAddressBookEntry .formFooter {
    height: 20px;
}

/**************************/


/* Account - Address Book */


/**************************/


/* Added to account-hub.css - 20/11/12 */

#hub #addressBook .address.last {
    display: none
}

/* Remove the ellipsis that were randomly added - Remove when backend logic is in place */


/* Added to address-book.css - 20/11/12 */

.myAccount #myAddressBook #addressListContainer #addressList .contact {
    background: #f5f5f5 none
}

.myAccount #myAddressBook #addressListContainer .contact .address {
    border-right: 2px solid #fff;
}

/******************/


/* Account Quries */


/******************/

#accountQueries #errorListContainer {
    margin-bottom: 10px;
}

/* Added to account-queries */

#accountQueries .formSection.first {
    padding: 0;
}

/* Added to account-queries */

#accountQueries #accountContactError {
    margin-bottom: 20px;
}

/* Added to account-queries - Blake 30/11/12 */

#accountQueries .formSection.last {
    margin-bottom: 15px;
}

/* Added to account-queries - Blake 3/12/12 */


/****************/


/* Contact page */


/****************/

#helpSection .innerContent li {
    line-height: 18px;
}

/*******************************************************/


/* Product Options - Remove when styles are in the app */


/*******************************************************/


/* Added to product.css - 07/02/2013 */

.productGroup .productOptions {
    margin-bottom: 10px;
}

/* Product page style for h2 tag - needs moving into app css */

#productDescription h2 {
    font-size: 14px;
    margin: 10px 0;
}

/* Product side style for Was Price */

.crossFlyOutWrapper .crossProductWasPrice span {
    background-image: url("//content.littlewoods.com/assets/static/theme/images/was-price.png") !important;
}

/* Product side style - END */


/*******************************/


/* Littlewoods Dynamic Content */


/*******************************/

#main-horizontal-content {
    clear: both;
}

#main-horizontal-content .horizontalDynamicContentSlot {
    width: 960px;
}

#main-horizontal-content .horizontalDynamicContentSlot .dynamicContentPage {
    width: 960px;
}

#main-horizontal-content .horizontalDynamicContentSlot .dynamicContentPage a {
    width: 20%;
}

.tabbedDynamic {
    clear: both;
}

.tabbedDynamicContent {
    margin: 20px 0;
    overflow: hidden;
}

.tabbedDynamicContent .ui-tabs-panel {
    border: 3px solid #969696;
    overflow: hidden;
    padding: 0;
}

.tabbedDynamicContent .dynamicContentSlot {
    border: 0;
    margin: 0;
}

.tabbedDynamicContent .dynamicContentSlot .dynamicContentHeader {
    background-color: #FFF;
}

.tabbedDynamicContent .dynamicContentTabs a {
    outline: none;
}

/* Dynamic Active Tab Styles */

div.dynamicContentSlot .dynamicContentNavigation a {
    background: #EEE;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #DCDCDC));
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%, #DCDCDC 100%);
    background: linear-gradient(to bottom, #FAFAFA 0%, #DCDCDC 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DCDCDC', GradientType=0);
    border: 1px solid #CCC;
    border-color: #CCC #CCC #AAA;
    border-radius: 3px;
    box-shadow: 0 0 1px #FFF inset;
    color: #333;
    display: block;
    float: left;
    height: 25px;
    line-height: 24px;
    margin: 0 0 0 6px;
    padding: 0 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
}

div.dynamicContentSlot .dynamicContentNavigation span .disabled,
div.dynamicContentSlot .dynamicContentNavigation span .disabled:hover {
    background: -moz-linear-gradient(top, #C8C8C8 0%, #E6E6E6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C8C8C8), color-stop(100%, #E6E6E6));
    background: -webkit-linear-gradient(top, #C8C8C8 0%, #E6E6E6 100%);
    background: -o-linear-gradient(top, #C8C8C8 0%, #E6E6E6 100%);
    background: -ms-linear-gradient(top, #C8C8C8 0%, #E6E6E6 100%);
    background: linear-gradient(to bottom, #C8C8C8 0%, #E6E6E6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C8C8C8', endColorstr='#E6E6E6', GradientType=0);
    border-color: #888 #AAA #CCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFF;
    color: #333;
    opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

/* Navigation - Previous & Next */

div.dynamicContentSlot .dynamicContentNavigation a {
    outline: none;
}

div.dynamicContentSlot .dynamicContentNavigation .dynamicContentPrevious,
div.dynamicContentSlot .dynamicContentNavigation .dynamicContentNext {
    font: normal 26px Arial;
    line-height: 23px;
    *line-height: 26px;
    padding: 0;
    text-align: center;
    width: 26px;
}

div.dynamicContentSlot .dynamicContentNavigation .disabled,
div.dynamicContentSlot .dynamicContentNavigation .disabled:hover {
    background: #EBEBEB;
    filter: none;
    border-color: #DDD;
    box-shadow: 0 0 2px #FFF inset;
    color: #CCC;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

/* Dynamic Active Tab Styles */

body .sdgUI .ui-tabs .ui-tabs-nav li.ui-state-active,
body .sdgUI .tabsContent {
    background: none repeat scroll 0 0 #969696;
    border-color: #969696;
    box-shadow: none;
    filter: none;
}

body .sdgUI .ui-tabs .ui-tabs-nav li.ui-state-default {
    border-radius: 0 0 0 0;
    font-weight: bold;
    text-shadow: 0 1px 0 transparent;
    filter: none;
}

body .sdgUI .ui-tabs .ui-tabs-nav li a {
    color: #969696;
}

body .sdgUI .ui-tabs .ui-tabs-nav li.ui-state-default {
    background: none repeat scroll 0 0 #FFF;
    border-color: #969696;
    box-shadow: none;
    color: #333;
}

.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
    background-color: #969696 !important;
}

.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
    color: #FFF;
}

#contentWrap .horizontalDynamicContentSlot .dynamicContentNavigation {
    right: 15px;
    top: 9px;
}

#contentWrap .dynamicContentSlot .dynamicContentProducts {
    background-color: transparent;
}

#main-horizontal-content .dynamicContentSlot .dynamicProductImage {
    background: #FFF url('//content.littlewoods.com/assets/static/theme/images/loading.gif') no-repeat 50% 50%;
    border-radius: 0;
    box-shadow: none;
}

#main-horizontal-content .dynamicContentSlot .dynamicContentHeader {
    display: none;
}

#main-horizontal-content .horizontalDynamicContentSlot .dynamicContentPage a {
    display: inline !important;
    float: left;
    height: 344px !important;
    margin: 0 8px 20px 8px !important;
    padding: 2px 4px 4px 2px;
    width: 168px !important;
}

#contentWrap .dynamicContentSlot .dynamicProductImage {
    margin: 0 0 0 5px;
}

#contentWrap .dynamicContentSlot .dynamicBrand {
    margin: 5px 0 0 5px;
}

#contentWrap .dynamicContentSlot .dynamicDescription {
    margin: 0 0 5px 5px;
}

#contentWrap .dynamicContentSlot .dynamicPrice {
    margin: 0 0 0 5px;
}

#contentWrap .dynamicContentSlot .dynamicPrice dd {
    float: left;
    margin: 0;
    color: #880c0d;
    font-weight: bold;
}

#contentWrap .dynamicContentSlot .dynamicPrice dd.productWasPrice {
    color: #999;
    display: block;
    font-weight: normal;
    margin: 0 12px 0 0;
    text-decoration: line-through;
}

.dynamicContentSlot {
    background-color: transparent;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

#main-horizontal-content .dynamicContentSlot .dynamicContentWrapper {
    padding-top: 34px;
}

.dynamicContentSlot .dynamicContentProducts {
    background-color: transparent;
}

/* blanket hide the share bar (shareitems. Product share has a class of sharebar) */

.shareitems {
    display: none;
}

/* Hide tabs from view while page loads */

.dynamicContentTabs,
#dynamicContentTab1,
#dynamicContentTab2,
#dynamicContentTab3,
#dynamicContentTab4,
#dynamicContentTab5,
#dynamicContentTab6,
#dynamicContentTab7,
#dynamicContentTab8,
#dynamicContentTab9,
#dynamicContentTab10 {
    position: absolute;
    top: 0;
    left: -9000px;
}

/* Display navigation and tabs when page has loaded */

.tabbedDynamicContainer .ui-tabs-nav,
#main .tabbedDynamicContainer .ui-tabs-panel {
    position: static;
    top: auto;
    left: auto;
}

.tabbedDynamicContainer .dynamicContentSlot .dynamicContentViewAll {
    padding: 10px 0 10px 10px;
}

.dynamicContentSlot .dynamicContentViewAll a,
.dynamicContentSlot .dynamicContentViewAll a:visited,
.dynamicContentSlot .dynamicContentViewAll a:active {
    color: #969696 !important;
    font-weight: bold;
}

/*************************************/


/* Account How Would You Like To Pay */


/*************************************/


/* #cashOrCredit #reasonsToShop {list-style-image: url(../../static/images/account/bnpl-isme.gif);} */

#cashOrCredit #reasonsToShop li {
    position: relative
}

/* Star Image on product page */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .productReviews span.pluck-review-starsOutput-overlay {
        height: 13px;
    }
}

/* Account Rejection page - Warning Message Alignment */

#paymentCashDirectForm {
    margin-top: 10px;
}

/* Wish list page - Temp */

#wishList .message.messageIcon.messageError.unavailableError {
    display: none;
}

/* 25/06/2013 - Header Top Nav Style - added to header-nav.css (waiting on next build before removal  */

#header ul#topNav {
    margin-bottom: 0;
}

#main-horizontal-content .horizontalDynamicContentSlot .dynamicContentPage a.productTitle {
    height: auto !important;
}

/* Pluck Community */

#main .pluck-app .pluck-discovery-wrapper .pluck-discovery-desc,
#main .pluck-app .pluck-discovery-wrapper .pluck-discovery-timestamp,
#main .pluck-app .pluck-discovery-wrapper .pluck-discovery-parent {
    display: block;
}

/* Gallery Page SEO Content & Rich Snippet  */

#content #main .richSnippetFooter {
    border-top: none;
    padding-bottom: 0;
}

#content #main .viewOptionsFooter {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 0 0 15px;
    padding: 18px 0 10px;
}

/* Header Basket */

#headerWrap #header #headerContent a#basketLink #siteBasket.altBasket #basketIcon {
    font-size: 11px;
    background: none;
    color: #333;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

/* Mini Basket - basketPrice */

#headerWrap #header #headerContent #basketLink #siteBasket.altBasket #basketPrice {
    display: none;
}

/* Product Page Validation - Number boxes and Size/ Age Select */

#main .productOptionsList .error .productOptionHeading .productOptionTitle,
#main .productOptionsList .error:hover .productOptionHeading .productOptionTitle {
    border: 2px #BE4D46 solid;
}

#main .productOptionsList .exposed.colourSwatches.error .productOptionHeading .productOptionTitle {
    border: none;
}

#main .productOptionsList .error .productOptionHeading .productOptionNumbering {
    background-color: #BE4D46;
}

/* Cred. Application - hiding T&C acknowledgement text - ATGMIG-19379 */
/*Commented due to FS request coming from Danielle Robinson*/
/*
#creditApplication .footerText {
    display: none;
}
*/

/* Add to Account page - Hide img, but call in the background image */

#paymentCreditDirect .formFooter #wait {
    background: url("//content.littlewoods.com/assets/static/images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    float: left;
    margin: 0 0 0 470px;
    height: 32px;
    width: 32px;
}

#paymentCreditDirect .formFooter #wait img {
    display: none;
}

/* next day delivery condition */

.nextDayCondition {
    color: #519D2B;
    font-weight: bold;
    line-height: 1.25em;
    padding-top: 5px;
}

/* Product Page Validation - Number boxes and Size/ Age Select */

#main .productOptionsList .error .productOptionHeading .productOptionTitle,
#main .productOptionsList .error:hover .productOptionHeading .productOptionTitle {
    border: 2px #BE4D46 solid;
}

#main .productOptionsList .exposed.colourSwatches.error .productOptionHeading .productOptionTitle {
    border: none;
}

#main .productOptionsList .error .productOptionHeading .productOptionNumbering {
    background-color: #BE4D46;
}

/* My Account - Address Book & Hun Nickname word wrap */

#main #myAddressBook #addressList .head,
#hub #addressBook .address strong {
    word-wrap: break-word;
}

/* Credit Application Page - LEP Styling */

#creditApplication #lepMoreInfo .scrollableArea h4 {
    clear: both;
    display: block;
}

/* Gallery Page - Item Price size */

.products .price .currentPrice.price {
    font-size: 12px;
}

/* Gallery Page - Product Affordability */

#products .productList .productAffordability {
    background: #EEE;
    width: 154px;
    margin: 0 0 10px;
}

#products .productList .productAffordability strong {
    font-size: 18px;
}

/* Recs Strikethrough Style */

.crossProductWasPrice span,
#aside .crossSell .activeCrossFlyOut .crossProductWasPrice span {
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding: 0;
    text-decoration: none;
}

/* Dynamic content - loading gif temp fix */

#main #main-horizontal-content .dynamicProductImage {
    background: url("//content.littlewoods.com/assets/static/theme/images/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
}

/*Registration successful page*/

#main #regSuccessful .box {
    background-color: #5B5B5B;
    height: 105px;
    margin-right: 14px;
    width: 296px;
}

#main #regSuccessful .box h3 {
    font: normal 18px Arial;
    padding: 15px 15px 0;
}

#main #regSuccessful .box p {
    color: #CCC;
    padding: 0 15px;
}

/**************************/


/*    Footer SEO styles   */


/**************************/

.footer-copy {
    line-height: 14px;
}

/*****************************/


/*Needs adding to product css*/


/*****************************/

#main .product dd.productSavePrice {
    margin: 5px 0;
}

/*****************************/


/*  Service pop up changes  */


/*****************************/

#warrantyExplainedContent p {
    padding: 0 12px;
}

#warrantyExplainedContent ul {
    line-height: 16px;
}

/*****************************/


/* Delivery options cursor   */


/*****************************/

li.productOption.exposed div.productOptionHeading.waysToPayHeading {
    cursor: default;
}

/*****************************/


/* 2Man Delivery Message   */


/*****************************/

#twoManPostcodeLookup div.message.messageIcon.messageInfo {
    margin-top: 5px;
}

#fsoDiv {
    height: 0;
}

/* Home Insurance Pages */

.homeInsuranceMainEmbedded h3 {
    color: #969696;
}

/* Secure Password */

.no-js .leftArrowImg {
    background-image: url('//content.littlewoods.com/assets/static/images/leftArrow.gif');
}

#pwRules li {
    background-image: url('//content.littlewoods.com/assets/static/images/dot.png');
}

#pwRules li.pass {
    background-image: url('//content.littlewoods.com/assets/static/images/tick.png');
}

#securePasswordSuccessForm #securePassUpdatedMessage {
    background-image: url('//content.littlewoods.com/assets/static/images/successTick.png');
}

/* H2 CHANGE STYLES Second Commit*/

#header #headerContent #siteWelcome span {
    display: inline;
    float: left;
    margin: -1px 0 0;
    width: auto;
    font-size: 100%;
    margin-right: 10px;
}

#headerWrap #header ul#topNav li ul .seeAll span.shopAllLink {
    background: url("//content.littlewoods.com/assets/static/theme/images/sprites.png") no-repeat scroll -257px -30px;
    width: 52px;
    height: 29px;
    margin: 0;
    padding: 0;
    color: #FFF;
    display: block;
    position: relative;
}

#header ul#topNav li ul li.seeAll span.shopAllLink .seeAllText {
    left: 0;
    padding: 3px 0 0 10px;
    width: 218px;
    position: absolute;
    top: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
}

/* Temp Fix - nonMultiSelect category H3 first-child issue - needs a release fix */

#endecaNavigation .nonMultiSelect h3:first-child {
    margin-top: 20px;
}

/* Temp Reg page changes - overwrite global.css background path */

html .openToBuy #returnedItemsDropdown .returnedItemsArrow {
    background: url(//content.littlewoods.com/assets/static/2014/pesonalisation/open_to_buy/up_arrow.png) no-repeat 0 0;
}

html .openToBuy #leftArrow {
    background: url(//content.littlewoods.com/assets/static/2014/pesonalisation/open_to_buy/left_arrow.png) no-repeat 0 0;
}

/* Payment Summery page - button alignment */

#summary .formFooter .footerText {
    margin-left: 180px;
}

/* Brand store - pagination button */

#brandDirectory #brandsAtoZ #aToZLetters .showAll a {
    width: 47px;
}

/* review stars CNET */

#cnetWrapper .reviewsTitle span.pluck-review-starsOutput-overlay {
    background: url("//content.littlewoods.com/assets/static/generic/pluck-review-star-output-overlay-gray.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#cnetWrapper .reviewsTitle.active span.pluck-review-starsOutput-overlay {
    background: url("//content.littlewoods.com/assets/static/generic/pluck-review-star-output-overlay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ESP-954 - Basket Pop-up Warranty Icons Temp Fix */

body .ui-dialog .warrantyDialog .warrantyInfo.fib h2,
body .ui-dialog .warrantyDialog .warrantyInfo.fif h2,
body .ui-dialog .warrantyDialog .warrantyInfo.fil h2,
body .ui-dialog .warrantyDialog .warrantyInfo.fiw h2,
body .ui-dialog .warrantyDialog .warrantyInfo.mpi h2,
body .ui-dialog .warrantyDialog .warrantyInfo.rg h2,
body .ui-dialog .warrantyDialog .warrantyInfo.sg h2,
body .ui-dialog .warrantyDialog .warrantyInfo.sgl h2 {
    background: none;
    margin: 0 0 15px 40px;
    padding: 5px 0 0 30px;
}

.ui-dialog .warrantyDialog .warrantyInfo.fib {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-fib.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.fif {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-fif.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.fil {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-fil.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.fiw {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-fiw.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.mpi {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-mpi.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.rg {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-rg.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.sg {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-sg.png) no-repeat;
}

.ui-dialog .warrantyDialog .warrantyInfo.sgl {
    background: url(//www.littlewoods.com/static/images/global/icon-warranty-sgl.png) no-repeat;
}

/*LMAR751 Hide doubclick iframe */

iframe[src*='doubleclick'] {
    display: none;
}

/* Quick View - Message Width */

.qv-options .productOptionsList .exposed .productOptionHeading.waysToPayHeading {
    width: auto;
}

/* RR product page fix */

/* #recs_2_Wrap .slick-prev {
    top: 0;
}
#recs_2_Wrap .slick-next {
    bottom: 0;
}
#recs_3_Wrap .slick-prev {
    top: 0;
}
#recs_3_Wrap .slick-next {
    bottom: 0;
} */

/* New Top Navigation */

#headerWrap #header #navWrap.newNav {
    display: block;
    height: 43px;
}

#pageContainer #header #topNav {
    position: relative;
}

#pageContainer #header .newNav #topNav {
    margin: 7px 0 0;
}

#navWrap.newNav {
    float: left;
    height: 43px;
    margin: 0 0 5px;
}

.newNav #topNav {
    display: table;
    height: 36px;
    list-style: none;
    margin: 7px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 960px;
    font-size: 11px;
}

.newNav #topNav a {
    background-color: #E1E1E1;
    border-right: 1px solid #CCC;
    color: #595859;
    display: table-cell;
    outline: 0;
    text-decoration: none;
    vertical-align: middle;
    font-size: 11px;
}

.newNav #topNav a:last-child {
    border: 0;
}

#navWrap.newNav .topNavMenu {
    z-index: 20;
    background-color: #FFF;
    border: 1px solid #999;
    border-width: 0 1px 1px;
    display: none;
    overflow: hidden;
    padding: 20px 15px 15px;
    position: relative;
    top: 0;
}

#navWrap.newNav h3 {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}

#navWrap.newNav .last {
    margin: 0 0 20px;
}

.topNavMenu a {
    color: #333;
    display: block;
    line-height: 18px;
    text-decoration: none;
}

#navWrap.newNav .topNavClose,
#navWrap.newNav .topNavViewAll {
    background-color: #EEE;
    border-bottom: 3px solid #DDD;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 99%;
}

#navWrap.newNav.topNavTablet .topNavClose,
#navWrap.newNav.topNavTablet .topNavViewAll {
    display: block;
    width: 49%;
}

#navWrap.newNav .topNavViewAll {
    clear: left;
    color: #595959;
    float: left;
    padding-left: 1%;
}

#navWrap.newNav .topNavClose {
    color: #333;
    display: none;
    float: right;
    padding-right: 1%;
    text-align: right;
}

.newNav .topNavMenu a:hover {
    text-decoration: underline;
}

.newNav #topNav .active,
.newNav #topNav a:hover {
    background-color: #595959;
    color: #FFF;
}

#topNav #navSale {
    background-color: red;
    color: #FFF;
}

.newNav .topNavCol {
    float: left;
    width: 20%;
    min-height: 350px;
}

.newNav .topNavMenu .topNavImg {
    position: absolute;
    bottom: 71px;
    right: 15px;
}

.newNav .topNavMenu .topNavImg img {
    border: 0;
}

#navWrap.newNav table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    height: 36px;
    margin: 0;
    width: 100%;
}

#navWrap.newNav td {
    background-color: #E1E1E1;
    border: 0;
    cursor: pointer;
    border-right: 1px solid #FFF;
    padding: 0;
}

#navWrap.newNav td a {
    background-color: #E1E1E1;
    border: 0;
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
    zoom: 1;
}

#navWrap.newNav td:hover,
#navWrap.newNav td:hover a {
    background-color: #DE007B;
    color: #FFF;
}

#navWrap .topNavImg img {
    display: block !important;
}

#navWrap .topNavMenu .topNavImg {
    bottom: 15px;
    right: 16px;
}

#menuWomen .topNavCol {
    height: 375px;
}


#menuGaming .topNavImgGaming {
    z-index: 1
}

#navWrap.newNav .topNavViewAll,
#navWrap.newNav.topNavTablet .topNavViewAll {
    background: #a8a8a9;
    background: -moz-linear-gradient(top, #a8a8a9 0%, #8c8a8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a9), color-stop(100%, #8c8a8c));
    background: -webkit-linear-gradient(top, #a8a8a9 0%, #8c8a8c 100%);
    background: -o-linear-gradient(top, #a8a8a9 0%, #8c8a8c 100%);
    background: -ms-linear-gradient(top, #a8a8a9 0%, #8c8a8c 100%);
    background: linear-gradient(to bottom, #a8a8a9 0%, #8c8a8c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a9', endColorstr='#8c8a8c', GradientType=0);
    border: 0;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 8px;
    width: auto;
}

#navWrap.newNav .topNavClose,
#navWrap.newNav.topNavTablet .topNavClose {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 8px;
    width: auto;
}

#navWrap.newNav .topNavViewAll:hover,
#navWrap.newNav .topNavClose:hover {
    text-decoration: none;
}

#navMen {
    width: 60px
}

#navWhats {
    width: 76px;
}

#navElectricals {
    width: 80px
}

#navChristmas {
    width: 74px
}

#navToys {
    width: 60px
}

#navGaming {
    width: 80px
}

#navClearance {
    width: 72px;
}

#navSale {
    width: 60px;
}

.newNav #topNav #navV {
    background: #000;
    color: #fff;
    width: 72px;
}

/* When "is this a gift" is presesnt */

#basket .items .item .itemDetails .itemTitle {
    width: 315px;
}

/* Colour Swatch Border */

#main .product .productColours img {
    border: 1px solid #ddd;
}

/* Product | Wish List | Quick Order */

#main .productOptions .productOptionsList .exposed li img {
    border: 1px solid #ddd;
}

#main .productOptionsList .exposed li:hover img,
.productOptionsList .exposed .selected img {
    border: 1px solid #aaa;
    margin: 0;
}

#main .productOptionsList .exposed li.selected:hover img {
    margin: -1px;
}

.newNav #topNav a#navHoliday {
    color: #595859;
    background: #E1E1E1;
    width: 63px;
    padding: 0px 10px;
    box-sizing: border-box;
}

#navToys {
    width: 45px;
}

#navChild {
    width: 65px;
}

.newNav #topNav a#navGifts {
    width: 65px;
}

.collect-dialog .ui-dialog-titlebar {
    background-image: url("../../static/theme/images/click-collect-logo-lw.png") !important;
}

/* BazaarVoice Defects */
/* EPRM-113 */

.bvRollup .starNumber {
    width: 28px
}

/* EPRM-114 */

#reviewsTabs .tab a {
    color: #333
}

/* Save for later colour changes */

.sflHeadIcon .sflHeadIconContainer .sflHeadNormal,
.sflIcon .sflIconContainer .sflLiked {
    border: 1px solid #662076;
}

.sflMessage .sflMessageContent {
    background-color: #662076;
}

.sflMessage .sflMessageIcon,
.sflHeadMessage .sflMessageIcon {
    border-top: 11px solid #662076;
}

#sflProdList .sflReviews {
    display: none;
}

/*Header login temp fix - MW*/

.s2569 #headerWrap #header #headerContent #siteWelcome {
    width: 200px !important;
}

.s2569 #pageContainer #header #headerContent #siteWelcome #welcomeStatement {
    margin-right: 100px;
}

/*SFL/V&C desktop gallery temp fix - JF*/

.add-to-compare-btn {
    width: 180px !important;
}

/* SWITCH - Multiple Addresses
========================================================================== */

.click-collect-items .clickCollectBanner,
.click-collect-multiaddress .clickCollectBanner {
    background: #FFF;
    border: 1px solid #702d79;
    border-radius: 3px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    display: block;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 6px 8px 5px 8px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 47%;
    float: right;
}

#deliveryMultipleAddresses .copy {
    float: left;
}

#deliveryMultipleAddresses .copy h4 {
    margin-top: 0;
}

.click-collect-multiaddress .clickCollectBanner .hd {
    font-size: 14px;
    float: left;
    margin: 0 5px 0 0;
}

.click-collect-multiaddress .clickCollectBanner .hd span {
    display: none;
}

.click-collect-items .clickCollectBanner .logo,
.click-collect-multiaddress .clickCollectBanner .logo {
    background: transparent url("images/click-collect-logo-lw.png") no-repeat 0 0;
    background-size: 100%;
    display: block;
    float: left;
    height: 35px;
    margin-top: 1px;
    width: 155px;
}

.click-collect-multiaddress .ie6 .clickCollectBanner .hd,
.ie6 .clickCollectBanner .logo {
    position: relative;
}

.click-collect-multiaddress .clickCollectBanner p {
    clear: both;
    margin: 0;
}

.click-collect-items .clickCollectBanner .free,
.click-collect-multiaddress .clickCollectBanner .free {
    padding: 0px 12px;
    color: #702d79;
    border: 1px solid #702d79;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    margin: 5px 0px 0px 15px;
}

.click-collect-multiaddress .linkButton {
    width: 215px;
}

/* SWITCH - Collect Items
========================================================================== */

.click-collect-items .button span {
    height: 100%;
}

/* SWITCH  Click Collect Banner Item
========================================================================== */

.click-collect-multiaddress .clickCollectItem {
    border: 1px solid #702d79;
    border-radius: 3px;
    border-left-width: 2px;
    border-right-width: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.click-collect-multiaddress .clickCollectItem .logo {
    background: transparent url("images/commerce/click-collect-logo-lw.png") no-repeat 0 0;
    background-size: 120px 21px;
}

.click-collect-multiaddress .clickCollectItem .free {
    border: 1px solid #702d79;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}










/* Site Performance - improve image sprites
========================================================================== */

body #headerWrap #header #headerContent a#basketLink #siteBasket:hover,
body.s2569 #headerWrap #header #headerContent a#basketLink #siteBasket,
body #bnplIcon,
body .rrVertical .rrSlider .slick-prev,
body .rrVertical .rrSlider .slick-next,
body .rrHorizontal .rrSlider.slick-prev,
body .rrHorizontal .rrSlider.slick-next,
body #basket .basketSummary .sTCBox.fcaLWDialog,
body .amp .amp-video,
body .amp-custom-skin .vjs-control-bar,
body .amp .amp-prev.disabled,
body .amp .amp-prev,
body .amp .amp-next.disabled,
body .amp .amp-next,
body .amp-fullscreen-icon,
body #main .fcaLW .sTCBox {
    background-image: url('https://content.littlewoods.com/assets/static/theme/images/product-sprite.png');
    background-repeat: no-repeat;
}

#headerWrap #header #headerContent #siteLogo {
    background-image: url("//content.littlewoods.com/assets/static/theme/images/sprites.png");
}


/*Header*/
body #headerWrap #header #headerContent a#basketLink #siteBasket:hover,
body.s2569 #headerWrap #header #headerContent a#basketLink #siteBasket {
    background-position: -33px -152px;
}

body .sflIcon .sflIconContainer .sflLiked,
body .sflHeadIcon .sflHeadIconContainer .sflHeadNormal {
    background-color: #662076;
}


/*Gallery*/
body #bnplIcon {
    background-position: -4px -670px;
    background-size: 304px 886px;
}

body #endecaNavigation .removeSelected {
    width: 10px;
}

body #endecaNavigation .endecaNavigationSelected li {
    padding-right: 10px;
}

/*Product*/
body .amp .amp-video {
    background-position: -3px -502px;
}

body .amp .amp-video:hover {
    background-position: -3px -402px;
}

body .amp-custom-skin .vjs-control-bar {
    background-position: 0 -369px;
}

body .amp .amp-prev,
body .amp .amp-prev.disabled {
    background-position: -105px 5px;
}

body .amp .amp-next,
body .amp .amp-next.disabled {
    background-position: -105px -55px;
}

body .amp-fullscreen-icon {
    background-position: -189px -10px;
}

body #main .fcaLW .sTCBox {
    background-position: 7px -603px;
}

body #breadcrumb .breadcrumbPrevious {
    background-position: 0 -197px;
}

body #breadcrumb .breadcrumbNext {
    background-position: -205px -216px;
}

/*Basket*/
body #basket .basketSummary .sTCBox.fcaLWDialog {
    background-position: 7px -603px;
}

/*Rich relevance*/
body .rrVertical .rrSlider .slick-prev {
    background-position: 0 -109px;
}

body .rrVertical .rrSlider .slick-next {
    background-position: -30px -109px;
}

body .rrHorizontal .rrSlider.slick-prev {
    background-position: -60px -109px;
}

body .rrHorizontal .rrSlider.slick-next {
    background-position: -90px -109px;
}

/* Back to School Nav
================================================================*/
.newNav #topNav a#navBack {
    background-color: #662076;
    color: #fff;
    width: 65px;
}

/* bazaar voice */
.starGraphFill {
    max-width: 150px;
}

#dynamicContentLazy .tabbedDynamic {
    display: block !important
}

.newNav #topNav #navV {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    width: 72px;
}

/* Secure Webforms messaging tweak
================================================================*/
#secureFormHolder ul {
    padding: 0em;
}

/* Digital Download */
.ui-dialog #ddLPopup .primaryButtonStart {
    width: 350px;
}

.ui-dialog #ddLPopup .primaryButtonEnd {
    width: 334px;
}

.ui-dialog #ddLPopup .primaryButtonEnd .primaryButton {
    outline: 0;
    width: 355px;
}

/* Web Chat - Global */
#webchatWrap {
    position: absolute;
    right: 0;
    top: 15px;
}

#webchatWrap #contactEmbedWrap {
    height: 35px;
    width: 356px;
}

#webchatWrap #contactAnchorWrap {
    bottom: 25px;
    position: fixed;
    right: 5px !important;
    top: auto;
}

#webchatWrap .LPMcontainer {
    bottom: 0;
    width: 50px !important;
}

#webchatWrap .lp_minimized {
    right: 8px !important;
}

/* Hook Logic - Gallery */

#hl_1 {
    clear: both;
}



/* BNPL - envelope LW only*/
#bnplTermsNew {
    background: #FFF;
    border-bottom: 4px solid #BBB;
    border-left: 2px solid #BBB;
    border-top: 2px solid #BBB;
    display: none;
    height: 340px;
    padding: 30px;
    position: fixed;
    right: -402px;
    top: 200px;
    width: 340px;
    z-index: 901;
}

#bnplTermsNew a {
    display: block;
}

/* BNPL Close */
#bnplClose {
    background: url('//content.littlewoods.com/assets/static/generic/close-icon-grey.png') no-repeat;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 18px;
}

/* BNPL Copy */
#bnplPayNothing {
    color: #000;
    font-size: 1.8em;
    line-height: 26px;
    margin: 0 0 25px 0;
}

#bnplInfo,
#bnplCredit {
    color: #666;
    line-height: 16px;
}

#bnplInfo {
    margin: 0 0 10px 0;
}

#bnplCredit {
    margin: 0;
}

#bnplRepresent {
    border: 1px solid #000;
    color: #000;
    font-size: 1.5em;
    margin: 25px 0 0 0;
    padding: 10px;
    text-align: center;
}

#bnplBtn {
    background: #000;
    margin: 25px 0 0 0;
    text-align: center;
}

#bnplBtn a {
    color: #FFF;
    font-style: italic;
    font-weight: bold;
    padding: 14px 10px;
    text-decoration: none;
}

#bnplBtn a:visited {
    color: #FFF;
}

#bnplNoThanksBtn {
    background: transparent;
    border: 1px solid #BBB;
    margin: 15px 0 0 0;
    text-align: center;
}

#bnplNoThanksBtn a {
    color: #666;
    padding: 14px 10px;
    text-decoration: none;
}

#bnplNoThanksBtn a:visited {
    color: #666;
}

/* BNPL Icon */
#bnplIcon {
    background: #FFF url('//content.littlewoods.com/assets/static/generic/envelope-icon.png') 19px center no-repeat;
    border-bottom: 2px solid #BBB;
    border-left: 2px solid #BBB;
    border-top: 2px solid #BBB;
    -webkit-radius: 30px 0 0 30px;
    -moz-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    left: -77px;
    top: 64px;
    width: 75px;
}

#bnplIndicator {
    background: red;
    -webkit-radius: 7px;
    -moz-radius: 7px;
    border-radius: 7px;
    color: #FFF;
    display: none;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 12px;
    vertical-align: middle;
    width: 14px;
}

#bnplIndicator.show {
    display: block;
}

/* Dialog Styles */
#bnplTermsDialog {
    display: none;
}

#bnplTermsDialog p {
    line-height: 18px;
}

#bnplTermsDialog ul {
    line-height: 18px;
    list-style-type: none;
    padding: 0;
}

#tcDialog {
    clear: both;
}

/* Payment Page BNPL Text Style */
#paymentCreditEmbedded #bnplCostsMess {
    color: #000;
}

/* Media Queries */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #bnplIcon {
        background: #FFF url('//content.littlewoods.com/assets/static/generic/envelope-icon2x.png') 19px center no-repeat;
        background-size: 40px 27px;
    }

    #bnplClose {
        background: url('//content.littlewoods.com/assets/static/generic/close-icon-grey2x.png') no-repeat;
        background-size: 18px;
    }
}










#footer #footerLinks ul li:first-child,
#footerLinks li {
    list-style: none
}

#footer {
    font-size: 1em;
    border: 0
}

body #footer {
    margin: 20px auto 0
}

#footerLinks a {
    font-size: 10px
}

#footer a.inv {
    display: block;
    height: 30px;
    margin-top: 18px;
    text-indent: -9999px
}

#footerLinks ul {
    float: left;
    margin-right: 45px;
    margin-top: -1px;
    padding: 0
}

#footer h3 {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0 0
}

#footerLinks li {
    background: none;
    margin: 0;
    padding: 0
}

#footer div#slogan {
    background-position: -4px -60px;
    display: block;
    height: 26px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 960px
}

#footerLinks ul li.bullet {
    background-position: -972px -172px;
    padding-left: 7px
}

#footer #footerLinks {
    height: 185px;
    border: 1px solid #595859;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

#footer #footerLinks a,
#footer #footerLinks h3 {
    color: #595859
}

#footer #footerLinks li {
    line-height: 12px
}

#footer #catLinks {
    margin-right: 0;
    margin-top: 0;
    padding-right: 10px;
    width: 205px;
    background: #FFF
}

#footerLinks li#fl_first,
#footerLinks li#fl_forth,
#footerLinks li#fl_second,
#footerLinks li#fl_third {
    border-right: 1px solid
}

#footerLinks li#fl_first {
    display: none
}

#footerLinks li#fl_first a {
    background-position: -242px 1px;
    width: 91px
}

#footerLinks li#fl_second a {
    background-position: -334px 3px;
    width: 100px
}

#footerLinks li#fl_third a {
    background-position: -435px 3px;
    width: 146px
}

#footerLinks li#fl_forth a {
    background: url(//content.littlewoods.com/assets/static/2013/06/landingpage/00-recruitment-lp/recommend-a-friend.png) 0 -3px no-repeat !important;
    width: 84px
}

#footer #footersocial_links {
    background-position: -368px -120px;
    margin: 0;
    padding-top: 56px;
    width: 89px
}

#footer #footerLinks #countryLinks #country-europe a,
#footer #footerLinks #countryLinks #country-ireland a {
    display: block;
    line-height: 1em;
    margin: 5px 0;
    padding-left: 20px;
    width: 150px
}

#country-ireland a {
    background-position: -958px -129px
}

#footer #countryLinks {
    background-position: 95px -113px;
    margin: -10px 0 0 15px;
    padding-right: 10px;
    width: 187px
}

#footer #fsLinks {
    margin-right: 0;
    margin-top: 0;
    padding-right: 10px;
    width: 177px
}

#footer #newsLinks {
    margin-right: 0;
    margin-top: 0;
    padding-right: 10px;
    width: 212px
}

#footer #footerSmallPrint {
    padding: 18px 0
}

#footer #email-signup {
    float: left;
    font-size: 11px;
    padding: 0;
    width: 330px
}

#footer #email-signup #sign-up-msg {
    margin-right: 8px;
    width: 130px;
    text-align: right
}

#footer #email-signup div {
    float: left;
    margin: 0;
    padding: 0
}

#footer #email-signup #sign-up-msg .first {
    margin-bottom: 0
}

#footer #email-signup #sign-up-msg p,
#footer #rubric {
    font-size: 10px
}

#footer #email-signup #sign-up-msg p {
    color: #595859;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 100%
}

#footer #email-signup form {
    border-right: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: auto
}

#footer #email-signup #input-box {
    border: 1px solid #595859;
    height: 20px;
    width: 130px
}

#footer #email-signup #input-box #signupText {
    color: #595859;
    background: none;
    border: 0;
    height: 18px;
    padding-left: 4px;
    width: 120px
}

#footer #email-signup form #signupButton {
    background-color: #595859;
    padding-right: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 10px;
    height: 22px;
    padding-bottom: 2px;
    width: 58px;
    border: 0
}

#footer #rubric {
    color: #595859;
    width: 490px;
    font-size: 10px;
    float: left;
    margin-top: 0;
    padding: 0 0 0 10px;
    line-height: 1.2em
}

#footer #social {
    float: right;
    padding: 0;
    width: 130px
}

#footer #socialimagelist {
    float: left;
    height: 20px;
    width: 130px
}

#footer ul#socialimagelist li {
    float: left
}

#socialimagelist #mobile-foot {
    background-position: -664px 0;
    height: 24px;
    width: 13px
}

#socialimagelist #facebook-foot {
    background-position: -678px 0;
    height: 23px;
    width: 22px
}

#socialimagelist #twitter-foot {
    background-position: -701px 0;
    height: 23px;
    width: 22px
}

#socialimagelist #youtube-foot {
    background-position: -724px 0;
    height: 23px;
    width: 22px
}

#socialimagelist #blog-foot {
    background-position: -747px 0;
    height: 23px;
    width: 23px
}

#socialimagelist #googleplus-foot {
    background-position: -771px 0;
    height: 23px;
    width: 22px
}

#socialimagelist li a {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 1px 0 0
}

body #footerLinks li#fl_first a.inv,
body #country-ireland a,
body #footerLinks li#fl_second a,
body #footerLinks li#fl_third a,
body #footer #footersocial_links,
body #footerLinks ul li.bullet {
    background-image: url('https://content.littlewoods.com/assets/static/theme/images/product-sprite.png');
    background-repeat: no-repeat;
}

body #footerLinks li#fl_first a.inv {
    background-position: 0 -739px
}

body #country-ireland a {
    background-position: -94px -815px
}

body #footerLinks li#fl_second a {
    background-position: -101px -739px
}

body #footerLinks li#fl_third a {
    background-position: 0 -777px
}

body #footer #footersocial_links {
    background-position: -157px -776px;
    margin: 20px 0 0
}

body #footerLinks ul li.bullet {
    background-position: -94px -844px
}

body #socialimagelist #mobile-foot {
    background-position: 0 -862px
}

body #socialimagelist #facebook-foot {
    background-position: -14px -862px
}

body #socialimagelist #twitter-foot {
    background-position: -36px -862px
}

body #socialimagelist #youtube-foot {
    background-position: -59px -862px
}

body #socialimagelist #blog-foot {
    background-position: -82px -862px
}

body #socialimagelist #googleplus-foot {
    background-position: -106px -862px
}


/* Product Page - Description */
#productDescription span[itemprop="description"] {
    clear: both;
    display: inline-block;
}

/* Terms & Conditions */
#termsConditions #accountQueriesForm h5 {
    font-size: 1em;
}

/* Phil C - My Account - Hide Recommend a friend link */
#main #leftNav #recFriend {
    display: none;
}

/*****************/
/* FOOTER MODULE */
/*****************/
/* Related JIRA story: EFEF-28 */
/* MODULE */
.footerModule {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 30px;
    min-width: 980px;
    /* width of #pageContainer */
    background: #F8F8F8;
}


/* REUSABLE CLASSES/ELEMENTS */
.footerModule h4 {
    color: #7d277b;
    margin-bottom: 8px;
}



/* COMPONENTS */
/* Legal */
.footerModule-fsLegal {
    background: #E5E5E5;
}

.footerModule-fsLegal p {
    line-height: 18px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 960px;
}



/* Links */
.footerModule-links {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

.footerModule-links h4 {
    height: 25px;
    text-transform: uppercase;
}

.footerModule-links ul {
    list-style-type: none;
    padding-left: 0;
}

.footerModule-col-1 {
    float: left;
    margin-right: 20px;
    width: 170px;
}

.footerModule-col-1 li {
    padding: 7px 0;
}

.footerModule-col-1 a,
.footerModule-col-1 a:visited {
    color: #4A4A4A;
}

.footerModule-col-1 h4 a {
    color: #7d277b;
}



/* Sign Up and Social */
.footerModule-otherInfo {
    clear: both;
    margin: 0 auto;
    margin-top: 12px;
    width: 960px;
}

.footerModule-otherInfo h4 {
    text-transform: uppercase;
}

.footerModule-signUp {
    float: left;
    margin-top: -37px;
    width: 40%;
}

.footerModule-signUp input {
    outline: none;
}

.footerModule-signupText {
    border: 1px solid #DDD;
    color: #aaa;
    padding: 12px;
    width: 220px;
}

.footerModule-signupButton {
    background: #666666;
    border: 0;
    color: #fff;
    height: 40px;
    line-height: normal;
    margin-left: -4px;
    overflow: visible;
    padding: 10px;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    width: 135px;
}

.footerModule-social {
    float: right;
    list-style-type: none;
    margin-top: 0;
    overflow: hidden;
    width: 29%;
}

.footerModule-social .footerModule-colHeader {
    display: none;
}

.footerModule-socialImage {
    float: left;
    height: 35px;
    margin-right: 10px !important;
    width: 35px !important;
}

.footerModule-socialImage a {
    height: 33px;
    float: left;
    width: 33px !important;
}


/* Copyright */
.footerModule-copyright {
    clear: both;
    font-size: 10px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.footerModule-copyright p {
    color: #4a4a4a;
    line-height: 3px;
}

/************************/
/* END OF FOOTER MODULE */
/************************/

#usp-homeinsurance {
    width: 127px;
    padding: 8px 0 9px 0;
    border: 1px solid #E9E9E9;
    color: #878787;
    float: right;
    text-align: center;
    margin-top: 2px;
}

/* Hide Phone Number */
#header-siteLinksPhoneNum {
    display: none;
}

.ui-dialog #mcProcessing  .processingText {color: #481C91;}