﻿@import url('https://fonts.googleapis.com/css?family=Lato');

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #000;
}

.Site {
    margin: 0 auto;
    width: 990px;
}

.SiteHeader {
    position: relative;
}

    .SiteHeader h1 {
        display: none;
    }

#ui-datepicker-div {
    background-color: #eae3db;
}

.DivCancelButton {
    display: inline-block
}

.NoLeft .SiteHeader h1 {
    display: block;
    text-align: center;
}

.NoLeft .SiteHeader .SiteHead {
    text-align: center;
}

.NoLeft .SiteHead {
    padding: 0;
}

.SiteHead {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 20px 80px;
}

.SiteHeader .LogoutButton {
    position: absolute;
    top: 0;
    right: 80px;
}

.SiteContent {
    margin: 0;
    display: table;
    width: 100%;
}

.Center .SiteHeader, .Center .SiteContent {
    margin: 0 85px;
}

.SiteContent .SiteLeft {
    width: 160px;
    float: left;
    padding: 30px 44px 8px 35px;
}

    .SiteContent .SiteLeft img {
        height: 220px;
    }

.SiteContent .SiteRight {
    float: left;
    padding: 0 0 0 5px;
    width: 715px;
    min-height: 490px;
    margin-top: 20px;
    margin-bottom: 20px; /*border-left: 1px solid #ccc;*/
}

.SiteRightNoLeft {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 490px;
    margin-top: 50px;
    margin-bottom: 20px; /*border-left: 0 solid #ccc;*/
}

.nav.i8 ul {
    padding: 0;
}

.nav ul {
    list-style: none;
    background-color: #eae3db;
    text-align: center;
    padding: 0 80px;
    margin: 0;
}

.nav li {
    font-weight: bold;
    line-height: 40px;
    height: 40px;
}

.nav a {
    text-decoration: none;
    display: block;
    color: black; /*transition: .3s background-color;*/
}

.nav li.active {
    background-color: #f3eee9;
    cursor: default;
}

#menu-toggle {
    display: none;
}

.label-toggle {
    display: none;
}

.SiteFoot {
    text-align: center;
    width: 990px;
    margin: 0 auto;
    font-size: 12px;
}

.SiteFootInner {
    background-color: #eae3db;
    margin-top: 10px;
}

.SiteFoot a {
    text-decoration: none;
}

.SiteFootInner table {
    width: 70%;
    margin: 0 auto;
    border-spacing: 15px;
    border-collapse: separate;
}

.NoDesktop {
    display: none;
}

a, a:visited {
    font-weight: bold;
    color: black;
}

input[type=submit] {
    background-color: #ff0000;
    padding: 7px 5px 7px 5px;
    color: #fff;
    border: none;
    cursor: pointer;
}

td, th {
    padding: 20px 0 0 8px;
}

.DarkGreyBg {
    background-color: #eae3db;
}

.RequiredDisabled {
    visibility: hidden;
    display: none;
}

.Warning {
    color: #cc0000;
}



.Login {
    margin: 0 auto;
    width: 515px;
}

    .Login .row-buttons {
        position: relative;
        padding: 0 0 0 167px;
        width: 295px;
    }

    .Login .PanelContainer {
        position: absolute;
        top: 50px;
        right: 64px;
    }
    /*.Login .Warning { }*/
    .Login .ButtonRight, .Login .ButtonRight input {
        width: 100%;
    }

    .Login .loginInfo {
        margin-top: 50px; /*display: table;*/
        width: 100%;
    }

        .Login .loginInfo .text { /*display: table-cell;*/
            vertical-align: top;
        }

        .Login .loginInfo .image { /*display: table-cell;*/
            vertical-align: top;
        }

.LoginEmailRequired {
    margin: 0 auto;
    width: 515px;
}

    .LoginEmailRequired .Form label {
        width: 170px;
        text-align: right;
        display: inline-block;
        margin-right: 10px;
    }

    .LoginEmailRequired .Form input[type=text] {
        width: 300px;
    }

    .LoginEmailRequired .Form .Warning {
        margin-left: 185px;
    }



.logoutConfirm, .logedout {
    margin: 0 auto;
    width: 515px;
    padding-left: 105px;
}



.AddressChange .ValidateContainer {
    height: 20px;
    left: 27px;
    margin: 0;
    padding-left: 7px;
    padding-right: 0;
    padding-top: 13px;
    position: relative;
}

.AddressForm .ValidateContainer label { /*margin: 0 0 20px 0;
    clear: both;
    width: 100%;
    position: relative;
    right: 254px;
    top: 0;*/
    display: none;
}
/*.AddressForm { padding: 0; }*/
.AddressEmptyMarginTop {
    margin-top: 20px;
}

.AddressEmptyMarginBottom {
    margin-bottom: 20px;
}

.AddressForm label {
    clear: left;
    display: block;
    float: left;
    padding-top: 3px;
    text-align: right;
    width: 191px;
    margin-left: 3px;
}

.AddressForm input, select {
    margin-left: 12px;
    width: 306px;
    font-size: 16px;
}

.AddressForm select {
    width: 314px;
}

select, input[type=text], textarea {
    border: solid 1px #000;
    padding: 0 0 0 5px;
    height: 30px;
    font-size: 16px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.ErrorMesages {
    left: 216px;
    position: relative;
    width: 300px;
    height: 20px;
    font-size: 12px;
    color: #cc0000;
    top: 5px;
}

.AddressChange .ErrorMesagesTop {
    left: 181px;
    position: relative;
    width: 300px;
    height: 20px;
    font-size: 12px;
    color: #cc0000;
    bottom: 13px;
}

.AddressChange .ButtonContainer {
    padding: 15px 0 0 200px;
    width: 300px;
}

.AddressChange .InfoMandatory {
    margin-left: 205px;
}

.AddressForm .PostcodeLookupContainer {
    margin: -5px 0 25px 0;
}

    .AddressForm .PostcodeLookupContainer .Lookup {
        margin-top: 10px;
    }

        .AddressForm .PostcodeLookupContainer .Lookup .ButtonLeft {
            margin-left: 200px;
        }

#ctl00_ctl00_ctl00_ctl00_PageContentPlaceHolder_PageContentPlaceHolder_MainContentPlaceholder_AddressChangeControlsPlaceholder_PayeeAddressTitleDirect {
    display: none;
}

.AddressForm .AddressPicker {
    display: block;
    margin: 10px 0 10px 0;
}

    .AddressForm .AddressPicker .Warning {
        margin-left: 210px;
    }
/*.AddressForm .AddressPicker label { }
.AddressForm .AddressPicker select { }*/
.extraLineSpace {
    line-height: 1.5;
}



.AddressChangeConfirm {
    width: 640px;
}

    .AddressChangeConfirm h1 {
        text-align: center;
    }

    .AddressChangeConfirm p {
        margin-top: 8px;
        margin-bottom: 18px;
    }

    .AddressChangeConfirm .Address {
        width: 600px;
        display: table;
        margin: 10px 0 12px 0;
        background-color: #eae3db;
        padding: 27px 0 27px 40px;
    }

        .AddressChangeConfirm .Address .Head {
            float: left;
            width: 300px;
        }



.SubscriptionDetails table {
    margin: 0;
    width: 100%;
}

    .SubscriptionDetails table td {
        background-color: #f3eee9;
        padding: 15px 0 0 8px;
        border: 10px solid #fff;
        border-top: none;
        border-left: none;
        position: relative;
        vertical-align: top;
        height: 90px;
    }

        .SubscriptionDetails table td.bottom-borderless {
            border-bottom: none;
            padding-bottom: 10px;
        }

        .SubscriptionDetails table td.h-borderless {
            border-right: 0;
            padding-right: 10px;
        }

        .SubscriptionDetails table td input[type=submit] {
            position: absolute;
            top: 10px;
            right: 10px;
        }

.SubscriptionDetails address {
    font-style: normal;
}

.SubscriptionDetails .width50Left {
    width: 50%;
    float: left;
}

.SubscriptionDetails .td50 {
    width: 50%;
}


.OnSaleDates .DeliveryMagazine {
    width: 250px;
}

.DeliveryStatusDetails {
    width: 671px;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

    .DeliveryStatusDetails td, .DeliveryStatusDetails th {
        background-color: #f3eee9;
    }

    .DeliveryStatusDetails tr:last-child td {
        padding-bottom: 30px;
    }

.DeliveryStatusDetailsThTopLeft, .DeliveryStatusDetailsThTopRight {
    text-align: left;
    font-weight: bold;
    background-color: #f3eee9;
}

.DeliveryStatusDetailsThTopLeft { /*border-right: 10px solid #fff;*/
    width: 51%;
}
/*.DeliveryStatusDetailsTdBottomLeft { border-right: 10px solid #fff; }*/


.SubscriptionSelect table td a {
    font-weight: normal;
    text-decoration: none;
}
/*.SubscriptionSelect table .selected a { font-weight: bold; }*/
.SubscriptionSelect table td {
    background-color: #f3eee9;
    padding: 10px;
    width: 290px;
    border: 10px solid #fff;
    border-top: none;
    border-left: none;
    position: relative;
    vertical-align: top;
}

/*Privacy Options*/
.PrivacyOptions .ButtonRight {
    padding: 5px;
    height: 23px;
    width: auto;
    display: inline-block;
    margin-left: -10px;
}

.NeedHelp .LabelQueryType {
    display: none;
}

.NeedHelp.NotLoggedIn .QueryTypeLabel::after {
    content: ' * ';
}

.NeedHelp .AddressForm {
    margin-left: 30px;
    padding: 0;
    position: relative;
    right: 28px;
    width: 638px;
}

    .NeedHelp .AddressForm .ValidateContainer label {
        margin: 0 0 20px 32px;
        clear: both;
        width: 96%;
        position: relative;
        right: 254px;
    }

.NeedHelp .DisplaySuspendTextAnunomous {
    background-color: #eae3db;
    padding: 10px;
}

.NeedHelp .UCAddress label {
    display: block;
    width: 191px;
    float: left;
    margin: 0;
}

.NeedHelp .UCAddress select {
    display: block;
    width: 315px;
    float: left;
    margin: 0 4px 20px 11px;
}

.NeedHelp .PanelContainer .PanelTopLeft .PanelTopRight .PanelBottomRight .PanelBottomLeft .PanelContent .Form label {
    margin-left: 0;
}

.NeedHelp .PanelContainer .PanelTopLeft .PanelTopRight .PanelBottomRight .PanelBottomLeft .PanelContent .Form .LabelQueryType {
    margin-left: 0;
    position: relative;
    top: 31px;
}

.NeedHelp {
    margin-left: 50px;
    width: 620px;
    clear: both;
}

    .NeedHelp .Address {
        background-color: #eae3db;
        display: table;
        margin: 13px 0 0;
        padding-bottom: 20px;
        padding-left: 11px;
        padding-top: 25px;
        width: 596px;
    }

        .NeedHelp .Address .Head {
            float: left;
            width: 325px;
            font-weight: normal;
            margin-left: 30px;
        }

    .NeedHelp .Form { /*height: 266px;*/
        margin: 0;
        width: 663px;
    }

        .NeedHelp .Form label {
            margin: 20px 0 0 0;
        }

        .NeedHelp .Form .Warning {
            clear: both;
            display: block;
            position: relative;
        }

    .NeedHelp select {
        margin-top: 30px;
        margin-left: 0;
        padding: 0;
        width: 460px;
    }

.contactNeedHelp {
    padding-bottom: 5px;
}

.NeedHelp .FieldDataWarning {
    margin: 0 0 0 300px;
}

.NeedHelp .Form .textareanotpostback {
    clear: both;
    display: block;
    height: 219px;
    margin: 0;
    width: 629px;
    line-height: 16px;
    text-decoration: none;
}

.NeedHelp .ButtonNeedHelpOuter {
    clear: both;
    margin-bottom: 25px;
    width: 642px;
}

    .NeedHelp .ButtonNeedHelpOuter::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

    .NeedHelp .ButtonNeedHelpOuter .ButtonLeft {
        float: right;
    }

.Renewal .TermOptions {
    line-height: 30px;
}

.Payment iframe {
    padding: 10px;
    width: 500px;
    height: 440px;
}

.Paypal input {
    background-color: transparent;
    background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png) no-repeat;
    background-position: -0px -0px;
    width: 170px;
    height: 32px;
    margin: 20px 0;
    padding: 16px;
    margin-left: 225px
}

.ui-helper-hidden {
    display: none;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background: white;
    border: black solid 1px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
            font-weight: normal;
        }

            .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: bold;
                margin: -1px;
            }

/* SubscriberNumberReminder */
.SubscriberNumberReminder .email-address-wrapper input {
    width: 306px;
    margin-bottom: 10px;
}

.SubscriberNumberReminder .email-address-wrapper select {
    width: 310px;
    margin-bottom: 20px;
    margin-left: 0;
}

.SubscriberNumberReminder .email-address-wrapper td.label {
    width: 260px;
    vertical-align: top;
}

.SubscriberNumberReminder .email-address-wrapper td {
    padding: 15px 0 0 0 !important;
}

.SubscriberNumberReminder .button-wrapper {
    color: #fff;
    padding: 20px 5px 20px 0;
    width: auto;
    display: inline-block;
    margin-left: 263px;
}

    .SubscriberNumberReminder .button-wrapper a {
        width: 295px;
    }

#LoadingGIF {
    margin: 10px auto;
    display: none;
}
/*.SubscriberNumberReminder .button-wrapper a { background-color: #000000; color: #fff; display: inline-block; padding: 0 10px 0 10px; height: 32px; line-height: 32px; text-align: center; text-decoration: none; width: 289px; }
.SubscriberNumberReminder .button-wrapper a:hover { background-color: #000000; color: white; cursor: pointer; height: 32px; text-decoration: none; }*/
.SubscriberNumberReminder .return-link {
    padding: 30px 0 15px 0
}

.SubscriberNumberReminder .reminder-error-message, .reminder {
    padding: 10px 70px 0px 3px;
}

.SubscriberNumberReminder .ValidateContainer {
    margin: 0;
    padding: 13px 0 0 260px;
}

    .SubscriberNumberReminder .ValidateContainer label {
        margin: 0 0 5px;
        clear: both;
        width: 100%;
    }

.SubscriberNumberReminder .reminder-error-message {
    font-weight: normal;
    color: #000000 !important;
}

    .SubscriberNumberReminder .reminder-error-message a {
        color: #000000 !important;
    }

.SubscriberNumberReminder .validation-wrapper {
    margin-top: -5px;
}

.SubscriberNumberReminder .searching-message {
    padding-top: 10px;
    font-weight: bold;
}

    .SubscriberNumberReminder .searching-message img {
        vertical-align: middle;
    }

.SubscriberNumberReminder .disable_a_href {
    pointer-events: none;
}
/* SubscriberNumberReminder */

/* Suspended Delivery */
.Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px
}

    .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer h3 {
        background: #eae3db !important;
        padding: 10px;
        margin: 0;
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        color: black;
    }

    .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer p {
        margin: 0;
        padding: 0 0 15px;
        width: 800px
    }

    .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer .SuspendDeliveryStep {
        border: solid 1px;
        width: 345px;
        float: left;
        height: 255px;
    }

        .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer .SuspendDeliveryStep .Content {
            padding: 5px
        }

        .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer .SuspendDeliveryStep:first-child {
            margin: 0 6px 0 0;
        }

        .Site .SiteContent .SiteRight .SuspendedDelivery .SuspendDeliveryStepContainer .SuspendDeliveryStep .NoteText {
            padding-top: 10px;
            font-style: normal;
            font-size: 0.8em;
            width: 100%
        }

.Site .SiteContent .SiteRight .SuspendedDelivery .UCOnSaleDates table {
    width: 702px;
}

.Site .SiteContent .SiteRight .SuspendedDelivery .UCOnSaleDates .IssueNoteText {
    padding-top: 5px;
    font-style: normal;
    font-size: 0.9em;
    color: Red;
}
.Site .SiteContent .SiteRight .SuspendedDelivery .UCOnSaleDates .IssueNoteTextBlack {
    padding-top: 5px;
    font-style: normal;
    font-size: 0.9em;
    color: black;
}

.Site .SiteContent .SiteRight .SuspendedDelivery .UCOnSaleDates .IssueNoteText {
    border-right: 0px
}

.Site .SiteContent .SiteRight .SuspendedDelivery .ButtonContainer {
    margin: 20px 0 0 0;
}
/* Suspended Delivery */

/* UCOnSaleDates */
.Site .SiteContent .SiteRight .UCOnSaleDates table {
    border: solid 1px #d5d5d5;
    margin-right: 10px;
}

.Site .SiteContent .SiteRight .UCOnSaleDates table {
    width: 100%
}

    .Site .SiteContent .SiteRight .UCOnSaleDates table tbody tr:nth-child(odd) { /*background: #f5f5f5;*/
    }

    .Site .SiteContent .SiteRight .UCOnSaleDates table tbody tr td {
        padding: 10px
    }
/* UCOnSaleDates */

/***Buttons general****/
.ButtonRight.ButtonRightWhite a {
    color: white;
    background-color: #898989;
}

.ButtonLeftWhite {
    margin: 0;
    position: relative;
}

.ButtonLeft {
    color: #FFFFFF;
    padding: 0 0 0 5px;
    height: 23px;
    width: auto; /*display:block ;*/
    margin: 6px 0 0 0;
    border: medium;
    cursor: pointer;
}

.ButtonRight {
    padding: 5px;
    height: 23px;
    width: auto;
    display: inline-block;
}
    /*.ButtonLeft a { background-color: black; color: #FFFFFF; font-weight: 400; height: 22px; line-height: 18px; padding: 7px 10px; vertical-align: middle; }*/
    .ButtonRight a, .button-wrapper a {
        background-color: #ff0000;
        display: inline-block;
        font-weight: normal;
        height: 17px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        line-height: 18px;
        padding: 7px 10px;
        text-align: center;
        border: 0 10px solid;
        vertical-align: middle;
    }

/*Responsive*/
.row {
    width: 100%;
    margin-bottom: 1.5rem;
}

.row-label {
    width: 150px;
    text-align: right;
    padding-right: 1.5rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

@media only screen and (min-width: 0em) and (max-width: 990px) {
    .row-label {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 0.75rem;
    }
}

.row-body {
    position: relative;
    width: 285px;
    text-align: left;
    display: inline-block;
}

@media only screen and (min-width: 0em) and (max-width: 990px) {
    .row-body {
        display: block;
        width: 100%;
        padding-right: 0;
    }
}

.row-body-text, .row-buttons {
    width: 100%;
    padding: 0 2rem 0 12.5rem;
}

@media only screen and (min-width: 0em) and (max-width: 990px) {
    .row-body-text, .row-buttons {
        padding: 0;
    }

    .Paypal input {
        position: absolute;
        right: 175px;
    }
}

.row-body-text {
    text-align: left;
}

.row input[type=text] {
    width: 100%;
}

*:before, *:after {
    box-sizing: inherit;
}

@media screen and (max-width: 600px) {

    div.nav { /*background-color: $color1;*/
        display: none;
        margin-left: 10px;
        width: 245px;
    }

    .nav ul {
        padding: 0 7px;
        text-align: left;
    }

    .nav li {
        padding-left: 7px;
    }

    #menu-toggle:checked ~ div.nav {
        display: block;
    }

    .label-toggle { /*background: linear-gradient(to bottom, #eae3db 0%, #eae3db 20%, #fff 20%, #fff 40%, #eae3db 40%, #eae3db 60%, #fff 60%, #fff 80%, #eae3db 80%, #eae3db 100%);*/ /*Gradient Hamburger*/
        background: url('../../Images/AVL/menu.png') no-repeat;
        cursor: pointer; /*display: block;
      float: right;
      margin-top: 1em;*/
        display: block;
        height: 42px;
        width: 42px;
        margin-top: -80px;
    }

    .NoLeft .label-toggle {
        display: none;
    }

    .SiteHead {
        padding: 0 0 20px 30px;
    }

        .SiteHead img {
            margin-left: 30px;
            height: 40px;
        }

    .NoLeft .SiteHead img {
        margin-left: 0;
    }

    .SiteHeader .LogoutButton {
        display: none;
    }

    .nav.LogoutButton2 {
        padding: 10px 0 10px 7px;
        background-color: #eae3db;
        width: 213px;
    }

    .LogoutButton2 input[type=submit] {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .NoDesktop {
        display: block;
    }

    .LoginEmailRequired {
        width: 95%;
    }

        .LoginEmailRequired .Form label {
            width: auto;
            text-align: left;
        }

        .LoginEmailRequired .Form .Warning {
            margin-left: 0;
            display: block !important;
        }

        .LoginEmailRequired .ButtonRight a {
            width: 120px;
            padding: 7px 0;
        }

    .SubscriberNumberReminder .email-address-wrapper table tr td {
        width: 100% !important;
        display: block !important;
    }

    .SubscriberNumberReminder .button-wrapper {
        margin: 0;
        width: 100%;
    }

    .SubscriberNumberReminder .ValidateContainer {
        padding-left: 0;
    }
}

@media screen and (min-width: 600px) {
    .nav li { /*width: 120px;*/
        border-bottom: none;
        height: 50px;
        line-height: 50px;
        padding: 0 10px; /* Option 1 - Display Inline */
        display: inline-block;
        margin-right: -4px;
    }
}

@media screen and (max-width: 990px) {
    .SiteContent .SiteRight .Address .Needhelptxt {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 990px) {
    .Site {
        padding: 0 1%;
    }

    .SiteContent .SiteLeft {
        padding: 25px 0 0 12px;
        width: 95%;
    }

        .SiteContent .SiteLeft img {
            height: 200px;
        }

    .SiteContent .SiteRight {
        padding-left: 12px;
        margin-top: 0;
        width: 95%;
    }

    .Center .SiteHeader, .Center .SiteContent {
        margin: 0;
    }

    .Center .label-toggle {
        display: none;
    }

    .Site, .SiteFoot {
        width: 100%;
    }

    .SiteFootInner table {
        width: 95%;
        border-spacing: 7px;
    }

    h1 {
        font-size: 1.7rem;
    }

    .SubscriptionDetails .width50Left {
        width: 100%;
        float: none;
    }

    .SubscriptionDetails .td50 {
        width: auto;
    }

    .SubscriptionDetails .tdAddress {
        display: block;
        min-height: 80px;
    }


    .DeliveryStatusDetails, .OnSaleDates .DeliveryMagazine {
        width: 95%;
    }

    .Site .SiteContent .SiteRight .SuspendedDelivery .UCOnSaleDates table {
        border-collapse: collapse;
        width: 349px;
    }

    .Login, .logoutConfirm, .logedout {
        width: 85%;
        max-width: 515px;
        padding-left: 0;
    }

        .Login .loginInfo .text, .Login .loginInfo .image {
            display: block;
            padding-top: 15px;
        }

            .Login .loginInfo .image img {
                width: 100%;
            }

        .Login .row-buttons {
            padding: 0;
            width: 100%;
        }

        .Login .ButtonLeft {
            padding: 0;
            margin: 0;
        }

        .Login .ButtonRight {
            padding: 5px;
            height: auto;
            background-color: #ff0000;
        }

    /*.SiteHead img
    {
        width: 100%;
        max-width: 470px;
    }*/

    .AddressForm label {
        display: block;
        padding-bottom: 4px;
        margin-top: 9px;
        text-align: left;
        margin-left: 15px;
    }

    .AddressForm input {
        width: 270px;
        background-color: #fff;
    }

    .AddressForm select {
        width: 278px;
    }

    .AddressChange .ValidateContainer {
        margin: 0;
        padding: 0;
        padding-top: 13px;
    }
    /*.AddressChange .ButtonContainer {height:80px}
.AddressChange .ButtonLeftWhite a {margin-top:10px}
.AddressChange .Lookup .ButtonLeftWhite a {margin-top:0px}*/
    .ValidateContainer {
        margin: 0;
        padding: 0;
    }

    .AddressForm h2 {
        margin: 20px 0 5px 0;
        text-align: center;
    }

    .AddressForm .PostcodeLookupContainer {
        margin: 0 0 7px 0;
        padding-left: 0;
    }

    .AddressForm .AddressPicker label {
        clear: both;
        display: block;
        padding-top: 0;
        width: 84px;
    }

    .AddressForm .AddressPicker select {
        display: block;
        padding-top: 0;
        margin: 10px 0 10px 12px;
    }
    /*.AddressForm .MobileFieldTextHeader { margin: 10px 10px 10px 300px; clear: both; font-size: smaller; }*/
    .AddressForm .AddressSearchContainer {
        position: relative;
        top: -30px;
        left: 129px;
        padding: 0;
        margin: 0;
        height: 0;
    }

    .AddressForm .PostcodeLookupContainer label {
        display: none;
    }

    .AddressForm .PostcodeLookupContainer .Lookup {
        margin-top: 0;
    }

        .AddressForm .PostcodeLookupContainer .Lookup .ButtonLeft {
            margin-left: 170px;
        }

    .AddressEmptyMarginTop {
        margin-top: 1px;
    }

    .AddressEmptyMarginBottom {
        margin-bottom: 1px;
    }

    .AddressChange .ErrorMesages {
        height: auto;
        left: 15px;
        margin-top: 10px;
        font-size: medium;
    }

    .AddressChange .InfoMandatory {
        margin-left: 15px;
    }

    .AddressChange .ButtonContainer {
        padding: 15px 0 0 10px;
        width: 300px;
    }

    .AddressChange {
        width: 282px;
    }

        .AddressChange .PostCodeEx {
            margin-top: 2px !important;
        }

        .AddressChange .AddressForm .ValidateContainer label {
            margin-top: 0 !important;
        }

        .AddressChange .AddressForm .TitleLabel {
            margin-top: 0 !important;
        }

        .AddressChange .AddressForm .AddressLine2Label {
            margin: 0;
            height: 5px;
        }


    .AddressChangeConfirm {
        width: auto;
    }


    .SiteContent .SiteRight .Address {
        background-color: #eae3db;
        display: table;
        padding: 10px;
        width: 92%;
    }

        .SiteContent .SiteRight .Address .Head {
            float: none;
            width: auto;
            clear: both;
            margin: 10px 0;
            font-weight: bold;
        }

            .SiteContent .SiteRight .Address .Head.Empty {
                display: none;
            }

        .SiteContent .SiteRight .Address .Content {
            width: auto;
            float: none;
        }

            .SiteContent .SiteRight .Address .Content br {
                display: none;
            }


    .NeedHelp {
        width: auto;
        margin-left: 0;
    }

        .NeedHelp .AddressForm input, .NeedHelp select {
            margin: 0;
        }

        .NeedHelp .AddressForm .ValidateContainer label {
            right: 0;
            margin-left: 0;
        }

        .NeedHelp .UCAddress label {
            display: block;
            width: 282px;
            margin-top: 10px;
        }

        .NeedHelp .UCAddress select {
            display: block;
            width: 278px;
            margin: 0 0 10px 0;
        }

        .NeedHelp .Form {
            width: 282px;
            margin-left: 0;
        }

        .NeedHelp .LabelQueryType {
            margin-left: 0;
            padding-bottom: 4px;
        }

        .NeedHelp h1 {
            padding-bottom: 9px;
        }

    .NHQueryTitle {
        float: left;
    }

    .NeedHelp .Form label {
        margin: 20px 0 0 0;
    }

    .NeedHelp .Form .Warning {
        clear: both;
        display: block;
    }

    .NeedHelp .Form .RightColumn {
        margin: 20px 0 20px 0;
    }

    .NeedHelp select {
        margin-left: 0;
        padding: 0;
        width: 278px;
        margin-top: 15px;
    }

    .NeedHelp.NotLoggedIn .QueryTypeLabel::after {
        content: '';
    }

    .NeedHelp.NotLoggedIn .QueryTypeLabel {
        margin-bottom: 10px;
    }

    .NeedHelp .Form .textareanotpostback {
        width: 270px;
    }

    .contactNeedHelp {
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .NeedHelp .PanelContainer Form {
        background-color: #000;
    }

    .NeedHelp .ErrorMesages {
        left: 0;
        font-size: medium;
        height: auto;
    }

    .NeedHelp .FAQ {
        border-top: solid 1px #d5d5d5;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }

        .NeedHelp .FAQ ul {
            list-style-type: decimal;
        }

    .NeedHelp .SupplyEmail .Form {
        height: 0;
        margin: 1px;
    }

    .NeedHelp .SupplyEmail label {
        display: block;
        width: 194px;
        float: left;
        font-size: small;
        margin: 3px 0 0 0;
        text-align: right;
    }

    .NeedHelp .SupplyEmail .Warning {
        clear: both;
        display: block;
        position: relative;
        bottom: 56px;
    }

    .NeedHelp .SupplyEmail .ValidateContainer label {
        margin: 0 0 20px 0;
        clear: both;
        width: 100%;
    }

    .NeedHelp .SupplyEmail input {
        width: 302px;
        margin-left: 12.5px;
    }

    .NeedHelp .PostCodeLabel {
        margin-top: 0 !important;
    }

    .NeedHelp .TitleLabel {
        margin-top: 0 !important;
    }

    .NeedHelp .PostCodeEx {
        margin-top: 0 !important;
    }

    .NeedHelp .QueryTextBoxLabel {
        margin-top: 0 !important;
    }

    .NeedHelp .QueryTypeLabel {
        margin-top: 0 !important;
    }

    .NeedHelp .AddressForm {
        width: auto;
    }

    .NeedHelp .ButtonNeedHelpOuter .ButtonLeft {
        float: none;
    }

    .NeedHelp .ButtonNeedHelpOuter {
        width: auto;
    }

    .Payment iframe {
        padding: 2px;
        width: 95%;
        height: 465px;
    }
}

.ChildBannerPanelText {
    border: #339933 2px solid;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.RoyalMailContactUsText {
    border: #339933 2px solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}

    .RoyalMailContactUsText p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

@media only screen and (min-width: 0em) and (max-width: 990px) {
    .SiteContent {
        display: inline-block;
    }
}


@media only screen and (min-width: 0em) and (max-width: 990px) {
    .RoyalMailContactUsText {
        width: 90%;
    }
}

/*ID5233-Start*/
.RoyalMailDeliveryText {
    border: #339933 2px solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 8px;
    width: 573px;
    /*margin-left: 22px;*/
}

    .RoyalMailDeliveryText p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

@media only screen and (min-width: 0em) and (max-width: 990px) {
    .RoyalMailDeliveryText {
        width: 96%;
    }
}
/*ID5233-End*/

/*
* jQuery UI Datepicker @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    font-size: 75%;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

.ui-datepicker-prev:before {
    content: '\003C';
}

.ui-datepicker-next:before {
    content: '\003E';
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev {
    padding-left: 13px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 3px 4.3em;
    line-height: 0.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td, .ui-datepicker tr {
    border: 1px;
    padding: 1px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }


.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }


.ui-datepicker-calendar  tbody  tr  td.ui-datepicker-unselectable  span.ui-state-default {
    /*text-decoration: line-through;*/
    color: lightgray;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */

/* Callout */

.co_callout {
    position: static;
    top: 10px;
    left: 100px;
}

    .co_callout .co_shadow,
    .co_callout .co_container {
        z-index: 0;
        position: relative
    }

    .co_callout img.co_arrow {
        position: absolute;
        left: -24px;
        top: 80px
    }

    .co_callout .co_container {
        background: #fff;
        display:block;
        position: relative;
        top: -45px;
        left: -10px;
        border: solid 1px #000;
        max-width: 500px;
        min-width: 200px;
    }

    .co_callout .co_content {
        padding: 10px;
        width: 280px
    }

    .co_callout .co_shadow {
        background: url(../../../images/common/callout/ShadowBG.gif);
    }


.what-is-this-icon {
    background-color: #ff0000;
    vertical-align: text-bottom;
}

.spinner {padding-top:30px}