/* Minification failed. Returning unminified contents.
(59,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(67,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(515,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(516,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(525,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(526,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(549,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(550,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(676,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(677,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
/* 
    Image & Table Sizes
    ===================
    Page Header Image Width                 = 980
    Left Column Header Image Width          = 698
    Right Column Header Image Width         = 252
    Single Column Maximum Content Width     = 960
    Left Column Maximum Content Width       = 698
    Right Column Maximum Content Width      = 252
    Tour Tabs Maximum Content Width         = 690
    Booking Pages Maximum Content Width     = 728

    Image Dimensions
    ================
    Header Image    = 980 x 269
    Logo            = 306 x 70

    Anchor Transport
    =============
    #158369 = Outer background colour after fading image
    #3E3E3F = User bar background (before image has loaded), sub menu hover over background
    #d3dadc = User bar text
    #5C5B5A = Menu background, top level menu hover over text
    #ffc93f = Top level menu hover over background
    #c2c2c2 = Top level menu text, sub menu bar text
    #1b5884 = Links, h1 tags, h2 tags
    #01699B = Button background, widget header background, user created table header background, table headers
    #9e9e9e = Input borders
    #cfcfcf = frame borders, table borders, widget borders
    #158764 = Tour tab filler line
        
    #424242 = Main body content text, input text, h3 tags, legend headers, site map mid level
    #fff    = Main body content background, inputs background, button text, table text, sub level menu hover over, tab content background, widget header text, odd rows in tables, bottom navigation text, powered by DSL hover over
    #F2F2F2 = Widget background, even rows in tables
    #E9E9E9 = Background for pickups on the booking summary
    #707070 = Site map lowest level
    #F0F0F0 = Image gallery thumbnails image surround
    #ECE9D8 = Seating plan cells border

    #bababa = Powered by DSL text

    #ff0000 = Error message text, error input border
    #fee    = Error input background
    #EAEAEA = Error page background
    #eeeeee = Input disabled background
*/

@import url('bootstrap/css/bootstrap.min.css');

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(https://anchortrans.wpenginepowered.com/wp-content/uploads/2025/11/Avenir-Regular.ttf) format('truetype');
}

:root {
    --bs-gutter-x: 24px;
}

.container {
    max-width: 1280px !important;
}

    .container-fluid, .container, .row, .row > * {
        --bs-gutter-x: 24px;
    }

.rs-slideshow {
    height: 269px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .rs-slideshow .slide-container {
        background-color: #085275;
    }

    .rs-slideshow img {
        position: absolute!important;
        left: 50%!important;
        margin-left: -700px;
        width: 1400px;
        height: 269px;
    }

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

#FormValue1 {
    display: none;
}

html, body { height: 100%; }

body {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
}

body, label, input, select, textarea {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
}

label {
    display: inline;
}

img {
    border: 0;
}

p {
    margin: 0;
}

a {
    color: #ed3b32;
    text-decoration: none;
    border-bottom: none;
    padding: 0 0 .1em 0;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    a:hover {
        color: #ed3b32;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #ed3b32;
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.SingleColumnContent h3 {
    font-size: 62px;
    line-height: 62px;
    color: #ed3b32;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    display: block;
    border-bottom: 1px solid;
    border-color: #eee;
    text-align: center;
}

.ClearAll {
    clear: both;
}

input[type=submit], .LinkButton {
    font-family: "Avenir", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ED3B32;
    border-radius: 2px 2px 2px 2px;
    padding: 10px 30px 10px 30px;
    background-color: #ed3b32;
    line-height: 15px;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    transition: all .3s;
}

    input[type=submit]:hover, .LinkButton:hover {
        background-color: #FFFFFF !important;
        color: #252525 !important;
    }
    
    input[type=submit] {
        outline: none;
    }

    .LinkButtonAnchor {
        text-decoration: none;
    }

    input[type=checkbox] {
        line-height:20px;
        margin:4px;
    }

a[disabled] span, input[type=submit][disabled] {
    color: Gray;
    opacity: .4;
    text-shadow: 1px 1px #fff;
}

input:not([type=button]):not([type=submit]):not([type=radio]):not([type=checkbox]), select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    font-size: 0.875rem;
    margin: 0;
    padding: 0.5rem !important;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

#recaptcha_response_field {
    border: 1px solid #9e9e9e!important;
    width: 296px!important;
}

select {
    background: none !important;
    width: auto;
}

    select.PostcodeLookupResults {
        background-image: none;
    }

select > option {
  -moz-padding-start: 3px;
  -moz-padding-end: 3px;
}

    select::-ms-expand {
        display: none;
    }

input[type=text][disabled], input[type=password][disabled], select[disabled] {
    background-color: #eeeeee;
    color: gray;
}

/* Error styling (both Unobtrsuive and JQuery validation plugin */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    background-color: #fee;
    border: 1px solid #ff0000;
}

select.input-validation-error {
    background-color: #fee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

input.error, select.error {
    background-color: #fee;
    border: 1px solid #ff0000;
}

.ErrorPage {
    background: none #EAEAEA;
}

    .ErrorContainer {
        margin: 10px 10px 10px 10px;
    }

        .ErrorButtonsContainer {
            float: left;
            padding-top: 10px;
        }

.TopValidationSummary {
    float: left;
    margin-top: 10px;
}

/* JavaScript CSS */
.NoJavaScriptContainer {
    display: none;
}

    .NoJavaScriptContainer .PageDescription {
        margin-bottom: 10px;
    }

div.JavaScriptContainer, label.JavaScriptContainer {
    display: block;
}

tr.JavaScriptContainer {
    display: table-row;
}

th.JavaScriptContainer, td.JavaScriptContainer {
    display: table-cell;
}

/* Layout Page */
.PageContainer {
}

/* User Bar */
.UserBar {
    width: 100%;
}

.UserBarData {
    width: 100%;
}

    .background-grey {
        background-color: #e6e7e9;
    }

    .UserBarData .header-top-container {
        display: flex;
        justify-content: end;
        padding-top: 11px;
        padding-bottom: 12px;
        margin-inline: -4px;
    }

    .UserBarData .header-top-wrapper {
        display: flex;
        align-items: center;
    }

    .UserBarData ul.header-top-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
    }

    .UserBarData li.header-top-list-item {
        align-items: center;
        display: flex;
        font-size: inherit;
        word-break: break-word;
        margin-inline: 8px;       
    }

        .UserBarData li.header-top-list-item a {
            font-family: "Avenir", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #252525;
        }

        .UserBarData .header-top-pay-now-container {
            display: flex;
            margin-inline: 8px;
        }

            .UserBarData .header-top-pay-now-container-inner {
                display: flex;
                align-items: center;
            }

        .UserBarData .header-top-pay-now-container-link {
            background-color: #444444;
            font-family: "Avenir", Sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
            fill: #ffffff;
            color: #ffffff;
            border-style: none;
            border-width: 0px 0px 0px 0px;
            border-radius: 2px 2px 2px 2px;
            padding: 5px 7px 5px 7px;
        }

        .UserBarData .quote-link {
            padding-block-end: 18px;
            padding-block-start: 20px;
            padding-left: 0;
            padding-right: 0;
            line-height: 50px;
            text-align: center;
        }

        .UserBarContainer {
                display: none;
            }


        .SiteMapLink {
            display:none;
        }

        .LoginLink, .LogoutLink {
            float: right;
            margin-right: 7px;
            text-decoration: none;
        }

        .RegisterLink, .NewOperatorLink, .WelcomeMessage {
            float: right;
            margin-right: 20px;
            text-decoration: none;
        }

        .WelcomeMessage {
            color: #d3dadc;
            text-align: right;
            width: 480px;
        }

        .AgentAdminLink, .UserAccountLink {
            text-decoration: none;
        }

        .RegisterLink:hover, .LoginLink:hover, .NewOperatorLink:hover, .AgentAdminLink:hover, .UserAccountLink:hover, .LogoutLink:hover, .ShoppingBasketLink:hover {
            text-decoration: underline;
        }    

    .HeaderMenuContentContainer {     
        background-color: #ffffff;
        width:100%;
        padding:0; 
    }

    /* Header Image and Flash */
    .Header {
        background: #ed3b32;
        background-image: url(images/header/Anchor.jpg);
        margin: 0 auto;
        border-bottom: 15px solid #ed3b32;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 385px;
        z-index: 999;
        position: relative;
    }

    .HeaderContentHomePage {
    }
    
    .HeaderContent {
    }

        .HomePageHeaderFlashSurround, .ContentHeaderFlashSurround {
        }

        .HomePageHeaderFlash, .ContentHeaderFlash {
        }

    /* Company Logo */
    .CompanyLogoContainer {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        top: 67px;
        height: 0;
    }

        .CompanyLogoContainerContent {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            max-width: 1280px !important;
            margin: 0 auto;
            height: 0;
        }

            .CompanyLogoContainer a {
                outline: 0;
                border:none;
            }

            .CompanyLogoContainer a:hover {
                border: none;
            }

            img.CompanyLogo {
                height: 40px;
            }

    /* Menu Bar */
    .MenuBar {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        top: 47px;
        height: 0;
    }

        .MenuBar .MenuBarContainer {
            width: 100%;
            max-width: 1280px !important;
            margin: 0 auto;
            height: 0;
        }


        .MenuBarContainerContent {
            margin-left: 220px;
            margin-right: 188px;
            display: flex;
            justify-content: center;
            height: 77px;
        }

        .MenuBarContainer ul.MenuItemContainer {            
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
        }

            .MenuBarContainer ul.MenuItemContainer li {
                display: inline-block;
            }

                .MenuBarContainer ul.MenuItemContainer li a {
                    color: #444444;
                    fill: #444444;
                    font-family: "Avenir", Sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                .MenuBarContainer ul.MenuItemContainer > li:not(:last-child) > a {
                    margin-inline-end: 15px;
                }

                .MenuBarContainer ul.MenuItemContainer > li:not(:first-child) > a {
                    margin-inline-start: 15px;
                }

            .MenuBarContainer ul.MenuItemContainer > li.hover > a {
            }

            .MenuArrow {
                line-height: 1;
                margin-block-end: -10px;
                margin-block-start: -10px;
                padding: 10px;
                padding-inline-end: 0;
            }

            .MenuItemContainerSubItems {
                    display: none;
                    position: absolute;
                    min-height: 0px;
                    visibility: hidden;
                    z-index: 9999;
                }

            .MenuItemContainerSubItems {
                min-width: 10rem;
                padding: .5rem 0;
                font-size: 1rem;
                color: #212529;
                text-align: left;
                list-style: none;
                background-color: #fff;
            }

            .MenuBarContainerContent > ul.MenuItemContainer > li > div > div > ul.MenuItemContainerSubItems {
                padding-top: 25px;
            } 

                .MenuBarContainer ul.MenuItemContainer li .MenuItemContainerSubItems li {
                    display: block;
                    margin: 0;
                }

                    .MenuBarContainer ul.MenuItemContainer li .MenuItemContainerSubItems li a {
                        display: block;
                        width: 100%;
                        padding: .25rem 1.5rem;
                        clear: both;
                        font-weight: 400;
                        color: #212529;
                        text-align: inherit;
                        white-space: nowrap;
                        background-color: transparent;
                        border: 0;
                        position: relative;
                        box-sizing: border-box;
                    }

                        .MenuItemContainerSubItems li.hover {
                        }

                .MenuBarContainer ul.MenuItemContainer li .MenuItemContainerSubItems li a.MenuRightArrow {
                    display: flex;
                    justify-content: space-between;
                }

                .MenuBarContainer ul.MenuItemContainer li .MenuItemContainerSubItems li a .MenuArrowRight {
                    margin-left: 20px;
                }

                .MenuItemContainerSubItems ul {
                    left: 100%;
                    margin-top: -37px;
                }
                
    /* Content */
    .Content {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }

        .ContentContainer {
            min-height: 443px;
            _height: expression(this.scrollHeight < 443 ? 443: true);
            width: 100%;
            max-width: 1280px !important;
            margin: 0 auto !important;
            display: flex;
            padding: 20px 0;
        }

        .ContentContainer ul {
            list-style-position: inside;
        }

        .ContentContainer ol {
            list-style-position: outside;
            padding-left: 35px;
        }

        .ContentContainer ul p, .ContentContainer ol p, .ContentContainer ul li div {
            display: inline;
        }

        .HeaderImageContainer {
            display: none;
        }

        .SingleColumn {
            width: 100%;
        }

        .LeftColumn {
            float: left;
            width: 70%;
            padding-right: 10px;
            box-sizing: border-box;
        }

        .RightColumn {
            float: right;
            width: 30%;
            padding-left: 10px;
            box-sizing: border-box;
        }

        /* Single, Left & Right Column General Formatting */
        .SingleColumn .dsl-table, .SingleColumn .dsl-table-noborder {
            width: 100%;
        }

        .LeftColumn .dsl-table, .LeftColumn .dsl-table-noborder {
            width: 100%;
        }

        .RightColumn .dsl-table, .RightColumn .dsl-table-noborder {
            width: 100%;
        }

        /* General Content Formatting */
        p.centre-align, h1.centre-align, h2.centre-align, h3.centre-align, h4.centre-align {
            text-align: center;
        }

        p.right-align, h1.right-align, h2.right-align, h3.right-align, h4.right-align {
            text-align: right;
        }

        img.left-align {
            margin: 5px 10px 5px 0px;
        }

        img.centre-align {
            margin: 5px 10px 5px 10px;
        }

        img.right-align {
            margin: 5px 0px 5px 10px;
        }

        .dsl-table, .dsl-table-noborder {
            border-collapse: collapse;
            table-layout: fixed;
        }

        .dsl-table th, .dsl-table td {
            border: 1px solid #cfcfcf;
            padding: 3px;
        }

        .dsl-table-noborder th, .dsl-table-noborder td {
            padding: 3px;
        }

        .dsl-table th, .dsl-table-noborder th {
            background-color: #01699B;
            color: #fff;
        }

    /* Container for Bottom Navigation, Powered By DSL and Company Details */
.ContentBelowContainer {
    color: #252525;
    background: #D6D6D6;
    margin: 0 auto;
    padding: 87px 16px 0;
    width: 100%;
}

    /* Bottom Navigation Bar */
    .BottomNavBar {
        display: none;
    }

    .PageFooterMessageTop {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Powered by DSL */
.PoweredByDSL {
    font-family: "Avenir", Sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #252525;
    width: 100%;
    padding-bottom: 12px;
    margin: 0 auto;
    text-align: center;
}

    .PoweredByDSLHomePage {
        text-align: center;
    }

    .PoweredByDSLContent {
    }

        .PoweredByDSLContent a {
            color: #252525;
        }

            .PoweredByDSLContent a:hover {
                color: #252525;
            }
    
    /* Company Details (Home Page) */
    .CompanyDetails {
        display:none;
    }

    .CompanyDetailsContent {
    }

        .CompanyDetailsContent a {
            color: #fff;
        }

        #CompanyDetailsCompanyNo a, #CompanyDetailsVATNo a {
            pointer-events: none;
            text-decoration: none;
        }

        #CompanyDetailsTelNo, #CompanyDetailsEmail {
            display: inline;
        }

        #CompanyDetailsTelNo {
            margin-right: 15px;
        }

        #CompanyDetailsCompanyNoVATNo, #CompanyDetailsCompanyNo, #CompanyDetailsVATNo {
            display: inline;
        }

        #CompanyDetailsCompanyNo {
            margin-right: 15px;
        }

    /* Page Footer Message */
    .PageFooterMessage {
        clear: both;
        float: left;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    /* Mobile Site Switch button */
    .MobileSiteSwitch {
        clear: both;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
    }

        @media screen and (min-device-width: 640px) {
            .MobileSiteSwitch {
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .BookingProcessContainer .MobileSiteSwitch {
                text-align: right;
            }

            .MobileSiteSwitch img {
                max-width: 130px;
            }
        }

/* Cookie Settings Popup */
.CookiePopupContainer {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 10px;
    border-radius: 5px;
    color: white;
    font-size: 11px;
    line-height: 16px;
    position: fixed;
    right: 10px;
    width: 300px;
    z-index: 99999;
}

    .CookiePopupContent {
        float: left;
        padding: 10px;
    }

        .CookiePolicyLink {
            color: #fff;
            text-decoration: underline;
        }

            .CookiePolicyLink:hover {
                color: #fff;
                text-decoration: underline;
            }

        .CookiePopupLinks {
            float: left;
            margin-top: 5px;
            width: 280px;
        }

            .CookiePopupLinks p {
                display: inline;
                font-size: 14px;
                font-weight: bold;
            }

            .CookiePopupLinks a {
                color: #ffa400;
                text-decoration: none;
            }

            .CookieSettingsPopupSettings {
                float: left;
                width: 50%;
            }

            .CookieSettingsPopupContinue {
                float: right;
                text-align: right;
                width: 50%;
            }

@media screen and (max-device-width: 480px) {
    .CookiePopupContainer {
        border-radius: 0;
        bottom: 0;
        font-size: 32px;
        line-height: 40px;
        right: 0;
        width: 100%;
    }

        .CookiePopupContent {
            padding: 20px;
        }

            .CookiePopupLinks {
                width: 100%;
            }

                .CookiePopupLinks a {
                    font-size: 42px;
                    line-height: 72px;
                }
}

/* ===== Footer (match Required.png) ===== */
.PageFooterMessageTop{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:"Avenir", Sans-serif;
}

.PageFooterMessageTop .site-footer{
    color:#252525;
}

.PageFooterMessageTop .footer-bg-light{
    background-color:#e6e7e9;
}

.PageFooterMessageTop .footer-inner{
    padding-left: 0;
    padding-right: 0;
}

    .PageFooterMessageTop .footer-top {
        padding-top: 12px;
        padding-bottom: 84px;
        border-bottom: 1px solid #ED3B32;
    }

.PageFooterMessageTop .footer-logo img{
    height: 48px;
    display:block;
}

    .PageFooterMessageTop .elementor-grid {
        justify-items: center;
        display: inline-block;
        width: 100%;
        word-spacing: 4px;
    }

        .PageFooterMessageTop .elementor-grid .elementor-grid-item {
            display: inline-block;
            word-break: break-word;
        }

    .PageFooterMessageTop .elementor-icon {
        border-radius: 21px 21px 21px 21px;
        background-color: #ED3B32;
        color: #ffffff;
        box-shadow: none;
        text-decoration: none;
        font-size: 25px;
        height: 40px;
        width: 40px;
        line-height: 20px;
        align-items: center;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        transition: all .3s;
        transition-duration: .3s;
        transition-property: transform;
        transition-timing-function: ease-out;
    }

        .PageFooterMessageTop .elementor-icon:last-child {
            margin: 0;
        }

        .PageFooterMessageTop .elementor-icon svg {
            display: block;
            height: 20px;
            width: 20px;
            position: relative;
            fill: #ffffff;
        }

.PageFooterMessageTop .footer-social{
    margin-top: 8px;
}

@media (min-width: 768px){
    .PageFooterMessageTop .footer-social{ margin-top: 0; }
}

.PageFooterMessageTop .footer-social-link{
    display:inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items:center;
    justify-content:center;
    background-color:#e11c23;
    color:#ffffff;
    margin-left: 6px;
    text-decoration:none;
    font-size: 14px;
}

.PageFooterMessageTop .footer-social-link:hover{
    opacity: .9;
    color:#ffffff;
}

.PageFooterMessageTop .footer-links {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.PageFooterMessageTop .col {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.PageFooterMessageTop .w-15 {
    width: 15%;
}

.PageFooterMessageTop .w-18 {
    width: 18%;
}

.PageFooterMessageTop .w-27 {
    width: 27%;
}

    .PageFooterMessageTop .footer-links h5 {
        font-family: "Avenir", Sans-serif;
        font-size: 22px;
        color: #252525;
        font-weight: 500;
        margin: 0;
    }

.PageFooterMessageTop .footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.PageFooterMessageTop .footer-links li {
    margin: 4px 0 0;
    padding: 0 0 4px;
}

    .PageFooterMessageTop .footer-links li:last-child {
        padding-bottom: 0;
    }

.PageFooterMessageTop .footer-links a,
.PageFooterMessageTop .footer-links p {
    color: #252525;
    font-family: "Avenir", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.PageFooterMessageTop .footer-links a:hover{
    color: #ffffff;
    text-decoration: none;
}

.PageFooterMessageTop a.btn-footer-quote {
    display: inline-block;
    background-color: #ed3b32;
    color: #ffffff;
    border-radius: 2px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ed3b32;
    width: fit-content;
}

.PageFooterMessageTop a.btn-footer-quote:hover {
    background-color: transparent;
    color: #252525;
}

.PageFooterMessageTop .footer-contact .tel {
    margin-top: -2px;
    margin-right: 10px;
}

.PageFooterMessageTop .footer-contact p {
    font-size: 14px;
}

.PageFooterMessageTop .footer-contact a {
    color: #ed3b32;
    font-size: 14px;
}

.PageFooterMessageTop .footer-contact a:hover {
    color: #ed3b32;
}

.PageFooterMessageTop .footer-bottom {
    border-top: 1px solid #ed3b32;
    font-family: "Avenir", Sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #252525;
}


/* Single Column Frame */
.SingleColumnContent {
    height: auto;
    padding: 0;
    box-sizing:border-box;
}

#LoginPopupInner .SingleColumnContent {
}

    .SingleColumnImage {
        height: auto;
        margin-bottom: 5px;
        width: 100%;
    }

    .SingleColumnContent img {
        height: auto;
        max-width: 100%;
        _width: expression(this.width > 960 ? 960: true);
    }

/* Left Column Frame */
.LeftColumnContent {
    float: left;
    width: 100%;
}

    .LeftColumnImage {
        height: auto;
        margin-bottom: 5px;
        width: 100%;
    }

.LeftColumnContent img {
    height: auto;
    max-width: 100%;
    _width: expression(this.width > 698 ? 698: true);
}

/* Right Column Frame (including free type search, availability search, rotator and brochure widgets) */
.RightColumnContent {
}

    .RightColumnImage {
        height: auto;
        width: 100%;
    }

    .RightColumnAboveWidgets, .RightColumnBelowWidgets {
        clear: both;
        float: left;
        position: relative;
        width: 100%;
    }

        .RightColumnAboveWidgets img, .RightColumnBelowWidgets img {
            height: auto;
            max-width: 100%;
            _width: expression(this.width > 252 ? 252: true);
        }

    .WidgetPadder {
        clear: both;
        height: 3px;
        overflow: hidden;
        width: 100%;
    }

    .WidgetFrameTop {
        background-color: #01699B;
        border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        clear: both;
        float: left;
        position: relative;
        width: 100%;
    }

        .WidgetTitle {
            color: #fff;
            font-size: 14px;
            height: 22px;
            padding: 8px 9px 0px 9px;
        }

    .WidgetFrameMiddle {
        background-color: #F2F2F2;
        border-bottom: 1px solid #cfcfcf;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
        padding-bottom: 8px;
        clear: both;
        float: left;
    }

        .WidgetDescription {
            float: left;
            padding: 8px 8px 8px 8px;
            width: 234px;
        }

        .WidgetDescriptionPadder {
            clear: both;
            height: 8px;
            overflow: hidden;
            width: 100%;
        }

        #FreeTypeSearch {
            width: 228px;
        }

        #FreeTypeSearchError {
            margin-top: 6px;
        }

        #AvailabilitySearch_DateFrom {
            background-color: #F2F2F2;
            color: #F2F2F2;
        }

        .AvailabilitySearch_DateFromCalendarIcon {
            float: left;
            margin-left: 5px;
            margin-top: 4px;
        }

        .AvailabilitySearch_DateFrom_Day {
            float: left;
            width: 55px;
        }

        .AvailabilitySearch_DateFrom_MonthYear {
            float: left;
            margin-left: 5px;
            width: 153px;
            _width: 174px;
        }

        .RotatorWidgetContainer {
            float: left;
            width: 250px;
        }

            .RotatorWidgetContentContainer {
            }

                .RotatorWidgetContentItem {
                    display: none;
                    width: 234px;
                }

                .RotatorWidgetImage {
                    float: left;
                    margin-bottom: 10px;
                    margin-left: 8px;
                    max-height: 163px;
                    _height: expression(this.height > 163 ? 163: true);
                    max-width: 163px;
                    _width: expression(this.width > 163 ? 163: true);
                }

                .RotatorWidgetViewTourIconLink {
                    float: right;
                    margin-right: 8px;
                    outline: 0;
                    text-decoration: none;
                }

                .RotatorWidgetContentClear {
                    clear: both;
                    height: 1px;
                    width: 250px;
                }

                .RotatorWidgetContentItem h4 {
                    font-size: 14px;
                    font-weight: bold;
                    padding-left: 8px;
                    padding-right: 8px;
                }

                .RotatorWidgetItemDescription {
                    clear: both;
                    font-style: italic;
                    margin-left: 8px;
                    padding-top: 10px;
                    width: 234px;
                }

        .BrochureWidgetContainer {
            float: left;
            margin-top: 8px;
            width: 250px;
        }

            .BrochureWidgetContentItem {
                display: none;
                width: 234px;
                text-align: center;
            }

                .BrochureWidgetContentItem img {
                    margin: 0px auto;
                    max-height: 163px;
                    _height: expression(this.height > 163 ? 163: true);
                    max-width: 163px;
                    _width: expression(this.width > 163 ? 163: true);
                }

                .BrochureWidgetContentItem span {
                    clear: both;
                    float: left;
                    margin-left: 8px;
                    margin-top: 10px;
                    padding-top: 0px;
                    width: 234px;
                }

        .FieldRowWidget {
            clear: both;
            float: left;
            margin-top: 10px;
            padding: 0 8px 0 8px;
            width: 234px;
        }

            .FieldLabelWidget {
                clear: both;
                float: left;
                text-align: left;
                width: 234px;
            }

            .FieldWidget {
                clear: both;
                float: left;
                width: 234px;
            }

        .WidgetButtonBar {
            clear: both;
            float: left;
            margin-bottom: 0px;
            margin-top: 10px;
            padding-left: 9px;
            padding-right: 8px;
            width: 233px;
        }

            .WidgetButtonWrapper {
                float: right;
                overflow: hidden;
            }

    .WidgetFrameBottom {
    }

/* Image Gallery */
.ImageGallery {
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

    .ImageGallery li {
        background-color: #F0F0F0;
        display: table-cell;
        float: left;
        height: 100px;
        margin-bottom: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        width: 100px;
    }

        .ImageGallery li a {
            margin: 0 auto;
        }

            .ImageGallery li a img {
                border: none;
                height: auto;
                width: 100px;
            } 

/* Image List */
.ImageListImageContainer {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

    .ImageListImageContainer img {
        height: auto;
        margin: auto auto;
        width: 100%;
    }

.ImageListSingleColumnTextContainer {
    float: left;
    margin-left: 10px;
    width: 750px;
}

.ImageListLeftColumnTextContainer {
    float: left;
    margin-left: 10px;
    width: 488px;
}

    .ImageListSingleColumnHeader, .ImageListLeftColumnHeader {
        margin-bottom: 5px;
    }

/* Map */
.MapSearchRow {
    clear: both;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 100%;
}

    #GoogleMarkersMapFilterTerm {
        width: 100px;
    }

#MarkersMapCanvas {
    margin-bottom: 10px;
}

.GoogleMap {
    clear: both;
    display: none;
    float: left;
    height: 500px;
    text-align: left;
    width: 100%;
}

    .MapInfoWindowContent {
        font-size: 12px !important;
        width: 350px!important;
    }

        .MapInfoWindowContent b {
            font-weight: bold;
        }

.MapTableContainer {
    position: relative;
    width: 100%;
}

#MapTable {
    border-collapse: collapse;
    display: none;
    margin-top: 0;
    padding-top: 5px;
    width: 100%;
}

    #MapTable thead {
        height: 30px;
        line-height: 30px;
    }

    #MapTable th {
        padding: 0 5px 0 5px;
        text-align: left;
    }

        #MapTable .MapTableHeaderName {
            padding: 0 5px 0 10px;
        }

    #MapTable td {
        padding: 5px 5px 5px 5px;
        vertical-align: top;
    }

        #MapTable .MapTableName {
            padding: 5px 5px 5px 10px;
        }

    .MapTableHeaderDistance {
        width: 75px;
    }

    .MapItem {
        background-color: #fff;
        height: 70px;
    }

        .MapItemAlt {
            background-color: #F2F2F2;
        }

/* FAQ */
.FAQQuestions {
    padding-bottom: 10px;
}

.FAQQuestionAnswer {
    padding-bottom: 15px;
}

    .FAQQuestion {
        padding-bottom: 5px;
    }

    .FAQAnswer {
        padding-bottom: 5px;
    }

    .FAQBackToTop {
        color: Gray;
        font-size: 12px;
    }

/* General fields */
p.PageHeader {
    float: left;
    margin-top: 10px;
    width: 100%;
}

p.PageDescription {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

div.PagePadder {
    clear: both;
    height: 10px;
    width: 10px;
}

div.PageSection {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

p.PageFooter {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.FieldGroupLinks {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 10px;
    width: 958px;
}

    .FieldGroupLinksHeader {
        float: left;
        height: 130px;
        width: 220px;
    }

        .FieldGroupLinksHeader h2 {
            margin-left: 10px;
            margin-top: 10px;
        }

        .FieldGroupLinksHeader h3 {
            margin-left: 10px;
            margin-top: 5px;
        }

    .FieldGroupLinksContent {
        border-left: 1px solid #cfcfcf;
        float: left;
        height: 130px;
        overflow: hidden;
        width: 737px;
    }

.FieldGroup {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

legend {
    color: #ed3b32;
    width: auto;
    font-weight: bold;
    margin-left: 10px;
    *margin-left: 3px;
}

.FieldRow {
    clear: both;
    float: left;
    padding-left: 10px;
    margin-top: 7px;
}

.FieldLabel {
    clear: both;
    float: left;
    margin-top: 3px;
}

    .DropDown {
        margin-top: 4px;
    }

.FieldRowWithButton {
    padding-left: 0px;
}

.FieldRowWithButton .FieldLabel, .MapSearchRow .FieldLabel {
    margin-top: 5px;
    padding-right: 7px;
}

.FieldRowWithButton .Field, .MapSearchRow .Field {
    float: left;
    margin-top: 2px;
}

.FieldRowWithButton input[type="submit"] {
    float: left;
    margin-left: 8px;
}

.SubTitle {
    float: left;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
}

.SubDescription {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.SubFieldRow {
    clear: both;
    float: left;
    margin-top: 7px;
    width: 100%;
}

.MapSearchRow a {
    margin-left: 8px;
}

.ClientAddress {
    padding-top: 2px;
}	

.LabelHeader {
    color: #1b5884;
    font-weight: bold;
}

.FieldRowContact {
    clear: both;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
    width: 938px;
    position: relative;
}

.Table {
    border-collapse: collapse;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .Table thead tr, .TableTotalBar tr {
        background-color: #ed3b32;
        height: 30px;
        line-height: 30px;
    }

    .Table th, .TableTotalBar tr {
        color: #fff;
        font-weight: bold;
        height: 30px;
    }

    .TableRow {
        height: 20px;
        line-height: 20px;
    }

    .TableRowAlt {
        background-color: #F2F2F2;
    }

    .Table tbody tr td {
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 4px;
        padding-top: 5px;
    }

    .TablePagingBar tr {
        background-color: #01699B;
        height: 24px;
    }

        .TablePagingBar tr td {
            color: #fff;
            font-weight: bold;
            line-height: 24px;
        }

            .TablePagingBar tr td span {
                font-weight: bold;
                margin: 0 5px 0 5px;
            }

            .TablePagingBar tr td a {
                color: #fff;
                font-weight: bold;
                margin: 0 5px 0 5px;
            }

        .TableResultsCountMessage {
            padding-left: 10px;
        }

        .TablePageNumbering {
            padding-right: 10px;
            text-align: right;
        }

.RowHover tbody tr:hover, .BookingGridRowHover:hover {
    cursor: pointer;
}

.ButtonBar {
    clear: both;
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

    .BackButton {
        float: left;
        text-decoration: none;
    }

    .SubmitButton, .NewOperatorButton, .CheckoutButton {
        float: right;
        text-decoration: none;
    }
    
/* AJAX Loading images */
.AjaxLoadingImage {
    display: none;
    height: 64px !important;
    margin-left: auto;
    margin-right: auto;
    margin: auto auto;
    padding-top: 9px;
    width: 64px;
}

.AjaxLoadingImageSmall {
    display: none;
    height: 16px !important;
    width: 16px;
}

/* Postcode Lookup */
.PostcodeLookupLabel {
    clear: both;
    float: left;
    margin-bottom: 5px;
    text-align: left;
}

.PostcodeLookupResults {
    clear: both;
    float: left;
    width: 100%;
}

/* Company Name & Address formatting */
div.CompanyName, span.CompanyTelNoLabel, span.CompanyFaxNoLabel, span.CompanyEmailLabel {
    font-weight: bold;
}

div.CompanyAddress1, div.CompanyAddress2, div.CompanyAddress3, div.CompanyAddress4, div.CompanyPostcode, div.CompanyTelNoContainer, div.CompanyFaxNoContainer, div.CompanyEmailContainer {
    clear: both;
    padding-top: 2px;
}

/* Site Map */
#SiteMapContent {
    font-size: 0;
    margin-top: 10px;
}

    #SiteMapContent ul {
        list-style: none;
        list-style-position: outside;
    }

        #SiteMapContent ul li {
            margin: 0 0 8px 0;
        }

            #SiteMapContent ul li a {
                color: #1b5884;
                font-weight: bold;
                font-size: 16px;
                text-decoration: none;
            }

            #SiteMapContent ul li span {
                color: #1b5884;
                font-weight: bold;
                font-size: 16px;
                text-decoration: none;
            }

            #SiteMapContent ul li ul {
                padding-left: 15px;
            }

                #SiteMapContent ul li ul li a {
                    color: #424242;
                    font-weight: bold;
                    font-size: 14px;
                    text-decoration: none;
                }

                #SiteMapContent ul li ul li span {
                    color: #424242;
                    font-weight: bold;
                    font-size: 14px;
                    text-decoration: none;
                }

                #SiteMapContent ul li ul li ul li a {
                    color: #707070;
                    font-size: 12px;
                    text-decoration: none;
                }

                #SiteMapContent ul li ul li ul li span {
                    color: #707070;
                    font-size: 12px;
                    text-decoration: none;
                }

/* Brochure Request */
.BrochureRequestHeader, .BrochureRequestAddressTopMessage {
    margin-bottom: 10px;
}

.BrochureRequestBrochures {
    margin-bottom: 10px!important;
}

    .BrochureRequestBrochures .FieldRow {
        margin-top: 5px!important;
    }

.BrochureRequestAddress {
    margin-bottom: 0px!important;
}

/* Brochure Request Sent */
.BrochureRequestSentContainer .PageSection {
    margin-top: 10px;
}

/* Brochure Request Faied */
.BrochureRequestFailedContainer .PageHeader {
    margin-bottom: 10px;
}

/* Login */
.Login {
    float: left;
    width: 100%;
}

    .Login .PageSection {
        margin-top: 10px;
    }

    .LoginContent {
        background-color: #F2F2F2;
        border: 1px solid #cfcfcf;
        margin: 35px auto 0 auto;
        padding: 8px 0px 10px 10px;
        width: 470px;
    }

        .LoginContent .PageSection, .LoginContent .ButtonBar, .LoginContent .PageHeader, .LoginContent .PageFooter {
            float: none !important;
        }

        .LoginContent .PageHeader {
            margin-bottom: 5px;
            margin-top: 0;
        }

        .LoginContent .FieldRow {
            padding-left: 0;
            display:flex;
        }

        .LoginContent .FieldLabel {
            width: 114px;
        }

        .LoginContent .Field {
            float: left;
            width: 88%;
        }

        .LoginContent .ButtonBar {
            display: inline-block;
            margin-top: 10px;
        }

            #LoginAgentButton, #LoginClientButton {
                background-color: transparent;
                border-radius: 0;
                -moz-border-radius: 0;
                color: #1b5884;
                float: left;
                font-weight: normal;
                padding: 0;
                text-decoration: underline;
            }

            .LoginButton {
                float: right;
                margin-right: 10px;
            }

        .LoginContent .RegisterUserSection {
            margin-bottom: 0px;
            margin-top: 15px;
        }

        .LoginContent .ForgotPasswordSection {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .RegisterUserLink {
            display: inline-block;
            margin-bottom: 7px;
            white-space: nowrap;
        }

        .ForgotPasswordLink {
            display: inline-block;
            margin-bottom: 3px;
            white-space: nowrap;
        }

    .SSLCertificate {
        margin: 15px auto 0 auto;
        width: 482px;
    }

    #LoginValidationSummary {
        margin: 15px auto 0 auto;
        width: 482px;
    }

/* Booking Login */
.BookingLoginNewClient, .BookingLoginExistingClient {
    float: left;
    border: 1px solid #cfcfcf;
    padding: 0 10px 15px 10px;
    margin-top: 10px;
    width: 738px;
}

    .BookingLoginDescription {
        padding-top: 10px;
    }

    .BookingLogin legend {
        margin-left: 0;
    }

    .BookingLogin .FieldRow {
        padding-left: 0;
    }

        .BookingLogin .FieldLabel {
            width: 94px;
        }

        .BookingLogin .Field {
            float: left;
            width: 360px;
        }

    .BookingLogin .LoginButton {
        float: left;
        margin-left: 94px;
    }

    .BookingLoginNextButton {
        float: right;
    }

    .BookingLogin .ForgotPasswordLink {
        display: inline-block;
        margin: 10px 0 0 94px;
        white-space: nowrap;
    }

    #BookingLoginValidationSummary {
        float: left;
        margin-top: 15px;
    }

    .BookingLogin .SSLCertificate {
        float: left;
        margin: 15px 0 0 0;
        width: 100%;
    }

/* Forgot Password */
.ForgotPasswordContainer .FieldRow * {
    float: none !important;
    vertical-align: middle;
}

    .ForgotPasswordContainer #fldEMail {
        width: 300px;
    }

    .ForgotPasswordContainer .FieldRow input[type=submit] {
        margin-left: 2px;
        margin-top: 2px;
    }

.ForgotPasswordContainer .field-validation-error {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#ForgotPasswordErrorContainer {
    float: left;
    width: 100%;
}

.ForgotPasswordCompanyDetails {
    clear: both;
    float: left;
    margin-bottom: 0!important;
    width: 100%;
}

/* Password Reset */
.PasswordResetContainer .PageSection {
    margin-top: 10px;
}

/* Admin*/
.AdminOperatorsImage, .AdminBookingsImage {
    margin-top: 10px;
    padding-left: 10px;
}

/* Operators */
.OperatorsList_Header_ID, .OperatorsList_ID {
    padding-left: 10px;
    text-align: left;
    width: 200px;
}

.OperatorsList_Header_Name, .OperatorsList_Name {
    text-align: left;
    width: 292px;
}

.OperatorsList_Header_Admin, .OperatorsList_Admin {
    text-align: center;
    width: 120px;
}

.OperatorsList_Header_Suspend, .OperatorsList_Suspend {
    text-align: center;
    width: 100px;
}

/* Operator Details */
.OperatorDetailsContainer .FieldGroup {
    width: 958px;
}

.OperatorDetailsContainer .FieldLabel {
    width: 140px;
}

.OperatorDetailsContainer .Field {
    width: 200px;
}

/* Operator Password */
.OperatorPasswordContainer {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 958px;
}

    .OperatorPasswordContainer .FieldLabel {
        width: 180px;
    }

/* Operator Logout */
.OperatorLogoutContainer .PageHeader {
    margin-bottom: 10px;
}

/* Agent Booking History */
.AgentBookingHistorySearch {
    width: 250px;
}

.AgentBookingHistoryList_Booking td {
    border-bottom: none!important;
}

    .AgentBookingHistoryList_Header_OurReference, .AgentBookingHistoryList_OurReference {
        padding-left: 10px;
        text-align: left;
        width: 135px;
    }

    .AgentBookingHistoryList_Header_OperatorName, .AgentBookingHistoryList_OperatorName {
        text-align: left;
        width: 230px;
    }

    .AgentBookingHistoryList_Header_YourReference, .AgentBookingHistoryList_YourReference {
        text-align: left;
        width: 230px;
    }

    .AgentBookingHistoryList_Header_ClientName, .AgentBookingHistoryList_ClientName {
        text-align: left;
    }

    .AgentBookingHistoryList_Header_PrintableConfirmation, .AgentBookingHistoryList_PrintableConfirmation {
        text-align: center;
        width: 80px;
    }

.AgentBookingHistoryList_BookingSummary td {
    padding-bottom: 2px!important;
    padding-top: 0px!important;
}

    .AgentBookingHistoryList_TourTitle {
        font-style: italic;
        padding-left: 10px;
        text-align: left;
    }

/* Agent Balance Payments */
.AgentBalancePaymentsSearch {
    width: 250px;
}

.AgentBalancePaymentsList_Booking td {
    border-bottom: none!important;
}

    .AgentBalancePaymentsList_Header_OurReference, .AgentBalancePaymentsList_OurReference {
        padding-left: 10px;
        text-align: left;
        width: 135px;
    }

    .AgentBalancePaymentsList_Header_OperatorName, .AgentBalancePaymentsList_OperatorName {
        text-align: left;
        width: 200px;
    }

    .AgentBalancePaymentsList_Header_YourReference, .AgentBalancePaymentsList_YourReference {
        text-align: left;
        width: 200px;
    }

    .AgentBalancePaymentsList_Header_ClientName, .AgentBalancePaymentsList_ClientName {
        text-align: left;
    }

    .AgentBalancePaymentsList_Header_Balance, .AgentBalancePaymentsList_Balance {
        text-align: left;
        width: 100px;
    }

    .AgentBalancePaymentsList_Header_Select, .AgentBalancePaymentsList_Select {
        text-align: center;
        width: 40px;
    }

.AgentBalancePaymentsList_BookingSummary td {
    padding-bottom: 2px!important;
    padding-top: 0px!important;
}

    .AgentBalancePaymentsList_TourTitle {
        font-style: italic;
        padding-left: 10px;
        text-align: left;
    }
    
/* Account */
.AccountAccountDetailsImage, .AccountBookingsImage, .AccountToursImage {
    margin-top: 10px;
    padding-left: 10px;
}

/* Account Details */
.AccountDetailsError {
    float: left;
    margin-top: 10px;
}

.AccountDetailsErrorMessage {
    margin-top: 10px;
}

.AccountDetailsContainer .FieldGroup {
    width: 958px;
}

.AccountDetailsContainer .FieldLabel {
    width: 200px;
}

.AccountDetailsContainer .Field {
    width: 250px;
}

.AccountDetailsContainer #PostcodeLookupResultsContainer {
    margin-left: 200px;
    margin-top: 10px;
    width: 738px;
}

/* Hide the international address link */
#AddressContainer div:first-child {
    margin-top: 0;
}

#PostcodeContainerUpper {
    margin-top: -7px;
}

#PostcodeLookupContainer {
    margin-bottom: 7px;
    margin-top: 4px;
}

.InternationalAddressModeLink {
    display: none!important;
}

/* Change Password */
.ChangePasswordContainer {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 958px;
}

    .ChangePasswordContainer .FieldLabel {
        width: 180px;
    }

/* Loyalty Programme Points */
.LoyaltyProgrammePointsSummary th {
    padding-left: 10px;
    text-align: left;
}

.LoyaltyProgrammePointsSummary tbody tr {
    height: 20px;
    line-height: 20px;
    padding-bottom: 4px;
    padding-top: 5px;
}

.LoyaltyProgrammePointsSummary tbody td {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 4px;
    padding-top: 5px;
}

.LoyaltyProgrammePointsSummary td {
    padding-left: 10px;
    text-align: left;
}

    .LoyaltyProgrammePointsSummary_TotalPoints {
        border-right: none;
    }

.LoyaltyProgrammePoints_Header_TransactionDate, .LoyaltyProgrammePoints_TransactionDate {
    padding-left: 10px;
    text-align: left;
    width: 120px;
}

.LoyaltyProgrammePoints_Header_Type, .LoyaltyProgrammePoints_Type {
    text-align: left;
    width: 190px;
}

.LoyaltyProgrammePoints_Header_BookingReference, .LoyaltyProgrammePoints_BookingReference {
    text-align: left;
    width: 100px;
}

.LoyaltyProgrammePoints_Header_Points, .LoyaltyProgrammePoints_Points {
    padding-right: 10px;
    text-align: right;
    width: 100px;
}

.LoyaltyProgrammePoints_Header_Comment, .LoyaltyProgrammePoints_Comment {
    text-align: left;
}

.LoyaltyProgrammePoints_Header_ValidityDate, .LoyaltyProgrammePoints_ValidityDate {
    text-align: left;
    width: 120px;
}

/* Booking History */
.BookingHistoryList_Header_BookingReference, .BookingHistoryList_BookingReference {
    padding-left: 10px;
    text-align: left;
    width: 165px;
}

.BookingHistoryList_Header_DepartureDate, .BookingHistoryList_DepartureDate {
    text-align: left;
    width: 140px;
}

.BookingHistoryList_Header_TourTitle, .BookingHistoryList_TourTitle {
    text-align: left;
}

.BookingHistoryList_Header_PrintableConfirmation, .BookingHistoryList_PrintableConfirmation {
    text-align: center;
    width: 80px;
}

/* Shopping Basket / Balance Payments */
.Payments_ContentContainer {
    float: left;
    width: 960px;
}

/* Balance Payments */
.BalancePaymentsList_Header_BookingReference, .BalancePaymentsList_BookingReference {
    width: 160px;
    text-align: left;
    padding-left: 10px;
}

.BalancePaymentsList_Header_DepartureDate, .BalancePaymentsList_DepartureDate {
    width: 135px;
    text-align: left;
}

.BalancePaymentsList_Header_TourTitle, .BalancePaymentsList_TourTitle {
    text-align: left;
}

.BalancePaymentsList_Header_DateDue, .BalancePaymentsList_DateDue {
    width: 105px;
    text-align: left;
}

.BalancePaymentsList_Header_Balance, .BalancePaymentsList_Balance {
    width: 125px;
    text-align: right;
}

.BalancePaymentsList_Header_Select, .BalancePaymentsList_Select {
    width: 40px;
    text-align: center;
}

/* Balance Payment Confirmation */
.BalancePaymentConfirmation {
    margin-bottom: 0!important;
}

.BalancePaymentConfirmationText {
    margin-top: 10px;
}

/* Favourites */
.FavouritesContainer {
    margin-bottom: 0!important;
}

    .Favourite {
        margin-top: 10px;
        width: 100%;
    }

        .FavouriteHeader {
            background-color: #01699B;
            height: 30px;
            line-height: 30px;
            text-align: left;
            width: 100%;
        }

            .FavouriteHeader label {
                color: #fff;
                font-weight: bold;
                padding-left: 8px;
            }

        .FavouriteDetails {
            background-color: #fff;
            border-bottom: 1px solid #cfcfcf;
            border-left: 1px solid #cfcfcf;
            border-right: 1px solid #cfcfcf;
            padding-bottom: 8px;
            padding-left: 10px;
            padding-top: 10px;
        }

            .FavouriteDetailsAlt {
                background-color: #F2F2F2;
            }

            .FavouriteDepartureDate {
                float: left;
                height: 64px;
                width: 64px;
            }

                .FavouriteDepartureDate .CalendarIconNoClick {
                    padding-top: 25px;
                }

            .FavouriteBriefOverview {
                float: left;
                padding-left: 10px;
                text-align: left;
                width: 653px;
            }

            .FavouriteButtonBar {
                float: right;
                padding-right: 5px;
                text-align: right;
                width: 215px;
            }


        .FavouriteButtonBar a {
            margin-right: 5px;
        }

                .FavouritesRemoveButton {
                }

                .FavouritesTourButton {
                }

                .FavouriteRemoveError {
                    float: right;
                    margin-right: 5px;
                    margin-top: 5px;
                }

/* Shopping Basket */
.ShoppingBasketList_Header_DepartureDate, .ShoppingBasketList_DepartureDate {
    padding-left: 10px;
    text-align: left;
    width: 140px;
}

.ShoppingBasketList_Header_TourTitle, .ShoppingBasketList_TourTitle {
    text-align: left;
}

.ShoppingBasketList_Header_BookingTotal, .ShoppingBasketList_BookingTotal, .ShoppingBasket_Footer_BookingTotal, .ShoppingBasketList_Header_MinimumDue, .ShoppingBasketList_MinimumDue, .ShoppingBasket_Footer_MinimumDue {
    text-align: right;
    width: 130px;
}

.ShoppingBasketList_Header_Buttons, .ShoppingBasketList_Buttons {
    padding-right: 10px;
    text-align: right;
    width: 160px;
}

.ShoppingBasket_Footer_Label {
    padding-left: 10px;
    text-align: left;
}

.ShoppingBasketViewSummary {
    margin-right: 5px;
}

.ShoppingBasketIncomplete {
    font-style: italic;
}

/* Departure Results */
.DepartureResultsNumPassengersHeaderContainer {
    background-color: #01699B;
    float: left;
    margin-top: 10px;
    padding: 3px 0px 10px 0px;
    text-align: center;
    width: 100%;
}

    .DepartureResultsNumPassengersHeader {
        color: #fff;
        font-weight: bold;
        top: 4px;
        position: relative;
    }

#WidgetPassengerSearchForm .FieldRowWithButton {
    float: none;
    margin-top: 0;
    padding-top: 7px;
}

    #WidgetPassengerSearchForm .FieldLabel {
        margin-top: 6px!important;
    }

    #DepartureResultsNumPassengers {
        width: 50px;
    }

.DepartureResultsList_Header_Date {
    width: 79px;
}

.DepartureResultsList_Header_Details {
    text-align: left;
}

.DepartureResultsList_Header_BookNow, .DepartureResultsList_BookNow, .DepartureResultsList_Header_CallBack, .DepartureResultsList_CallBack, .DepartureResultsList_Header_Favourites, .DepartureResultsList_Favourites {
    text-align: center;
    width: 100px;
}

.DepartureResultsList_BookNow a, .DepartureResultsList_CallBack a, .DepartureResultsList_Favourites a {
    outline: 0;
    text-decoration: none;
}

.DepartureResultsList_Date {
    padding-left: 5px;
    padding-right: 10px;
    text-align: center;
}

    .DepartureResultsList_CalendarLink {
        text-decoration: none;
    }

        .CalendarIcon {
            background-image: url(Images/General/CalendarSurround.gif);
            background-repeat: no-repeat;
            color: #424242;
            cursor: pointer;
            font-weight: bold;
            height: 46px;
            padding: 22px 5px 5px 5px;
            text-align: center;
            width: 54px;
        }

            .CalendarIcon div {
                font-size: 12px;
                height: 18px;
            }

.DepartureResultsList_Details_TourTitle {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 340px;
}

.DepartureResultsList_Details_Content {
    display: inline;
}

    .DepartureResultsList_Details_FieldHeader {
        clear: both;
        float: left;
        font-weight: bold;
        width: 100px;
    }

    .DepartureResultsList_Details_FieldValue {
        float: left;
        margin-bottom: 5px;
        margin-left: 5px;
        width: 235px;
    }

/* Tour Overview (Web Heading & Web Item list pages) */
.TourOverview {
    background-color: #F2F2F2;
    clear: both;
    float: left;
    height: auto;
    margin-bottom: 8px;
    position: relative;
    width: 698px;
}

.TourOverviewAlt {
    background-color: #F2F2F2;
}

    .TourOverviewTitleContainer {
        border: 1px solid #01699B;
        background-color: #01699B;
        float: left;
        padding: 3px 10px 13px 0px;
        text-align: left;
        width: 686px;
    }

        .TourOverviewTitleLink {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            left: 10px;
            top: 5px;
            position: relative;
        }

    .TourOverviewContentContainer {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        float: left;
        width: 696px;
    }

    .TourOverview .TourOverviewImage {
        float: left;
        height: auto;
        margin: 8px 0px 5px 10px;
        width: 163px;
    }

    .TourOverview .OverviewText, .TourOverview .FromPrice, .TourListDepartureDatesBetweenMessage, .TourListDepartureDatesTwoDatesMessage, .TourListDepartureDatesSingleDateMessage, .TourOverview .Duration {
        float: left;
        padding: 10px 0px 0px 10px;
        text-align: left;
        width: 508px;
    }

        .TourOverview .OverviewText {
            height: auto;
        }

        .TourOverview .FromPrice {
            font-weight: bold;
        }

        .TourListDepartureDatesBetweenMessage, .TourListDepartureDatesTwoDatesMessage, .TourListDepartureDatesSingleDateMessage {
            font-style: italic;
        }

    .ToursListButtonBar {
        clear: both;
        float: left;
        margin-top: 5px;
        padding-bottom: 10px;
        text-align: right;
        width: 690px;
    }

        .ToursListButtonBar a {
            margin-right: 5px;
        }

/* Tour Page */
.BriefOverviewContainer {
    border-bottom: 1px solid #cfcfcf;
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    width: 698px;
}

    .BriefOverviewImage {
        float: left;
        margin: 8px 0px 5px 0px;
        width: 163px;
    }

    .BriefOverviewTextContainer {
        float: left;
        width: 535px;
        text-align: left;
    }

        .BriefOverview {
            float: left;
            padding: 10px 0px 0px 10px;
            margin-bottom: 10px;
            width: 525px;
        }

        .TourImagesButton, .TourBookNowButton {
            float: left;
            cursor: pointer;
            text-decoration: none;
            margin-left: 10px;
        }

.TourImages3DRotator {
    width: 642px;
    height: 200px;
    background-image: url(Images/3DRotator/Background.png);
    background-position: bottom;
    background-repeat: repeat-x;
    float: left;
}

.TourImages3DRotator_LB, .TourImages3DRotator_RB {
    background-color: #01699B;
    border-radius: 14px;
    -moz-border-radius: 14px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-top: 86px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}

.TourImages3DRotator_StatusBar {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    clear: both;
    text-align: center;
    font-weight: bold;
}

.TourImages3DRotatorBriefOverview {
    width: 100%;
    padding: 15px 0px 15px 0px;
    text-align: left;
    float: left;
    clear: both;
    border-top: 1px solid #cfcfcf;
}

#DetailedOverviewTab_Page, #TourItineraryTab_Page, #OtherInformationTab_Page, #HomePickupAreaTab_Page, #PickupPointsTab_Page, #DepartureDatesTab_Page, #UsefulLinksTab_Page {
    display: none;
}

#DetailedOverviewTab_Page, #OtherInformationTab_Page, #HomePickupAreaTab_Page, #PickupPointsTab_Page, #DepartureDatesTab_Page, #UsefulLinksTab_Page { /* Fixes issues with the panes appearing at the top of the page in IE7 */
    float: left;
    position: relative;
}

.TourTabs {
    border-bottom: 1px solid #158764;
    float: left;
    height: 44px;
    _overflow: hidden;
}

    .TourTabsContent {
        height: auto !important;
        margin: 0 !important;
        padding: 0;
        width: 698px;
    }

        .TourTabsContent li {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-indent: 0;
        }

            .TourTabsContent li a {
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                float: left;
                height: 35px;
                margin: 0;
                outline: 0;
                padding-top: 10px;
                text-align: center;
                text-decoration: none;
            }

            .TabLeft {
                background: url(Images/Tours/TabLeft.gif) no-repeat;
                width: 8px;
            }

            .TabMiddle {
                background: url(Images/Tours/Tab.gif) repeat-x;
                width: 83px;
            }

            .TabRight {
                background: url(Images/Tours/TabRight.gif) no-repeat;
                width: 8px;
            }

            .TabLeftCurrent {
                background-image: url(Images/Tours/TabLeftSelected.gif);
                width: 8px;
            }

            .TabMiddleCurrent {
                background-image: url(Images/Tours/TabSelected.gif);
                width: 83px;
            }

            .TabRightCurrent {
                background-image: url(Images/Tours/TabRightSelected.gif);
                width: 8px;
            }

.TourTabsFrame {
    float: left;
    height: auto;
    position: relative;
    width: 698px;
}

    .TourTabsFrameContent {
        clear: both;
        float: left;
        height: auto;
        padding: 10px 4px 0px 4px;
        position: relative;
        width: 690px;
    }

        .TourTabsFrameContent img {
            height: auto;
            max-width: 690px!important;
            _width: expression(this.width > 690 ? 690: true)!important;
        }

        .TourTabsFrameContent .dsl-table, .TourTabsFrameContent .dsl-table-noborder {
            width: 690px;
        }
                        
        .TabDescription {
            margin-bottom: 10px;
        }

        /* Detailed Overview & Other Information tabs */
        #DetailedOverviewTab_Page div.TourTabsFrameContent, #OtherInformationTab_Page div.TourTabsFrameContent {
            min-height: 110px;
        }

        /* Itinerary */
        .TourItineraryItem {
            width: 100%;
        }

            .TourItineraryItem .TourTabsFrameContent {
                background-color: #F2F2F2;
                margin-top: 8px;
                padding: 6px 8px 6px 8px;
                border: 1px solid #cfcfcf;
                width: 680px;
            }

                .TourItineraryDayHeading {
                    font-weight: bold;
                    padding-bottom: 5px;
                }

                .TourItineraryDayDescription {
                    position: relative;
                    width: 100%;
                }

                    
                .TourItineraryDayMealCodes {
                    float: right;
                    font-weight: bold;
                }

                .TourItineraryItemPadder {
                }

                .TourItineraryKey {
                    font-weight: bold;
                }

        /* Home Pick-ups */
        #HomePickupAreaMapLookup {
            width: 100px;
        }

        #HomePickupAreaLoadingImgContainer {
            text-align: center;
        }

        .HomePickupAreaMapKeyContainer {
            float: left;
            margin-top: 10px;
            width: 100%;
        }

            .HomePickupAreaMapKeyDescription {
                font-weight: bold;
            }

            .HomePickupAreaMapKeyItem {
                float: left;
                height: 30px;
                margin-top: 10px;
                width: 129px;
            }

                .HomePickupAreaMapKeyItem div {
                    border: 1px solid #424242;
                    float: left;
                    height: 30px;
                    width: 30px;
                }

                .HomePickupAreaMapKeyItem span {
                    float: left;
                    font-size: 14px;
                    margin-left: 10px;
                    margin-top: 7px;
                }

        /* Pick-up Points */
        #PickupPointsTab_Page #MapTable {
            margin-bottom: 0;
        }

        #PickupPointsTab_Page td.MapTableContactInfo, #PickupPointsTab_Page th.MapTableHeaderContactInfo {
            display: none;
        }

        /* Departure Dates */
        .DepartureDateNumPassengersHeaderContainer {
            background-color: #01699B;
            float: left;
            margin-bottom: 7px;
            padding: 3px 0px 10px 0px;
            text-align: center;
            width: 100%;
        }

            .DepartureDateNumPassengersHeader {
                color: #fff;
                font-weight: bold;
                top: 4px;
                position: relative;
            }

        #DepartureDatesSearchForm .FieldRowWithButton {
            float: none;
            margin-top: 0;
        }

            #DepartureDatesSearchForm .FieldLabel {
                margin-top: 6px!important;
            }

            #DepartureDateNumPassengers {
                width: 50px;
            }

        .DepartureDatesList_Header_Date {
            width: 79px;
        }

        .DepartureDatesList_Header_FromPrice, .DepartureDatesList_Header_BookNow, .DepartureDatesList_Header_CallBack, .DepartureDatesList_Header_Telephone, .DepartureDatesList_Header_CheckPrices, .DepartureDatesList_Header_AddToFavourites {
            padding: 0 5px 0 5px;
            text-align: center;
            width: auto;
            white-space: nowrap;
        }

        #DatesSearchTimeoutLabel {
            float: left;
        }

        #DatesSearchTimeoutLabel p {
            height: 63px;
            margin-top: 10px;
            text-align: center;
            width: 690px;
        }

        .DepartureDatesListWithPricing td {
            border-bottom: none!important;
        }

        .DepartureDatesList_Row td {
            font-weight: bold;
            padding-bottom: 1px!important;
            padding-top: 3px!important;
        }

        .DepartureDatesList_Date {
            padding-left: 5px;
            padding-right: 10px;
            text-align: center;
        }

            .CalendarIconNoClick {
                background-image: url(Images/General/CalendarSurround.gif);
                background-repeat: no-repeat;
                color: #424242;
                cursor: default;
                font-weight: bold;
                height: 46px;
                padding: 22px 5px 5px 5px;
                text-align: center;
                width: 54px;
            }

                .CalendarIconNoClick div {
                    font-size: 12px;
                    height: 18px;
                }

        .DepartureDatesList_FromPrice, .DepartureDatesList_BookNow, .DepartureDatesList_CallBack, .DepartureDatesList_Telephone, .DepartureDatesList_Favourites {
            padding-top: 10px;
            text-align: center;
            vertical-align: middle;
        }

        .DepartureDatesList_BookNow a, .DepartureDatesList_CallBack a, .DepartureDatesList_Telephone a, .DepartureDatesList_Favourites a {
            cursor: pointer;
            outline: 0;
            text-decoration: none;
        }

        .DepartureDatePricingRow td {
            padding-bottom: 2px!important;
            padding-left: 5px;
            padding-top: 0!important;
        }
        
        .DeparturePricingNoDataMessage {
            text-align: center;
        }

            /* Departure Dates Pricing */
            .DeparturePricingTable {
                border-collapse: collapse;
                clear: both;
                margin: 10px auto;
                width: 96%;
            }

                .DeparturePricingTable th {
                    background-color: #01699B;
                    height: 25px;
                    line-height: 25px;
                }

                .DeparturePricingTable tr {
                    background-color: #fff;
                    height: 25px;
                }

                    .DeparturePricingTable_Header_Fares, .DeparturePricingTable_Header_AccommodationItems, .DeparturePricingTable_Header_AccommodationSupplements, .DeparturePricingTable_Header_GeneralItems {
                        padding-left: 10px;
                        text-align: left;
                    }

                    .DeparturePricingTable_Header_FaresAvailability, .DeparturePricingTable_Header_AccommodationItemsAvailability, .DeparturePricingTable_Header_AccommodationSupplementsAvailability, .DeparturePricingTable_Header_GeneralItemsAvailability {
                        text-align: center;
                    }

                    .DeparturePricingTable_Header_FaresPrice, .DeparturePricingTable_Header_AccommodationItemsPrice, .DeparturePricingTable_Header_AccommodationSupplementsPrice, .DeparturePricingTable_Header_GeneralItemsPrice {
                        padding-left: 10px;
                        padding-right: 10px;
                        text-align: right;
                        white-space: nowrap;
                    }

                        .DeparturePricingTable tbody tr td {
                            padding-bottom: 0;
                            padding-top: 0;
                            border-bottom: 1px solid #cfcfcf;
                        }

                        .DeparturePricingTable_AccommodationHeader {
                            font-weight: bold;
                            padding-left: 10px!important;
                            text-align: left;
                        }

                        .DeparturePricingTable_Fares, .DeparturePricingTable_AccommodationItems, .DeparturePricingTable_AccommodationSupplements, .DeparturePricingTable_GeneralItems, .DeparturePricingTable_FaresFooter, .DeparturePricingTable_AccommodationItemsFooter, .DeparturePricingTable_AccommodationSupplementsFooter, .DeparturePricingTable_GeneralItemsFooter {
                            padding-left: 10px!important;
                            text-align: left;
                        }

                        .DeparturePricingTable_FaresAvailability, .DeparturePricingTable_AccommodationItemsAvailability, .DeparturePricingTable_AccommodationSupplementsAvailability, .DeparturePricingTable_GeneralItemsAvailability {
                            text-align: center;
                        }

                        .DeparturePricingTable_FaresPrice, .DeparturePricingTable_AccommodationItemsPrice, .DeparturePricingTable_AccommodationSupplementsPrice, .DeparturePricingTable_GeneralItemsPrice {
                            padding-left: 0px!important;
                            padding-right: 10px;
                            text-align: right;
                        }

        /* Useful Links */
        .UsefulLink {
            clear: both;
            float: left;
            margin-bottom: 5px;
        }

/* Request Call Back */
.RequestCallBackContainer {
    float: left;
    margin-right: 10px;
    width: 760px;
}

    .RequestCallBackFields {
        float: left;
        margin-top: 5px;
    }

    .RequestCallBackContainer .FieldRow {
        padding-left: 0;
    }

        .RequestCallBackContainer .FieldLabel {
            width: 60px;
        }

        .RequestCallBackContainer .Field {
            width: 300px;
        }

    .RequestCallBackContainer p.PageFooter {
        margin-top: 15px;
    }

/* Request Call Back Sent */
.RequestCallBackSentContainer .PageSection {
    margin-top: 10px;
}

/* Contact Us */
.ContactUs .FieldGroup {
    height: 212px;
    width: 473px;
}

    .ContactUs .FieldGroup p.LabelHeader {
        clear: both;
        float: left;
        margin-left: 10px;
        margin-top: 8px;
        width: 150px;
    }

    .ContactUs .FieldGroup p.LabelHeaderNoLabel {
        clear: both;
        float: left;
        margin-left: 10px;
        margin-top: 0px;
        width: 150px;
    }

    .ContactUs .FieldGroup p {
        display: inline;
        float: left;
        margin-top: 8px;
        width: 313px;
    }

    .ContactUs .FieldGroup p.ContactUsLabelNoLabel {
        display: inline;
        float: left;
        margin-top: 0px;
        width: 313px;
    }

    .ContactUs .FieldGroup a {
        float: left;
        margin-top: 8px;
        width: 313px;
    }

.ContactUs_TourDepartureSummary .FieldGroup {
    margin-left: 10px;
}

.ContactUs_TourDepartureSummary .TourDepartureSummaryLabel {
    clear: none;
    text-align: left;
}

.ContactUs_TourDepartureSummary .TourDepartureSummaryHeader, .ContactUs_TourDepartureSummary .TourDepartureSummaryFooter {
    display: none!important;
}

/* Booking Process - General Settings */
.BookingProcess_ContentContainer {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 760px;
}

    .BookingProcess_ContentContainer .FieldGroup {
        width: 758px;
    }

    .BookingGrid {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 758px;
    }

        .BookingGridHeader {
            background-color: #01699B;
            clear: both;
            color: #fff;
            float: left;
            font-weight: bold;
            line-height: 30px;
            padding-left: 10px;
            width: 750px;
        }

        .BookingGridRow {
            background-color: #fff;
            border-bottom: 1px solid #cfcfcf;
            clear: both;
            float: left;
            line-height: 25px;
            padding: 4px 0 4px 10px;
            width: 750px;
        }

            .BookingGridRowAlt {
                background-color: #F2F2F2;
            }

            .BookingGridPassengerName {
                margin-bottom: 6px;
            }

    .BookingProcessValidationSummary {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .BookingAvailabilityRefresh {
        margin-top: 10px;
    }

    #BookingProcess_CommandButtonBar {
        margin-top: 20px;
        text-align: center;
    }

        .BookingPreviousButton, .BookingNextButton, .BookingAcceptButton {
            display: none;
        }

        .BookingPreviousButton {
            margin-right: 5px;
        }

    .BookingProcessContainer .PoweredByDSL {
        padding-top: 5px;
        text-align: right;
    }

        #BookingCancelButton {
            color: #bababa;
            display: none;
            float: left;
            text-decoration: underline;
        }

            #BookingCancelButton:hover {
                float: left;
                color: #fff;
                cursor: pointer;
                text-decoration: underline;
            }

/* Booking Steps */
.BookingProcessSteps {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 20px;
    width: 100%;
}

    .BookingProcessSteps li {
        margin-top: 5px;
    }

/* Contact Details (Agent Booking) */
.ContactDetails_ContactDetails {
    float: left;
    margin-top: 5px;
}

.ContactDetails_ContactDetails .FieldRow {
    padding-left: 0;
}

    .ContactDetails_ContactDetails .FieldLabel {
        width: 90px;
    }

    .ContactDetails_ContactDetails .Field {
        width: 200px;
    }

/* Client Details (Agent Booking) */
.ClientDetailsContainer .FieldGroup {
    width: 758px;
}

.ClientDetailsContainer .FieldLabel {
    width: 200px;
}

.ClientDetailsContainer .Field {
    width: 230px;
}

.ClientDetailsContainer #Email {
    width: 360px!important;
}

.ClientDetailsContainer #PostcodeLookupResultsContainer {
    margin-left: 200px;
    margin-top: 10px;
    width: 538px;
}

.FieldRowBookingContact {
    clear: both;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
    width: 738px;
    position: relative;
}

/* Client Passengers */
.ClientPassengers_ClientPassengers {
    clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
}

    .ClientPassengers_ClientPassenger {
        clear: both;
        padding-top: 10px;
    }

/* Passengers */
.PassengerDetails_PassengerDetails {
    float: left;
    width: 100%;
}

    .PassengerDetails_Passenger {
        clear: both;
        padding-top: 15px;
    }

        .PassengerDetails_PassengerNo {
            font-weight: bold;
        }

        .PassengerDetails_Passenger .FieldLabel {
            width: 200px;
        }

        .PassengerDetails_Passenger .Field {
            width: 200px;
        }

        .PassengerDetails_Passenger .SpecialNeeds {
            width: 353px;
        }

#PassengerDetailsRequiredMobileNoRecommended, #PassengerDetailsRequiredMobileNoMissing {
    color: #ff0000;
}

/* Home Pick-ups */
.HomePickups_HomePickups {
    float: left;
    width: 100%;
}

    .HomePickups_HomePickups .FieldRow {
        padding-left: 0;
    }

        .HomePickups_HomePickups .FieldLabel {
            width: 235px;
        }

    .HomePickups_HomePickups #ClientAddressGroup .FieldLabel {
        padding-left: 10px;
    }

    .HomePickups_HomePickups #NonClientAddress .FieldLabel {
        width: 120px;
    }

        .HomePickups_HomePickups .Field {
            width: 250px;
        }

        .HomePickups_HomePickups #PostcodeLookupResultsContainer {
            margin-left: 130px;
            margin-top: 10px;
            width: 618px;
        }

    .HomePickups_HomePickups #ClientAddressGroup {
        margin-bottom: 5px;
    }

/* Pick-ups & Arrivals */
.Pickups_Pickups .PageSection, .Arrivals_Arrivals .PageSection {
    margin-bottom: 5px;
}

    .Pickups_Pickups .FieldRow, .Arrivals_Arrivals .FieldRow {
        padding-left: 0;
    }

        .Pickups_Pickups .FieldLabel, .Arrivals_Arrivals .FieldLabel {
            width: 430px;
        }

    #Booking_Pickups_PickupsFilterContainer, #Booking_Arrivals_ArrivalsFilterContainer {
        margin-top: 5px;
    }

    #Booking_Pickups_PickupsFilterContainer .FieldLabel, #Booking_Arrivals_ArrivalsFilterContainer .FieldLabel {
        width: 190px;
    }

#DropDownList th, #DropDownList td {
    text-align: center;
}

#DropDownList select {
    width: 300px;
}

#PickupPointList th, #PickupPointList td, #ArrivalPointList th, #ArrivalPointList td {
    text-align: center;
}

.PickupsListDescriptionHeader, .ArrivalsListDescriptionHeader {
    padding-left: 10px;
}

.PickupsListSupplementHeader, .ArrivalsListSupplementHeader {
    width: 100px;
}

.PickupsListPickupTimeHeader, .PickupsListSetdownTimeHeader, .ArrivalsListArrivalTimeHeader {
    width: 80px;
}

.PickupsListSelectHeader, .ArrivalsListSelectHeader {
    padding: 0px 12px 0px 12px;
    width: 1px;
}

/* Seating Plan */
.SeatingPlanInformationContainer {
    float: left;
    width: 204px;
}

    .SeatingPlanKey, .SeatingPlanHoverDetails {
        border: 1px solid #cfcfcf;
        clear: both;
        float: left;
        margin-top: 10px;
        padding-bottom: 10px;
        width: 200px;
    }

        .SeatingPlanKeyImage {
            float: left;
            width: 35px;
        }

        .SeatingPlanKeyDescription {
            float: right;
            margin-right: 15px;
            width: 137px;
        }

.SeatingPlanTableContainer {
    float: left;
    margin-left: 9px;
    overflow: auto;
    text-align: center;
    width: 547px;
}

    .SeatingPlanTable {
        border-collapse: collapse;
        margin: 0 auto;
    }

        .SeatingPlanSeatCell {
            border: solid 1px #ECE9D8;
            height: 35px;
            width: 35px;
        }

/* Fares */
.FaresTitleHeader, .FaresTitle {
    float: left;
    width: 413px;
}

.FaresPriceHeader, .FaresPrice {
    float: left;
    text-align: center;
    width: 135px;
}

.FaresAvailabilityHeader, .FaresAvailability {
    float: left;
    text-align: center;
    width: 110px;
}

.FaresQuantityHeader, .FaresQuantity {
    float: left;
    text-align: center;
    width: 90px;
}

/* Accommodation - General Settings */
.AccommodationContainer {
    clear: both;
    float: left;
    width: 100%;
}

    .AccommodationStageHeader {
        clear: both;
        float: left;
        font-weight: bold;
        margin-top: 15px;
    }

        .AccommodationContent {
            clear: both;
            float: left;
            width: 100%;
        }

            .AccommodationHeaderContainer {
                clear: both;
                float: left;
                margin-top: 15px;
            }

                .AccommodationName {
                    color: #1b5884;
                    float: left;
                    font-weight: bold;
                    text-align: left;
                }

                    .AccommodationName label {
                        margin-right: 10px;
                    }

/* Accommodation Items */
.AccommodationOccupancyTitleHeader, .AccommodationOccupancyTitle {
    float: left;
    width: 415px;
}

.AccommodationPricePerPersonHeader, .AccommodationPricePerPerson {
    float: left;
    text-align: center;
    width: 150px;
}

.AccommodationAvailabilityHeader, .AccommodationAvailability {
    float: left;
    text-align: center;
    width: 110px;
}

.AccommodationRoomsHeader, .AccommodationRooms {
    float: left;
    text-align: center;
    width: 70px;
}

/* Accommodation Supplements */
.AccommodationSupplementsTitleHeader, .AccommodationSupplementsTitle {
    float: left;
    width: 413px;
}

.AccommodationSupplementsPriceHeader, .AccommodationSupplementsPrice {
    float: left;
    text-align: center;
    width: 135px;
}

.AccommodationSupplementsAvailabilityHeader, .AccommodationSupplementsAvailability {
    float: left;
    text-align: center;
    width: 110px;
}

.AccommodationSupplementsQuantityHeader, .AccommodationSupplementsQuantity {
    float: left;
    text-align: center;
    width: 90px;
}

/* General Items */
.GeneralItemsTitleHeader, .GeneralItemsTitle {
    float: left;
    width: 413px;
}

.GeneralItemsPriceHeader, .GeneralItemsPrice {
    float: left;
    text-align: center;
    width: 135px;
}

.GeneralItemsAvailabilityHeader, .GeneralItemsAvailability {
    float: left;
    text-align: center;
    width: 110px;
}

.GeneralItemsQuantityHeader, .GeneralItemsQuantity {
    float: left;
    text-align: center;
    width: 90px;
}

/* Insurance Items */
.InsuranceItemsTitleHeader, .InsuranceItemsTitle {
    float: left;
    width: 523px;
}

.InsuranceItemsPriceHeader, .InsuranceItemsPrice {
    float: left;
    text-align: center;
    width: 135px;
}

.InsuranceItemsQuantityHeader, .InsuranceItemsQuantity {
    float: left;
    text-align: center;
    width: 90px;
}

#InsuranceItemsAutoApplyUnselected {
    color: #ff0000;
}

.InsuranceSmallPrint {
    font-size: 11px;
}

/* Return Departures */
.ReturnDepartures .FieldRow {
    padding-left: 0px;
}

    .ReturnDepartures .FieldLabel {
        margin-top: 5px;
        padding-right: 7px;
    }

    .ReturnDepartures .Field {
        float: left;
        margin-top: 2px;
    }

.ReturnDeparturesStartDateHeader, .ReturnDeparturesStartDate {
    float: left;
    width: 150px;
}

.ReturnDeparturesTitleHeader, .ReturnDeparturesTitle {
    float: left;
    text-align: left;
    width: 573px;
}

.ReturnDeparturesSelectHeader, .ReturnDeparturesSelect {
    float: left;
    text-align: center;
    width: 25px;
}

/* Booking Terms */
.BookingTerms {
    border: 1px solid #cfcfcf;
    float: left;
    height: 500px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 748px;
} 

    .BookingTerms .dsl-table, .BookingTerms .dsl-table-noborder {
        width: 728px;
    }

/* Booking Summary */
.BookingSummaryBookingDepartures {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 760px;
}

.BookingSummaryJourneyNo {
    color: #1b5884;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.BookingSummarySection {
    border: solid 1px #cfcfcf;
    float: left;
    margin-bottom: 6px;
    padding: 8px 11px 10px 11px;
    width: 736px;
}

.BookingSummaryPassengerName {
    clear: both;
    float: left;
    font-weight: bold;
    padding-bottom: 2px;
    width: 100%;
}

.BookingSummaryRow {
    float: left;
    margin-top: 4px;
    width: 100%;
}

.BookingSummaryItemDescription {
    float: left;
    width: 616px;
}

.BookingSummaryItemPrice {
    float: left;
    text-align: right;
    width: 120px;
}

.BookingSummaryPassengerSubTotal .BookingSummaryRow .BookingSummaryItemDescription p {
    padding-right: 10px;
    text-align: right;
}

.BookingSummaryPassengerSubTotal .BookingSummaryItemPrice {
    border-top: 1px solid #9e9e9e;
}

.BookingSummaryPickupArrivalContainer {
    background-color: #E9E9E9;
    margin-top: 10px;
    padding: 8px 8px 8px 8px;
    width: 719px;
}

    .BookingSummaryPickupArrivalContainer .PickupTitle {
        float: left;
        font-weight: bold;
        width: 190px;
    }

    .BookingSummaryPickupArrivalContainer .PickupValue {
        float: left;
        width: 529px;
    }

.BookingSummaryGrandTotal .BookingSummaryItemDescription p {
    padding-right: 10px;
    text-align: right;
}

/* Agent Details */
.AgentDetails {
    float: left;
    margin-top: 5px;
}

.AgentDetails .FieldRow {
    padding-left: 0;
}

    .AgentDetails .FieldLabel {
        width: 140px;
    }

    .AgentDetails .Field {
        width: 200px;
    }

/* Payment Details */
.PaymentDetails .FieldRow {
    padding-left: 0;
}

    .PaymentDetails .FieldLabel {
        width: 115px;
    }

    .PaymentDetails .Field {
        width: 250px;
    }

    .PaymentDetails .FieldLabelValue {
        float: left;
        line-height: normal;
        margin-top: 3px;
    }

    .PaymentDetailsGiftCardContainer, .PaymentDetailsLoyaltyPointsContainer {
        float: left;
        margin-top: 5px;
        width: 100%;
    }

        .PaymentDetailsLoyaltyPoints {
            width: 200px;
        }

#PaymentDetailsCommandButtonBar {
    text-align: center;
}

/* Card Payment */
.CardPayment {
    margin-top: 10px;
    position:static;
}

.CardPaymentIFrame {
    height: 700px;
    width: 760px;    
}

/* Card Payment Sample */
.CardPaymentSample .PageHeader {
    margin-bottom: 5px;
}

.CardPaymentSample .FieldRow {
    padding-left: 0;
}

    .CardPaymentSample .FieldLabel {
        width: 110px;
    }

    .CardPaymentSample .Field {
        width: 200px;
    }

.CardPaymentSampleAuthorising {
    padding-top: 50px;
    text-align: center;
}

    .CardPaymentSampleAuthBar {
        margin-top: 15px;
    }

/* Confirmation */
.Confirmation {
}

    .ConfirmationText {
        margin-top: 10px;
    }

        .ConfirmationBookingReference {
            font-weight: bold;
        }

        .Confirmation .Table {
            float: none;
            clear: none;
        }

        .Confirmation_Header_BookingReference, .Confirmation_BookingReference {
            padding-left: 10px;
            text-align: left;
            width: 165px;
        }

        .Confirmation_Header_DepartureDate, .Confirmation_DepartureDate {
            text-align: left;
            width: 140px;
        }

        .Confirmation_Header_TourTitle, .Confirmation_TourTitle {
            text-align: left;
        }

        .ConfirmationEmailTitle, .ConfirmationTelNoTitle, .ConfirmationFaxNoTitle {
            font-weight: bold;
            line-height: 20px;
        }

        .ConfirmationEmail, .ConfirmationTelNo, .ConfirmationFaxNo {
        }

    .PrintableConfirmation {
        margin-top: 15px;
    }

/* Tour Departure Summary */
.TourDepartureSummaryContainer {
    border: 1px solid #cfcfcf;
    float: left;
    margin-top: 13px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 188px;
}

    .TourDepartureSummaryLabel {
        clear: both;
        float: left;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    .TourDepartureSummaryContainer .LabelHeader {
        clear: both;
        float: left;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

/* Shared Tour Settings */
.DepartureNAMessage, .DepartureFullMessage {
    font-weight: bold;
    margin: 0 auto;
    width: auto;
}

/* Enable JavaScript */
#EnableJavaScriptHeader {
    margin-bottom: 15px;
}

.EnableJavaScriptBrowserDetails {
    text-align: left;
}

/* Reset CSS back to normal for Google Map */
.GoogleMap img {
    max-height: none!important;
    max-width: none!important;
}

.GoogleMap * {
    line-height: normal!important;
    word-wrap: normal!important;
}
