/* Minification failed. Returning unminified contents.
(376,57): run-time error CSS1046: Expect comma, found '0'
(376,61): run-time error CSS1046: Expect comma, found '/'
(2295,28): run-time error CSS1046: Expect comma, found '16'
(2295,34): run-time error CSS1046: Expect comma, found '/'
(2333,32): run-time error CSS1046: Expect comma, found '16'
(2333,38): run-time error CSS1046: Expect comma, found '/'
(4042,36): run-time error CSS1046: Expect comma, found '16'
(4042,42): run-time error CSS1046: Expect comma, found '/'
(4097,40): run-time error CSS1046: Expect comma, found '16'
(4097,46): run-time error CSS1046: Expect comma, found '/'
 */
/* 
    Image & Table Sizes
    ===================
    Page Header Image Width                             = 930
    Left Column Header Image Width                      = 631
    Right Column Header Image Width                     = 234
    Single Column Maximum Content Width                 = 930
    Left Column Maximum Content Width                   = 631
    Right Column Maximum Content Width                  = 234
    Image Gallery Thumbnail Width                       = 121
    Maximum Image Gallery Width                         = 750 (Recommended)
    Image List Width                                    = 200
    Image Grid Width                                    = 350 (Recommended)

    Web Item Images & Tour Brief Overview Images Width  = 325
    Brochure Images Width                               = As Above
    Tour Images Thumbnail Width                         = 200
    Maximum Tour Images Width                           = 750
    Tour Tabs Maximum Content Width                     = 980
    Booking Pages Maximum Content Width                 = 715
    Booking Terms & Conditions Maximum Content Width    = 683
    Web Heading Page Headers (Advanced Users)           = 1920 x 560 (Optional)
    Web Item Page Headers (Advanced Users)              = 1920 x 560 (Optional)
    Tour Page Headers (Advanced Users)                  = 1920 x 560 (Optional)

    Image Dimensions
    ================
    Heaader Images  = 1500 x 400

    Free Spirit
    ===========
    #fff    = Content background, button text, user bar background, menu text, table header text, odd rows in tables background, 
              bottom navigation bar text, powered by DSL text, footer text, active tab text, inactive tab background, grid header text
    #E0E0E0 = Content box shadow
    #f6f6f6 = Body background, table alternate background, pickups summary background, image gallery background
    #0F1010 = Main body text, links, h1 tags, h2 tags, input text, sub menu text, table header background, bottom bar background, grid header background, 
              widget text, FAQ text, field group links, legend text, table links text, top level site map, web headings and items header background, tabs background
    #52A3A8 = Links hover over text, menu borders, FAQ back to top hover over text, field group links hover over text, departure results link over over text
    #32B5BE = h3 tags, button background, inputs border with focus, menu background, sub menu hover over text, widget title text, web headings & items/rotator icons text, 
              mid level site map, from price background on web headings/items, active tab text, itinerary headers
    #fbfbfb = Inputs background
    #ebebeb = Inputs border, menu frame
    #e4e4e4 = Frame borders, table borders
    #808281 = Footer titles text, web headings/items body text, rotator/web headings and items sub text
    #282c2c = User bar bottom border, powered by DSL top border, tab borders

    #999    = Powered by DSL booking process text
    #707070 = Site map lowest level, FAQ back to top
    #ECE9D8 = Seating plan cells border

    #ff0000 = Error message text, error input border
    #fee    = Error input background
    #EAEAEA = Error page background
    #eeeeee = Input disabled background
*/

@import '//fonts.googleapis.com/css?family=Open+Sans:400,700|Oxygen:700|Oswald:400,700';

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

#FormValue1 {
    display: none;
}

body {
    background: #f6f6f6;
    color: #0F1010;
}

body, label, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

textarea {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

p, label {
    line-height: 24px;
}

.FieldLabel {
    line-height: normal;
}

img {
    border: 0;
}

a {
    color: #0F1010;
    text-decoration: none;
}

    a:hover {
        color: #52A3A8;
        text-decoration: underline;
    }

h1 {
    color: #0F1010;
    font-size: 30px;
    font-weight: 700;
}

h2 {
    color: #0F1010;
    font-size: 20px;
    font-weight: 700;
}

h3 {
    color: #32B5BE;
    font-size: 16px;
    font-weight: 700;
}

.ClearAll {
    clear: both;
}

input[type=submit], .LinkButton {
    background-color: #32B5BE;
    border: 0px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    overflow: visible;
    padding: 0px 11px 0px 11px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
}

    input[type=submit]:focus {
        outline: none;
    }

    .LinkButtonAnchor {
        text-decoration: none;
    }

    .LinkButton {
        display: inline-block;
        line-height: 35px;
    }

a[disabled] span, input[type=submit][disabled] {
    color: Gray;
    opacity: .4;
    text-shadow: 1px 1px #fff;
} 

input[type=text], input[type=password], textarea, #oid {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    color: #0F1010;
    padding: 2px 2px 2px 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    color: #0F1010;
    padding: 2px 2px 2px 0px;
    -webkit-border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border: 1px solid #32B5BE;
    outline: none;
}

    select.PostcodeLookupResults {
        background-image: none;
    }

select > option {
    -moz-padding-end: 8px;
}

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, input.error {
    background-color: #fee!important;
    border: 1px solid #ff0000!important;
}

select.input-validation-error, select.error {
    background-color: #fee!important;
    border: 1px solid #ff0000!important;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#FreeTypeSearch.error {
    border: 1px solid #32B5BE;
}

.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 {
    position: relative;
    z-index: 999;
}

    /* User Bar */
    .UserBar {
        background: #fff;
        height: 181px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .UserBarData {
        position: relative;
        width: 100%;
        z-index: 999;
    }

        .DS-TopBar {
            margin-left: auto;
            margin-right: auto;
            position: relative;
            width: 980px;
        }

            .DS-TopBar a {
                color: #fff;
                text-decoration: none;
            }

            .DS-TopBarContainer {
                color: #fff;
                float: left;
                font-size: 15px;
                margin-top: 8px;
            }

                .DS-TopBarTelNo {
                    margin-right: 18px;
                }

                    .DS-TopBarTelNo::before {
                        color: #fff;
                        content: "\f095";
                        display: inline-block;
                        font: normal normal normal 20px/1 FontAwesome !important;
                        margin-right: 10px;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                    }

                .DS-TopBarEMail::before {
                    color: #fff;
                    content: "\f003";
                    display: inline-block;
                    font: normal normal normal 18px/1 FontAwesome !important;
                    margin-right: 10px;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: middle;
                }

        #DS-StraplineContainer {
            display: none;
        }

            .CorporatePage-Home #DS-StraplineContainer {
                display: block;
            }

            #DS-StraplineContainer {
                margin-left: auto;
                margin-right: auto;
                position: relative;
                width: 100%;
            }

                #DS-Strapline {
                    position: absolute;
                    top: 435px;
                    text-align: center;
                    width: 100%;
                    z-index: 999;
                }

                    #DS-Strapline p {
                        color: #fff;
                        font-size: 62px;
                        font-weight: 600;
                        line-height: normal;
                        margin: 0 auto;
                        padding: 25px 20px 25px 20px;
                        text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
                    }

                    #DS-Strapline .LinkButton {
                        font-size: 20px;
                        padding: 12px 24px;
                        transition: background-color 0.2s ease;
                    }

                        #DS-Strapline .LinkButton:hover {
                            background-color: #52A3A8;
                        }

    .UserBarContainer {
        background: #808281;
        float: left;
        height: 40px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .UserBarContainerContent {
        font-size: 14px;
        font-weight: 700;
        height: 31px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 8px;
        position: relative;
        width: 980px;
    }

        .UserBarContainerContent a {
            background: #32B5BE;
            border: 0px solid;
            border-radius: 5px;
            -moz-border-radius: 5px;
            color: #fff;
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            height: 16px;
            padding: 4px 8px 5px 8px;
            position: relative;
            text-transform: uppercase;
            text-align: center;
            width: 110px;
        }

        .SiteMapLink {
            display: none!important;
        }

        .ShoppingBasketLink {
            float: right;
            margin-left: 10px;
            position: relative;
            text-decoration: none;
        }

        .LoginLink, .LogoutLink {
            float: right;
            text-decoration: none;
        }

        .RegisterLink, .NewOperatorLink, .WelcomeMessage {
            float: right;
            margin-right: 10px;
            text-decoration: none;
        }

        #MyAccountLink {
            margin-right: 10px;
        }

        .WelcomeMessage {
            color: #fff;
        }

        .AgentAdminLink, .UserAccountLink {
            text-decoration: none;
        }

        .SiteMapLink:hover, .RegisterLink:hover, .LoginLink:hover, .NewOperatorLink:hover, .AgentAdminLink:hover, .UserAccountLink:hover, .LogoutLink:hover, .ShoppingBasketLink:hover {
            color: #fff;
            text-decoration: none;
        }

        .RegisterLink::before, #NewOperatorLink::before {
            content: "\f234";
        }

        .LoginLink::before {
            content: "\f090";
        }

        #AgentAdminLink::before, #MyAccountLink::before {
            content: "\f2be";
        }

        #MyFavouritesLink::before {
            content: "\f006";
        }

        .LogoutLink::before {
            content: "\f08b";
        }

        .RegisterLink::before, .LoginLink::before, #MyAccountLink::before, #MyFavouritesLink::before, #NewOperatorLink::before, #AgentAdminLink::before, .LogoutLink::before {
            color: #fff;
            font: normal normal normal 16px/1 FontAwesome !important;
            margin-right: 6px;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: top;
        }

    .HeaderMenuContentContainer {
    }

    .HeaderContentContainer {
        position: relative;
    }

    /* Header Image */
    .OverridingHeaderImageOuterContainer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .OverridingHeaderImageInnerContainer {
            left: 50%;
            margin: 0 0 0 -5000px;
            position: relative;
            text-align: center;
            width: 10000px;
        }

            .OverridingHeaderImage {
                vertical-align: middle;
            }

            .OverridingHeaderImageOverlay {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                height: 100%;
                width: 100%;
            }

        @media only screen and (min-width: 1920px) {
            .OverridingHeaderImageInnerContainer {
                left: 0;
                margin: 0 auto;
                width: 100%;
            }

                .OverridingHeaderImage {
                    width: 100%;
                }
        }

        @media only screen and (min-width: 2561px) {
            .OverridingHeaderImageInnerContainer {
                left: 0;
                margin: 0 auto;
                width: 2560px;
            }
        }

    .Header {
        overflow: hidden;
    }

        .CorporatePage-Home .HasAdvancedSearch .Header {
            height: 1134px;
        }

        .CorporatePage-Home .HasAvailabilitySearch .Header {
            height: 988px;
        }

        .HeaderContentHomePage {
            background-position: center;
            background-repeat: no-repeat;
            cursor: default;
            height: 800px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 0;
            position: relative;
            top: 0;
            width: 100%;
        }

            .RotatingBanner {
                background-position: center;
                background-repeat: no-repeat;
                height: 100%;
                display: none;
                position: absolute;
                width: 100%;
            }

            @media only screen and (min-width: 1920px) {
                .HeaderContentHomePage, .RotatingBanner {
                    background-size: cover;
                    background-repeat: no-repeat;
                }
            }

            @media only screen and (min-width: 2561px) {
                .HeaderContentHomePage, .RotatingBanner {
                    left: 0;
                    margin: 0 auto;
                    width: 2560px;
                }
            }

    /* Company Logo */
    .CompanyLogoContainer {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }

        .CompanyLogoContainerContent {
            margin-left: 7px;
            position: absolute;
            top: 66px;
        }

            .CompanyLogoContainer a {
                outline: 0;
            }

            img.CompanyLogo {
                border: 0;
                height: 90px;
            }

    /* Menu Bar */
    .MenuBar {
        background: #32B5BE;
        width: 100%;
    }

    .MenuBarContainer {
        background: #32B5BE;
        margin: 0 auto;
        width: 980px;
        z-index: 999;
    }

    .MenuBarContainerContent {
        text-align: center;
        margin: 0 auto;
        width: 980px;
        z-index: 9999;
    }

        ul.MenuItemContainer {
            display: table;
            width: 100%;
        }

        ul.MenuItemContainer * {
            list-style: none;
            text-align: left;
            z-index: 999;
        }

        .MenuItemContainer li {
            font-size: 18px;
            font-weight: bold;
            letter-spacing: -0.5px;
            white-space: normal;
        }

        .MenuItemContainer li .MenuItem {
            text-decoration: none;
        }

        .MenuItemContainer li .MenuItem_NoClick {
            cursor: pointer;
            text-decoration: none;
        }

            .MenuItemContainer li .MenuItem_NoClick label {
                display: block;
            }

        .MenuItemContainerSubItems li {
            font-size: 16px;
            font-weight: normal;
            white-space: normal;
        }

        ul.MenuItemContainer li ul.MenuItemContainerSubItems li {
            float: left;
            display: inline;
        }

        .MenuItemContainerSubItems li .MenuItem {
            line-height: 35px;
            padding-bottom: 0;
            text-decoration: none;
        }

        .MenuItemContainerSubItems li .MenuItem_NoClick {
            cursor: pointer;
            line-height: 35px;
            padding-bottom: 0;
            text-decoration: none;
        }

        ul.MenuItemContainer li {
            border-right: 1px solid #52A3A8;
            display: table-cell;
            margin-right: 0;
            margin-left: 0;
        }

            ul.MenuItemContainer li a {
                color: #fff;
                display: block;
                padding: 15px 10px;
                text-align: center;
            }

            ul.MenuItemContainer li.MenuItemFirst {
                border-left: 1px solid #52A3A8;
            }

            .MenuArrow::after {
                content: "\f0d7";
                font: normal normal normal 20px/1 FontAwesome !important;
                padding-left: 16px;
                position: static;
            }

            ul.MenuItemContainer li.hover, ul.MenuItemContainer li:hover {
                background: #52A3A8;
                position: relative;
            }

                ul.MenuItemContainer li.hover a, ul.MenuItemContainer li:hover a {
                    text-decoration: none;
                }

        ul.MenuItemContainer ul {
            display: none;
            left: -1px;
            margin-left: 0;
            position: absolute;
            right: auto;
            top: 100%;
            width: 296px;
        }

            ul.MenuItemContainer > li:last-child ul, ul.MenuItemContainer > li:nth-last-child(2) ul {
                left: auto;
                right: -1px;
            }

            ul.MenuItemContainer ul li {
                border-left: none!important;
                border-right: none!important;
                _display: inline;
                float: none;
                margin-left: 5px;
                margin-right: 5px;
                text-transform: none;
            }

                ul.MenuItemContainer ul li a {
                    background: #fff;
                    display: inline-block;
                    padding: 0 15px;
                    text-align: left;
                    width: 256px;
                }

        ul.MenuItemContainer li.hover ul li a {
            color: #0F1010;
            text-decoration: none;
        }

            ul.MenuItemContainer li.hover ul li a:hover {
                color: #32B5BE;
                text-decoration: none;
            }

        ul.MenuItemContainer ul ul {
            left: 100%;
            margin-left: 0;
            margin-right: 0;
            top: 0;
        }

            ul.MenuItemContainer > li:first-child ul ul {
                left: 100%;
                right: auto;
                margin-left: 0;
                margin-right: 0;
                top: 0;
            }

            ul.MenuItemContainer > li:last-child ul ul {
                left: auto;
                right: 100%!important;
                margin-left: 0;
                margin-right: 0;
                top: 0;
            }

            ul.MenuItemContainer > li:nth-last-child(2) ul ul {
                left: auto;
                right: 100%!important;
                margin-left: 0;
                margin-right: 0;
                top: 0;
            }

        ul.MenuItemContainer ul.MenuFrame {
            background: #fff;
            border-bottom: 1px solid #ebebeb;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            padding: 10px 0 8px 0;
        }

            ul.MenuItemContainer ul.MenuFrame ul.MenuFrame {
                border: 1px solid #e4e4e4;
            }

        ul.MenuItemCount-1, ul.MenuItemCount-2, ul.MenuItemCount-3, ul.MenuItemCount-4 {
            text-align: left;
        }

        ul.MenuItemCount-1 li, ul.MenuItemCount-2 li, ul.MenuItemCount-3 li, ul.MenuItemCount-4 li {
            float: left;
            padding: 0 15px;
            white-space: nowrap;
        }

        ul.MenuItemCount-1 li ul li, ul.MenuItemCount-2 li ul li, ul.MenuItemCount-3 li ul li, ul.MenuItemCount-4 li ul li {
            padding: 0;
            white-space: normal;
        }
        
    /* Content */
    .Content {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }

    .ContentContainer {
        min-height: 330px;
        width: 980px;
    }

        .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 {
            background-color: #fff;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -moz-box-shadow: 0px 2px 3px #E0E0E0;
            -webkit-box-shadow: 0px 2px 3px #E0E0E0;
            box-shadow: 0px 2px 3px #E0E0E0;
            margin: 40px auto 0 auto;
            padding: 20px 25px;
            width: 930px;
        }

            .HeaderImage {
                height: auto;
                width: 100%;
            }

        .SingleColumn {
            float: left;
            padding-bottom: 40px;
            padding-top: 40px;
            width: 980px;
        }

        .LeftColumn {
            float: left;
            padding-bottom: 40px;
            padding-top: 40px;
            width: 681px;
        }

        .RightColumn {
            float: right;
            padding-bottom: 40px;
            padding-top: 25px;
            width: 270px;
        }

        /* Single, Left & Right Column General Formatting */
        .SingleColumn .dsl-table, .SingleColumn .dsl-table-noborder {
            width: 930px;
        }

        .LeftColumn .dsl-table, .LeftColumn .dsl-table-noborder {
            width: 631px;
        }
    
        .RightColumn .dsl-table, .RightColumn .dsl-table-noborder {
            width: 234px;
        }

        /* 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 #e4e4e4;
            padding: 3px;
        }

        .dsl-table-noborder th, .dsl-table-noborder td {
            padding: 3px;
        }

        .dsl-table th, .dsl-table-noborder th {
            background-color: #0F1010;
            color: #fff;
            font-family: Oxygen;
        }

    /* Container for Bottom Navigation, Powered By DSL and Company Details */
    .ContentBelowContainer {
        position: relative;
        width: 100%;
    }

    .ContentBelowTop {
        background: #0F1010;
        height: 356px;
        width: 100%;
    }

    /* Bottom Navigation Bar */
    .BottomNavBar {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 980px;
    }

    .BottomNavBarContent {
        height: 215px;
        left: 326px;
        overflow: hidden;
        position: absolute;
        top: -273px;
        width: 300px;
    }

    .BottomNavBarLink {
        border-bottom: 1px dashed transparent;
        color: #fff;
        font-size: 15px;
        padding: 0px;
        text-decoration: none;
        -webkit-text-size-adjust: none;
    }

        .BottomNavBarLink:hover {
            border-bottom: 1px dashed #fff;
            color: #fff!important;
            text-decoration: none;
        }

    .BottomNavBarListItem {
        display: inline-block;
        list-style: none;
        margin-bottom: 7px;
        width: 300px;
    }

    /* Powered by DSL */
    .PoweredByDSL {
        background: #0F1010;
        border-top: 1px solid #32B5BE;
        color: #fff;
        -webkit-text-size-adjust: none;
        width: 100%;
    }

    .PoweredByDSLContent {
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 0 14px 0;
        text-align: left;
        width: 980px;
    }

        #TBSLink, #DSLLink {
            border-bottom: 1px dashed transparent;
            color: #fff;
            text-decoration: none;
        }

            #TBSLink:hover, #DSLLink:hover {
                border-bottom: 1px dashed #fff;
                text-decoration: none;
            }

    /* Company Details (Home Page) */
    .CompanyDetails {
        display: none;
    }

    .CompanyDetailsContent {
    }
    
    /* Page Footer Message */
    .PageFooterMessage {
    }

        .PageFooterMessageContent {
            margin-left: auto;
            margin-right: auto;
            top: 0px;
            width: 980px;
        }

            .DS-ConnectContainer {
                color: #fff;
                line-height: 27px;
                margin-left: 0;
                position: absolute;
                top: 38px;
            }

                .DS-ConnectContainer a {
                    border-bottom: 1px dashed transparent;
                    color: #fff;
                    text-decoration: none;
                }

                    .DS-ConnectContainer a:hover {
                        border-bottom: 1px dashed #fff;
                        text-decoration: none;
                    }

                .DS-ConnectTitle {
                    color: #808281;
                    font-size: 18px;
                    text-transform: uppercase;
                }

                .DS-ConnectIcon {
                    position: absolute;
                    width: 27px;
                }

                    .DS-ConnectIcon i {
                        background: #fff;
                        border-radius: 100%;
                        color: #0F1010;
                        font-size: 1.07em;
                        height: 1.68em;
                        line-height: 1.68em;
                        position: relative;
                        text-align: center;
                        width: 1.68em;
                    }

                .DS-ConnectText {
                    left: 37px;
                    position: absolute;
                    width: 290px;
                }

                .DS-ConnectFacebook .DS-ConnectIcon {
                    top: 56px;
                }

                .DS-ConnectTwitter .DS-ConnectIcon {
                    top: 100px;
                }

                .DS-ConnectFacebook .DS-ConnectText {
                    top: 56px;
                }

                .DS-ConnectTwitter .DS-ConnectText {
                    top: 100px;
                }

                .DS-HashTag {
                    left: 0;
                    position: absolute;
                    top: 145px;
                    width: 290px;
                }

            .DS-LinksContainer {
                color: #fff;
                line-height: 27px;
                margin-left: 326px;
                position: absolute;
                top: 38px;
            }

                .DS-LinksTitle {
                    color: #808281;
                    font-size: 18px;
                    text-transform: uppercase;
                }

            .DS-ContactUsContainer {
                color: #fff;
                line-height: 27px;
                margin-left: 640px;
                position: absolute;
                top: 38px;
            }

                .DS-ContactUsContainer a {
                    border-bottom: 1px dashed transparent;
                    color: #fff;
                    text-decoration: none;
                }

                    .DS-ContactUsContainer a:hover {
                        border-bottom: 1px dashed #fff;
                        text-decoration: none;
                    }

                .DS-ContactUsTitle {
                    color: #808281;
                    font-size: 18px;
                    text-transform: uppercase;
                }

                .DS-ContactUsIcon {
                    position: absolute;
                    width: 27px;
                }

                    .DS-ContactUsIcon i {
                        background: #fff;
                        border-radius: 100%;
                        color: #0F1010;
                        font-size: 1.07em;
                        height: 1.68em;
                        line-height: 1.68em;
                        position: relative;
                        text-align: center;
                        width: 1.68em;
                    }

                .DS-ContactUsText {
                    left: 37px;
                    position: absolute;
                    width: 290px;
                }

                .DS-ContactUsAddress .DS-ContactUsIcon {
                    top: 56px;
                }

                .DS-ContactUsTelNo .DS-ContactUsIcon {
                    top: 120px;
                }

                .DS-ContactUsEmail .DS-ContactUsIcon {
                    top: 164px;
                }

                .DS-ContactUsAddress .DS-ContactUsText {
                    line-height: 20px;
                    top: 50px;
                }

                .DS-ContactUsTelNo .DS-ContactUsText {
                    top: 120px;
                }

                .DS-ContactUsEmail .DS-ContactUsText {
                    top: 163px;
                }

            .DS-MoveToTop {
                background: #0F1010;
                border: 1px solid #52A3A8;
                border-radius: 100%;
                -moz-border-radius: 100%;
                height: 48px;
                margin-left: 465px;
                position: absolute;
                top: 330px;
                width: 48px;
            }

                .DS-MoveToTop span {
                    color: #52A3A8;
                    display: block;
                    font-size: 16px;
                    height: 36px;
                    cursor: pointer;
                    position: relative;
                    text-align: center;
                    padding-top: 12px;
                    width: 100%;
                }

                    .DS-MoveToTop span:hover {
                        color: #fff;
                    }

    /* Mobile Site Switch button */
    .MobileSiteSwitch {
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
        position: relative;
        width: 980px;
    }

        .MobileSiteSwitch img {
            max-width: 228px;
            padding-bottom: 15px;
            position: absolute;
            right: 0px;
        }

    .BookingProcessContainer .MobileSiteSwitch {
        background-color: transparent;
        float: none;
        padding-bottom: 10px;
        padding-top: 15px;
        text-align: right;
        width: 980px;
    }

        .BookingProcessContainer .MobileSiteSwitch img {
            position: static;
        }

        @media screen and (min-device-width: 640px) {
            .BookingProcessContainer .MobileSiteSwitch {
                padding-bottom: 10px;
            }

            .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-family: sans-serif;
    font-size: 11px;
    line-height: 16px;
    position: fixed;
    right: 10px;
    width: 300px;
    z-index: 99999;
}

    .CookiePopupContainer p {
        line-height: 16px;
    }

    .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%;
    }

        .CookiePopupContainer p {
            line-height: 40px;
        }

        .CookiePopupContent {
            padding: 20px;
        }

            .CookiePopupLinks {
                width: 100%;
            }

                .CookiePopupLinks a {
                    font-size: 42px;
                    line-height: 72px;
                }
}

a.SkipToContentLink {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: -999;
}

    a.SkipToContentLink:focus, a.SkipToContentLink:active {
        background-color: white;
        border: 1px solid rgb(204, 204, 204);
        color: rgb(51, 51, 51);
        font-family: sans-serif;
        font-size: 14px;
        height: auto;
        left: 10px;
        overflow: auto;
        padding: 10px 15px;
        position: absolute;
        text-decoration: none;
        top: 10px;
        width: auto;
        z-index: 99999;
    }
/* Single Column Frame */
.SingleColumnContent {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    height: auto;
    padding: 20px 25px 30px 25px;
    width: 930px;
}

    .SingleColumnImage {
        height: auto;
        margin-bottom: 5px;
        width: 930px;
    }

    .SingleColumnContent img {
        height: auto;
        max-width: 930px;
        _width: expression(this.width > 930 ? 930: true);
    }

.AdminPage .SingleColumnContent, .AccountPage .SingleColumnContent {
    background-color: #f6f6f6;
    border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 980px;
}

.AdminPage .FieldGroupLinks, .AccountPage .FieldGroupLinks {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    height: auto;
    margin-top: 25px;
    padding: 20px 25px;
    width: 930px;
}

    .AdminPage .FieldGroupLinksContent, .AccountPage .FieldGroupLinksContent {
        border-left: 1px solid #e4e4e4;
        float: left;
        height: 145px;
        overflow: hidden;
        width: 719px;
    }

    .AdminPage .FieldGroupLinksContent .FieldRow, .AccountPage .FieldGroupLinksContent .FieldRow {
        margin-bottom: 7px;
        margin-top: 0;
    }

/* Left Column Frame */
.LeftColumnContent {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    height: auto;
    padding: 20px 25px;
    position: relative;
    width: 631px;
}

    .LeftColumnImage {
        height: auto;
        margin-bottom: 5px;
        width: 631px;
    }

    .LeftColumnContent img {
        height: auto;
        max-width: 631px;
        _width: expression(this.width > 631 ? 631: true);
    }

/* Right Column Frame (including free type search, availability search, rotator and brochure widgets) */
.RightColumnContent {
    clear: both;
    float: left;
    width: 270px;
}

    .RightColumnImage {
        background-color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px #E0E0E0;
        -webkit-box-shadow: 0px 2px 3px #E0E0E0;
        box-shadow: 0px 2px 3px #E0E0E0;
        height: auto;
        margin-top: 15px;
        padding: 18px;
        width: 234px;
    }

    .RightColumnAboveWidgets, .RightColumnBelowWidgets {
        background-color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px #E0E0E0;
        -webkit-box-shadow: 0px 2px 3px #E0E0E0;
        box-shadow: 0px 2px 3px #E0E0E0;
        clear: both;
        float: left;
        padding: 18px;
        position: relative;
        width: 234px;
    }

    .RightColumnAboveWidgets img, .RightColumnBelowWidgets img {
        height: auto;
        max-width: 234px;
        _width: expression(this.width > 234 ? 234: true);
    }

    .WidgetPadder {
        clear: both;
        height: 15px;
        overflow: hidden;
        width: 100%;
    }

    .WidgetFrame {
        background-color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px #E0E0E0;
        -webkit-box-shadow: 0px 2px 3px #E0E0E0;
        box-shadow: 0px 2px 3px #E0E0E0;
        clear: both;
        float: left;
        width: 100%;
    }

    .WidgetFrameTop {
    }

        .WidgetTitle {
            color: #32B5BE;
            font-family: "Oswald", sans-serif;
            font-size: 18px;
            font-weight: 700;
            padding: 10px 17px 10px 17px;
            text-transform: uppercase;
        }

    .WidgetFrameMiddle {
        clear: both;
        color: #0F1010;
        float: left;
        padding-bottom: 12px;
    }

        .WidgetDescription {
            float: left;
            padding: 0 18px 13px 18px;
            width: 234px;
        }

        .WidgetDescriptionPadder {
            clear: both;
            height: 8px;
            overflow: hidden;
            width: 100%;
        }

            #FreeTypeSearchForm {
                position: relative;
            }

            #FreeTypeSearch {
                height: 29px;
                padding: 2px 2px 2px 2px;
                -webkit-appearance: none;
                -webkit-border-radius: 0;
                width: 194px;
            }

                #FreeTypeSearch:focus {
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

            .FreeTypeSearchButton {
                border-radius: 0!important;
                -moz-border-radius: 0!important;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome !important;
                font-size: 17px;
                font-weight: bold!important;
                height: 35px!important;
                left: 216px;
                position: absolute!important;
                text-rendering: auto;
                top: 5px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 36px!important;
            }

            .FreeTypeSearchButton:hover {
                text-decoration: none!important;
            }

            .FreeTypeSearchFrame .WidgetButtonBar {
                margin-top: 0;
            }

            #AdvancedSearch_SearchTerm {
                width: 228px;
            }

            #AdvancedSearchError, #FreeTypeSearchError {
                float: left;
                margin-top: 8px;
                line-height: normal;
            }

                #AdvancedSearchError label, #FreeTypeSearchError label {
                    line-height: normal;
                }

        #AdvancedSearch_DateFrom, #AvailabilitySearch_DateFrom {
            background-color: #fff;
            color: #fff;
        }

        .AdvancedSearch_DateFromCalendarIcon, .AvailabilitySearch_DateFromCalendarIcon {
            float: left;
            margin-left: 5px;
            margin-top: 6px;
        }

        .AdvancedSearch_DateFrom_Day, .AvailabilitySearch_DateFrom_Day {
            float: left;
            width: 65px;
        }

        .AdvancedSearch_DateFrom_MonthYear, .AvailabilitySearch_DateFrom_MonthYear {
            float: left;
            margin-left: 5px;
            width: 143px;
            _width: 164px;
        }

        /* Move Advanced Search into the header image area */
        .CorporatePage-Home .AdvancedSearchFrame {
            position: absolute;
            top: 835px;
            width: 980px;
        }

        .CorporatePage-Home .SingleColumn .AdvancedSearchFrame {
            margin-left: -25px;
        }

        .CorporatePage-Home .RightColumn .AdvancedSearchFrame {
            margin-left: -710px;
        }

            .CorporatePage-Home .AdvancedSearchFrame .WidgetTitle {
                color: #0F1010;
                font-size: 26px;
                font-weight: bold;
                padding: 17px 18px 0 18px;
            }

        .CorporatePage-Home .AdvancedSearchFrame .WidgetFrameMiddle {
            padding-bottom: 20px;
            width: 980px;
        }

        .CorporatePage-Home .AdvancedSearchFrame #AdvancedSearchError {
            margin-left: 0;
            margin-top: 10px;
        }

        .CorporatePage-Home .AdvancedSearchPadderTop, .CorporatePage-Home .AdvancedSearchPadderBottom {
            height: 0;
        }

        .CorporatePage-Home .AdvancedSearchFrame .FieldRowWidget {
            margin-top: 12px;
            padding: 0 0 7px 18px;
            clear: none;
        }

        .CorporatePage-Home .AdvancedSearchFrame .FieldLabelWidget {
            font-weight: 700;
        }

        .CorporatePage-Home .AdvancedSearchFrame select {
            height: 36px;
            padding: 0 4px;
        }

            /* Without Pick-up Area Version */
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_WebID_Container, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_SearchTerm_Container {
                width: 944px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_WebID_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_WebID_Container .FieldWidget, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_SearchTerm_Container .FieldLabelWidget {
                width: 623px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_SearchTerm_Container #AdvancedSearch_SearchTerm {
                height: 34px;
                padding: 0px 4px;
                width: 613px;
            }

            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_WebID_Container, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_WebID_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_WebID_Container .FieldWidget, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_SearchTerm_Container, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_SearchTerm_Container .FieldLabelWidget {
                width: 463px;
            }

            .CorporatePage-Home .AdvancedSearchType-SearchTermWebID .AdvancedSearch_SearchTerm_Container #AdvancedSearch_SearchTerm {
                width: 453px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Date_Container, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Date_Container .FieldLabelWidget {
                width: 302px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Date_Container .AdvancedSearch_DateFrom_MonthYear {
                width: 232px;
                _width: 232px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_DateFromCalendarIcon {
                display: none;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_DateRange_Container, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_DateRange_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_DateRange_Container .FieldWidget {
                width: 303px;
            }

            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Duration_Container, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Duration_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithoutPickupArea .AdvancedSearch_Duration_Container .FieldWidget {
                width: 303px;
            }

            /* With Pick-up Area Version */
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_WebID_Container, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_SearchTerm_Container {
                width: 944px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_WebID_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_WebID_Container .FieldWidget, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_SearchTerm_Container .FieldLabelWidget {
                width: 623px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_SearchTerm_Container #AdvancedSearch_SearchTerm {
                height: 34px;
                padding: 0px 4px;
                width: 613px;
            }

            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_WebID_Container, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_WebID_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_WebID_Container .FieldWidget, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_SearchTerm_Container, 
            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_SearchTerm_Container .FieldLabelWidget {
                width: 463px;
            }

            .CorporatePage-Home .AdvancedSearchType-SearchTermWebIDPickupArea .AdvancedSearch_SearchTerm_Container #AdvancedSearch_SearchTerm {
                width: 453px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Date_Container, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Date_Container .FieldLabelWidget {
                width: 222px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Date_Container .AdvancedSearch_DateFrom_MonthYear {
                width: 152px;
                _width: 152px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_DateFromCalendarIcon {
                display: none;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_DateRange_Container, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_DateRange_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_DateRange_Container .FieldWidget {
                width: 223px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_PickupArea_Container, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_PickupArea_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_PickupArea_Container .FieldWidget {
                width: 223px;
            }

            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Duration_Container, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Duration_Container .FieldLabelWidget, 
            .CorporatePage-Home .AdvancedSearchWithPickupArea .AdvancedSearch_Duration_Container .FieldWidget {
                width: 222px;
            }

        /* Button Bar */
        .CorporatePage-Home .AdvancedSearchFrame .WidgetButtonBar {
            margin: 0;
            padding: 14px 0 0 18px;
            width: auto;
        }

        .CorporatePage-Home .AdvancedSearchFrame .WidgetButtonWrapper {
            float: left;
        }

        .CorporatePage-Home .AdvancedSearchFrame .WidgetButtonWrapper .AdvancedSearchButton {
            height: 50px;
            padding: 0;
            width: 108px;
        }

        .CorporatePage-Home .AdvancedSearchFrame .validation-summary-errors {
            float: left;
        }

        .CorporatePage-Home .AdvancedSearchFrame #AdvancedSearchError {
            margin-left: 10px;
            margin-top: 16px;
        }
        /* End of advanced search reposition */

        /* Move Availability Search into the header image area */
        .CorporatePage-Home .AvailabilitySearchFrame {
            position: absolute;
            top: 835px;
            width: 980px;
        }

        .CorporatePage-Home .SingleColumn .AvailabilitySearchFrame {
            margin-left: -25px;
        }

        .CorporatePage-Home .RightColumn .AvailabilitySearchFrame {
            margin-left: -710px;
        }

            .CorporatePage-Home .AvailabilitySearchFrame .WidgetTitle {
                color: #0F1010;
                font-size: 26px;
                font-weight: bold;
                padding: 17px 18px 0 18px;
            }

        .CorporatePage-Home .AvailabilitySearchFrame .WidgetFrameMiddle {
            padding-bottom: 20px;
            width: 980px;
        }

        .CorporatePage-Home .AvailabilitySearchPadderTop, .CorporatePage-Home .AvailabilitySearchPadderBottom {
            height: 0;
        }

        .CorporatePage-Home .AvailabilitySearchFrame .FieldRowWidget {
            margin-top: 12px;
            padding: 0 0 7px 18px;
            clear: none;
        }

            .CorporatePage-Home .AvailabilitySearchFrame .FieldLabelWidget {
                font-weight: 700;
            }

            .CorporatePage-Home .AvailabilitySearchFrame select {
                height: 36px;
                padding: 0 10px;
            }

            /* Date Range */
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Destination_Container, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Destination_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Destination_Container .FieldWidget {
                width: 236px;
            }

            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Date_Container, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Date_Container .FieldLabelWidget {
                width: 213px;
            }

            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_Date_Container .AvailabilitySearch_DateFrom_MonthYear {
                width: 143px;
                _width: 143px;
            }

            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_DateFromCalendarIcon {
                display: none;
            }

            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_DateRange_Container, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_DateRange_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_DateRange_Container .FieldWidget {
                width: 171px;
            }

            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_PassengerCount_Container, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_PassengerCount_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-DateRange .AvailabilitySearch_PassengerCount_Container .FieldWidget {
                width: 141px;
            }

            /* Month Only */
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Destination_Container, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Destination_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Destination_Container #AvailabilitySearch_Destination, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Date_Container, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Date_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_Date_Container #AvailabilitySearch_DateFrom_MonthYear {
                width: 260px;
            }

            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_PassengerCount_Container, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_PassengerCount_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-MonthOnly .AvailabilitySearch_PassengerCount_Container #AvailabilitySearch_PassengerCount {
                width: 259px;
            }

            /* All Dates*/
            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_Destination_Container, 
            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_Destination_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_Destination_Container #AvailabilitySearch_Destination {
                width: 399px;
            }

            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_PassengerCount_Container, 
            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_PassengerCount_Container .FieldLabelWidget, 
            .CorporatePage-Home .AvailabilitySearchType-AllDates .AvailabilitySearch_PassengerCount_Container #AvailabilitySearch_PassengerCount {
                width: 398px;
            }

        /* Button Bar */
        .CorporatePage-Home .AvailabilitySearchFrame .WidgetButtonBar {
            clear: none;
            padding: 10px 0 0 18px;
            width: auto;
        }

        .CorporatePage-Home .AvailabilitySearchFrame .WidgetButtonWrapper {
            float: right;
        }

        .CorporatePage-Home .AvailabilitySearchFrame .WidgetButtonWrapper .AvailabilitySearchButton {
            height: 50px;
            padding: 0;
            width: 110px;
        }
        /* End of availability search reposition */

        .RotatorWidgetContainer {
            float: left;
            width: 270px;
        }

            .RotatorWidgetContentContainer {
            }

                .RotatorWidgetContentItem {
                    display: none;
                    width: 234px;
                }

                .RotatorWidgetImage {
                    float: left;
                    margin-bottom: 10px;
                    margin-left: 18px;
                    width: 234px;
                }

                .RotatorWidgetViewTourIconLink {
                    display: none;
                }

                .RotatorWidgetViewTourIcon {
                    color: #32B5BE;
                    font-family: FontAwesome !important;
                    font-size: 48px;
                    font-weight: normal;
                    line-height: normal;
                }

                .RotatorWidgetContentClear {
                    clear: both;
                    height: 1px;
                    width: 254px;
                }

                .RotatorWidgetContentItem h4, .RotatorWidgetContentItemTitle {
                    float: left;
                    font-family: "Oswald", sans-serif;
                    font-size: 16px;
                    font-weight: 700;
                    padding-bottom: 5px;
                    padding-left: 18px;
                    padding-right: 18px;
                    text-transform: uppercase;
                    width: 234px;
                }

                .RotatorWidgetItemDescription {
                    clear: both;
                    margin-left: 18px;
                    padding-top: 10px;
                    width: 234px;
                }

                .RotatorWidgetFromPriceContainer, .RotatorWidgetDurationContainer, .RotatorWidgetDepartureDateContainer, .RotatorWidgetDepartureDatesContainer {
                    font-weight: normal;
                    color: #808281;
                    font-family: Oxygen;
                    font-size: 14px;
                    font-weight: 700;
                }

                    .RotatorWidgetFromPrice::before {
                        color: #32B5BE;
                        content: "\f155";
                        font: normal normal normal 16px/1 FontAwesome !important;
                        margin-right: 15px;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                    }

                    .RotatorWidgetDuration::before {
                        color: #32B5BE;
                        content: "\f017";
                        font: normal normal normal 15px/1 FontAwesome !important;
                        margin-right: 11px;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                    }

                    .RotatorWidgetDepartureDate::before, .RotatorWidgetDepartureDatesContainer::before {
                        color: #32B5BE;
                        content: "\f073";
                        font: normal normal normal 13px/1 FontAwesome !important;
                        margin-right: 12px;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                    }

        .BrochureWidgetContainer {
            float: left;
            width: 270px;
        }

            .BrochureWidgetContentItem {
                display: none;
                width: 250px;
                text-align: center;
            }

                .BrochureWidgetContentItem img {
                    margin: 0px auto;
                    width: 234px;
                }

                .BrochureWidgetContentItem span {
                    clear: both;
                    float: left;
                    margin-left: 18px;
                    margin-top: 10px;
                    padding-top: 0px;
                    width: 234px;
                }

        .FieldRowWidget {
            clear: both;
            float: left;
            margin-top: 5px;
            padding: 0 18px 0 18px;
            width: 234px;
        }

            .FieldLabelWidget {
                clear: both;
                float: left;
                font-family: "Oswald", sans-serif;
                font-weight: 700;
                margin-bottom: 3px;
                text-align: left;
                text-transform: uppercase;
                width: 234px;
            }

            .FieldWidget {
                clear: both;
                float: left;
                width: 234px;
            }

        .WidgetButtonBar {
            clear: both;
            float: left;
            margin-bottom: 3px;
            margin-top: 18px;
            padding-left: 18px;
            padding-right: 18px;
            width: 234px;
        }

            .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: #f6f6f6;
        display: table-cell;
        float: left;
        height: 121px;
        margin-bottom: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        width: 121px;
    }

        .ImageGallery li a {
            margin: 0 auto;
        }

            .ImageGallery li a img {
                border: none;
                height: auto;
                width: 121px;
            } 

/* 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: 720px;
}

.ImageListLeftColumnTextContainer {
    float: left;
    margin-left: 10px;
    width: 421px;
}

    .ImageListSingleColumnHeader, .ImageListLeftColumnHeader {
        margin-bottom: 5px;
    }

/* Image Grid */
.SingleColumn .ImageGrid {
    margin-right: 30px;
    width: 290px;
}

.SingleColumn .ImageGrid .ImageGridImage, .SingleColumn .ImageGridTextContainer, .SingleColumn .ImageGridButtonContainer {
    width: 290px;
}

.SingleColumn .ImageGridHeaderContainer, .SingleColumn .ImageGridHeader, .SingleColumn .ImageGridText {
    width: 250px;
}

.LeftColumn .ImageGrid {
    margin-right: 31px;
    width: 300px;
}

.LeftColumn .ImageGrid .ImageGridImage, .LeftColumn .ImageGridTextContainer, .LeftColumn .ImageGridButtonContainer {
    width: 300px;
}

.LeftColumn .ImageGridHeaderContainer, .LeftColumn .ImageGridHeader, .LeftColumn .ImageGridText {
    width: 260px;
}

.ContentContainer div.ImageGridPageSection {
    margin-bottom: 0;
}

.ImageGrid {
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

    .ImageGridHeaderContainer:hover + .ImageGridContentContainer .ImageGridText, .ImageGridImageContainer:hover + .ImageGridTextContainer .ImageGridText, .ImageGridText:hover {
        border-top: 1px solid #32B5BE;
        display: inline;
        z-index: 999;
    }

    .ImageGridNoHeader .ImageGridHeaderContainer:hover + .ImageGridContentContainer .ImageGridText, .ImageGridNoHeader .ImageGridImageContainer:hover + .ImageGridTextContainer .ImageGridText, .ImageGridNoHeader .ImageGridText:hover {
        border-top: none;
        display: inline;
        z-index: 999;
    }

    .SingleColumn .ImageGridFirst {
        clear: both;
    }

    .LeftColumn .ImageGrid {
        clear: both;
    }

    .SingleColumn .ImageGridThird {
        clear: none;
        margin-right: 0;
    }

    .LeftColumn .ImageGridAlt {
        clear: none;
        margin-right: 0;
    }

    .ImageGridContentContainer {
        float: left;
        width: 100%;
    }

    .ImageGridImageContainer {
        float: left;
        position: relative;
    }

        .ImageGrid .ImageGridImage {
            float: left;
            height: auto;
            position: relative;
        }

    .ImageGridHeaderContainer {
        background: #0F1010;
        background: rgb(15 16 16 / 0.70);
        height: 40px;
        line-height: 40px;
        float: left;
        left: 0;
        overflow: hidden;
        padding: 5px 20px;
        position: absolute;
        top: 0;
        text-align: left;
        z-index: 998;
    }

        .ImageGridHeader {
            float: left;
            color: #fff;
            font-family: "Oswald", sans-serif;
            font-size: 22px;
            font-weight: 400;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            text-overflow: ellipsis;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .ImageGridHeader:hover {
            color: #fff;
            text-decoration: none;
        }

    .ImageGridTextContainer {
        float: left;
    }

        .ImageGridText {
            background: #0F1010;
            background: rgb(15 16 16 / 0.70);
            color: #fff;
            display: none;
            height: auto;
            left: 0;
            padding: 12px 20px;
            position: absolute;
            text-decoration: none;
            top: 50px;
        }

            .ImageGridNoHeader .ImageGridText {
                top: 0;
            }

            .ImageGridText:hover {
                color: #fff;
                text-decoration: none;
            }

    .ImageGridButtonContainer {
        float: left;
        margin-top: 15px;
        padding: 0;
    }

/* 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-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 12px !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: #f6f6f6;
        }

/* FAQ */
.FAQQuestions {
    padding-bottom: 10px;
}

    .FAQQuestions li {
        line-height: 22px;
    }

.FAQQuestionAnswer {
    padding-bottom: 15px;
}

    .FAQQuestion {
        color: #0F1010;
        padding-bottom: 5px;
    }

    .FAQAnswer {
        padding-bottom: 5px;
    }

    .FAQBackToTop {
        border-bottom: 1px dashed transparent;
        color: #707070;
        font-size: 14px;
        text-decoration: none;
    }

        .FAQBackToTop:hover {
            color: #52A3A8;
            text-decoration: none;
            border-bottom: 1px dashed #52A3A8;
        }

/* 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 #e4e4e4;
    float: left;
    margin-top: 10px;
    width: 928px;
}

        .FieldGroupLinks a {
            border-bottom: 1px dashed transparent;
            color: #0F1010;
            text-decoration: none;
        }

            .FieldGroupLinks a:hover {
                color: #52A3A8;
                text-decoration: none;
                border-bottom: 1px dashed #52A3A8;
            }

    .FieldGroupLinksHeader {
        float: left;
        height: 145px;
        width: 210px;
    }

    .FieldGroupLinksContent {
        border-left: 1px solid #e4e4e4;
        float: left;
        height: 145px;
        overflow: hidden;
        width: 717px;
    }

.FieldGroup {
    border: 1px solid #e4e4e4;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

    legend {
        color: #0F1010;
        font-weight: bold;
        margin-left: 10px;
        *margin-left: 3px;
    }

.FieldRow {
    clear: both;
    float: left;
    margin-top: 7px;
    padding-left: 10px;
    width: 100%;
}

.FieldLabel {
    clear: both;
    float: left;
    margin-top: 3px;
}

    .DropDown {
        margin-top: 4px;
    }

.FieldRowWithButton {
    padding-left: 0px;
}

.FieldRowWithButton * {
    float: none!important;
    vertical-align: middle;
}

.FieldRowWithButton .FieldLabel, .MapSearchRow .FieldLabel {
    margin-top: 5px;
    padding-right: 7px;
}

.FieldRowWithButton .Field, .MapSearchRow .Field {
    float: left;
    margin-top: 2px;
}

.FieldRowWithButton input[type="submit"], .FieldRowWithButton a {
    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 {
    font-weight: bold;
}

.Email, #Email, #ConfirmEmail {
    width: 400px !important;
}

.FirstName, .Surname, .TelNo, .MobileNo, .PassportNo, #FirstName, #Surname, #TelNo, #TelNo1, #TelNo2, #MobileNo, #FaxNo {
    width: 150px !important;
}

.PostCode, #PostCode, #InternationalPostCode {
    width: 118px !important;
}

#CurrentWebPassword, #WebPassword, #ConfirmWebPassword {
    width: 200px;
}

.Table {
    border-collapse: collapse;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .Table a {
        color: #0F1010;
    }

        .Table a:hover {
            color: #52A3A8;
        }

        .Table a.LinkButtonAnchor {
            background-color: #32B5BE;
            color: #fff;
            text-decoration: none;
        }

    .Table thead tr, .TableTotalBar tr {
        background-color: #0F1010;
        height: 30px;
        line-height: 30px;
    }

    .Table th, .TableTotalBar tr {
        color: #fff;
        font-family: Oxygen;
        font-weight: normal;
        height: 30px;
    }

    .TableRow {
        background-color: #fff;
        height: 20px;
        line-height: 20px;
    }

    .TableRowAlt {
        background-color: #f6f6f6;
    }

    .Table tbody tr td {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 4px;
        padding-top: 5px;
    }

    .TablePagingBar tr {
        background-color: #0F1010;
        height: 24px;
    }

        .TablePagingBar tr td {
            color: #fff;
            font-family: Oxygen;
            font-weight: normal;
            line-height: 24px;
        }

            .TablePagingBar tr td span {
                font-weight: normal;
                margin: 0 5px 0 5px;
            }

            .TablePagingBar tr td a {
                color: #fff;
                font-weight: normal;
                margin: 0 5px 0 5px;
            }

        .TableResultsCountMessage {
            padding-left: 10px;
        }

        .TablePageNumbering {
            padding-right: 10px;
            text-align: right;
        }

.RowHover tbody tr:hover, .BookingGridRowHover:hover {
    background-color: #32B5BE!important;
    color: #fff!important;
    cursor: pointer;
}

    .RowHover tbody tr:hover strong, .BookingGridRowHover:hover strong {
        color: #fff!important;
    }

.ButtonBar {
    clear: both;
    float: left;
    height: 35px;
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.ButtonBarForm {
    margin-top: 20px;
}

    .BackButton {
        float: left;
        text-decoration: none;
    }

    .SubmitButton, .NewOperatorButton, .CheckoutButton {
        float: right;
        text-decoration: none;
    }
    
/* AJAX Loading images */
.AjaxLoadingImage {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin: auto auto;
    padding-top: 9px;
}

.AjaxLoadingImageSmall {
    display: none;
}

/* 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: #0F1010;
                font-size: 18px;
                font-weight: bold;
                text-decoration: none;
            }

            #SiteMapContent ul li span {
                color: #0F1010;
                font-size: 18px;
                font-weight: bold;
                text-decoration: none;
            }

            #SiteMapContent ul li ul {
                padding-left: 15px;
            }

                #SiteMapContent ul li ul li a {
                    color: #32B5BE;
                    font-size: 14px;
                    text-decoration: none;
                }

                #SiteMapContent ul li ul li span {
                    color: #32B5BE;
                    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 {
    line-height: 100%;
    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 Failed */
.BrochureRequestFailedContainer .PageHeader {
    margin-bottom: 10px;
}

/* Gift Vouchers */
.GiftVouchersContainer {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.GiftVouchersInnerContainer {
}

    .GiftVouchersTable {
        display: table;
        width: 100%;
    }

        .GiftVouchersCell {
            display: table-cell;
            width: 100%;
        }

        .GiftVouchersLeftCell {
            display: table-cell;
            width: 50%;
        }

            .GiftVouchersLeftCellContent {
                padding-right: 30px;
            }

                .GiftVouchersTopDescription {
                    margin-bottom: 10px;
                }

                .GiftVouchersFieldRow {
                    clear: both;
                    float: left;
                    margin-top: 7px;
                    width: 100%;
                }

                    .GiftVouchersInitialPageLabel {
                        float: left;
                        font-weight: bold;
                        width: 100%;
                    }

                    .GiftVouchersInitialPage #Amount {
                        margin-top: 3px;
                        width: 150px;
                    }

                    .GiftVouchersInitialPage #Message {
                        margin-top: 3px;
                        width: 100%;
                    }

                    .GiftVouchersInitialPage .GiftVoucherRadioContainer {
                        float: left;
                        margin-top: 3px;
                        width: 100%;
                    }

                    .GiftVouchersInitialPage #AmountValidationContainer, .GiftVouchersValidationSummary {
                        float: left;
                        margin-top: 10px;
                    }

                    .GiftVouchersContainer .FieldLabel {
                        width: 150px;
                    }

                    .GiftVouchersContainer .Field {
                        width: 250px;
                    }

                    .GiftVouchersFieldRow .RadioLabel {
                        margin-top: 0;
                    }

                    .GiftVouchersFieldRow #fldUseBillingDetailsNo {
                        margin-left: 12px;
                    }

                    .GiftVouchersContainer #PostcodeLookupResultsContainer {
                        margin-left: 150px;
                        margin-top: 10px;
                        width: 600px;
                    }

                .GiftVouchersSummaryPage .GiftVouchersContainer h3 {
                    clear: both;
                    float: left;
                    margin-top: 15px;
                    width: 100%;
                }

                .GiftVouchersSummaryPage .GiftVouchersContainer h3:first-child {
                    margin-top: 0;
                }

                .GiftVouchersLabelRow {
                    clear: both;
                    float: left;
                    margin-top: 3px;
                    width: 100%;
                }

                    .GiftVouchersLabelRow .Label {
                        clear: both;
                        float: left;
                        width: 150px;
                    }

                    .GiftVouchersLabelRow p {
                        margin-left: 150px;
                    }

                    #GiftVouchersLabelRow a {
                        pointer-events: none;
                        text-decoration: none;
                    }

                .GiftVouchersButtonBar {
                    clear: both;
                    float: left;
                    margin-top: 10px;
                    width: 100%;
                }

        .GiftVouchersRightCell {
            border-left: 1px solid #e4e4e4;
            display: table-cell;
            width: 50%;
        }

            .GiftVouchersRightCellContent {
                padding-left: 30px;
            }

                .GiftVouchersRightCellContent img {
                    max-width: 100%!important;
                }

                .GiftVouchersTextContainer ul {
                    list-style: none;
                    padding: 0;
                }

                    .GiftVouchersTextContainer ul li {
                        margin: 5px 0;
                        padding-left: 25px;
                    }

                        .GiftVouchersTextContainer ul li:before {
                            content: "\f00c";
                            display: inline-block;
                            font-family: FontAwesome;
                            margin-left: -25px;
                            width: 25px;
                        }

/* Login */
.Login {
    margin: 40px auto 0 auto;
    width: 100%;
}

    .Login .PageSection {
        margin-top: 10px;
    }

    .LoginContent {
        background-color: #fff;
        border: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-box-shadow: 0px 2px 3px #E0E0E0;
        -webkit-box-shadow: 0px 2px 3px #E0E0E0;
        box-shadow: 0px 2px 3px #E0E0E0;
        float: left;
        height: auto;
        margin-top: 10px;
        padding: 20px 25px;
        width: 930px;
    }

        .LoginContent .PageSection, .LoginContent .ButtonBar, .LoginContent .PageHeader, .LoginContent .PageFooter {
            float: none !important;
        }

        .LoginContent .PageHeader {
            margin-bottom: 5px;
            margin-top: 0;
        }

        .LoginContent .FieldRow {
            padding-left: 0;
            margin-bottom: 5px;
            height: 23px;
        }

        .LoginContent .FieldLabel {
            width: 94px;
        }

        .LoginContent .Field {
            float: left;
            width: 300px;
        }

        .LoginContent .ButtonBar {
            display: inline-block;
            margin-top: 10px;
        }

            .AgentButton, .ClientButton {
                float: right;
                margin-right: 7px;
            }

            .LoginButton {
                float: right;
                margin-right: 530px;
            }

        .LoginContent .RegisterUserSection {
            margin-bottom: 0px;
            margin-top: 15px;
        }

        .LoginContent .ForgotPasswordSection {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .RegisterUserLink {
            border-bottom: 1px dashed transparent;
            color: #0F1010;
            display: inline-block;
            margin-bottom: 7px;
            text-decoration: none;
            white-space: nowrap;
        }

        .ForgotPasswordLink {
            border-bottom: 1px dashed transparent;
            color: #0F1010;
            display: inline-block;
            margin-bottom: 3px;
            text-decoration: none;
            white-space: nowrap;
        }

            .RegisterUserLink:hover, .ForgotPasswordLink:hover {
                color: #52A3A8;
                text-decoration: none;
                border-bottom: 1px dashed #52A3A8;
            }

    .SSLCertificate {
        float: left;
        margin-top: 15px;
        width: 100%;
    }

    #LoginValidationSummary {
        float: left;
        margin-bottom: 25px;
        margin-top: 15px;
        width: 100%;
    }

/* Booking Login */
.BookingLoginNewClient, .BookingLoginExistingClient {
    float: left;
    border: 1px solid #e4e4e4;
    padding: 0 10px 15px 10px;
    margin-top: 10px;
    width: 693px;
}

    .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 #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;
}

.AdminOperatorsIcon, .AdminBookingsIcon {
    display: block;
    font-weight: normal;
    line-height: normal;
}

.AdminOperatorsIcon {
    color: #32B5BE;
    font-family: FontAwesome !important;
    font-size: 60px;
    margin-top: 6px;
}

.AdminBookingsIcon {
    color: #32B5BE;
    font-family: FontAwesome !important;
    font-size: 60px;
    margin-top: 2px;
}

/* Operators */
.OperatorsList_Header_ID, .OperatorsList_ID {
    padding-left: 10px;
    text-align: left;
    width: 200px;
}

.OperatorsList_Header_Name, .OperatorsList_Name {
    text-align: left;
    width: 260px;
}

.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: 928px;
}

.OperatorDetailsContainer .FieldLabel {
    width: 140px;
}

.OperatorDetailsContainer .Field {
    width: 200px;
}

/* Operator Password */
.OperatorPasswordContainer {
    border: 1px solid #e4e4e4;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 928px;
}

    .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;
}

.AccountAccountDetailsIcon, .AccountBookingsIcon, .AccountToursIcon {
    display: block;
    font-weight: normal;
    line-height: normal;
}

.AccountAccountDetailsIcon {
    color: #32B5BE;
    font-family: FontAwesome !important;
    font-size: 60px;
    margin-top: 6px;
}

.AccountBookingsIcon {
    color: #32B5BE;
    font-family: FontAwesome !important;
    font-size: 60px;
    margin-top: 2px;
}

.AccountToursIcon {
    color: gold;
    font-family: FontAwesome !important;
    font-size: 60px;
    margin-top: 10px;
}

/* Account Details */
.AccountDetailsError {
    float: left;
    margin-top: 10px;
}

.AccountDetailsErrorMessage {
    margin-top: 10px;
}

.AccountDetailsContainer .FieldGroup {
    width: 928px;
}

.AccountDetailsContainer .FieldLabel {
    width: 200px;
}

.AccountDetailsContainer .Field {
    width: 250px;
}

.AccountDetailsContainer #PostcodeLookupResultsContainer {
    margin-left: 210px;
    margin-top: 10px;
    width: 708px;
}

#ClientUserInformationGroup .FieldLabelCodes {
    clear: both;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}

#ClientUserInformationGroup select {
    width: 600px;
}

/* Contact Consent */
.ContactConsentContainer .FieldGroup {
    width: 928px;
}

.ContactConsentText {
    clear: both;
    float: left;
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.ContactConsentChoice, .ContactConsentError {
    padding-left: 40px;
}

    .ContactConsentChoice input {
        margin-left: 10px;
    }

    .ContactConsentChoice label {
        margin-right: 10px;
    }

    .ContactConsentPrevious .Cross {
        color: red;
        font-family: FontAwesome !important;
    }

    .ContactConsentPrevious .Tick {
        color: green;
        font-family: FontAwesome !important;
    }

    .ContactConsentPrevious label {
        margin-right: 20px;
    }

/* Change Password */
.ChangePasswordContainer {
    border: 1px solid #e4e4e4;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 928px;
}

    .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 #e4e4e4;
    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 {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-top: 40px;
    overflow: hidden;
    padding: 20px 25px;
    width: 930px;
}

/* Balance Payments */
.BalancePaymentsList_Header_BookingReference, .BalancePaymentsList_BookingReference {
    padding-left: 10px;
    text-align: left;
    width: 160px;
}

.BalancePaymentsList_Header_DepartureDate, .BalancePaymentsList_DepartureDate {
    text-align: left;
    width: 135px;
}

.BalancePaymentsList_Header_TourTitle, .BalancePaymentsList_TourTitle {
    text-align: left;
}

.BalancePaymentsList_Header_DateDue, .BalancePaymentsList_DateDue {
    text-align: left;
    width: 105px;
}

.BalancePaymentsList_Header_Balance, .BalancePaymentsList_Balance {
    text-align: right;
    width: 125px;
}

.BalancePaymentsList_Header_Select, .BalancePaymentsList_Select {
    text-align: center;
    width: 40px;
}

/* 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: #0F1010;
            height: 30px;
            line-height: 30px;
            text-align: left;
            width: 100%;
        }

            .FavouriteHeader label {
                color: #fff;
                font-family: Oxygen;
                font-weight: normal;
                padding-left: 8px;
            }

        .FavouriteDetails {
            background-color: #fff;
            border-bottom: 1px solid #e4e4e4;
            border-left: 1px solid #e4e4e4;
            border-right: 1px solid #e4e4e4;
            padding-bottom: 8px;
            padding-left: 10px;
            padding-top: 10px;
        }

            .FavouriteDetailsAlt {
            }

            .FavouriteDepartureDate {
                float: left;
            }

            .FavouriteBriefOverview {
                float: left;
                padding-left: 10px;
                text-align: left;
                width: 623px;
            }

            .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: #0F1010;
    float: left;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    text-align: left;
    width: 100%;
}

    .DepartureResultsNumPassengersHeader {
        color: #fff;
        font-weight: normal;
        padding: 0 10px;
        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_Details {
}

    .DepartureResultsList_Details_TourTitle {
        color: #0F1010;
        float: left;
        font-weight: 700;
        margin-bottom: 10px;
        text-decoration: underline;
        width: 300px;
    }

    .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: 195px;
        }

        .DepartureResultsList_Header_Favourites label {
            font-family: Oxygen;
        }

/* Tour Overview (Web Heading & Web Item list pages) */
.WebHeadingsPageWithData .Content, .WebItemsPageWithData .Content { 
    width: 100%;
}

    .WebHeadingsPageWithData .ContentContainer, .WebItemsPageWithData .ContentContainer { 
        width: 100%;
    }

        .TourListPageHeaderContainerPageWidth {
            background-color: #0F1010;
            position: relative;
            width: 100%;
        }

            .TourListPageTitlePageWidth {
                color: #fff;
                float: none;
                margin-left: auto;
                margin-right: auto;
                padding-top: 30px;
                width: 980px;
            }

                .WebItemPage-KeywordSearch .TourListPageTitlePageWidth {
                    text-transform: none;
                }

            .WebHeadingsPageWithData p.PageHeader, .WebItemsPageWithData p.PageHeader {
                float: none;
                margin-bottom: 3px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 14px;
                position: relative;
                width: 980px;
            }

            .TourListPageHeaderPageWidth {
                color: #fff;
                font-size: 16px;
            }

        .TourListPageContentContainerPageWidth {
            margin-left: auto;
            margin-right: auto;
            width: 980px;
        }

        .WebHeadingsPage .PagePadder, .WebItemsPage .PagePadder {
            padding-top: 22px;
            width: 100%;
        }

        .WebHeadingsPage .LeftColumn, .WebItemsPage .LeftColumn {
            padding-top: 30px;
        }

        .WebHeadingsPage .RightColumn, .WebItemsPage .RightColumn {
            padding-top: 25px;
        }

        .WebHeadingsPage .LeftColumnContent, .WebItemsPage .LeftColumnContent {
            background-color: #f6f6f6;
            border-radius: 0;
            -moz-border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            width: 681px;
        }

        .TourOverviewSortContainer {
            clear: both;
            float: left;
            margin-bottom: 10px;
            margin-top: 10px;
            width: 100%;
        }

            .TourOverviewSortContainer label {
                padding-right: 7px;
            }

        #SortLoadingImgContainer {
            display: none;
            clear: both;
            float: left;
            margin-top: 10px;
            width: 100%;
        }

        .TourOverviewItemsContainer {
            clear: both;
            float: left;
            width: 100%;
        }
                
        .TourOverview {
            background-color: #fff;
            border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            -moz-box-shadow: 0px 2px 3px #E0E0E0;
            -webkit-box-shadow: 0px 2px 3px #E0E0E0;
            box-shadow: 0px 2px 3px #E0E0E0;
            float: left;
            height: auto;
            margin-bottom: 20px;
            margin-top: 10px;
            margin-right: 31px;
            position: relative;
            width: 325px;
        }

            .TourOverviewTitleContainer:hover + .TourOverviewContentContainer .OverviewText, .TourOverviewImageContainer:hover + .TourOverviewTextContainer .OverviewText, .OverviewText:hover {
                border-top: 1px solid #32B5BE;
                display: inline;
                z-index: 999;
            }

            .TourOverview {
                clear: both;
            }

            .TourOverviewAlt {
                clear: none;
                margin-right: 0;
            }

            .TourOverviewContentContainer {
                float: left;
                width: 100%;
            }

            .TourOverview .TourOverviewImage {
                border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                float: left;
                height: auto;
                min-height: 150px;
                position: relative;
                width: 325px;
            }

            .TourOverviewImageContainer {
                float: left;
                position: relative;
            }

                .TourOverviewImageContainer .FromPrice {
                    background-color: #32B5BE;
                    bottom: 0;
                    color: #fff;
                    font-family: Oxygen;
                    font-size: 16px;
                    font-weight: 700;
                    padding: 10px 20px;
                    position: absolute;
                    right: 0;
                }

            .TourOverviewTitleContainer {
                background: #0F1010;
                background: rgb(15 16 16 / 0.70);
                height: 40px;
                line-height: 40px;
                float: left;
                left: 0;
                overflow: hidden;
                padding: 5px 20px;
                position: absolute;
                top: 0;
                text-align: left;
                width: 285px;
                z-index: 998;
            }

                .TourOverviewTitleLink {
                    float: left;
                    color: #fff;
                    font-family: "Oswald", sans-serif;
                    font-size: 22px;
                    font-weight: 400;
                    overflow: hidden;
                    position: relative;
                    text-decoration: none;
                    text-overflow: ellipsis;
                    text-transform: uppercase;
                    white-space: nowrap;
                    width: 285px;
                }

                .TourOverviewTitleLink:hover {
                    color: #fff;
                    text-decoration: none;
                }

            .TourOverviewTextContainer {
                color: #808281;
                float: left;
                width: 325px;
            }

                .TourOverviewTextContainer * {
                    padding: 0 20px;
                    width: 285px;
                }

                .TourOverviewTextContainer .FromPrice {
                    color: #808281;
                    float: left;
                    font-family: Oxygen;
                    font-weight: 700;
                    padding-bottom: 10px;
                }

                .OverviewText {
                    background: #0F1010;
                    background: rgb(15 16 16 / 0.70);
                    color: #fff;
                    display: none;
                    height: auto;
                    left: 0;
                    padding-bottom: 12px;
                    padding-top: 12px;
                    position: absolute;
                    text-decoration: none;
                    top: 50px;
                }

                    .OverviewText:hover {
                        color: #fff;
                        text-decoration: none;
                    }

                .TourOverviewTextContainer .Duration {
                    border-bottom: 1px solid #e4e4e4;
                    color: #808281;
                    float: left;
                    font-family: Oxygen;
                    font-size: 14px;
                    font-weight: 700;
                    margin-top: 15px;
                    padding-bottom: 15px;
                }

                .TourOverviewTextContainer .Duration::before {
                    color: #32B5BE;
                    content: "\f017";
                    display: inline-block;
                    font: normal normal normal 16px/1 FontAwesome !important;
                    margin: 0;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: middle;
                    width: 25px;
                }

                .TourListDepartureDatesBetweenMessage, .TourListDepartureDatesTwoDatesMessage, .TourListDepartureDatesSingleDateMessage {
                    border-bottom: 1px solid #e4e4e4;
                    color: #808281;
                    float: left;
                    font-family: Oxygen;
                    font-size: 14px;
                    font-weight: 700;
                    margin-top: 15px;
                    padding-bottom: 15px;
                }

                .TourListDepartureDatesBetweenMessage::before, .TourListDepartureDatesTwoDatesMessage::before, .TourListDepartureDatesSingleDateMessage::before {
                    color: #32B5BE;
                    content: "\f073";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome !important;
                    margin: 0;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: middle;
                    width: 25px;
                }

                .TourListDepartureDatesTwoDatesMessage span, .TourListDepartureDatesBetweenMessage span {
                    padding: 0;
                    margin: 0;
                    width: 0;
                }

                .TourListDepartureDatesTwoDatesMessage span::before, .TourListDepartureDatesBetweenMessage span::before {
                    content: "";
                    margin-left: 25px;
                    padding: 0;
                }

            .ToursListButtonBar {
                float: left;
                padding: 0;
                width: 325px;
            }

                .ToursListButtonBar a .LinkButton {
                    background-color: #fff;
                    color: #32B5BE;
                    font-family: "Oswald", sans-serif;
                    font-weight: 700;
                    font-size: 16px;
                    height: 50px;
                    line-height: 50px;
                    padding: 0 20px;
                    text-align: left;
                    width: 285px;
                }

                    .ToursListButtonBar a .LinkButton:hover {
                        text-decoration: none;
                    }

                .WebItemsPage .ToursListButtonBar .TourButton .LinkButton {
                    border-bottom: 1px solid #e4e4e4;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    width: 285px;
                }

/* Web Widgets on Corporate Overrides */
.WebWidgetCorporate .PagePadder {
    padding-top: 0;
}

.SingleColumn .WebWidgetCorporate .TourOverview, 
.SingleColumn .WebWidgetCorporate .TourOverview .TourOverviewImage, 
.SingleColumn .WebWidgetCorporate .TourOverviewTextContainer, 
.SingleColumn .WebWidgetCorporate .ToursListButtonBar {
    width: 293px;
}

.SingleColumn .WebWidgetCorporate .TourOverviewTitleContainer, 
.SingleColumn .WebWidgetCorporate .TourOverviewTitleLink, 
.SingleColumn .WebWidgetCorporate .TourOverviewTextContainer *, 
.SingleColumn .WebWidgetCorporate .ToursListButtonBar a .LinkButton, 
.SingleColumn .WebWidgetCorporate .ToursListButtonBar .TourButton .LinkButton {
    width: 253px;
}

.SingleColumn .WebWidgetCorporate .TourOverview {
    clear: none;
    margin-right: 25px;
}

.SingleColumn .WebWidgetCorporate .TourOverviewFirst {
    clear: both;
}

.SingleColumn .WebWidgetCorporate .TourOverviewThird {
    clear: none;
    margin-right: 0;
}

.LeftColumn .WebWidgetCorporate .TourOverview, 
.LeftColumn .WebWidgetCorporate .TourOverview .TourOverviewImage, 
.LeftColumn .WebWidgetCorporate .TourOverviewTextContainer, 
.LeftColumn .WebWidgetCorporate .ToursListButtonBar {
    width: 300px;
}

.LeftColumn .WebWidgetCorporate .TourOverviewTitleContainer, 
.LeftColumn .WebWidgetCorporate .TourOverviewTitleLink, 
.LeftColumn .WebWidgetCorporate .TourOverviewTextContainer *, 
.LeftColumn .WebWidgetCorporate .ToursListButtonBar a .LinkButton, 
.LeftColumn .WebWidgetCorporate .ToursListButtonBar .TourButton .LinkButton {
    width: 260px;
}

.WebWidgetCorporate .TourOverview, .WebWidgetCorporate .ToursListButtonBar a .LinkButton {
    background: #f6f6f6;
}

.WebWidgetCorporate .ToursListButtonBar .TourButton .LinkButton {
    border-bottom: 1px solid #E0E0E0;
}

/* Tour Page */
.TourPage .LeftColumn {
    width: 980px;
}

.TourPage .LeftColumnContent {
    width: 930px;
}

.TourPage .LeftColumnContent img {
    max-width: 930px;
    _width: expression(this.width > 930 ? 930: true);
}

.TourPage .RightColumn {
    display: none;
}

.TourTitle {
    padding-bottom: 10px;
    width: 930px;
}

.BriefOverviewContainer {
    clear: both;
    float: left;
    padding-bottom: 10px;
    position: relative;
    width: 930px;
}

    .BriefOverviewImage {
        float: left;
        margin: 8px 0px 15px 0px;
        width: 326px;
    }

    .BriefOverviewTextContainer {
        float: left;
        text-align: left;
        width: 604px;
    }

        .BriefOverview {
            float: left;
            margin-bottom: 15px;
            padding: 5px 0px 0px 20px;
            width: 584px;
        }

        .TourImagesButton, .TourBookNowButton {
            float: left;
            cursor: pointer;
            margin-left: 20px;
            text-decoration: none;
        }

            .TourImagesButton span, .TourBookNowButton span {
                background: #32B5BE;
                color: #fff;
            }

                .TourImagesButton span::before {
                    color: #fff;
                    content: "\f030";
                    display: inline-block;
                    font: normal normal normal 20px/1 FontAwesome !important;
                    margin-right: 12px;
                    margin-top: 8px;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: top;
                }

                .TourBookNowButton span::before {
                    color: #fff;
                    content: "\f073";
                    display: inline-block;
                    font: normal normal normal 20px/1 FontAwesome !important;
                    margin-right: 12px;
                    margin-top: 7px;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: top;
                }

.TourImages3DRotator {
    float: left;
    height: 200px;
    width: 874px;
}

.TourImages3DRotator_LB, .TourImages3DRotator_RB {
    background-color: #32B5BE;
    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 {
    clear: both;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

.TourImages3DRotatorBriefOverview {
    clear: both;
    float: left;
    padding: 0px 0px 10px 0px;
    text-align: left;
    width: 100%;
}

#DetailedOverviewTab_Page, #TourItineraryTab_Page, #OtherInformationTab_Page, #HomePickupAreaTab_Page, #PickupPointsTab_Page, #DepartureDatesTab_Page, #UsefulLinksTab_Page, #SuggestedToursTab_Page {
    background-color: #fff;
    display: none;
}

#DetailedOverviewTab_Page, #OtherInformationTab_Page, #HomePickupAreaTab_Page, #PickupPointsTab_Page, #DepartureDatesTab_Page, #UsefulLinksTab_Page, #SuggestedToursTab_Page { /* Fixes issues with the panes appearing at the top of the page in IE7 */
    float: left;
    position: relative;
}

.TourTabs {
    float: left;
    _overflow: hidden;
}

    .TourTabsContent {
        display: table;
        margin-left: auto;
        margin-right: auto;
        table-layout: fixed;
        width: 930px;
    }

        .TourTabsContent li {
            display: table-cell;
            list-style-type: none;
            margin: 0;
            position: relative;
            text-indent: 0;
        }

        .TourTabsContent li+li {
            border-left: 1px solid #282c2c;
        }

            .TabLeft, .TabLeftCurrent, .TabRight, .TabRightCurrent {
                display: none;
            }

            .TabMiddle, .TabMiddleCurrent {
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 700;
                margin: 0;
                outline: 0;
                padding: 10px 0px;
                position: relative;
                text-align: center;
                text-decoration: none;
            }

            .TabMiddle {
                background-color: #0F1010;
            }

                .TabMiddle:hover {
                    background-color: #0F1010;
                    color: #32B5BE;
                    text-decoration: none;
                }

            .TabMiddleCurrent {
                background-color: #0F1010;
                color: #32B5BE;
            }

                .TabMiddleCurrent:hover {
                    background-color: #0F1010;
                    color: #32B5BE;
                    text-decoration: none;
                }

        .TourTabsContent a span {
            color: #fff;
            display: block;
            font: normal normal normal 25px/1 FontAwesome !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            margin-bottom: 9px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
        }

        .TourTabsContent a:hover span {
            color: #32B5BE;
        }

        .TourTabsContent .TabMiddleCurrent span {
            color: #32B5BE;
        }

.TourTabsFrame {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 930px;
}

    .TourTabsFrameContent {
        clear: both;
        float: left;
        height: auto;
        padding: 20px 0;
        position: relative;
        width: 930px;
    }

        #DetailedOverviewTab_Page .TourTabsFrameContent img, #OtherInformationTab_Page .TourTabsFrameContent img {
            height: auto;
            max-width: 930px!important;
            _width: expression(this.width > 930 ? 930: true)!important;
        }

        .TourTabsFrameContent .dsl-table, .TourTabsFrameContent .dsl-table-noborder {
            width: 930px;
        }
                        
        .TabDescription {
            margin-bottom: 10px;
        }

        /* Detailed Overview & Other Information tabs */
        #DetailedOverviewTab_Page div.TourTabsFrameContent, #OtherInformationTab_Page div.TourTabsFrameContent {
            min-height: 110px;
        }

        /* Itinerary */
        .TourItineraryItem {
            width: 100%;
        }

            #TourItineraryTab_Page {
                float: left;
                padding: 20px 0;
            }

            .TourItineraryItem .TourTabsFrameContent {
                padding: 0;
                width: 930px;
            }

                .TourItineraryDayHeading {
                    color: #32B5BE;
                    font-weight: 700;
                    padding-bottom: 5px;
                }

                .TourItineraryDayHeading::before {
                    color: #32B5BE;
                    content: "\f041";
                    font: normal normal normal 16px/1 FontAwesome !important;
                    margin-right: 10px;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .TourItineraryDayDescription {
                    position: relative;
                    width: 100%;
                }
                    
                .TourItineraryDayMealCodes {
                    color: #32B5BE;
                    font-weight: 700;
                    float: right;
                    min-height: 19px;
                }

                .TourItineraryItemPadder {
                }

                .TourItineraryKey {
                    color: #32B5BE;
                    font-weight: 700;
                }

                    .TourItineraryKey::before {
                        color: #32B5BE;
                        content: "\f0f5";
                        font: normal normal normal 16px/1 FontAwesome !important;
                        margin-right: 10px;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }

        /* Home Pick-ups */
        #HomePickupAreaMapLookup {
            width: 100px;
        }

        #HomePickupAreaLoadingImgContainer {
            text-align: center;
        }

        .HomePickupAreaMapKeyContainer {
            float: left;
            margin-top: 10px;
            width: 100%;
        }

            .HomePickupAreaMapKeyDescription {
                color: #32B5BE;
                font-weight: 600;
            }

            .HomePickupAreaMapKeyItem {
                float: left;
                height: 30px;
                margin-top: 10px;
                width: 125px;
            }

                .HomePickupAreaMapKeyItem div {
                    border: 1px solid #e4e4e4;
                    float: left;
                    height: 30px;
                    width: 30px;
                }

                .HomePickupAreaMapKeyItem span {
                    float: left;
                    font-size: 16px;
                    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;
        }

        .TourPage .MapItem {
            height: 60px;
        }

        .TourPage #MapTable td {
            vertical-align: middle;
        }

        #TourPickupPointTimesTable {
            width: 500px;
        }

        #TourPickupPointTimesTable th {
            padding: 0 10px 0 10px;
            text-align: left;
        }

        #TourPickupPointTimesTable td {
            padding: 5px 10px 5px 10px;
            vertical-align: top;
        }

        #MapTableHeaderTimes, .MapTableTimes {
            width: 100px;
        }

            #PickupPointsTab_Page #MapTable .LinkButton::before {
                color: #fff;
                content: "\f017";
                font: normal normal normal 16px/1 FontAwesome !important;
                margin-right: 5px;
                text-transform: none !important;
                speak: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        /* Departure Dates */
        .DepartureDateNumPassengersHeaderContainer {
            background-color: #f6f6f6;
            border-radius: 5px;
            -moz-border-radius: 5px;
            float: left;
            margin-bottom: 17px;
            text-align: left;
            width: 100%;
        }

            .DepartureDateNumPassengersHeader {
                border: 1px solid #e4e4e4;
                border-radius: 5px;
                -moz-border-radius: 5px;
                padding: 10px 10px;
                position: relative;
            }

        #DepartureDatesSearchForm .FieldRowWithButton {
            float: none;
            margin-bottom: 10px;
            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: 930px;
        }

        .DepartureDatesListWithPricing td {
            border-bottom: none!important;
        }

        .DepartureDatesList_Row td {
            border-bottom: none!important;
            padding-bottom: 1px!important;
            padding-top: 3px!important;
        }

        .DepartureDatesList_Date {
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
        }

        .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 {
            height: 22px;
            line-height: 22px;
        }
        
        .DepartureDatePricingRow td {
            padding-bottom: 2px!important;
            padding-left: 10px;
            padding-top: 2px!important;
        }
        
        .DeparturePricingNoDataMessage {
            text-align: center;
        }

            /* Departure Dates Pricing */
            .DeparturePricingTable {
                border-collapse: collapse;
                clear: both;
                margin: 10px auto;
                width: 96%;
            }

                .DeparturePricingTable th {
                    background-color: #32B5BE;
                    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 {
                        padding-right: 10px;
                        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 #e4e4e4;
                        }

                        .DeparturePricingTable_AccommodationHeader {
                            color: #0F1010;
                            font-weight: 600;
                            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;
        }

                .UsefulLink::after {
                    color: #32B5BE;
                    content: "\f08e";
                    display: inline-block;
                    font: normal normal normal 15px/1 FontAwesome !important;
                    margin-left: 8px;
                    text-transform: none !important;
                    speak: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    text-decoration: none;
                    vertical-align: middle;
                }

        /* Suggested Tours */
        #SuggestedToursLoadingImgContainer {
            text-align: center;
        }

        .SuggestedToursFrame {
            clear: both;
            float: left;
            margin-bottom: 20px;
            width: 100%;
        }

        .SuggestedToursFrameTop {
        }

            .SuggestedToursTitle {
                color: #0F1010;
                font-weight: 700;
            }

        .SuggestedToursFrameMiddle {
        }

            .SuggestedToursDescription {
                padding: 8px 0 20px 0;
            }

            .SuggestedToursDescriptionPadder {
                clear: both;
                height: 20px;
                overflow: hidden;
                width: 100%;
            }

            .SuggestedToursContent {
                background-color: #fff;
                border: 1px solid #e4e4e4;
                border-radius: 0 0 3px 3px;
                -moz-border-radius: 0 0 3px 3px;
                clear: none;
                float: left;
                height: auto;
                margin-bottom: 18px;
                margin-right: 21px;
                position: relative;
                width: 294px;
            }

                .SuggestedToursContentFirst {
                    clear: both;
                }

                .SuggestedToursContentThird {
                    margin-right: 0;
                }

                .SuggestedToursImageContainer {
                    float: left;
                    position: relative;
                }

                .SuggestedToursImageContainer img {
                    float: left;
                    height: auto;
                    position: relative;
                    width: 294px;
                }

                .SuggestedToursTextContainer {
                    color: #0F1010;
                    float: left;
                    padding-top: 7px;
                    width: 294px;
                }

                    .SuggestedToursTextContainer h4 {
                        color: #0F1010;
                        font-size: 18px;
                        padding: 10px 20px 0 20px;
                        width: 254px;
                    }
        
                    .SuggestedToursFieldRowWidget {
                        float: left;
                        font-weight: 400;
                        margin-top: 8px;
                        padding: 0 20px;
                        width: 254px;
                    }

                    .SuggestedToursTextContainer .LabelHeader {
                        color: #0F1010;
                        font-weight: 400;
                    }

                    .SuggestedToursTextContainer .SuggestedToursFromPrice::before {
                        color: #0F1010;
                        content: "\f155";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome !important;
                        margin: 0;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                        width: 25px;
                    }

                    .SuggestedToursDuration::before {
                        color: #0F1010;
                        content: "\f017";
                        display: inline-block;
                        font: normal normal normal 16px/1 FontAwesome !important;
                        margin: 0;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                        width: 25px;
                    }

                    .SuggestedToursDepartureDatesContainer::before, .SuggestedToursDepartureDateContainer::before {
                        color: #0F1010;
                        content: "\f073";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome !important;
                        margin: 0;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        vertical-align: middle;
                        width: 25px;
                    }

                    .SuggestedToursItemDescription {
                        float: left;
                        margin-top: 8px;
                        padding: 0 20px;
                        width: 254px;
                    }

                    .SuggestedToursButtonBar {
                        float: left;
                        padding: 15px 20px;
                        width: 254px;
                    }

                        .SuggestedToursButtonBar .TourButton .LinkButton {
                            float: left;
                        }

                        .SuggestedToursButtonBar .CheckAvailabilityButton .LinkButton {
                            float: right;
                        }

                        .SuggestedToursButtonBar .LinkButton {
                            background: #32B5BE;
                            color: #fff;
                            width: 99px;
                        }

    /* Tour Page Header Images Override */
    .TourPageOverride {
        background: #fff;
    }

    .TourPageOverride .Content, .TourPageOverride .ContentContainer {
        width: 100%;
    }

    .TourPageOverride .LeftColumn {
        padding-top: 0;
        width: 100%;
    }

    .TourPageOverride .LeftColumnContent {
        background: #fff;
        border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }

    .TourPageOverride .TourPageHeaderOuterContent {
        padding-top: 40px;
    }

    .TourPageOverride .TourPageHeaderInnerContent {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 980px;
    }

    .TourPageOverride .TourPage .LeftColumnContent img {
        max-width: 980px;
        _width: expression(this.width > 980 ? 980: true);
    }

    .TourPageOverride .TourTitle {
        font-size: 36px;
        width: 980px;
    }

    .TourPageOverride .BriefOverviewContainer {
        margin-bottom: 10px;
        width: 980px;
    }

    .TourPageOverride .BriefOverviewTextContainer {
        width: 100%;
    }

    .TourPageOverride .BriefOverview {
        font-size: 18px;
        padding: 0;
        width: 100%;
    }

    .TourPageOverride .TourImagesButton, .TourPageOverride .TourBookNowButton {
        margin-left: 0;
        margin-right: 20px;
        padding-bottom: 20px;
    }

    .TourPageOverride .TourTabs {
        background: #0F1010;
        margin: 0 auto;
        width: 100%;
    }

    .TourPageOverride .TourTabsContent {
        border-left: 1px solid #282c2c;
        width: 978px;
    }

        .TourPageOverride .TourTabsContent li {
            border-left: none;
            border-right: 1px solid #282c2c;
        }

    .TourPageOverride .TourTabsFrame {
        width: 980px;
    }

    .TourPageOverride .TourTabsFrameContent {
        width: 980px;
    }

    #DetailedOverviewTab_Page .TourTabsFrameContent img, #OtherInformationTab_Page .TourTabsFrameContent img {
        max-width: 980px !important;
        _width: expression(this.width > 980 ? 980: true) !important;
    }

    .TourTabsFrameContent .dsl-table, .TourTabsFrameContent .dsl-table-noborder {
        width: 980px;
    }

    .TourItineraryItem .TourTabsFrameContent {
        padding: 0;
        width: 980px;
    }

    #DatesSearchTimeoutLabel p {
        width: 980px;
    }

    .SuggestedToursContent {
        margin-right: 22px;
        width: 310px;
    }

    .SuggestedToursContentFirst {
        clear: both;
    }

    .SuggestedToursContentThird {
        margin-right: 0;
    }

    .SuggestedToursImageContainer img, .SuggestedToursTextContainer {
        width: 310px;
    }

    .SuggestedToursTextContainer h4, .SuggestedToursFieldRowWidget, .SuggestedToursItemDescription, .SuggestedToursButtonBar {
        width: 270px;
    }

    .SuggestedToursButtonBar .LinkButton {
        width: 107px;
    }
    /* End Of Override */

/* Departure Results & Departure Dates Tab - Icon Styling */
.DepartureDatesListIconContainer, .DepartureResultsIconContainer {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    position: relative;
    text-align: center;
    width: 60px;
}

    .IconCalendarContainerNoClick {
        cursor: default;
    }

    .IconCalendarLink {
        cursor: pointer;
        text-decoration: none;
    }

        .IconCalendarLink:hover {
            text-decoration: none;
        }

        .IconCalendarContainer {
            position: relative;
            text-align: left;
            width: 64px;
        }

            .IconCalendar {
                color: #0F1010;
                font-family: FontAwesome !important;
                font-size: 64.5px;
                font-weight: normal;
            }

            .IconCalendarDateContainer {
                background-color: white;
                height: 38px;
                left: 4px;
                line-height: normal;
                position: absolute;
                top: 23px;
                width: 52px;
            }

                .IconCalendarDatePartTop, .IconCalendarDatePartBottom {
                    color: #424242;
                    position: absolute;
                    font-size: 12px;
                    font-weight: bold;
                    height: 16px;
                    line-height: 16px;
                    left: 0;
                    text-align: center;
                    vertical-align: bottom;
                    width: 52px;
                }

                .IconCalendarDatePartTop {
                    top: 3px;
                }
                
                .IconCalendarDatePartBottom {
                    top: 19px;
                }

    .IconBookNow {
        color: #32B5BE;
        font-family: FontAwesome !important;
        font-size: 48px;
        font-weight: normal;
    }

    .IconCallBack {
        color: #32B5BE;
        font-family: FontAwesome !important;
        font-size: 48px;
        font-weight: normal;
        left: 11px;
        position: absolute;
        top: 5px;
    }

    .IconCallBackArrow {
        color: #32B5BE;
        font-family: FontAwesome !important;
        font-size: 27px;
        font-weight: normal;
        position: absolute;
        top: -5px;
        left: 25px;
        transform: rotate(-45deg);
    }

    .IconTelephone {
        color: #32B5BE;
        font-family: FontAwesome !important;
        font-size: 60px;
        font-weight: normal;
    }

    .IconAddToFavourites, .IconRemoveFromFavourites {
        font-family: FontAwesome !important;
        font-size: 50px;
        font-weight: normal;
        position: absolute;
        top: 2px;
        left: 7px;
    }

    .IconAddToFavourites {
        color: #32B5BE;
    }

    .IconRemoveFromFavourites {
        color: gold;
    }

/* Request Call Back */
.RequestCallBackContainer {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-top: 40px;
    padding: 20px 25px 25px 25px;
    width: 715px;
}

    .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: 290px;
    width: 456px;
}

    .ContactUs .FieldGroup p, .ContactUs .FieldGroup a {
        line-height: 24px;   
    }

    .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: 296px;
    }

    .ContactUs .FieldGroup p.ContactUsLabelNoLabel {
        display: inline;
        float: left;
        margin-top: 0px;
        width: 296px;
    }

    .ContactUs .FieldGroup a {
        float: left;
        margin-top: 8px;
        width: 296px;
    }

.ContactUs_TourDepartureSummary .FieldGroup {
    margin-left: 14px;
}

.ContactUs_TourDepartureSummary .TourDepartureSummaryLabel {
    clear: none;
    text-align: left;
}

.ContactUs_TourDepartureSummary .TourDepartureSummaryHeader, .ContactUs_TourDepartureSummary .TourDepartureSummaryFooter {
    display: none!important;
}

/* Booking Process - General Settings */
.BookingProcess_ContentContainer {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-top: 40px;
    overflow: hidden;
    padding: 20px 25px;
    width: 715px;
}

    .BookingProcess_ContentContainer .FieldGroup {
        width: 713px;
    }

    .BookingGrid {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 715px;
    }

        .BookingGridHeader {
            background-color: #0F1010;
            clear: both;
            color: #fff;
            float: left;
            font-family: Oxygen;
            font-weight: normal;
            line-height: 30px;
            padding: 5px 0 5px 10px;
            width: 705px;
        }

        .BookingGridHeader label {
            font-family: Oxygen;
        }

        .BookingGridRow {
            background-color: #fff;
            border-bottom: 1px solid #e4e4e4;
            clear: both;
            float: left;
            line-height: 25px;
            padding: 4px 0 4px 10px;
            width: 705px;
        }

            .BookingGridRowAlt {
                background-color: #f6f6f6;
            }

            .BookingGridPassengerName {
                margin-bottom: 6px;
            }

    .BookingProcessValidationSummary {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .BookingAvailabilityRefresh {
        margin-top: 10px;
    }

    .BookingGridRow p, .BookingGridRow label {
        line-height: 1.6em;
    }

    #BookingProcess_CommandButtonBar {
        margin-top: 20px;
        text-align: center;
    }

        .BookingPreviousButton, .BookingNextButton, .BookingAcceptButton {
            display: none;
        }

        #BookingProcess_CommandButtonBar a {
            margin: 0 3px;
        }

    .BookingProcessContainer .HeaderMenuContentContainer {
        margin-bottom: 0px;
    }

    .BookingProcessContainer .UserBar {
        border-bottom: 40px solid #32B5BE;
    }

    .BookingProcessContainer .ContentBelowContainer {
        background: none;
    }

    .BookingProcessContainer .PoweredByDSL {
        background-color: transparent;
        border-top: none;
        color: #999;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }

    .BookingProcessContainer .PoweredByDSLContent {
        font-size: 12px;
        margin-left: 0;
        padding: 0 0 5px 0;
        text-align: right;
        top: 0px;
        width: 980px;
    }

        #BookingCancelButton {
            color: #999;
            display: none;
            float: left;
            text-decoration: none;
        }

            #BookingCancelButton:hover {
                float: left;
                color: #999;
                cursor: pointer;
                text-decoration: none;
            }

        .BookingProcessContainer .PoweredByDSLContent a {
            color: #999!important;
        }

            .BookingProcessContainer .PoweredByDSLContent a:hover {
                color: #999!important;
            }

/* Booking Steps */
.BookingProcessSteps {
    color: #0F1010;
    clear: both;
    float: left;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
    width: 100%;
}

    .BookingProcessSteps li {
        text-transform: none;
    }

    .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: 713px;
}

.ClientDetailsContainer .FieldLabel {
    width: 200px;
}

.ClientDetailsContainer .Field {
    width: 230px;
}

.ClientDetailsContainer #Email {
    width: 360px!important;
}

.ClientDetailsContainer #PostcodeLookupResultsContainer {
    margin-left: 210px;
    margin-top: 10px;
    width: 493px;
}

/* 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: 700;
        }

        .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: 573px;
        }

    .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;
}

.PickupsListDescription strong {
    font-weight: 700;
}

/* Seating Plan */
.SeatingPlanInformationContainer {
    float: left;
    width: 204px;
}

    .SeatingPlanKey, .SeatingPlanHoverDetails {
        border: 1px solid #e4e4e4;
        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;
    margin-top: 10px;
    overflow: auto;
    text-align: center;
    width: 502px;
}

    .SeatingPlanTable {
        border-collapse: collapse;
        margin: 0 auto;
    }

        .SeatingPlanSeatCell {
            border: solid 1px #ECE9D8;
            height: 35px;
            width: 35px;
        }

        .SeatingPlanSeatCell .SeatingPlanImageContainer {
            position: relative;
            font-family: sans-serif;
            font-size: 11px;
            font-weight: normal;
            line-height: 1;
            text-align: center;
            color: #000;
        }

        .SeatingPlanSeatCell .SeatingPlanSeatNumber {
            display: none;
        }

        .SeatingPlanSeatCell .SeatingPlanSeatNumberVisible {
            cursor: default;
            display: block;
            position: absolute;
            text-align: center;
            width: 35px;
        }

        .SeatingPlanPosition_Top .SeatingPlanSeatCell .SeatingPlanSeatNumberVisible {
            top: 10px;
        }

        .SeatingPlanPosition_Bottom .SeatingPlanSeatCell .SeatingPlanSeatNumberVisible {
            top: 13px;
        }
        
/* Fares */
.FaresTitleHeader, .FaresTitle {
    float: left;
    width: 370px;
}

.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;
        color: #0F1010;
        float: left;
        font-weight: bold;
        margin-top: 15px;
    }

        .AccommodationContent {
            clear: both;
            float: left;
            width: 100%;
        }

            .AccommodationHeaderContainer {
                clear: both;
                float: left;
                margin-top: 15px;
            }

                .AccommodationHeaderContainer * {
                    line-height: 20px;
                }

                .AccommodationName {
                    float: left;
                    text-align: left;
                }

                    .AccommodationName label {
                        margin-right: 10px;
                    }

/* Accommodation Items */
.AccommodationOccupancyTitleHeader, .AccommodationOccupancyTitle {
    float: left;
    width: 375px;
}

.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: 370px;
}

.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 */
.GeneralItemsGridPadder {
    clear: both;
    height: 15px;
    width: 10px;
}

.GeneralItemsTitleHeader, .GeneralItemsTitle {
    float: left;
    width: 370px;
}

.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: 480px;
}

.InsuranceItemsPriceHeader, .InsuranceItemsPrice {
    float: left;
    text-align: center;
    width: 135px;
}

.InsuranceItemsQuantityHeader, .InsuranceItemsQuantity {
    float: left;
    text-align: center;
    width: 90px;
}

#InsuranceItemsAutoApplyUnselected {
    color: #ff0000;
}

.InsuranceItemsText {
    float: left;
    margin-top: 15px;
    width: 100%;
}

#AboveITCQuestionsText {
    margin-bottom: 15px;
}

.InsuranceITCQuestionContainer {
    margin-top: 10px;
}

.InsuranceITCQuestion {
    width: 100%;
}

.ITCAnswerContainer {
    margin-top: 5px;
}

.InsuranceITCSubQuestionContainer {
    margin-left: 25px;
    margin-top: 10px;
}

.InsuranceITCSubQuestion {
    margin-bottom: 5px;
}

#InsuranceITCContainer .Tick {
    font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 5px;
}

#InsuranceITCContainer .ITCAnswerYes, #InsuranceITCContainer .ITCAnswerNo, #InsuranceITCContainer .ITCAnswerConfirm {
    background-color: #fff;
    background-image: none;
    border: 1px solid #32B5BE;
    border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    color: #32B5BE;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
}

#InsuranceITCContainer .ITCAnswerYes {
    z-index: 99999;
}

#InsuranceITCContainer .ITCAnswerNo {
    margin-left: -1px;
}

#InsuranceITCContainer .ITCAnswerYesSelected, #InsuranceITCContainer .ITCAnswerNoSelected, #InsuranceITCContainer .ITCAnswerConfirmSelected {
    background-color: #32B5BE;
    background-image: none;
    border: 1px solid #32B5BE;
    border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-shadow: none;
    z-index: 99999;
}

.InsuranceItemsSmallFont, .InsuranceItemsSmallFont p {
    line-height: 13px;
    font-size: 11px;
}

#InsuranceITCContainer .InsuranceITCQuestionContainer.InsuranceItemsSmallFont .LinkButton {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

/* 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: 530px;
}

.ReturnDeparturesSelectHeader, .ReturnDeparturesSelect {
    float: left;
    text-align: center;
    width: 25px;
}

/* Booking Terms */
.BookingTerms {
    border: 1px solid #e4e4e4;
    float: left;
    height: 500px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 703px;
} 

    .BookingTerms img {
        max-width: 683px!important;
    }
    
    .BookingTerms .dsl-table, .BookingTerms .dsl-table-noborder {
        width: 683px;
    }

/* Bookings - Register Page Overrides */
.RegisterContainer #PostcodeLookupResultsContainer {
    width: 493px;
}

/* Booking Summary */
.BookingSummaryBookingDepartures {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 713px;
}

.BookingSummaryJourneyNo {
    color: #0F1010;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.BookingSummarySection {
    border: solid 1px #e4e4e4;
    float: left;
    margin-bottom: 6px;
    padding: 8px 11px 10px 11px;
    width: 691px;
}

    .BookingSummarySection p, .BookingSummarySection label {
        line-height: 18px;
    }

.BookingSummaryPassengerName {
    color: #0F1010;
    clear: both;
    float: left;
    font-weight: 700;
    padding-bottom: 2px;
    width: 100%;
}

.BookingSummaryRow, .BookingSummaryGrandTotalIncDiscount {
    float: left;
    margin-top: 4px;
    width: 100%;
}

.BookingSummaryItemDescription {
    float: left;
    width: 571px;
}

.BookingSummaryItemPrice {
    float: left;
    text-align: right;
    width: 120px;
}

.BookingSummaryPassengerSubTotal .BookingSummaryRow .BookingSummaryItemDescription p {
    padding-right: 10px;
    text-align: right;
}

.BookingSummaryPassengerSubTotal .BookingSummaryItemPrice, .BookingSummaryItemPriceIncDiscount {
    border-top: 1px solid #e4e4e4;
}

.BookingSummaryPickupArrivalContainer {
    background-color: #f6f6f6;
    margin-top: 10px;
    padding: 8px 8px 8px 8px;
    width: 675px;
}

    .BookingSummaryPickupArrivalContainer .PickupTitle {
        float: left;
        width: 190px;
    }

    .BookingSummaryPickupArrivalContainer .PickupValue {
        float: left;
        width: 485px;
    }

.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: 150px;
    }

    .PaymentDetails .Field {
        width: 250px;
    }

    .PaymentDetails .FieldLabelValue {
        float: left;
        line-height: normal;
        margin-top: 3px;
    }

    .PaymentDetailsGiftContainer, .PaymentDetailsLoyaltyPointsContainer {
        float: left;
        margin-top: 5px;
        width: 100%;
    }

        .PaymentDetailsLoyaltyPoints {
            width: 200px;
        }

#PaymentDetailsCommandButtonBar {
    text-align: center;
}

/* Card Payment */
.CardPayment {
    margin-top: 10px;
}

.CardPaymentIFrameAuthorizeNet {
    height: 700px;
    width: 715px;
}

.CardPaymentIFrameWindcave {
    height: 820px;
    width: 715px;
}

.CardPaymentIFrame {
    height: 570px;
    width: 715px;
}

/* 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, .ConfirmationWebsite {
        }

    .PrintableConfirmation {
        margin-top: 15px;
    }

/* Tour Departure Summary */
.TourDepartureSummaryContainer {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px #E0E0E0;
    -webkit-box-shadow: 0px 2px 3px #E0E0E0;
    box-shadow: 0px 2px 3px #E0E0E0;
    float: left;
    margin-bottom: 25px;
    margin-top: 40px;
    overflow: hidden;
    padding: 5px 10px 10px 10px;
    width: 180px;
}

    .TourDepartureSummaryContainer legend {
        height: 0;
    }

    .TourDepartureSummaryHeader {
        color: #0F1010;
        font-size: 16px;
        font-weight: bold;
        margin-top: 8px;
        _margin-top: 0;
        text-align: center;
    }

    .TourDepartureSummaryLabel, #TourDepartureSummaryUpdatePassengersContainer {
        clear: both;
        float: left;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    .TourDepartureSummaryContainer .LabelHeader {
        clear: both;
        color: #0F1010;
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    #TourDepartureSummaryPassengersContainer a {
        cursor: pointer;
    }

/* Shared Tour Settings */
.DepartureNAMessage, .DepartureFullMessage {
    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;
}

/* Hide features on our demo website */
.DemoHide {
    display: none;
}
/* Default styling for jQuery Datepicker v5.1.1. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled { 
	color: #aaa; /* Disabled month fore colour*/
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}

.datepick-nav, .datepick-ctrl { 
	float: left;
	width: 100%;
	font-size: 90%;
	background-color: gray; /* Top bar background colour */
	height: 30px; 
	line-height: 30px; 
	color: White; 
	font-weight: bold; 
}
.datepick-ctrl { 
	background-color: gray; /* Bottom bar background colour */
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover { 
	background-color: #32B5BE; /* Next/Previous month selector background colour */
	color: White;
}
.datepick-ctrl .datepick-cmd:hover { 
	background-color: #32B5BE; /* Done button background colour */
	color: White;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 30px;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-today, .datepick-cmd-clear { display: none; }
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 250px;
	border: 0;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input { 
	height: 1.5em;
	background-color: white; /* Dropdown background colours */
	color: black;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.8em;
	border: none;
}
.DatePicker .datepick-month-header			 
{
	background-color: #eee; /* Month & Year Dropdowns surround background colour */
	height: 30px; 
	line-height: 30px; 
	color: White; 
	font-weight: bold; 
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a { 
	background-color: #777; /* Days of the Week background colour */
	color: #fff;
}
.datepick-month td { 
	background-color: #eee; /* Before today background colour */
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a { 
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee; /* After today background colour*/
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span { 
	color: #888; /* Before today fore colour */
}
.datepick-month td .datepick-other-month { 
	background-color: #fff; /* None days */
}
.datepick-month td .datepick-weekend { 
	background-color: #ddd; /* Weekends background colour */
}
.datepick-month td .datepick-today {
	background-color: #f0c0c0; /* Today highlight background colour */
}
.datepick-month td .datepick-highlight {
	background-color: #32B5BE; /* Current day hover background colour */
	color: White;
}
.datepick-month td .datepick-selected { 
	background-color: #777; /* The selected date background colour */
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

