.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border: 1px solid #aaa;
    background: #fff 50% 50% repeat-x;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    margin: 0 auto;
    padding: .2em;
    outline: 0;
    padding-left: 46px;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 21px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        /*padding: 0em!important;*/
        background: 0 0;
        background-color: #fff;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.dialogPositionConfirm {
    position: relative;
    margin: 0 auto;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: 400;
    }

        .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
            font-weight: 400;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: 400;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(images/animated-overlay.gif);
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}

.hide, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: 0;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: 0 0;
    }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

    .ui-widget .ui-widget {
        font-size: 12px;
    }

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
    }

.ui-widget-content, .ui-widget-content a {
    color: #54585a;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc 50% 50% repeat-x;
    color: #54585a;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #54585a;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 50% 50% repeat-x;
        font-weight: 400;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #999;
        background: #dadada 50% 50% repeat-x;
        font-weight: 400;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff 50% 50% repeat-x;
        font-weight: 400;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
            color: #cd0a0a;
        }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: 700;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: 400;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }


.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #333 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.carousel2 {
    width: 100%;
    height: 64px;
    white-space: nowrap;
    position: relative;
    background-color: black;
    margin-top: 4px;
}

.carousel {
    width: 532px;
    height: 40px;
    white-space: nowrap;
    position: relative;
}


.carousel-left {
    width: 18px;
    height: 38px;
    float: left;
    text-align: left;
}

.carousel-main {
    position: relative;
    width: 492px;
    height: 38px;
    float: left;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-right {
    width: 18px;
    height: 38px;
    float: left;
    text-align: right;
}


.carousel2 .carousel-left {
    width: 33px;
    height: 38px;
    float: left;
    text-align: left;
    padding-top: 9px;
    cursor: pointer;
    position: absolute;
    top: 5px;
}

.carousel-left2 {
    width: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 224px !important; /*Changed in issue fix for EM-436*/
    left: 20px;
    background-color: #444;
    padding: 5px;
    height: 41px;
}

.carousel-right2 {
    width: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 20px;
    float: right;
    background-color: #444;
    padding: 5px;
    bottom: 285px !important; /*Changed in issue fix for EM-436*/
}

.carousel2 .carousel-main {
    position: absolute;
    width: 923px;
    height: 48px;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 9px;
    left: 32px;
}

.carousel2 .carousel-right {
    width: 33px;
    height: 38px;
    float: left;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 3px;
}


.carousel-list img {
    width: 64px;
    height: 44px;
    border: solid #ccc 1px;
}

.carousel-list div {
    float: left;
    width: 57px;
    height: 38px;
    padding-right: 5px;
}

.carousel-list {
    position: relative;
    margin: 0;
    padding: 0;
    width: 3000px;
    height: 38px;
    white-space: nowrap;
}

.carousel2 .carousel-list img {
    width: 64px;
    height: 44px;
}

.carousel2 .carousel-list div {
    float: left;
    /* width: 57px;*/
    height: 48px;
    padding-right: 16px;
}


.carousel-popup.nearbyMap {
    display: none;
    width: 670px !important;
    height: 622px !important;
    padding: 10px 15px;
    margin: 0 auto;
    position: absolute !important;
    z-index: 999999;
    border: 1px solid #74be4c;
    background-color: #fff;
    webkit-border-radius: 8px;
    moz-border-radius: 8px;
    border-radius: 11px;
    -webkit-box-shadow: #ccc 2px 2px 6px;
    -moz-box-shadow: #ccc 2px 2px 6px;
    box-shadow: #333 2px 2px 6px;
    behavior: url(/css/PIE.htc);
    overflow: hidden !important;
    left: -84%;
}

    .carousel-popup.nearbyMap h2 {
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 18px;
        text-transform: none;
        font-weight: 400;
        padding: 0;
        margin: 5px 0 0;
    }

    .carousel-popup.nearbyMap .address {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #525859;
        line-height: 140%;
    }

    .carousel-popup.nearbyMap .close {
        height: 12px;
        width: 52px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 99999;
    }

    .carousel-popup.nearbyMap .select-room {
        position: absolute;
        right: 20px;
        top: 50px;
        width: 130px;
        height: 24px;
        z-index: 99999;
    }

    .carousel-popup.nearbyMap .main-pic {
        width: 515px;
        min-height: 365px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }

.align-left {
    text-align: left;
}

.carousel-popup.nearbyMap .main-pic img {
    width: 515px;
    min-height: 365px;
    border: solid #ccc 1px;
}

.carousel-popup.nearbyMap .caption-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #525859;
    text-align: left;
}

.carousel-popup.nearbyMap .caption-desc {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #525859;
    text-align: left;
}

.carousel-popup.nearbyMap .carousel-wrap {
    clear: both;
    width: 515px;
    height: 38px;
    margin: 10px auto;
    text-align: center;
}

.carousel-popup.nearbyMap .carousel {
    margin: 23px auto 15px;
}

.carousel-popup.nearbyMap .disclaimer {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #525859;
    margin: 0 0 15px;
}

.carousel-popup {
    display: none;
    width: 994px !important;
    height: 648px !important;
    padding: 0px;
    margin: 0 auto;
    position: relative !important;
    z-index: 999999;
    border: 1px solid;
    background-color: #fff;
    overflow: hidden !important;
    left: -360px;
    top: -52px;
}



    .carousel-popup h2 {
        color: white;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 18px;
        text-transform: none;
        font-weight: 400;
        padding: 0;
        margin: 5px 50px 0;
        padding: 0 .5em 0 .5em;
    }

    .carousel-popup .address {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        /*color: #525859;*/
        /*line-height: 140%;*/
        padding: .3em .8em;
        margin-left: 50px;
        color: rgba(0,0,0,0);
        height: 15px;
    }

    .carousel-popup .close {
        height: 12px;
        width: 52px;
        position: absolute;
        right: 65px;
        top: 20px;
        z-index: 99999;
    }

    .carousel-popup .select-room {
        position: absolute;
        right: 20px;
        top: 50px;
        width: 130px;
        height: 24px;
        z-index: 99999;
    }

    .carousel-popup .main-pic {
        width: 815px;
        /*min-height: 288px;*/ /*commented in issue fix for EM-436*/
        height: 493px; /*Added in issue fix for EM-436*/
        margin: 0 auto;
        margin-top: -51px;
        text-align: center;
    }

.align-left {
    text-align: left;
}

.carousel-popup .main-pic img {
    max-width: 815px;
    max-height: 480px;
}

.carousel-popup .caption-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #525859;
    text-align: left;
    margin-left: 62px;
}

.carousel-popup .caption-desc {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    /*color: #525859;*/
    color: white;
    text-align: left;
    margin-left: 62px;
    margin-top: 2px;
    height: 14px;
}

.carousel-popup .carousel-wrap {
    clear: both;
    width: 515px;
    height: 38px;
    margin: 10px auto;
    text-align: center;
}

.carousel-popup .carousel {
    margin: 23px auto 15px;
}

.carousel-popup .disclaimer {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: white;
    padding: 0.3em 0.7em 0 0.7em;
}

.carousel-popup2 {
    display: none;
    width: 670px !important;
    height: 500px;
    padding: 10px 15px;
    margin: 0 auto;
    position: relative !important;
    z-index: 999999;
    border: 1px solid;
    /*border: 1px solid #add795;*/
    background-color: #fff;
    /*webkit-border-radius: 8px;
    moz-border-radius: 8px;
    border-radius: 11px;
    -webkit-box-shadow: #ccc 2px 2px 6px;
    -moz-box-shadow: #ccc 2px 2px 6px;
    box-shadow: #333 2px 2px 6px;
    behavior: url(/css/PIE.htc);*/
    overflow: hidden !important;
}

.carousel-popup-container {
    position: relative;
    width: 2px;
    height: 2px;
}

.carousel-popup2 h2 {
    color: white;
    /*color: #473729;*/
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 0;
}

.carousel-popup2 .address {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: white;
    line-height: 140%;
}

.carousel-popup2 .close {
    height: 12px;
    width: 52px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
}

.carousel-popup2 .select-room {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 130px;
    height: 24px;
    z-index: 99999;
}

.carousel-popup2 .main-pic {
    width: 815px;
    min-height: 480px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

    .carousel-popup2 .main-pic img {
        width: 815px;
        min-height: 480px;
        border: solid #ccc 1px;
    }

.carousel-popup .caption-text, .carousel-popup2 .caption-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #525859;
    text-align: left;
}

.carousel-popup .caption-text, .carousel-popup2 .caption-text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #525859;
    text-align: left;
}

.carousel-popup2 .carousel {
    margin: 23px auto 15px;
}

.carousel-popup2 .disclaimer {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: white;
    /*color: #525859;*/
    margin: 0 0 15px;
}

.carousel-popup2 .carousel-wrap {
    clear: both;
    width: 515px;
    height: 38px;
    margin: 10px auto;
    text-align: center;
}

.carousel-popup2 .carousel-main {
    position: relative;
    width: 492px;
    height: 40px;
    float: left;
    overflow: hidden;
    margin: 0 auto;
}


.carousel-main2 {
    position: relative;
    width: 492px;
    height: 38px;
    float: left;
    overflow: hidden;
}

.carousel-list2 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 38px;
    white-space: nowrap;
}

    .carousel-list2 img {
        width: 64px;
        height: 44px;
        border: solid #ccc 1px;
    }

    .carousel-list2 div {
        float: left;
        width: 57px;
        height: 38px;
        padding-right: 5px;
    }

.ui-dialogB {
    padding: 0 !important;
    top: 95px !important;
}

.ui-dialogB-content, .ui-widgetB-content {
    border: medium none !important;
    background-color: #fff !important;
}

.ui-dialog-titlebar, .ui-dialogB-titlebar {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    display: none;
}

.ui-front {
    z-index: 1000000 !important;
}

.ui-dialogB .ui-dialogB-content {
    border: 1px solid #add795 !important;
    background-color: #fff !important;
}

.ui-widgetB-overlay {
    opacity: .3 !important;
}

.modal-popup {
    display: none;
    width: 426px;
    height: auto;
    padding: 10px 15px;
    z-index: 999999;
    border: 1px solid #add795;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 11px;
    -webkit-box-shadow: #ccc 2px 2px 6px;
    -moz-box-shadow: #ccc 2px 2px 6px;
    box-shadow: #333 2px 2px 6px;
    behavior: url(css/PIE.htc);
    overflow: hidden !important;
}

.modal-popup-GR {
    display: none;
    width: 426px;
    height: auto;
    padding: 10px 15px;
    position: relative;
    float: center;
    margin-left: 220px;
    z-index: 999999;
    border: 1px solid #add795;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 11px;
    -webkit-box-shadow: #ccc 2px 2px 6px;
    -moz-box-shadow: #ccc 2px 2px 6px;
    box-shadow: #333 2px 2px 6px;
    behavior: url(css/PIE.htc);
    overflow: hidden !important;
}

.modal-popup-container {
    position: relative;
    width: 2px;
    height: 2px;
}

.modal-popup .close {
    height: 12px;
    width: 52px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
}

.loginPop {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

    .loginPop h3 {
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        color: #74be4c;
        font-size: 16px;
    }

    .loginPop .modal-popup {
        display: block;
        width: 210px;
        height: auto;
        padding: 10px 15px;
        position: absolute;
        z-index: 999999;
        border: 1px solid #add795;
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 11px;
        -webkit-box-shadow: #ccc 2px 2px 6px;
        -moz-box-shadow: #ccc 2px 2px 6px;
        box-shadow: #333 2px 2px 6px;
        behavior: url(css/PIE.htc);
        overflow: hidden !important;
    }

.content-modal {
    padding-bottom: 10px;
}

    .content-modal .mobile {
        width: 380px;
        margin: 0 auto;
    }

        .content-modal .mobile input[type=text] {
            width: 214px;
        }

    .content-modal p.send {
        width: 56px;
        text-align: center;
    }

    .content-modal div.requiredForward {
        width: 380px;
        text-align: right;
        color: #54585a;
        margin: 14px 0 6px 20px;
        border-bottom: solid #eae5e0 1px;
    }

    .content-modal .forward {
        margin-left: 20px;
    }

        .content-modal .forward input[type=text] {
            width: 420px;
        }

.dialogRD {
    width: auto;
    background: #fff;
    padding: 10px !important;
}

    .dialogRD h3 {
        margin: 0 0 10px;
        padding: 0;
    }

    .dialogRD .image {
        float: left;
        width: 186px;
    }

        .dialogRD .image img {
            width: 176px;
            height: 161px;
        }

    .dialogRD .copy {
        float: left;
        width: 210px;
        height: 158px;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 11px;
        padding: 0 0 10px;
    }

.modal-popup .closeRD {
    height: 12px;
    width: 52px;
    position: absolute;
    right: 16px;
    top: 20px;
    z-index: 99999;
}

#guestReferal {
    border-style: none none dotted;
    border-color: silver;
}

.dialogGR {
    width: 572px;
    height: 500px;
    margin-left: 530px;
}

    .dialogGR .grpTC {
        float: left;
        width: 538px;
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 12px;
        margin-bottom: 31px;
        margin-left: 15px;
        margin-top: 7px;
    }

    .dialogGR .closeGR {
        position: relative;
        width: 10px;
        float: right;
    }

.dialog_linkRD {
    position: relative;
    float: left;
    text-align: center;
    width: 710px;
    padding-left: 15px;
}

.dialogGR h1 {
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 17px;
    padding-bottom: 10px;
    margin-left: 15px;
    border-style: none none dotted;
    border-color: silver;
    width: 524px;
}

.dialogGR h2 {
    padding-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: #74be4c;
    font-size: 12px;
    font-weight: 700;
    margin-top: -9px;
    margin-left: 15px;
}

a img {
    border: 0;
}

.dialogFP {
    width: 420px;
}

    .dialogFP h3 {
        margin: 0 0 10px;
        padding: 0;
        text-transform: lowercase;
    }

    .dialogFP .image {
        float: left;
        width: 186px;
    }

    .dialogFP .copy {
        float: left;
        width: 220px;
        height: 160px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 11px;
        padding: 0 10px 10px 0;
    }

.modal-popup .closeFP {
    height: 12px;
    width: 52px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
}

html {
    height: 100%;
}

#eshOffers {
    background-color: #27415a;
    color: #ddd;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    position: absolute;
    height: auto;
    width: 100%;
    padding: 15px;
}

    #eshOffers h2 {
        color: #ffbe00;
        font-size: 24px;
        font-weight: 400;
        margin: 2px 30px;
        padding: 0;
    }

    #eshOffers h3 {
        border-bottom: 1px solid #3d5376;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin: 4px 30px;
        padding-bottom: 12px;
        width: 560px;
    }

    #eshOffers h4 {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.4;
        margin: 14px 30px 20px;
    }

h1.eshOffersLogo {
    background: transparent url(../images/eshOffers/logo-esh.jpg) no-repeat scroll 0 0;
    color: #072e59;
    display: block;
    font-size: 150%;
    height: 70px;
    overflow: hidden;
    text-indent: -9999em;
    width: 630px;
    border: 0;
    margin: 0;
    padding: 0;
}

.eshOffersWrap {
    background: #27415a none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 10px 10px 4px;
    margin: 0 auto;
    width: 630px;
}

img.eshOffersButtons {
    margin: 20px 27px 15px;
    width: 576px;
}

img.eshOffersLogoBrands {
    margin: 0 0 -4px;
    background-color: #fff;
}

p.eshOffersInfo {
    color: #aab4bd;
    font-size: .9em;
    line-height: 1.3;
    margin: 7px auto;
    padding-bottom: 15px;
    width: 600px;
}

    p.eshOffersInfo a {
        color: #aab4bd;
    }

        p.eshOffersInfo a:hover {
            color: #fff;
        }

@font-face {
    font-family: open_sansregular;
    src: url(fontsESH/opensans-regular-webfont.eot);
    src: url(fontsESH/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-regular-webfont.woff) format('woff'),url(fontsESH/opensans-regular-webfont.ttf) format('truetype'),url(fontsESH/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sansbold;
    src: url(fontsESH/opensans-bold-webfont.eot);
    src: url(fontsESH/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-bold-webfont.woff) format('woff'),url(fontsESH/opensans-bold-webfont.ttf) format('truetype'),url(fontsESH/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sansbold_italic;
    src: url(fontsESH/opensans-bolditalic-webfont.eot);
    src: url(fontsESH/opensans-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-bolditalic-webfont.woff) format('woff'),url(fontsESH/opensans-bolditalic-webfont.ttf) format('truetype'),url(fontsESH/opensans-bolditalic-webfont.svg#open_sansbold_italic) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_extraboldregular;
    src: url(fontsESH/opensans-extrabold-webfont.eot);
    src: url(fontsESH/opensans-extrabold-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-extrabold-webfont.woff) format('woff'),url(fontsESH/opensans-extrabold-webfont.ttf) format('truetype'),url(fontsESH/opensans-extrabold-webfont.svg#open_sans_extraboldregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_extrabolditalic;
    src: url(fontsESH/opensans-extrabolditalic-webfont.eot);
    src: url(fontsESH/opensans-extrabolditalic-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-extrabolditalic-webfont.woff) format('woff'),url(fontsESH/opensans-extrabolditalic-webfont.ttf) format('truetype'),url(fontsESH/opensans-extrabolditalic-webfont.svg#open_sans_extrabolditalic) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sansitalic;
    src: url(fontsESH/opensans-italic-webfont.eot);
    src: url(fontsESH/opensans-italic-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-italic-webfont.woff) format('woff'),url(fontsESH/opensans-italic-webfont.ttf) format('truetype'),url(fontsESH/opensans-italic-webfont.svg#open_sansitalic) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_lightregular;
    src: url(fontsESH/opensans-light-webfont.eot);
    src: url(fontsESH/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-light-webfont.woff) format('woff'),url(fontsESH/opensans-light-webfont.ttf) format('truetype'),url(fontsESH/opensans-light-webfont.svg#open_sans_lightregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_lightitalic;
    src: url(fontsESH/opensans-lightitalic-webfont.eot);
    src: url(fontsESH/opensans-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-lightitalic-webfont.woff) format('woff'),url(fontsESH/opensans-lightitalic-webfont.ttf) format('truetype'),url(fontsESH/opensans-lightitalic-webfont.svg#open_sans_lightitalic) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_semiboldregular;
    src: url(fontsESH/opensans-semibold-webfont.eot);
    src: url(fontsESH/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-semibold-webfont.woff) format('woff'),url(fontsESH/opensans-semibold-webfont.ttf) format('truetype'),url(fontsESH/opensans-semibold-webfont.svg#open_sans_semiboldregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans_semibolditalic;
    src: url(fontsESH/opensans-semibolditalic-webfont.eot);
    src: url(fontsESH/opensans-semibolditalic-webfont.eot?#iefix) format('embedded-opentype'),url(fontsESH/opensans-semibolditalic-webfont.woff) format('woff'),url(fontsESH/opensans-semibolditalic-webfont.ttf) format('truetype'),url(fontsESH/opensans-semibolditalic-webfont.svg#open_sans_semibolditalic) format('svg');
    font-weight: 400;
    font-style: normal;
}

@charset "utf-8";

body {
    width: 100%;
    min-width: 1160px;
    background-color: #fff;
    border-top: solid #74be4c 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #54585a;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #473729;
}

h2 {
    color: #473729;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    color: #54585a;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    text-transform: normal;
}

h4 {
    font-weight: 700;
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #54585a;
    outline: 0;
}

#divRepeaterCenter a, #divRepeaterLeft a, #divRepeaterRight a {
    color: #74be4c;
}

a:active, a:hover {
    cursor: pointer;
    color: #74be4c;
}

:focus, input:focus, textarea:focus {
    outline: 0;
    outline: 0;
}

input {
    color: #666;
    font-family: inherit;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding-left: 4px;
    border: solid #ccc 1px;
    outline: 0;
}

    input[type=checkbox] {
        display: inline-block;
        width: 19px;
        height: 19px;
        position: relative;
        top: 4px;
        outline: 0;
        border: 0;
    }

    input[type=radio] {
        position: relative;
        top: 4px;
        padding: 0 4px 0 0;
        outline: 0;
        border: 0;
    }

    input[type=image] {
        border: 0;
        border: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        outline: 0;
    }

select {
    color: #666;
    font-family: inherit;
    font-size: 12px;
    height: 24px;
    padding-top: 2px;
    border: solid #ccc 1px;
}

.containerWrap {
    position: relative;
    width: 100%;
}

.containerTopWrap {
    border-bottom: 3px solid #74be4c;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.containerHeader {
    display: block;
    width: 1160px;
    height: auto;
    margin: 0 auto;
}

.containerHome {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    z-index: 1;
}

.headerLeft {
    float: left;
    width: 208px;
    padding: 12px 0 27px;
    margin-left: 100px;
}

.headerRight {
    float: right;
    margin: 15px 82px 0 0;
}

.headerRightLinks {
    height: 24px;
    padding: 0;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
    line-height: 18px;
}

    .headerRightLinks a:link, .headerRightLinks a:visited {
        font-size: 14px;
        /*background: url(/images/arrow-gr.gif) no-repeat scroll 0 3px transparent;*/
        margin-left: 24px;
        padding-left: 12px;
        text-decoration: none;
    }

    .headerRightLinks a:active, .headerRightLinks a:hover {
        text-decoration: underline;
    }

    .headerRightLinks .logInPanel a:link, .headerRightLinks a:visited {
        background: 0 0;
    }

    .headerRightLinks .logInPanel {
        height: auto;
        width: 200px;
        font-size: 11px;
        text-align: left;
        display: block;
        position: relative;
        z-index: 9999999;
        margin: 0 0 0 -200px;
        padding: 10px 15px;
        background-color: #fff;
        border: 1px solid #add795;
        border-radius: 11px;
        box-shadow: 2px 2px 6px #333;
    }

        .headerRightLinks .logInPanel div.close {
            text-align: right;
            width: 200px;
            padding-bottom: 5px;
        }

        .headerRightLinks .logInPanel h3 {
            text-align: left;
            width: 200px;
            font-size: 14px;
        }

}

.headerRightLinks .logInPanel input {
    width: 120px;
}

.headerRightPhone {
    float: right;
    height: 16px;
    font-size: 16px;
    margin-top: 10px;
}

    .headerRightPhone div {
        float: right;
        line-height: 16px;
        margin-top: 10px;
    }

        .headerRightPhone div span {
            font-size: 16px;
        }

.headerSiteName {
    float: right;
    margin-right: 30px;
    margin-top: 19px;
}

.topNav {
    display: block;
    position: relative;
    width: 1160px;
    margin: 0 auto;
    height: 36px;
}

    .topNav img {
        display: block;
    }

    .topNav ul {
        margin: 0 0 0 100px;
        padding: 0;
    }

        .topNav ul li {
            display: inline;
            float: left;
            font-size: 17px;
            list-style-type: none;
            margin: 3px 0 0;
            padding: 0;
        }

            .topNav ul li img {
                padding: 0 8px;
            }

            .topNav ul li a:link.current {
                color: #74be4c;
            }

            .topNav ul li a:link, .topNav ul li a:visited {
                color: #473729;
                font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
                font-weight: 400;
                display: block;
                font-size: 16px;
                height: 34px;
                line-height: 36px;
                padding: 0;
                text-decoration: none;
                text-transform: lowercase;
                cursor: pointer;
            }
            
            .topNav ul li a:active, .topNav ul li a:hover {
                color: #74be4c;
            }

            .topNav ul li.findReserve {
                display: block;
                /*width: 221px;
                height: 34px;*/
                margin-top: 3px;
                line-height: 34px;
                font-family: open_sansbold,Arial,Helvetica,sans-serif;
                font-weight: 400;
                font-size: 18px;
                letter-spacing: 1px;
                text-transform: lowercase;
                text-align: center;
                color: #fff;
                -webkit-box-shadow: #ccc 0 -2px 4px;
                -moz-box-shadow: #ccc 0 -2px 4px;
                box-shadow: #ccc 0 -2px 6px;
                behavior: url(/css/PIE.htc);
                /*background: url(../images/bg-find-reserve.gif) no-repeat 0 0;*/
            }

            .topNav ul li.findReserveSummary {
                display: block;
                background-color: transparent;
                width: 221px;
                height: 34px;
                margin-top: 3px;
                line-height: 34px;
                font-family: open_sansbold,Arial,Helvetica,sans-serif;
                font-weight: 400;
                font-size: 18px;
                letter-spacing: 1px;
                text-transform: lowercase;
                text-align: center;
                color: #fff;
            }

            .topNav ul li.first {
                padding-left: 8px;
            }

.search-container {
    display: block;
    position: absolute;
    top: 0;
    left: 100px;
    width: 195px;
    height: auto;
    z-index: 8010;
    color: #666;
    padding: 12px 10px 0 12px;
    border-right: solid #add795 1px;
    border-bottom: solid #add795 1px;
    border-left: solid #add795 1px;
    background-color: transparent;
    background-image: url(../images/bg.png);
    behavior: url(/css/PIE.htc);
}

    .search-container a {
        font-size: 10px;
        text-decoration: underline;
        text-transform: lowercase;
    }

        .search-container a.trip-planner {
            position: relative;
            margin: 5px 0 0 2px;
        }

    .search-container .find-hotels input {
        width: auto;
    }

    .search-container input {
        width: 182px;
    }

    .search-container select {
        width: 190px;
    }

    .search-container label {
        margin: 0;
        padding: 0 0 2px 2px;
        text-transform: lowercase;
    }

    .search-container div.spacer {
        height: 12px;
        clear: both;
    }

.search-destination .help-bubble {
    background: transparent url(../images/search-help.gif) no-repeat 0 0;
}

.select-date {
    width: 190px;
    margin: 10px 0;
}

    .select-date input {
        background: #fff url(../images/bg-icn-calendar.gif) no-repeat 0 0;
        width: 80px;
    }

    .select-date .check-in {
        float: left;
        width: 102px;
        cursor: pointer;
        z-index: 99;
        margin-bottom: 10px;
    }

    .select-date .check-out {
        float: left;
        width: 88px;
        cursor: pointer;
        z-index: 99;
        margin-bottom: 10px;
    }

.res-details {
    width: 190px;
}

    .res-details select {
        width: 59px;
    }

    .res-details div.rooms {
        float: left;
        width: 66px;
    }

    .res-details div.adults {
        float: left;
        width: 65px;
    }

    .res-details div.kids {
        float: right;
        width: 65px;
    }

.special-rates {
    margin-top: 10px;
}

.additional-details {
    width: 196px;
    text-align: center;
    margin-top: 2px;
}

    .additional-details a {
        vertical-align: bottom;
        border: 0;
    }

.find-hotels, find-hotels-getRates {
    width: 190px;
    height: 29px;
    text-align: center;
    margin: 12px 0;
}

    .find-hotels input.btn, find-hotels-getRates input.btn {
        width: 130px;
        height: 29px;
        border: 0;
        padding: 0;
    }

#help-bubble {
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 190px;
    z-index: 99999;
}

#promo-code {
    visibility: hidden;
    display: none;
}

.footer {
    width: 100%;
    border-top: solid #c5b9ac 3px;
}

.footerLinks {
    width: 950px;
    color: #54585a;
    text-transform: none;
    line-height: 22px;
    margin: 0 auto;
    padding: 10px 0;
}

    .footerLinks .row1 ul {
        float: left;
        width: 950px;
        list-style-type: none;
        padding: 0;
    }

    .footerLinks .row1 li {
        float: left;
        padding: 0;
        margin: 0;
    }

    .footerLinks div {
        float: left;
    }

        .footerLinks div.security {
            float: right;
            width: auto;
        }

        .footerLinks div.copyright {
            float: right;
            margin-top: -14px;
        }

    .footerLinks a:link, .footerLinks a:visited {
        color: #74b34c;
        text-decoration: none;
    }

    .footerLinks a:active, .footerLinks a:hover {
        color: #54585a;
        text-decoration: underline;
    }

.searchCopy {
    font-size: 11px;
    width: 940px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 10px 12px 0 0;
    line-height: 14px;
}

    .searchCopy h1 {
        display: inline;
        font-size: 11px;
        color: #666;
        margin: 0;
        padding: 0;
    }

.errorMessage {
    font-size: 11px;
    color: red;
    text-transform: none;
    font-weight: 700;
}

.clearDiv {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    font-size: 1px;
    height: 1px;
}

.clearBoth {
    clear: both;
}

.redNone {
    color: red;
    display: none;
}

.green {
    color: #74be4c;
}

.yui-calcontainer {
    position: relative;
    float: left;
    _overflow: hidden;
}

    .yui-calcontainer iframe {
        position: absolute;
        border: 0;
        margin: 0;
        padding: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .yui-calcontainer iframe.fixedsize {
            width: 50em;
            height: 50em;
            top: -1px;
            left: -1px;
        }

    .yui-calcontainer.multi .groupcal {
        z-index: 1;
        float: left;
        position: relative;
    }

    .yui-calcontainer .title {
        position: relative;
        z-index: 1;
    }

    .yui-calcontainer .close-icon {
        position: absolute;
        z-index: 1;
        text-indent: -10000em;
        overflow: hidden;
    }

.yui-calendar {
    position: relative;
}

    .yui-calendar .calnavleft, .yui-calendar .calnavright {
        position: absolute;
        z-index: 1;
        text-indent: -10000em;
        overflow: hidden;
        visibility: hidden;
    }

    .yui-calendar .calheader {
        position: relative;
        width: 100%;
        text-align: center;
    }

.yui-calcontainer .yui-cal-nav-mask {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    _width: 0;
    _height: 0;
    left: 0;
    top: 0;
    display: none;
}

.yui-calcontainer .yui-cal-nav {
    position: absolute;
    z-index: 3;
    top: 0;
    display: none;
}

    .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
        display: -moz-inline-box;
        display: inline-block;
    }

        .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
            display: block;
            *display: inline-block;
            *overflow: visible;
            border: 0;
            background-color: transparent;
        }

.yui-calendar .calbody a:hover {
    background: inherit;
}

p#clear {
    clear: left;
    padding-top: 10px;
}

.yui-skin-sam .yui-calcontainer.multi .groupcal {
    padding: 0 5px 10px;
    margin: 0;
}

.calTitleDiv {
    float: left;
    text-align: center;
    width: 350px;
    height: 27px;
}

.yui-skin-sam .yui-calcontainer .title {
    background: url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    font: 100% sans-serif;
    color: #000;
    font-weight: 700;
}

.yui-skin-sam .yui-calcontainer.multi .title {
    margin: 0 -5px 0 -5px;
}

.yui-skin-sam .yui-calcontainer.withtitle {
    padding-top: 0;
}

.yui-skin-sam .yui-calcontainer .calclose {
    background: url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;
    width: 25px;
    height: 15px;
    top: .4em;
    right: .4em;
}

.yui-skin-sam .yui-calendar {
    border-spacing: 0;
    border-collapse: collapse;
    font: 100% sans-serif;
    text-align: center;
    margin: 0;
}

    .yui-skin-sam .yui-calendar .calheader {
        background: 0 0;
        font-size: 12px;
        font-weight: 700;
        margin-top: -2px;
        padding: 0 0 .6em;
        text-align: center;
    }

        .yui-skin-sam .yui-calendar .calheader img {
            border: 0;
        }

    .yui-skin-sam .yui-calendar .calnavleft {
        width: 25px;
        height: 15px;
        top: 0;
        bottom: 0;
        left: -10px;
        margin-left: .4em;
    }

    .yui-skin-sam .yui-calendar .calnavright {
        width: 25px;
        height: 15px;
        top: 0;
        bottom: 0;
        right: -10px;
        margin-right: .4em;
    }

    .yui-skin-sam .yui-calendar .calweekdayrow {
        height: 2em;
        font-size: 12px;
    }

        .yui-skin-sam .yui-calendar .calweekdayrow th {
            padding: 0;
            border: 0;
        }

    .yui-skin-sam .yui-calendar .calweekdaycell {
        color: #000;
        font-weight: 700;
        text-align: center;
        width: 2em;
    }

    .yui-skin-sam .yui-calendar .calfoot {
        background-color: #f2f2f2;
    }

    .yui-skin-sam .yui-calendar .calrowfoot, .yui-skin-sam .yui-calendar .calrowhead {
        color: #a6a6a6;
        font-size: 85%;
        font-style: normal;
        font-weight: 400;
        border: 0;
    }

    .yui-skin-sam .yui-calendar .calrowhead {
        text-align: right;
        padding: 0 2px 0 0;
    }

    .yui-skin-sam .yui-calendar .calrowfoot {
        text-align: left;
        padding: 0 0 0 2px;
    }

    .yui-skin-sam .yui-calendar td.calcell.today a {
        background-color: #fff;
    }

    .yui-skin-sam .yui-calendar td.calcell.selected {
        background-color: #ffc10a;
        color: #000 !important;
    }

    .yui-skin-sam .yui-calendar td.calcell.calcellhover, .yui-skin-sam .yui-calendar td.calcell.calcellhover a {
        background-color: #426fd9;
        color: #fff;
    }

    .yui-skin-sam .yui-calendar td.calcell.previous {
        color: #ccc;
    }

    .yui-skin-sam .yui-calendar td.calcell.restricted {
        text-decoration: line-through;
    }

    .yui-skin-sam .yui-calendar td.calcell.highlight2 {
        background-color: #9cf;
    }

    .yui-skin-sam .yui-calendar td.calcell.highlight3 {
        background-color: #fcc;
    }

    .yui-skin-sam .yui-calendar td.calcell.highlight4 {
        background-color: #cf9;
    }

    .yui-skin-sam .yui-calendar a.calnav {
        border: 1px solid #f2f2f2;
        padding: 0 4px;
        text-decoration: none;
        color: #000;
        zoom: 1;
    }

        .yui-skin-sam .yui-calendar a.calnav:hover {
            background: url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 0;
            border-color: #a0a0a0;
        }

.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
    background-color: #000;
    opacity: .25;
    filter: alpha(opacity=25);
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 93%;
    border: 1px solid gray;
    left: 50%;
    margin-left: -7em;
    width: 14em;
    padding: 0;
    top: 2.5em;
    background-color: #f2f2f2;
}

.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav {
    top: 4.5em;
}

.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav {
    width: 16em;
    margin-left: -8em;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-b, .yui-skin-sam .yui-calcontainer .yui-cal-nav-m, .yui-skin-sam .yui-calcontainer .yui-cal-nav-y {
    padding: 5px 10px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
    text-align: center;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-e {
    margin-top: 5px;
    padding: 5px;
    background-color: #edf5ff;
    border-top: 1px solid #000;
    display: none;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav label {
    display: block;
    font-weight: 700;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc {
    width: 100%;
    _width: auto;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
    background-color: #ffee69;
    border: 1px solid #000;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc {
    width: 4em;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
    border: 1px solid gray;
    background: url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 0;
    background-color: #ccc;
    margin: auto .15em;
}

    .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
        padding: 0 8px;
        font-size: 93%;
        line-height: 2;
        *line-height: 1.7;
        min-height: 2em;
        *min-height: auto;
        color: #000;
    }

    .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
        border: 1px solid #304369;
        background: url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 -1400px;
    }

        .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
            color: #fff;
        }

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #ffc10a;
    color: #000;
}

.yui-skin-sam .yui-calcontainer.multi .groupcal.first-of-type {
    background: transparent url(../Images/cal_arrow_none.gif) no-repeat 0 0;
    float: left;
}

.yui-skin-sam .yui-calcontainer.multi .groupcal.last-of-type, .yui-skin-sam .yui-calcontainer.multi .groupcal.past {
    background: transparent url(../Images/cal_arrow_none.gif) no-repeat right top;
    float: right;
}

.yui-skin-sam .yui-calcontainer {
    background-color: #fff;
    border: 0 solid gray;
    padding: 10px;
}

    .yui-skin-sam .yui-calcontainer.multi {
        padding: 0 5px;
    }

.yui-skin-sam {
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    width: 380px;
    visibility: hidden;
    text-align: center;
    z-index: 9999;
    font-size: 11px !important;
    padding-bottom: 4px;
}

    .yui-skin-sam a {
        text-align: center;
    }

    .yui-skin-sam .Title {
        font-family: Univers,"Trebuchet MS",Trebuchet,verdana,tahoma,helvetica;
        font-size: 15px;
        font-weight: 700;
        line-height: 26px;
    }

    .yui-skin-sam .yui-calendar td.calcell {
        background: #fff none repeat scroll 0 0;
        border: 0 solid #ccc;
        height: 1.4em;
        line-height: 1.4em;
        padding: 1px;
        text-align: center;
        white-space: nowrap;
    }

        .yui-skin-sam .yui-calendar td.calcell.oom {
            background-color: #fff;
            color: #fff;
            cursor: default;
        }

    .yui-skin-sam .yui-calcontainer.multi .groupcal {
        background-color: transparent;
        border: 1px solid gray;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .yui-skin-sam .yui-calendar td.calcell a {
        color: #444;
        display: block;
        height: 100%;
        text-decoration: none;
    }

    .yui-skin-sam .yui-calendar .calhead {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #000;
        padding: 2px;
        vertical-align: middle;
    }

    .yui-skin-sam .yui-calendar td.calcell.highlight1 {
        background-color: #ffd65d;
    }

.getRatesPanel {
    position: relative;
    z-index: 99999;
}

.forgotSubHeader {
    font-weight: bolder;
    font-size: 16px;
    padding: 0 0 8px;
    margin: 0;
}

.calnavleft2 {
    position: relative;
    float: left;
    z-index: 1000;
    width: 25px;
    top: 28px;
    margin-left: 14px;
    _top: 43px;
}

@-moz-document url-prefix() {
    .calnavleft2;

{
    top: 28px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .calnavleft2 {
        top: 28px;
    }
}

.calnavright2 {
    position: relative;
    float: right;
    z-index: 1000;
    width: 25px;
    margin-right: -10px;
    #top:2px;
    _top: 17px;
}

.calnavright2, x:-moz-any-link {
    top: 2px;
}

BODY:nth-of-type(1) .calnavright2 {
    top: 28px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .calnavright2 {
        top: 28px;
    }
}

@charset "utf-8";

.subPageContent {
    width: 1160px;
    border: 0;
    padding: 0;
    margin: 0 auto 46px;
}

    .subPageContent h1 {
        font-size: 24px;
        margin: 0 0 10px;
        padding: 0 0 5px;
        border-bottom: solid #eae5e0 1px;
    }

        .subPageContent h1 span.required, .subPageContent h2 span.required {
            float: right;
            color: #54585a;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: 400;
            margin-top: 22px;
        }

    .subPageContent h2.h1-like {
        font-size: 24px;
        margin: 0 0 10px;
        padding: 0 0 5px;
        border-bottom: solid #eae5e0 1px;
        text-transform: none;
    }

    .subPageContent h2.h1-likeNoLine {
        font-size: 24px;
        margin: 10px 0;
        padding: 0 0 5px;
        border-bottom: 0;
        text-transform: none;
    }

    .subPageContent h2.h1-like span.smaller {
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
    }

    .subPageContent h2.-like span {
        float: right;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        margin-top: 22px;
    }

    .subPageContent h2.subHeader {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #54585a;
        margin: 10px 0;
        padding: 0;
        text-transform: none;
    }

    .subPageContent h2.h4-like {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #54585a;
        margin: 0 0 -10px 0;
        padding: 0;
        text-transform: none;
    }

    .subPageContent h2.alternate {
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 0 5px;
        border-bottom: 0;
        text-transform: none;
    }

        .subPageContent h2.alternate span.smaller {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-transform: none;
        }

            .subPageContent h2.alternate span.smaller a {
                font-family: Arial,Helvetica,sans-serif;
                font-size: 14px;
                font-weight: 400;
                text-transform: underline;
            }

    .subPageContent h3.paragraphHeader {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: #54585a;
        margin: 10px 0;
        padding: 0;
        text-transform: none;
    }

    .subPageContent h5 {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

.sub2ColLeft {
    float: left;
    width: 220px;
    margin-left: 100px; /* margin-right:62px */
    margin-bottom: 20px;
}

.sub2ColRight {
    position: relative;
    float: left;
    width: 710px;
    padding: 20px 0 0 16px;
    z-index: 1;
}

.subColWholeWidth {
    float: left;
    margin-left: 325px;
    margin-bottom: 20px;
}

    .sub2ColRight div.textMessages {
        text-align: center;
        horiz-align: center;
    }

    .sub2ColRight div.discountText {
        font-size: 14px;
    }

    .sub2ColRight div.discountTextSR {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sub2ColRight .booking .header {
        float: left;
        width: 710px;
        font-size: 18px;
        color: #74be4c;
        display: inline;
        border-bottom: solid #eae5e0 1px;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }

    .sub2ColRight .booking .h1 {
        float: left;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        color: #473729;
        font-size: 16px;
        text-transform: none;
    }

        .sub2ColRight .booking .h1 h1 {
            font-size: 18px;
            color: #74be4c;
            display: inline;
            margin: 0;
            padding: 0;
            border: 0;
        }

        .sub2ColRight .booking .h1 h2 {
            font-size: 18px;
            color: #74be4c;
            display: inline;
            margin: 0;
            padding: 0;
            border: 0;
            text-transform: none;
        }

    .sub2ColRight .booking .resultsWithin {
        float: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #54585a;
        padding: 4px 0 0 4px;
    }

    .sub2ColRight .booking span.sortBy {
        color: #54585a;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        float: right;
        display: inline;
    }

    .sub2ColRight .booking div.sortBy select {
        height: auto;
    }

    .sub2ColRight ul {
        padding-left: 20px;
        margin-left: 0;
    }

    .sub2ColRight .search-container .find-hotels-getRates {
        text-align: center;
        padding: 6px 0;
    }

    .sub2ColRight .confirmation .colLeft {
        float: left;
        width: 480px;
    }

.search-containerSub .confirmation .colLeft .header-details p {
    margin: 8px 0;
    padding: 0;
}

.sub2ColRight .confirmation .colLeft ul {
    width: 460px;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    line-height: 16px;
}

.sub2ColRight .search-container {
    display: block;
    position: absolute;
    top: 140px;
    left: 508px;
    width: 198px;
    height: auto;
    line-height: normal;
    z-index: 8010;
    color: #666;
    margin: -44px 0 0 30px;
    padding: 0 20px 5px;
    border: solid #add795 1px;
    background-color: transparent;
    background-image: url(/images/bg.png);
    behavior: url(/css/PIE.htc);
}

    .sub2ColRight .search-container .close {
        float: right;
        margin-top: 6px;
    }

    .sub2ColRight .search-container .res-details {
        width: 200px;
    }

        .sub2ColRight .search-container .res-details div.adults, .sub2ColRight .search-container .res-details div.rooms {
            width: 68px;
            float: left;
        }

        .sub2ColRight .search-container .res-details div.children {
            width: 62px;
            float: left;
        }

    .sub2ColRight .search-container .special-rates {
        clear: both;
        padding-top: 10px;
    }

    .sub2ColRight .search-container input[type=image] {
        width: 134px;
        height: 28px;
    }

    .sub2ColRight .search-container .additional {
        padding: 10px 0 5px;
    }

.sub2ColRight .confirmation .colLeft .resSummary ul {
    padding-bottom: 0;
}

.sub2ColRight .confirmation .colLeft ul li {
    margin: 0;
    padding: 0;
}

    .sub2ColRight .confirmation .colLeft ul li.summary-sub-total {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .sub2ColRight .confirmation .colLeft ul li.summary-discount {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 18px;
    }

    .sub2ColRight .confirmation .colLeft ul li.summary-total {
        color: #74be4c;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
    }

    .sub2ColRight .confirmation .colLeft ul li ul {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
    }

.sub2ColRight .confirmation .colLeft .resSummary ul li ul.colHeaders {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.sub2ColRight .confirmation .colLeft .resSummary ul li ul.colData {
    font-size: 12px;
    font-weight: normal text-transform:none;
    text-align: left;
}

.sub2ColRight .confirmation .colLeft ul li ul li {
    list-style: none;
    float: left;
    width: 70px;
    margin: 0;
    padding: 0;
}

    .sub2ColRight .confirmation .colLeft ul li ul li.first {
        width: 150px;
    }

.sub2ColRight .confirmation .colLeft .actions .print {
    float: left;
    margin-top: 20px;
}

.sub2ColRight .confirmation .colLeft .actions input {
    margin-top: 20px;
    padding-right: 14px;
}

.sub2ColRight .confirmation .colLeft .additional input {
    margin: 20px 0 30px 133px;
}

.sub2ColRight .confirmation .colRight {
    float: left;
    width: 225px;
}

.sub2ColRight .confirmation .colLeft h2 {
    margin-top: 0;
    text-transform: capitalize;
}

.sub2ColRight .confirmation .colLeft h3 {
    margin-bottom: 0;
}

.seeNearby .map {
    float: right;
    text-align: right;
    border-top: 0;
    border-right: 1px solid #b6dda2;
    border-bottom: 1px solid #b6dda2;
    border-left: 1px solid #b6dda2;
    cursor: pointer;
}

.sub2ColRight .confirmation .colRight .map {
    border-right: 1px solid #b6dda2;
    border-bottom: 1px solid #b6dda2;
    border-left: 1px solid #b6dda2;
}

.sub2ColRight .confirmation .colRight .directions {
    margin-top: 6px;
}

.sub2ColRight .confirmation h2 {
    font-size: 18px;
    color: #73bc43;
}

.sub2ColRight .confirmation h3 {
    font-size: 14px;
}

.sub2ColRight .confirmation h4 {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
}

.sub2ColRight .confirmation label {
    font-weight: 700;
}

.sub3Col {
    float: left;
    width: 710px;
    margin: 20px 0 10px;
}

    .sub3Col h2 {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: #525859;
        margin: 8px 0 0;
        padding: 0;
        text-transform: capitalize;
    }

    .sub3Col p {
        margin: 0 30px 8px 0;
        line-height: 18px;
    }

    .sub3Col img {
        border: solid #cdc1b3 1px;
    }

    .sub3Col a img {
        border: 0;
    }

.sub3ColLeft {
    float: left;
    width: 340px;
    padding-right: 27px;
}

.sub3ColRight {
    float: left;
    width: 340px;
}

.fl-info h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.fl-info p {
    margin: 0;
}

.sub3Col .fl-info {
    float: left;
    width: 236px;
    padding-bottom: 20px;
    line-height: 18px;
}

    .sub3Col .fl-info h3 {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0 0;
        padding: 0;
    }

    .sub3Col .fl-info .message {
        width: 234px;
        height: 92px;
    }

.sub3Col .resultsListing {
    float: left;
    width: 104px;
    padding: 0;
    border: 0;
    margin-top: 8px;
}

.search-containerSub .search-container {
    float: left;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    margin: 0;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
}

.search-containerSub .summary {
    margin-top: 28px;
}

    .search-containerSub .summary .header {
        position: absolute;
        margin-top: -23px;
    }

.resDetailsTable {
    width: 200px;
    padding-right: 10px;
    line-height: 16px;
}

    .resDetailsTable .resDetails p {
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 16px;
        padding: 0 0 10px;
        display: block;
        -webkit-margin-before: .83em;
        -webkit-margin-after: .83em;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        font-weight: 700;
    }

    .resDetailsTable .footer-links {
        font-size: 12px;
        text-transform: none;
        padding-bottom: 20px;
    }

        .resDetailsTable .footer-links a {
            text-decoration: underline;
            font-size: 12px;
            color: #666;
            text-transform: none;
        }

.subOffersLeft {
    display: block;
    width: 218px;
    height: auto;
    position: relative;
    float: left;
    color: #54585a;
    margin-top: 35px;
    border: 1px solid #eaded0;
}

    .subOffersLeft .header {
        position: absolute;
        top: -18px;
        left: 34px;
        font-size: 26px;
        letter-spacing: 1px;
        word-spacing: 2px;
        color: #473729;
        text-transform: lowercase;
        background: #fff;
        padding: 0 3px;
    }

        .subOffersLeft .header span {
            color: #473729;
        }

    .subOffersLeft .form {
        padding: 8px 10px 7px 12px;
        font-size: 11px;
        line-height: 11px;
    }

    .subOffersLeft table tr td {
        vertical-align: bottom;
        padding: 2px 0;
    }

    .subOffersLeft table img {
        padding: 6px 0 0;
    }

    .subOffersLeft .tagline {
        font-family: open_sansregular,Arial,Helvetica,sans-serif;
        font-size: 11px;
        padding-top: 5px;
    }

    .subOffersLeft input[type=text] {
        border: 1px solid #a3a3a3;
        background: #fff;
        padding: 0x;
        margin-top: 6px;
        width: 178px;
        height: 26px;
        color: #666;
        font-size: 12px;
    }

    .subOffersLeft input[type=image] {
        padding-bottom: 8px;
    }

.sub2ColRight .sp_learnmore {
    background-image: url(/images/bll-arrow-gr.gif);
    background-repeat: no-repeat;
    background-position: 70px 2px;
}

.subnav {
    float: left;
    height: 16px;
    margin-top: -10px;
    padding: 0 0 30px;
    text-align: center;
    width: 710px;
    z-index: 1;
}

    .subnav .Selected {
        color: #74be4c;
        text-transform: normal;
    }

    .subnav a {
        font-size: 12px;
        font-weight: bolder;
        text-decoration: underline;
        text-transform: uppercase;
    }

        .subnav a:hover {
            text-decoration: none;
        }

.resSteps {
    width: 710px;
    margin: -10px 0 20px 0;
}

    .resSteps a, .resSteps a:hover {
        text-decoration: none;
    }

.resSteps1 {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 51px;
    /*background: url(/images/bg-res-step1.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #cbc2b9;
}

.resSteps1Cur {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 51px;
    /*background: url(/images/bg-res-step1Cur.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #74be4c;
}

.resSteps2 {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 51px;
    /*background: url(/images/bg-res-step2.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #cbc2b9;
}

.resSteps2Cur {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 51px;
    /*background: url(/images/bg-res-step2Cur.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #74be4c;
}

.resSteps3 {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 50px;
    /*background: url(/images/bg-res-step3.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #cbc2b9;
}

.resSteps3Cur {
    display: block;
    width: 186px;
    height: 33px;
    padding: 12px 0 0 50px;
    /*background: url(/images/bg-res-step3Cur.gif) 0 0 no-repeat;*/
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #74be4c;
}

.resSteps1Mod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod1.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #cbc2b9;
}

.resSteps1CurMod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod1Cur.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #74be4c;
}

.resSteps2Mod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod2.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #cbc2b9;
}

.resSteps2CurMod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod2Cur.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #74be4c;
}

.resSteps3Mod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod3.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #cbc2b9;
}

.resSteps3CurMod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod3Cur.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #74be4c;
}

.resSteps4Mod {
    display: block;
    width: 130px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod4.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: -.07em;
    color: #cbc2b9;
}

.resSteps4CurMod {
    display: block;
    width: 140px;
    height: 33px;
    padding: 12px 0 0 45px;
    background: url(/images/bg-res-stepMod4Cur.gif) 0 0 no-repeat;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #74be4c;
}

input.DatePickerMod {
    background: url(../images/bg-icn-calendar.gif) no-repeat scroll 6px 0 #fff;
}

.suiteAmenities {
    margin: 0;
    padding: 0;
}

.suitesAmenities .suitesAmenities_header {
    margin: 0;
}

.suitesAmenities .suitesAmenities_headerTabs {
    float: left;
    width: 290px;
}

.suitesAmenities .suitesAmenities_headerLinks {
    float: right;
    text-align: right;
    color: red;
    font-size: 10px;
    padding-top: 6px;
}

.subPageContent .content .suitesAmenities h1 {
    border-bottom: 0;
    padding-bottom: 14px;
    margin: 0;
}

.suitesAmenities ol#suitesAmenitiesTabs {
    height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 710px;
}

    .suitesAmenities ol#suitesAmenitiesTabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 20px;
        width: 228px;
        background-image: none;
        background-color: #eae5df;
        border-top: solid 1px #8a8279;
        border-right: solid 1px #8a8279;
        border-bottom: 0;
        border-left: solid 1px #8a8279;
        text-align: center;
        list-style-position: outside;
    }

    .suitesAmenities ol#suitesAmenitiesTabs a {
        display: block;
        float: none;
        height: 20px;
        color: #473729;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 20px;
        text-decoration: none;
        padding: 0;
        width: auto;
    }

    .suitesAmenities ol#suitesAmenitiesTabs li.currentSuitesAmenitiesTab {
        background-position: 0 0;
        border-top: solid 1px #74be4c;
        border-left: solid 1px #74be4c;
        border-bottom: 0;
        border-right: solid 2px #74be4c;
        width: 227px;
        padding-top: 2px;
    }

        .suitesAmenities ol#suitesAmenitiesTabs li.currentSuitesAmenitiesTab a {
            height: 19px;
            width: 227px;
            color: #74be4c;
            font-weight: 700;
            background-color: #fff;
            background-position: 0 0;
            list-style-position: inside;
        }

            .suitesAmenities ol#suitesAmenitiesTabs li.currentSuitesAmenitiesTab a.link {
                height: 19px;
                width: 227px;
                color: #74be4c;
                font-weight: 700;
                background-color: #fff;
                background-position: 0 0;
                border-top: solid 1px #74be4c;
                border-left: solid 1px #74be4c;
                border-bottom: 0;
                border-right: solid 2px #74be4c;
                list-style-position: inside;
            }

.suitesAmenitiesDetails {
    margin: 12px 0 0;
}

.suitesAmenities_conLeft {
    float: left;
    width: 466px;
    border: solid #b0a297 2px;
}

.suitesAmenities_conRight {
    color: #54585a;
    font-size: 14px;
    float: left;
    width: 220px;
    margin-left: 10px;
}

    .suitesAmenities_conRight p {
        padding: 0;
        margin: 10px 0;
    }

    .suitesAmenities_conRight a {
        font-size: 14px;
    }

.content .suitesAmenities_conRight h2 {
    font-size: 16px;
    font-weight: 700;
    color: #473729;
    padding: 0;
    margin: 0;
}

.suitesAmenities_conRight ul {
    margin: 0;
    padding-left: 20px;
}

.suitesGallery {
    margin: 0 0 10px;
}

.suitesGalleryFP {
    padding: 0 20px 26px;
    background: url(/images/bg_floorPlanSuites.png) no-repeat top left;
}

.floorPlans {
    display: block;
    width: 466px;
    height: 33px;
    color: #fff;
    background-color: #c4622d;
}

    .floorPlans a {
        display: block;
        width: 466px;
        height: 33px;
    }

.fpChooseSize ul {
    display: block;
    width: 306px;
    height: 27px;
    margin: 0 0 0 -20px;
    padding: 0 0 0 160px;
}

    .fpChooseSize ul li {
        display: block;
        float: left;
        width: 100px;
        font-size: 11px;
        list-style-type: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .fpChooseSize ul li a {
            display: block;
            width: 100px;
            height: 27px;
            padding: 0;
            color: #473729;
            font-size: 11px;
            line-height: 27px;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
        }

            .fpChooseSize ul li a.current {
                display: block;
                width: 100px;
                height: 27px;
                color: #74be4c;
            }

.leftsams, .rightsams {
    position: relative;
    float: left;
    width: 355px;
    height: 100px;
    margin: 5px 0 0;
}

    .leftsams .iconImage, .rightsams .iconImage {
        float: left;
        margin: 0;
        padding: 0;
    }

    .leftsams .iconDescription, .rightsams .iconDescription {
        float: left;
        position: relative;
        width: 230px;
        height: auto;
        min-height: 60px;
        padding-top: 10px;
        margin: 0;
    }

        .iconDescription h2, .iconDescription p, .leftsams .iconDescription h2, .leftsams .iconDescription p {
            margin: 0;
            padding: 0;
        }

.rightsams {
    position: relative;
    float: left;
    width: 355px;
    height: 100px;
    margin: 5px 0 0;
}

    .rightsams p {
        position: relative;
        float: left;
        width: 230px;
        height: 53px;
        margin: 0;
    }

#amenities_list {
    position: relative;
    width: 710px;
    float: left:;
}

    #amenities_list h2 {
        font-weight: 400;
        text-transform: lowercase;
        margin: 0;
        padding: 0;
    }

.contentTabs {
    margin: 20px 0 10px;
    position: relative;
    z-index: 9;
}

    .contentTabs ol.tabs {
        position: relative;
        width: 710px;
        height: 19px;
        list-style: none outside none;
        color: #fff;
        margin: 0;
        padding: 0;
        border-bottom: solid #473729 1px;
    }

        .contentTabs ol.tabs li {
            float: left;
            position: relative;
            margin: 0;
            padding: 0;
            width: auto;
            background-image: none;
            background-color: #473729;
            border-top: solid 1px #afa397;
            border-left: solid 1px #afa397;
        }

            .contentTabs ol.tabs li.current {
                color: #473729;
                font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
                font-size: 14px;
                text-transform: uppercase;
                position: relative;
                height: 23px;
                margin-top: -3px;
                background: transparent url(/images/bg-tab-current.gif) repeat-x;
                border-top: solid 1px #a1958a;
                border-left: solid 1px #a1958a;
                border-bottom: solid 1px #fff;
                border-right: solid 1px #ccc;
                -webkit-box-shadow: #999 0 -2px 4px;
                -moz-box-shadow: #999 0 -2px 4px;
                box-shadow: #999 0 -4px 4px;
                behavior: url(/css/PIE.htc);
                z-index: 99;
            }

        .contentTabs ol.tabs a {
            display: block;
            float: left;
            height: 20px;
            color: #fff;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 20px;
            padding: 0 37px 0 18px;
            text-align: center;
            text-decoration: none;
            width: auto;
        }

        .contentTabs ol.tabs li.current a {
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-transform: uppercase;
        }

        .contentTabs ol.tabs a.property {
            display: block;
            float: left;
            height: 20px;
            color: #fff;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 20px;
            padding: 0 17px;
            text-align: center;
            text-decoration: none;
            width: auto;
        }

        .contentTabs ol.tabs li.current a.property {
            background: transparent url(/images/arrow-br.gif) no-repeat 8px 5px;
            margin-top: 2px;
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-transform: uppercase;
        }

        .contentTabs ol.tabs li a.list {
            /*background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;*/
            background-color: transparent;
        }

        .contentTabs ol.tabs li.current a.list {
            /*background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;*/
            margin-top: 2px;
        }

        .contentTabs ol.tabs li a.map {
            /*background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;*/
            background-color: transparent;
        }

        .contentTabs ol.tabs li.current a.map {
            /*background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;*/
            margin-top: 2px;
        }

        .contentTabs ol.tabs li a.directTab {
            background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;
            background-color: transparent;
            padding: 0 12px 0 13px;
            font-size: 9pt;
        }

        .contentTabs ol.tabs li.current a.directTab {
            background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;
            margin-top: 2px;
            padding: 0 18px;
            font-size: 10pt;
        }

        .contentTabs ol.tabs li a.hotelTab {
            background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;
            background-color: transparent;
            padding: 0 19px 0 18px;
            font-size: 9pt;
        }

        .contentTabs ol.tabs li.current a.hotelTab {
            background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;
            margin-top: 2px;
            padding: 0 19px 0 18px;
            font-size: 10pt;
        }

#closeMap div.contentTabs, #myMap div.contentTabs {
    float: left;
    margin: 4px 0 10px;
    padding: 0;
}

#newsbox .news {
    background-color: #e7e7e7;
    border-color: #473729;
    border-style: solid;
    border-width: .1em;
    margin: 1.5em 0 0;
    padding: .7em 1.31em;
    width: 90%;
    border-radius: .7em;
    behavior: url(/css/PIE.htc);
}

.rnd_top_title {
    background: url(/images/bg_email_friend.gif) no-repeat scroll 0 0 #fff;
    color: #fff;
    display: block;
    height: 34px;
}

.rnd_top_titleTxt {
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    margin-left: 10px;
    padding-top: 8px;
    position: relative;
    text-align: left;
}

.rnd_content_email {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #eaded0;
    border-color: #eaeaea;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    color: #473729;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 0 10px 5px;
    text-align: left;
}

rnd_bottom_email {
    background: none repeat scroll 0 0 #eaded0;
    display: block;
    font-size: 1px;
}

.can-link {
    position: relative;
    margin-top: 30px;
    z-index: 9999999;
    text-align: center;
}

.find-by-map-map {
    display: block;
    width: 832px;
    height: 516px;
    position: relative;
    margin-top: -80px;
}

.find-by-map-links {
    margin-left: 100px;
}

#divRepeaters {
    width: 710px;
    overflow-x: visible;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mapViewSection {
    margin-top: 10px;
    padding-top: 30px;
}

#divRepeaters .mapView .hotelDetailsShow {
    width: 325px;
}

#divRepeaters .mapView .hotelDetails {
    width: 325px !important;
    height: auto;
    min-height: 114px;
    margin-top: -2px;
}

#divRepeaters .mapView .hotelInfo {
    position: relative;
    width: 650px;
    margin-left: 26px;
    background-color: transparent;
    z-index: 9999;
}

#divRepeaters .mapView .detailsLess {
    margin-left: -34px;
}

#divRepeaters .mapView .overview {
    width: 490px;
}

#divRepeaters .mapView .showMoreBox {
    overflow: visible;
}

    #divRepeaters .mapView .showMoreBox .snLinks {
        position: relative;
        margin-left: 160px !important;
    }

    #divRepeaters .mapView .showMoreBox .seeNearby {
        margin-left: -5px;
    }

#divRepeaters .mapView .carousel-main {
    width: 462px;
}

#divRepeaters .border-top {
    margin-top: -30px;
    display: none;
}

.resultsListing {
    float: left;
    width: 710px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: solid #d1c7bd 1px;
}

    .resultsListing h3 {
        padding: 0;
        margin: 0;
        line-height: 20px;
    }

.hotelPhoto {
    float: left;
    max-width: 244px;
}

#divOtherOptions.unavailableListings .resultsListing .hotelPhoto img.hotelPhotoImage {
    width: auto;
    height: auto;
}

.unavailableListings .resultsListing .hotelPhoto img.hotelPhotoImage {
    width: 150px;
    height: 104px;
}

.mapViewSection .hotelPhoto img.hotelPhotoImage {
    width: 150px !important;
    height: 104px !important;
}

.resultsListing .hotelPhoto a img, .resultsListing .hotelPhoto input {
    float: left;
    border: solid #ccc 1px;
    width: 150px;
    height: 106px;
    padding: 0;
    margin: 0;
}

.resultsListing .hotelPhotoShow a img, .resultsListing .hotelPhotoShow input {
    float: left;
    border: solid #ccc 1px;
    width: 205px;
    height: 145px;
    padding: 0;
    margin: 0;
}

.resultsListing .hotelDetails, .resultsListing .hotelDetailsShow {
    float: left;
    width: 350px;
    padding-left: 10px;
    line-height: 16px;
}

.resultsListing div.rate {
    font-size: 11px;
    text-align: center;
}

.resultsListing .hotelName h2 {
    padding: 0;
    margin: 0;
}

    .resultsListing .hotelName h2 a {
        color: #46382a;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        text-transform: capitalize;
        padding: 0;
        margin: 0;
    }

.resultsListing .hotelDistance {
    line-height: 14px;
}

.hotelInfo {
    float: left;
    width: 710px;
    padding: 0 10px 0 0;
}

.resultsListing .hotelInfo input[image] {
    float: left;
    border: 0;
}

.resultsListing .listLearnMore {
    padding: 10px 0 0 20px;
}

.resultsListing .price {
    float: left;
    width: 190px;
    min-width: 134px;
    padding-left: 4px;
    font-family: open_sansregular,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    position: relative;
}

    .resultsListing .price a {
        color: #46382a;
        font-family: open_sansbold,Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-decoration: none;
        padding: 0;
        margin: 0;
        line-height: 22px;
    }

    .resultsListing .price span.amount {
        color: #473729;
        font-size: 28px;
        font-weight: 700;
    }

    .resultsListing .price span.strike {
        color: #473729;
        font-family: open_sansregular,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-decoration: line-through;
    }

    .resultsListing .price span.discount {
        color: #ffffff !important;
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 14px;
        font-weight: 400;
        display: block;
        text-align: center;
        padding-top: 8px;
        word-wrap: normal;
        width: 28px;
        margin: 0 auto;
        line-height: normal;
    }

    .resultsListing .price .discount-ribbon {
        width: 45px;
        height: 65px;
        top: -10px;
        right: -11px;
        position: absolute;
        background: url(../Images/rate_page_ribbon_new.gif) center center no-repeat;
    }

.unavailableListings .price .discount-ribbon {
    width: 45px;
    height: 65px;
    top: 30px;
    right: -11px;
    position: absolute;
    background: url(../Images/rate_page_ribbon_new.gif) center center no-repeat;
}

#selectedNotAvailable, .resultsListing .price a.unavailable {
    color: #473729;
    font-family: open_sansbold,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.resultsListing .price .priceDisc, .resultsListing .price .priceDiscWBM {
    font-size: 9px;
    line-height: 16px;
}

    .resultsListing .price .priceDisc a:active, .resultsListing .price .priceDisc a:hoverf, .resultsListing .price .priceDisc a:link, .resultsListing .price .priceDisc a:visited, .resultsListing .price .priceDiscWBM a:active, .resultsListing .price .priceDiscWBM a:hoverf, .resultsListing .price .priceDiscWBM a:link, .resultsListing .price .priceDiscWBM a:visited {
        color: 525859;
        font-size: 11px;
        text-decoration: none;
    }

.priceDiscWBM {
    font-weight: bold;
    color: #46382a;
    text-decoration: none;
}

.unavailableListings h2 {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
}

.unavailableListings h3 {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}

.unavailableListings h4 {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.unavailableListings .resultsListing {
    background-color: #f4f4f4;
    margin-top: 10px;
    padding-top: 10px;
}

    .unavailableListings .resultsListing .price {
        padding-top: 40px;
    }

        .unavailableListings .resultsListing .price a {
            font-size: 16px;
            text-transform: uppercase;
        }

    .unavailableListings .resultsListing .priceOther {
        margin-top: -40px;
    }

        .unavailableListings .resultsListing .priceOther a {
            color: #473729;
            font-family: open_sansbold,Arial,Helvetica,sans-serif;
            font-size: 24px;
            font-weight: 400;
            text-decoration: none;
        }

.resultsListingShow {
    background-color: #fff;
}

.hotelDetails .hotelAmenities {
    margin-top: 4px;
    line-height: 14px;
}

.floatLeft {
    float: left !important;
}

.hotelDetails .hotelAmenities img {
    height: 18px;
    padding: 0 3px 2px 0;
}

.hotelDetailsShow .hotelAmenitiesShow {
    float: left;
}

    .hotelDetailsShow .hotelAmenitiesShow img {
        height: 18px;
        padding: 2px 3px 0 0;
    }

.detailsLess {
    display: none;
    clear: both;
    padding: 0;
    width: 100%;
}

    .detailsLess .detailsHide {
        float: right;
    }

.detailsMore {
    float: left;
    padding: 5px 0;
}

    .detailsMore .detailsShow {
        float: left;
    }

.showMoreBox {
    display: none;
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding-bottom: 10px;
}

    .showMoreBox h3 {
        color: #54585a;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 20px;
        padding: 4px 0;
        margin: 0;
    }

    .showMoreBox p {
        margin: 4px 0;
    }

    .showMoreBox .overview {
        float: left;
        width: 510px;
    }

.showMoreOverviewBox {
    display: none;
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
}

.showMoreBox .seeNearby {
    float: right;
    text-align: right;
    width: 160px;
    padding: 10px 0 30px;
}

    .showMoreBox .seeNearby a:link, .showMoreBox .seeNearby a:visited {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #74be4c;
    }

    .showMoreBox .seeNearby a:active, .showMoreBox .seeNearby a:hover {
        cursor: pointer;
        color: #54585a;
    }

    .showMoreBox .seeNearby img.map {
        float: right;
        text-align: right;
    }

    .showMoreBox .seeNearby .banner, .showMoreBox .seeNearby .snLinks {
        display: block;
        position: relative;
        float: right;
        margin: 0;
        padding-top: 10px;
        left: 0;
    }

        .showMoreBox .seeNearby .banner a img {
            width: 200px;
            height: 45px;
        }

        .showMoreBox .seeNearby .banner .lblBanner {
            color: #473729;
            font-family: open_sansbold,Arial,Helvetica,sans-serif;
            font-size: 14px;
        }

    .showMoreBox .seeNearby .viewAll {
        width: 236px;
        margin-left: -78px;
    }

.showMoreBox .seeNearby140 {
    float: right;
    width: 140px;
    padding: 10px 2px 0 0;
}

    .showMoreBox .seeNearby a:visited, .showMoreBox .seeNearby140 a:link {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #74be4c;
    }

    .showMoreBox .seeNearby a:active, .showMoreBox .seeNearby140 a:hover {
        cursor: pointer;
        color: #54585a;
    }

    .showMoreBox .seeNearby140 img.map {
        float: right;
        text-align: right;
    }

    .showMoreBox .seeNearby140 .snLinks {
        position: relative;
        margin: 0;
        padding-top: 10px;
        left: 0;
    }

    .showMoreBox .seeNearby140 .weatherWidget {
        float: right;
        padding: 20px 0 16px;
    }

.showMoreBox .snLinks {
    position: relative;
    margin-left: 254px;
}

.unavailableListings .resultsListing .showMoreBox {
    background-color: #f4f4f4;
}

.unavailableListings .resultsListing .snLinks {
    display: none !important;
}

.snLinks {
    display: none;
    position: relative;
    height: auto;
}

.showMoreBox .gallery {
    padding: 5px 0 10px;
}

.showMoreServicesBox {
    display: none;
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding-bottom: 8px;
}

    .showMoreServicesBox .serviceDesc {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

.showMoreServices {
    margin-bottom: 10px;
}

.showMoreBox .amenities {
    float: left;
    width: 460px;
    margin-top: 14px;
}

.showMoreBox .amenity {
    float: left;
    width: 430px;
    margin-bottom: 6px;
}

.showMoreBox .amenities .icon {
    width: 24px;
}

.showMoreBox .amenities .description {
    width: 400px;
    padding-left: 4px;
}

.showMoreAmenities img {
    padding-top: 4px;
}

.showMoreAmenitiesBox {
    display: none;
    float: left;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding-bottom: 8px;
}

.showMoreBox .cityGuide {
    float: left;
    width: 460px;
    margin-top: 14px;
}

.showMoreCityGuideBox {
    display: none;
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    padding-bottom: 8px;
}

#showMorePhotosBox {
    display: none;
    margin-top: 10px;
}

.propertyInfo .galleryMiniSite {
    padding-top: 10px;
}

    .propertyInfo .galleryMiniSite div.gallery640 .carousel {
        width: 640px;
        margin: 10px auto;
    }

    .propertyInfo .galleryMiniSite #showMorePhotos a {
        margin-top: 8px;
    }

#showMoreBox .carousel {
    margin: 0 auto;
    width: 532px;
}

#view1, #view2 {
    background: rgba(0, 0, 0, 0.8);
}

.tablesSA {
    position: relative;
    width: 710px;
    top: -18px;
}

.direct_table1, .direct_table2 {
    position: relative;
    width: 236px;
    float: left;
}

.direct_table3 {
    position: relative;
    width: 236px;
    float: right;
}

#faq111 {
    position: relative;
    float: left;
    top: -7px;
}

.showform {
    position: relative;
}

.hideform {
    display: none;
}

#changing_head1 {
    position: relative;
    top: 5px;
}

.selectShow {
    display: none;
}

.secondTableA, .secondTableB {
    position: relative;
    width: 236px;
    float: left;
}

#h1_faq {
    position: relative;
    top: -5px;
}

#h1_direct {
    position: relative;
    top: -10px;
}

#description {
    position: relative;
    top: -15px;
}

#faq-list {
    position: relative;
}

.answerShow {
    position: relative;
    float: left;
    padding-top: 1px;
    padding-right: 5px;
}

#faq_list h4, .hideanswer {
    position: relative;
    float: left;
}

.showanswer {
    display: none;
    margin-left: 17px;
}

.showanswerDirectory {
    display: block;
    margin-left: 17px;
}

.tables h2 {
    display: inline;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

.tables h5 {
    display: inline;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #473729;
}

#line_break {
    padding-left: 10px;
    margin-left: 10px;
    border-left: thin solid #000;
}

.bedType {
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
}

.findContainer {
    width: 710px;
}

.fromAtoB {
    color: #473729;
    width: 710px;
}

.fromToLocationContainerTripPlanner {
    margin-top: -18px;
}

#myMap {
    border: 1px solid #aaa;
    width: 710px;
    height: 310px;
}

#myDirections {
    border: hidden;
}

    #closeMap div.contentTabs, #myDirections div.contentTabs {
        float: left;
        margin: 4px 0 6px;
        padding: 0;
    }

#closeMap {
    display: block;
    width: 710px;
    height: 1px;
    padding: 0;
}

    #closeMap div {
        float: left;
        margin: 0;
        padding: 0;
    }

.showhideMap {
    margin: 0;
    display: none;
}

.hotelInfoContainer {
    background: none repeat scroll 0 0 #fff;
    border-top: solid #d1c7bd 1px;
    border-right: solid #d1c7bd 1px;
    border-bottom: solid #d1c7bd 1px;
    border-left: solid #d1c7bd 1px;
    font-size: 11px;
    height: 184px;
    margin: 0;
    max-height: 184px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 0 0 8px;
    text-align: left;
    width: 710px;
}

    .hotelInfoContainer a {
        font-size: 11px;
    }

.propertyInfo {
    float: left;
    padding: 0;
    width: 710px;
    line-height: 16px;
}

    .propertyInfo td.alignBottom {
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        line-height: 0;
    }

    .propertyInfo .hotelDetails {
        float: left;
        padding: 0;
        width: 590px;
        line-height: 16px;
    }

    .propertyInfo .back {
        float: right;
        width: 120px;
        margin-top: 2px;
    }

    .propertyInfo .hotelName h1 {
        float: none;
        padding: 0;
        margin: 0;
        border: 0;
    }

        .propertyInfo .hotelName h1 a {
            color: #46382a;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 20px;
            text-decoration: none;
            text-transform: capitalize;
            padding: 0;
            margin: 0;
        }

    .propertyInfo h2 {
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-transform: none;
        padding: 0;
        margin: 16px 0 0;
        border: 0;
    }

        .propertyInfo h2.h3-like, .propertyInfo h3 {
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .propertyInfo .hotelDistance {
        line-height: 14px;
    }

    .propertyInfo .roomListings {
        float: left;
        width: 710px;
        height: auto;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: solid #ddd8d4 1px;
    }

        .propertyInfo .roomListings.headers {
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 14px;
            height: auto;
            width: 710px;
            padding: 10px 0 6px;
            margin: 0 0 13px;
            border-bottom: solid #74be4c 1px;
        }

            .propertyInfo .roomListings.headers a {
                text-transform: lowercase;
            }

            .propertyInfo .roomListings.headers div a {
                font-size: 12px;
                text-transform: lowercase;
            }

        .propertyInfo .roomListings div {
            float: left;
            width: 177px;
            text-align: center;
            line-height: 16px;
        }

            .propertyInfo .roomListings div.first {
                text-align: left;
                width: 179px;
            }

        .propertyInfo .roomListings .roomType {
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            margin: 0;
            padding: 0;
            text-decoration: none;
            text-transform: lowercase;
        }

        .propertyInfo .roomListings .bedType {
            color: #473729;
            font-size: 12px;
            text-transform: uppercase;
            padding-bottom: 4px;
        }

        .propertyInfo .roomListings .amenities {
            line-height: 36px;
        }

        .propertyInfo .roomListings .price {
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            margin-top: 10px;
        }

            .propertyInfo .roomListings .price span.strike {
                color: #473729;
                font-family: open_sansregular,Arial,Helvetica,sans-serif;
                font-size: 12px;
                font-weight: 400;
                text-decoration: line-through;
            }

            .propertyInfo .roomListings .price span.discount {
                color: #fa6504;
                font-family: open_sansregular,Arial,Helvetica,sans-serif;
                font-size: 12px;
                font-weight: 400;
            }

    .propertyInfo .hotelDetailsMini {
        float: left;
        padding: 0;
        width: 576px;
        line-height: 20px;
    }

        .propertyInfo .hotelDetailsMini .hotelName h1 {
            float: none;
            padding: 0;
            margin: 0;
            line-height: 21px;
        }

        .propertyInfo .hotelDetailsMini .hotelName .renovated {
            font-size: 16px;
            margin-top: 2px;
        }

        .propertyInfo .hotelDetailsMini .hotelName h1 a {
            color: #46382a;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 20px;
            text-decoration: none;
            text-transform: capitalize;
            padding: 0;
            margin: 0;
        }

    .propertyInfo .miniListing {
        float: right;
        padding: 0;
        width: 134px;
    }

        .propertyInfo .miniListing .price {
            float: right;
            width: 134px;
            margin-top: 0;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
        }

            .propertyInfo .miniListing .price .dollars, .propertyInfo .miniListing .price a {
                color: #46382a;
                font-family: open_sansbold,Arial,Helvetica,sans-serif;
                font-weight: 400;
                font-size: 24px;
                text-decoration: none;
                padding: 0;
                margin: 0;
            }

        .propertyInfo .miniListing .search-container {
            margin: -44px 0 0 -22px;
        }

    .propertyInfo .galleryMiniSite .st_main img.st_preview {
        width: 708px;
        height: 233px;
    }

#specials-promotions .galleryMiniSite {
    height: 232px;
}

.propertyInfo .galleryMiniSite a {
    float: right;
    margin-top: 4px;
    text-align: right;
}

.propertyInfo .gallery640 {
    width: 710px;
}

    .propertyInfo .gallery640 .carousel {
        width: 640px;
        margin: 30px auto;
    }

    .propertyInfo .gallery640 .carousel-main {
        width: 600px;
    }

.propertyInfo .carousel-list div {
    float: left;
    height: 44px;
    padding-right: 7px;
    width: 68px;
}

.propertyInfo .gallery640 a.carousel-link img {
    width: 66px;
    height: 42px;
    border: solid #e7e7e7 1px;
}

.formTableContainer {
    width: 694px;
    padding: 4px 8px 0;
    margin: 0 0 0;
    background-color: #e7e7e7;
}

.TableContainerGuestInfoShort {
    width: 800px;
    padding: 4px 8px 0;
    margin: 0;
}

    .TableContainerGuestInfoShort li {
        list-style-type: none;
    }

    .TableContainerGuestInfoShort input[type="text"] {
        width: 389px;
    }

        .TableContainerGuestInfoShort input[type="text"]:focus {
            box-shadow: 0 0 5px rgba(81,203,238,1);
            margin: 5px 1px 3px 0;
            border: 1px solid rgba(81,203,238,1);
        }

#show-expand2 input[type="text"] {
    width: 325px;
}

    #show-expand2 input[type="text"]:focus {
        box-shadow: 0 0 5px rgba(81,203,238,1);
        margin: 5px 1px 3px 0;
        border: 1px solid rgba(81,203,238,1);
    }

.TableContainerGuestInfoShort input[readonly] {
    background-color: #EBEBE4;
}

.TableContainerGuestInfoShort select {
    width: 395px;
    height: 26px;
    padding: 1px 1px 1px 4px;
}

    .TableContainerGuestInfoShort select:focus {
        box-shadow: 0 0 5px rgba(81,203,238,1);
        padding: 3px 0 3px 3px;
        margin: 5px 1px 3px 0;
        border: 1px solid rgba(81,203,238,1);
    }

.GuestInfocontainer {
    padding: 4px 0;
    display: table;
}

    .GuestInfocontainer > div {
        vertical-align: middle;
        display: table-cell;
    }

.GuestInfofloatleft {
    height: 38px;
    width: 130px;
}

.ccsprite {
    background-image: url(/images/ccSprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-American-Express-icon {
    width: 48px;
    height: 32px;
    background-position: -2px -2px;
}

.sprite-American-Express-icon_inactive {
    width: 48px;
    height: 32px;
    background-position: -56px -2px;
}

.sprite-Diners-Club-International-icon {
    width: 49px;
    height: 32px;
    background-position: -110px -2px;
}

.sprite-Diners-Club-International-icon_inactive {
    width: 49px;
    height: 32px;
    background-position: -2px -38px;
}

.sprite-Discover-icon {
    width: 48px;
    height: 32px;
    background-position: -56px -38px;
}

.sprite-Discover-icon_inactive {
    width: 48px;
    height: 32px;
    background-position: -110px -38px;
}

.sprite-JCB {
    width: 48px;
    height: 32px;
    background-position: -2px -74px;
}

.sprite-JCB_inactive {
    width: 48px;
    height: 32px;
    background-position: -56px -74px;
}

.sprite-Master-Card-icon {
    width: 48px;
    height: 32px;
    background-position: -110px -74px;
}

.sprite-Master-Card-icon_inactive {
    width: 48px;
    height: 32px;
    background-position: -2px -110px;
}

.sprite-extendedperks {
    width: 176px;
    height: 30px;
    background-position: -164px -2px;
}

.sprite-Visa-icon {
    width: 48px;
    height: 32px;
    background-position: -164px -36px;
}

.sprite-Visa-icon_inactive {
    width: 48px;
    height: 32px;
    background-position: -218px -36px;
}

.formTableContainer2 {
    width: 491px;
    padding: 4px 8px 0;
    margin: 0 0 0;
    background-color: white;
}

table.formTable {
    width: 694px;
    border-collapse: collapse;
}

table.guestInfoFormTbl {
    width: 948px;
}

table.formTable tr td {
    padding-bottom: 14px;
    line-height: 1em;
}

    table.formTable tr td table tr td {
        padding-bottom: 0;
    }

table.formTable input[type=text] {
    height: 24px;
    border: solid #dcd5ce 1px;
}

table.formTable select {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border: solid #dcd5ce 1px;
}

table.formTable label {
    font-size: 12px;
}

    table.formTable label.note {
        font-size: 12px;
        color: #54585a;
        margin-left: 1px;
    }

        table.formTable label.note a {
            font-size: 12px;
            color: #54585a;
        }

table.formTable span.lg label, h4.lg {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    margin-left: 4px;
}

table.formTable span.lg input[type=radio] {
    height: 20px;
    margin-bottom: 2px;
}

table.formTable input[type=radio], table.formTable label {
    display: inline;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.os-semi-green {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #74be4c;
}

.os-semi-brown {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #473729;
}

.greenT {
    color: #74be4c;
}

#suiteCheck {
    position: relative;
    padding-bottom: 14px;
}

#small-required {
    font-size: 6pt;
    position: relative;
    float: right;
    margin-top: 8px;
    text-transform: lowercase;
}

.tradeMark {
    font-size: 7pt;
}

#thinTable {
    padding-bottom: 0;
    margin-top: 0;
}

#optionalNote {
    padding-bottom: 0;
    margin-top: 8px;
}

#suiteTableLine {
    width: 710px;
    margin-left: -11px;
    border-color: silver;
}

.selectQuest {
    position: relative;
    float: left;
    margin-top: 0;
    width: 600px;
    margin-bottom: 0;
}

#lastQuest {
    position: relative;
}

.formQuest {
    width: 320px;
    margin-left: 20px;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 100px;
}

.login-cta {
    text-align: right;
    width: 710px;
    margin-top: -6px;
}

.show-expand {
    display: none;
    position: relative;
    margin-left: 16px;
}

.hide-expand {
    display: none;
    position: relative;
}

.complete-reservation {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 20px;
}

    .complete-reservation p {
        margin: 0;
        padding: 0;
    }

    .complete-reservation input {
        margin: 20px 0 0;
    }

.cancellation-policy {
    margin-top: 40px;
}

.travelAgency {
    padding-top: 6px;
}

.weatherWidgetConfirm {
    float: right;
}

.weatherWidget {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    width: 222px;
    height: 122px;
    margin: 0 0 15px -64px;
    background-image: url(/images/bg-weather-widget.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

    .weatherWidget .colLeft, .weatherWidgetConfirm .weatherWidget .colLeft {
        width: 50px;
        float: left;
    }

    .weatherWidget .colRight, .weatherWidgetConfirm .weatherWidget .colRight {
        float: left;
        text-align: left;
        width: 162px;
        margin-top: 1px;
        padding-left: 2px;
    }

    .weatherWidget h2 {
        color: #634e3c;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 20px;
        text-transform: lowercase;
        margin: 0;
        padding: 0;
    }

    .weatherWidget h3 {
        color: #473729;
        font-family: open_sansbold,Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

    .weatherWidget .conditions {
        font-size: 11px;
        font-weight: 400;
        text-transform: lowercase;
    }

    .weatherWidget .barometer {
        font-size: 10px;
        font-weight: 400;
    }

    .weatherWidget .degrees {
        font-size: 12px;
        font-weight: 400;
    }

    .weatherWidget .high {
        color: #c33;
        font-size: 10px;
        font-weight: 700;
        padding-right: 2px;
    }

    .weatherWidget .low {
        color: #39c;
        font-size: 10px;
        font-weight: 700;
        padding-right: 2px;
    }

.showMoreBox .seeNearby .weatherWidget a {
    font-size: 10px;
    font-weight: 400;
}

.showMoreBox .seeNearby div.getDirections {
    width: 130px;
    padding-left: 28px;
}

div.getDirections {
    position: relative;
    text-align: right;
    width: 223px;
    height: 25px;
    padding-top: 4px;
    z-index: 999999;
}

.required {
    font-size: 16px;
    font-weight: 700;
    color: #c4622d;
}

.alert {
    color: #fa6504;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    display: inline;
}

.alertSmall {
    color: #fa6504;
    font-size: 11px;
    font-weight: 400;
    vertical-align: middle;
    display: inline;
    line-height: 13px;
}

.passTable .alert, .radioLabel .alert, .radioLabel .alert ul, .userTable .alert {
    font-size: 11px;
}

.alert ul, .alert ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error {
    color: #fa6504;
}

.error-position-SO {
    margin-left: 398px;
}

.validation ul, .validation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.display {
    display: block;
}

.center {
    text-align: center;
}

.yui-skin-sam {
    width: 386px;
    margin: 20px 0 0 -95px;
}

.green {
    color: #74be4c;
}

.orange {
    color: #fa6504;
}

.orangeErrors {
    color: #fa6504;
    font-size: 14px;
    font-weight: 400;
}

.brown {
    color: #473729;
}

.strong {
    font-weight: 700;
}

.size12 {
    font-size: 12px;
}

.clearBoth {
    clear: both;
}

.separator-dotted {
    border-bottom: dotted #473729 2px;
    margin-bottom: 10px;
    line-height: 10px;
}

.opacity {
    opacity: .5;
    filter: alpha(opacity=40);
}

.lowercase, .metroHeader h1 {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.state {
    float: left;
    width: 240px;
}

    .state select {
        width: 220px;
        height: 24px;
    }

.base {
    float: left;
    width: 240px;
}

    .base select {
        width: 220px;
        height: 24px;
    }

.select_btn {
    float: left;
    width: 200px;
    margin-top: 14px;
}

.Content2_Image {
    margin-bottom: 10px;
}

    .Content2_Image img {
        width: 708px;
        height: 231px;
        border: 1px solid #e7e7e7;
    }

.confirm_info {
    position: relative;
    width: 720px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #e7e7e7;
    font-size: .9em;
}

#form_title {
    position: relative;
    float: left;
    width: 720px;
}

.confirm_info h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}

#form_find_margin {
    margin-top: 10px;
}

.top_res {
    position: relative;
    float: left;
    width: 730px;
}

input.user_text {
    width: 210px;
    height: 26px;
}

.pass_res {
    position: relative;
    float: left;
    width: 730px;
}

.pass_form, .user_form {
    position: relative;
    float: left;
    width: 244px;
}

#res_BtnLogin, .find_left {
    position: relative;
    float: left;
}

.or_img {
    position: relative;
    float: left;
    top: 9px;
    margin-bottom: 21px;
}

.infoPanel {
    width: 200px;
    height: auto;
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #add795;
    border-radius: 11px;
    box-shadow: 2px 2px 6px #333;
}

    .infoPanel .cta {
        text-align: center;
        margin-top: 6px;
    }

    .infoPanel .alert {
        font-size: 10px;
        line-height: 10px;
    }

input.pass_text {
    width: 220px;
    height: 26px;
}

input.name_text {
    width: 210px;
    height: 26px;
}

.conf_num_res {
    position: relative;
    left: 236px;
    top: -62px;
}

input.con_text {
    width: 220px;
    height: 26px;
}

h3.new {
    position: relative;
    padding-top: 10px;
}

.res_BtnLogin {
    padding-top: 8px;
}

.res_BtnSubmit {
    position: relative;
    left: 6px;
}

.userTable {
    position: relative;
    float: left;
    width: 230px;
}

#passTable {
    width: 417px;
}

#faqSEO {
    position: relative;
    top: 17px;
}

.col1Search, .col2Search, .col3Search {
    float: left;
    width: 180px;
}

.col0Search {
    float: left;
    width: 170px;
}

.SearchctaHeader h3 {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    color: #473729;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.Searchcta a {
    float: left;
    color: #74be4c;
    text-decoration: none;
    line-height: 14px;
    padding: 15px 0 30px;
    width: 710px;
}

    .Searchcta a h4 {
        float: left;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .Searchcta a img {
        float: left;
        margin: 0 2px 0 0;
    }

.smldv {
    position: relative;
    margin-top: 20px;
}

.bold {
    font-weight: 700;
}

.pushPin {
    background-image: url(/images/bg-map-pushpin-pop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 396px;
    height: 119px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 13px;
}

.pushPinPlace {
    background-image: url(/images/bg-map-pushpin-pop-place.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 297px;
    height: 119px;
}

#divNearbyMap .pushPinPlace {
    background-image: url(/images/bg-map-pushpin-pop-placeNB.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 200px;
    height: 119px;
}

.pushPin .photo {
    float: left;
    width: 108px;
}

    .pushPin .photo img {
        border: solid #ccc 1px;
        margin: 10px 10px 0 20px;
    }

.pushPin .hotelInfo {
    float: left;
    width: 178px;
    padding: 4px 0 0;
    line-height: 13px;
}

#divNearbyMap .pushPin .hotelInfo {
    margin-left: 20px;
}

.pushPin .hotelInfo a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}

#divNearbyMap .pushPin .hotelInfo h2, .pushPin .hotelInfo h2 {
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    color: #473729;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0;
    text-transform: capitalize;
    border: 0;
}

.pushPin .price {
    float: left;
    font-family: open_sansregular,Arial,Helvetica,sans-serif;
    font-size: 11px;
    width: 110px;
    text-align: center;
    margin-top: 10px;
    line-height: 16px;
}

    .pushPin .price a:link, .pushPin .price a:visited {
        font-family: open_sansbold,Arial,Helvetica,sans-serif;
        color: #473729;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    .pushPin .price a:active, .pushPin .price a:hover {
        font-family: open_sansbold,Arial,Helvetica,sans-serif;
        color: #473729;
        font-size: 14px;
        text-decoration: none;
    }

    .pushPin .price input {
        margin: 5px 0;
    }

.pushPin-available {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 6px;
    height: 40px;
    background-image: url(/images/TabForm/map-list-pin-green.png);
    background-repeat: no-repeat;
    background-position: 1px -1px;
    float: left;
    position: relative;
    z-index: 99;
    display: none;
}

.pushPin-unavailable {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 6px;
    height: 40px;
    background-image: url(/images/TabForm/map-list-pin-grey.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    float: left;
    position: relative;
    z-index: 99;
    display: none;
}

.pushPin-highlight {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 6px;
    height: 40px;
    background-image: url(/images/TabForm/map-list-pin-orange.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    float: left;
    z-index: 99;
}

.pushPin-available-map {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    background-repeat: no-repeat;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 5px;
    height: 40px;
    background-image: url(/images/TabForm/map-pin-green.png);
    background-position: 3px 2px;
}

.pushPin-unavailable-map {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 5px;
    height: 40px;
    background-image: url(/images/TabForm/map-pin-grey.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
}

.pushPin-highlight-map, .pushPin-highlight-unavailable-map {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 26px;
    padding-top: 5px;
    height: 40px;
    background-image: url(/images/TabForm/map-pin-orange.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
}

.st_main img.st_preview {
    position: absolute;
    width: 710px;
    height: 272px;
}

#specials-promotions .st_main img.st_preview {
    position: absolute;
    width: 710px;
    height: 232px;
}

.st_wrapper {
    position: absolute;
    width: auto;
    height: 30px;
    overflow-y: hidden;
    top: 340px;
    right: 0;
}

.st_wrapper7 {
    position: absolute;
    width: auto;
    height: 30px;
    overflow-y: hidden;
    top: 310px;
    right: 0;
}

#specials-promotions .st_wrapper7 {
    position: absolute;
    width: auto;
    height: 30px;
    overflow-y: hidden;
    top: 262px;
    right: 0;
}

.st_thumbs {
    height: 126px;
    margin: 0;
}

    .st_thumbs img {
        float: left;
        margin: 3px 3px 0 0;
        cursor: pointer;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
        box-shadow: 1px 1px 5px #000;
        opacity: .7;
        filter: alpha(opacity=70);
        width: 36px;
        height: 24px;
        border: solid #e7e7e7 1px;
    }

#specials-promotions .st_thumbs img {
    float: left;
    width: 34px;
    height: 25px;
    border: solid #e7e7e7 1px;
}

.st_thumbs img.current {
    border: solid #ffc 1px;
    opacity: 1;
}

.st_thumbs7 {
    height: 126px;
    margin: 0;
}

    .st_thumbs7 img {
        float: left;
        margin: 3px 3px 0 0;
        cursor: pointer;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
        box-shadow: 1px 1px 5px #000;
        opacity: .7;
        filter: alpha(opacity=70);
        width: 36px;
    }

.sub3Col h2.specials {
    text-transform: none;
}

.subPageContentPop {
    width: 280px;
    height: 230px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0 10px;
}

#divNearbyMap .h1 {
    color: #473729;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

#divNearbyMap h2 {
    font-size: 24px;
    margin: 10px 0 6px;
    padding: 0 0 12px;
    line-height: 11px;
    border-bottom: solid #eae5e0 1px;
    text-align: center;
}

#divNearbyMap div a.close {
    position: absolute;
    top: 20px;
    right: 13px;
}

#divNearbyMap .menuLeft, #divNearbyMap1 .menuLeft {
    float: left;
    width: 200px;
    margin-top: 24px;
}

#divNearbyMap .address {
    width: 870px;
    margin: 0;
}

#divNearbyMap .menuLeft span, #divNearbyMap1 .menuLeft span {
    display: block;
    width: 178px;
    height: 26px;
    padding: 6px 0 0;
    margin: 0 0 0 13px;
    color: #473729;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-transform: lowercase;
}

#divNearbyMap .menuLeft ul, #divNearbyMap1 .menuLeft ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -13px;
    background-color: #473729;
}

    #divNearbyMap .menuLeft ul li, #divNearbyMap1 .menuLeft ul li {
        font-family: open_sansbold,Arial,Helvetica,sans-serif;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        width: 191px;
        height: 26px;
        background-color: #473729;
        border-bottom: solid 2px #7b6a59;
        padding-top: 8px;
        padding-left: 32px;
        vertical-align: bottom;
        cursor: pointer;
    }

        #divNearbyMap .menuLeft ul li a:active, #divNearbyMap .menuLeft ul li a:link, #divNearbyMap1 .menuLeft ul li a:active, #divNearbyMap1 .menuLeft ul li a:link {
            display: block;
            width: 204px;
            height: 26px;
            padding-top: 8px;
            font-family: open_sansbold,Arial,Helvetica,sans-serif;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #divNearbyMap .menuLeft ul li a.selected, #divNearbyMap .menuLeft ul li a:hover, #divNearbyMap .menuLeft ul li.selected, #divNearbyMap1 .menuLeft ul li a.selected, #divNearbyMap1 .menuLeft ul li a:hover, #divNearbyMap1 .menuLeft ul li.selected {
            display: block;
            width: 204px;
            height: 26px;
            padding-top: 8px;
            font-family: open_sansbold,Arial,Helvetica,sans-serif;
            color: #473729;
            font-size: 13px;
            text-transform: uppercase;
            background: #fff url(/images/bg-nearby-tab-current.gif) repeat-x;
            text-decoration: none;
        }

#divNearbyMap .icon-hotel-location {
    margin-top: 160px;
}

#divNearbyMap .mapRight, #divNearbyMap1 .mapRight {
    position: relative;
    float: left;
    width: 675px;
    height: 504px;
    border: 1px solid #333;
    margin-top: 24px;
    padding-bottom: 10px;
}


#map-710 {
    float: left;
    height: 325px;
    margin-bottom: 11px;
}

#trip-plan-head3 {
    color: #54585a;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.mapBox {
    float: right;
    position: relative;
    width: 348px;
    height: 356px;
    border: 1px solid #aaaa;
    margin-bottom: 10px;
}

.map-right {
    float: right;
    position: relative;
    width: 348px;
    height: 356px;
    z-index: -1;
}

.map-reSize {
    position: relative;
    z-index: 2;
    top: 356px;
    left: 318px;
}

.map_left {
    width: 700px;
    float: right;
}

#left_mini {
    position: relative;
    width: 336px;
    top: -12px;
}

    #left_mini a, .directOptions {
        position: relative;
        float: left;
        width: 336px;
    }

#direct-text {
    position: relative;
    height: 25px;
}

.text_destination {
    position: relative;
    float: left;
    width: 324px;
    margin-bottom: 10px;
}

.text_destination2 {
    position: relative;
    width: 324px;
}

.tripInput {
    position: relative;
    margin-top: 10px;
    width: 324px;
}

.radio-form-direct input {
    position: relative;
    float: left;
    width: 15px;
    margin-bottom: 10px;
}

.toHotel label {
    position: relative;
    float: left;
    width: 70px;
    top: 8px;
    margin-bottom: 10px;
}

.fromHotel label {
    position: relative;
    float: left;
    width: 100px;
    top: 8px;
}

#check-radio-direct {
    position: relative;
    top: -25px;
    left: -3px;
}

#enter-bubble {
    float: left;
    position: absolute;
    left: 295px;
    top: 118px;
    z-index: 99999;
    height: 95px;
    width: 206px;
    visibility: hidden;
}

#customizedD {
    position: relative;
    float: left;
    width: 710px;
}

#check-radio-direct2 {
    position: relative;
    float: left;
    width: 710px;
    margin-bottom: 12px;
}

.radioLabel {
    position: relative;
    float: left;
}

.radioText {
    position: realtive;
    float: left;
    width: 87px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 20px;
}

.directChoice {
    position: relative;
    float: left;
}

.sub2 {
    position: relative;
    background-color: #e7e7e7;
    border-left: 1px solid #cac6c3;
    border-right: 1px solid #cac6c3;
    display: block;
    font-size: 13px;
    line-height: 120%;
    padding: 10px 0 10px 5px;
    text-align: left;
    top: -2px;
}

#hideRadio {
    position: relative;
    top: 7px;
}

#hideRadiok {
    position: relative;
    top: 7px;
    left: -4px;
}

.hideformHD {
    display: none;
    position: relative;
}

#cpd_GetDirections_16_rbMiles {
    position: relative;
    top: 10px;
    left: 5px;
    margin-right: 5px;
}

#cpd_GetDirections_16_rbKilometers {
    position: relative;
    top: 9px;
    left: 2px;
    margin-right: 4px;
}

#formExpand {
    position: relative;
    left: -2px;
    top: -17px;
}

#middleBox {
    position: relative;
}

#lastBox {
    position: relative;
    top: 4px;
}

.btnShow {
    position: relative;
}

.btnHide {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-bottom: 3px;
}

#generalSub {
    float: left;
    top: 427px;
    z-index: 99999;
}

    #generalSub h3 {
        padding: 0;
        margin: 0;
    }

    #generalSub p {
        position: relative;
    }

.directionsPadding {
    padding: 5px 5px 40px;
}

#generalSub .header {
    text-transform: lowercase;
}

.subLine {
    position: relative;
    top: -13px;
}

.directReLeft {
    position: relative;
    float: left;
    width: 710px;
}

#getBTN {
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 0;
}

#direct3 {
    font-size: 12pt;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    margin-top: 6px;
}

#subDirect, #subDirect p {
    position: relative;
    float: left;
}

#btn_direct {
    position: relative;
    float: left;
    width: 710px;
    height: 44px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #74be4c;
}

#button-row {
    position: relative;
    float: left;
    width: 710px;
    height: 44px;
}

#plan-buttons {
    position: relative;
    float: left;
    width: 710px;
    height: 34px;
    margin: 6px;
}

#print-labels {
    position: relative;
    float: left;
    width: 677px;
    height: 44px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #74be4c;
    font-size: 10pt;
    font-weight: 700;
}

#label-direction-print {
    position: relative;
    float: left;
    margin-left: 140px;
    width: 105px;
    margin-top: 23px;
}

#label-distance-print {
    position: relative;
    float: left;
    margin-left: 300px;
    top: 23px;
}

#label-direction {
    position: relative;
    float: left;
    margin-left: 140px;
    width: 105px;
    margin-top: 15px;
}

#label-distance {
    position: relative;
    float: left;
    margin-left: 342px;
    top: 15px;
}

.print-left {
    width: 646px;
    margin-top: 20px;
    margin-left: 10px;
    top: 20px;
}

#print-page {
    margin-left: 10px;
    top: 30px;
    width: 687px;
}

.print-across-left {
    position: relative;
    float: left;
    width: 687px;
    margin-top: 4px;
}

#directions-head {
    position: relative;
    float: left;
    width: 710px;
    color: #54585a;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.across-left {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 2px;
}

.list-of-directions {
    margin-top: 28px;
}

#title {
    position: relative;
    float: left;
    width: 710px;
    margin-left: 5px;
    font-size: 14pt;
}

#direction-link, #email-link {
    position: relative;
}

.marker {
    position: relative;
    float: left;
    width: 23px;
    height: 30px;
    padding-right: 5px;
}

.topBmarker {
    position: relative;
    float: left;
    left: 3px;
    width: 20px;
    height: 30px;
    padding-right: 8px;
}

#list-directs {
    position: relative;
    float: left;
    margin-top: 12px;
    width: 687px;
    margin-bottom: 0;
}

#direction-list {
    position: relative;
    float: left;
    width: 710px;
    margin-bottom: 0;
}

.directions-row1 {
    position: relative;
    float: left;
    width: 677px;
    height: 18px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    margin-bottom: 10px;
}

.directions-row {
    position: relative;
    float: left;
    width: 677px;
    height: 18px;
    padding-bottom: 23px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    margin-bottom: 10px;
}

.first-direction-group {
    position: relative;
    float: left;
    width: 710px;
    height: 28px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    margin-bottom: 10px;
}

.subsequent-direction-group {
    position: relative;
    float: left;
    width: 710px;
    height: 26px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    margin-bottom: 10px;
}

#Amarker {
    position: relative;
    float: left;
    left: 2px;
}

#Bmarker {
    position: relative;
    float: left;
    left: 4px;
    padding-right: 2px;
}

.first-last-turn {
    position: relative;
    float: left;
    margin-left: 29px;
    margin-top: 5px;
    width: 35px;
}

.addressP {
    position: relative;
    float: left;
    width: 200px;
    margin-left: 50px;
    margin-top: 5px;
    font-size: 8pt;
}

.addressOfTurn {
    position: relative;
    float: left;
    width: 220px;
    margin-left: 57px;
    margin-top: 7px;
}

.count {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    width: 40px;
}

.turn-count {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    width: 40px;
}

.turn-arrows, .turns {
    position: relative;
    float: left;
    width: 37px;
}

.miles {
    position: relative;
    float: left;
    width: 70px;
    margin-left: 205px;
    margin-top: 8px;
    font-size: 8pt;
    text-align: right;
}

.milesToTurn {
    position: relative;
    float: left;
    width: 100px;
    margin-left: 232px;
    margin-top: 8px;
    font-size: 8.5pt;
    text-align: left;
}

#totalDist {
    position: relative;
    float: left;
    width: 200px;
    height: 5px;
    font-size: 8pt;
    margin-left: 488px;
    margin-top: 8px;
}

#totalMiles {
    position: relative;
    float: left;
    width: 200px;
    font-size: 8pt;
    margin-left: 456px;
    margin-top: 8px;
    text-align: right;
    margin-bottom: 42px;
}

#hide-col-sub_switch {
    visibility: hidden;
}

.map_hd_hide {
    visibility: hidden;
    width: 0;
    height: 0;
}

.map_hd_show {
    width: 710px;
    height: 460px;
    background-image: url(images/maps/map.png);
}

#whole-print-page {
    position: realtive;
    width: 687px;
}

#trip-plan-map {
    width: 677px;
    margin-top: 14px;
}

#print-route {
    position: relative;
    float: left;
    width: 687px;
    font-size: 12pt;
}

#print-map-img {
    position: relative;
    float: left;
    width: 674px;
    height: 527px;
}

#print-disclaimer {
    position: relative;
    font-size: 7pt;
    width: 687px;
    height: 7px;
}

#green-line-below {
    position: relative;
    float: left;
    width: 646px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #74be4c;
    font-size: 11pt;
    font-weight: 700;
}

.direction-labels {
    position: relative;
    float: left;
    width: 704px;
    padding-bottom: 2px;
    padding-left: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #74be4c;
    font-size: 10pt;
    font-weight: 700;
}

#name-label {
    position: relative;
    float: left;
    width: 253px;
    margin-left: 11px;
    margin-top: 18px;
}

#first-label {
    position: relative;
    float: left;
    width: 300px;
    margin-left: 11px;
    margin-top: 18px;
}

#address-label {
    position: relative;
    float: left;
    width: 245px;
    margin-top: 18px;
}

#middle-label {
    position: relative;
    float: left;
    width: 200px;
    margin-top: 18px;
}

#distance-from-label, #last-label {
    position: relative;
    float: left;
    width: 120px;
}

.address-list {
    position: relative;
    float: left;
    width: 687px;
    height: 80px;
    margin-left: -20px;
}

#print-hotel-list {
    position: realtive;
    float: left;
    width: 646px;
    margin-top: 30px;
    margin-left: 10px;
}

#hotel-list {
    position: realtive;
    float: left;
    width: 710px;
    margin-left: 1px;
    margin-bottom: 20px;
}

.green-circle-number {
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    margin-left: 9px;
    margin-top: 9px;
    background-image: url(../images/TabForm/map-list-pin-green.png);
    padding-top: 6px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.direction-counter {
    position: relative;
    float: left;
    width: 7px;
    margin-left: 3px;
    font-style: bold;
}

.direction-bottom-line {
    position: relative;
    float: left;
    width: 646px;
    margin-top: 13px;
    margin-left: -9px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.direction-group-line {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 13px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.print-name {
    position: relative;
    float: left;
    font-size: 10pt;
    width: 251px;
    margin-left: 9px;
}

.hotel-name {
    position: relative;
    float: left;
    font-size: 10pt;
    width: 297px;
    margin-left: 9px;
    font-style: bold;
}

.print-address {
    position: relative;
    float: left;
    width: 246px;
}

.hotel-address {
    position: relative;
    float: left;
    width: 200px;
}

.print-miles {
    position: relative;
    float: left;
    width: 78px;
    text-align: left;
}

.driveIt {
    padding: 14px 0 30px;
}

.select-room-button {
    position: relative;
    float: left;
    width: 101px;
    height: 18px;
    margin-left: 10px;
}

#back-to-map {
    position: relative;
    float: right;
    margin-top: 3px;
}

#under-head {
    position: relative;
    float: left;
    width: 710px;
}

#radio-group {
    position: relative;
    float: left;
    width: 710px;
    margin-bottom: 38px;
    margin-left: 135px;
    margin-top: 7px;
}

.weekendRadio {
    position: relative;
    float: left;
    width: 224px;
}

.week-btn {
    position: relative;
    float: left;
}

.week-btn-label {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 4px;
}

#labelDeals {
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 700;
    width: 289px;
    font-family: Arial,Helvetica,sans-serif;
}

#labelRates {
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 700;
    width: 120px;
    text-align: center;
    margin-right: 35px;
    font-family: Arial,Helvetica,sans-serif;
}

#labelValue {
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 700;
    width: 100px;
    text-align: center;
    margin-right: 43px;
    font-family: Arial,Helvetica,sans-serif;
}

#labelSave {
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 700;
    width: 120px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}

#weekendRates {
    position: realtive;
    float: left;
}

.dealGroup {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.cityDeal {
    position: relative;
    float: left;
    margin-top: 6px;
    margin-bottom: 20px;
    width: 710px;
}

.city-label {
    position: relative;
    float: left;
    font-size: 14pt;
    font-weight: 700;
    width: 289px;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
}

.deals-label {
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 700;
    width: 289px;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 2px;
}

.rate-label {
    position: relative;
    float: left;
    font-size: 13pt;
    font-weight: 700;
    width: 120px;
    text-align: center;
    margin-right: 35px;
    font-family: Arial,Helvetica,sans-serif;
}

.rate-disclaimer {
    font-weight: 400;
    font-size: 8pt;
}

.value-label {
    position: relative;
    float: left;
    font-size: 13pt;
    font-weight: 700;
    width: 100px;
    text-align: center;
    margin-right: 43px;
    font-family: Arial,Helvetica,sans-serif;
}

.savings-label {
    position: relative;
    float: left;
    font-size: 13pt;
    font-weight: 700;
    width: 120px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}

.booking-btn {
    position: relative;
    margin-top: 4px;
}

#weekendDisclaimer {
    position: realtive;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    margin-top: 29px;
}

.right-btn {
    position: relative;
    float: right;
    margin-top: 6px;
}

.press-kit-btn {
    position: relative;
    float: right;
}

#under-picture-header {
    position: relative;
    font-size: 12pt;
    font-weight: 700;
    margin-top: 16px;
    padding-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.newsGroup {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 8px;
    margin-bottom: 9px;
}

.dateColumn {
    position: relative;
    float: left;
    width: 110px;
    font-weight: 700;
    font-size: 13px;
}

.newsPic {
    position: relative;
    float: left;
    width: 150px;
    height: 106px;
    margin-right: 13px;
    margin-top: 5px;
}

.newsTitle {
    position: relative;
    font-weight: 700;
    font-size: 13px;
    width: 600px;
    text-align: left;
}

.newsSource {
    position: relative;
    float: right;
    font-style: italic;
    width: 600px;
    text-align: left;
}

.newsStory {
    position: relative;
    float: right;
    width: 600px;
    text-align: left;
    margin-top: 1px;
}

#view-more-btn {
    position: relative;
    float: left;
    width: 710px;
    height: 21px;
    margin-top: 10px;
    margin-bottom: 21px;
}

#view-news-right {
    position: relative;
    margin-bottom: 26px;
}

#view-announ-btn {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 7px;
    margin-bottom: 17px;
}

#view-announ-right {
    position: relative;
}

#mediaContact {
    position: relative;
    float: left;
    margin-bottom: 2px;
}

#contactInfo {
    position: relative;
    margin-bottom: 20px;
    width: 100px;
}

#kit-page-wrap {
    position: relative;
    float: left;
    width: 710px;
}

#kit-left {
    position: relative;
    float: left;
    width: 465px;
}

#kit-right {
    position: relative;
    float: right;
    width: 175px;
}

.left-btn {
    position: relative;
    float: left;
    width: 536px;
    height: 24px;
    margin-top: 11px;
}

#kit-number {
    position: relative;
    float: left;
    width: 536px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 8px;
}

.kit-boxes {
    position: relative;
    float: left;
    width: 536px;
    margin-top: 5px;
}

.kit-carousel {
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: 7px;
}

    .kit-carousel h3 {
        position: relative;
        margin-bottom: 11px;
        color: #000;
    }

#bottomCar {
    margin-bottom: 33px;
}

#kit-right h3 {
    font-weight: 700;
    font-size: 9pt;
    width: 160px;
    margin-top: 7px;
}

#kit-right li {
    position: relative;
    margin-bottom: 12px;
}

#little-source {
    position: relative;
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 7pt;
}

.article-text {
    position: relative;
    margin-top: 24px;
}

#right-image {
    position: relative;
    float: right;
    width: 400px;
    height: 284px;
    background-color: green;
    margin-top: 3px;
    margin-left: 35px;
    margin-bottom: 22px;
}

#number-gallery {
    position: relative;
    float: left;
    width: 710px;
    margin-top: 32px;
    margin-bottom: 33px;
}

#link-arrows-left {
    position: relative;
    float: left;
    width: 236px;
    text-align: right;
}

#number-scroll {
    position: relative;
    float: left;
    width: 238px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 4px;
}

#link-arrows-right {
    position: relative;
    float: left;
    width: 236px;
}

.spacer {
    position: realtive;
    height: 20px;
}

#tripText {
    position: relative;
    width: 340;
    margin-top: 20px;
    margin-bottom: 15px;
}

#viewBTN {
    position: relative;
    float: right;
    margin-top: 14px;
}

#formData select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 32px;
    height: 36px;
}

.refInput {
    position: relative;
    float: left;
    margin-bottom: 4px;
    margin-top: 6px;
    color: #54585a;
    width: 336px;
    height: 32px;
}

#submitBTN {
    position: relative;
    float: left;
    width: 710px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 38px;
}

#btnSubmit {
    padding-bottom: 38px;
}

#termsCond {
    font-size: 6pt;
    text-transform: uppercase;
}

.refSpace {
    width: 30px;
}

.orangeBorder {
    border: solid 1px #ff6200;
}

.validate {
    position: relative;
    z-index: 4;
    width: 1px;
    height: 1px;
    top: 30px;
    left: 305px;
}

.validateShort {
    position: relative;
    z-index: 4;
    width: 1px;
    height: 1px;
    top: 25px;
    left: 100px;
}

.validateShort2 {
    position: relative;
    z-index: 4;
    width: 1px;
    height: 1px;
    top: 30px;
    left: 50px;
}

.validateShort3 {
    position: relative;
    z-index: 4;
    width: 1px;
    height: 1px;
    top: 25px;
    left: 80px;
}

.groupTableContainer {
    width: 710px;
    padding: 4px 0 0 5px;
    margin: 0;
    background-color: #e7e7e7;
}

table.groupTableContainer tr td {
    padding-bottom: 10px;
    padding-right: 7px;
}

#groupSpace1 {
    padding-left: 3px;
}

#groupSpace2 {
    padding-left: 2px;
}

table.groupTableContainer tr td .tri {
    width: 221px;
}

table.groupTableContainer tr td .groupCal {
    width: 79px;
}

table.groupTableContainer tr td .groupDrop {
    width: 69px;
    height: 27px;
}

table.groupTableContainer tr td .tri2 {
    width: 209px;
}

table.groupTableContainer tr td .groupDrop2 {
    width: 217px;
    height: 27px;
}

table.groupTableContainer input[type=text] {
    height: 24px;
    border: solid #dcd5ce 1px;
}

table.groupTableContainer select {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border: solid #dcd5ce 1px;
}

table.groupTableContainer label {
    font-size: 10px;
    margin-left: 1px;
}

    table.groupTableContainer label a {
        font-size: 12px;
        color: #54585a;
    }

.noGap {
    width: 710px;
    padding: 4px 0 11px 5px;
    background-color: #e7e7e7;
    margin-bottom: 17px;
}

    .noGap label {
        font-size: 10px;
        margin-left: 1px;
    }

#codeImg {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

#codeIn {
    position: relative;
    float: left;
    margin-top: 5px;
}

#groupSubHead {
    position: relative;
    float: left;
    width: 710px;
    margin: 8px 0 2px;
}

#groupList {
    position: relative;
    float: left;
    width: 710px;
    margin: 20px 0 19px;
}

.map_right {
    position: relative;
    width: 348px;
    height: 356px;
    border: 1px solid #333;
    padding-bottom: 10px;
    float: right;
}

.map_left {
    position: relative;
    height: 356px;
    border: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mobi2Container {
    display: block;
    width: 760px;
    background-color: #0f1e48;
    margin: 0;
    padding: 0;
}

.mobi2Header {
    width: 100%;
    height: 78px;
    border-bottom: 3px solid #febd10;
}

    .mobi2Header .HeaderText {
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 32px;
        width: 165px;
        height: 28px;
    }

    .mobi2Header .HeaderLogo {
        display: block;
        width: 250px;
        height: 41px;
        float: right;
        margin-right: 50px;
        margin-top: 22px;
        border: 0;
    }

.mobi2Left {
    width: 418px;
    height: 380px;
    padding-bottom: 42px;
    float: left;
    background-color: #fff;
    border-right: 3px solid #febd10;
}

    .mobi2Left .FlashTable {
        margin-top: 6px;
    }

.mobi2LeftRefresh {
    height: 340px;
}

.mobi2Right {
    float: right;
    height: 400px;
    padding-top: 20px;
    background-color: #0f1e48;
}

.mobi2RightRefresh {
    height: 360px;
}

.mobi2Right p {
    padding: 0 0 0 22px;
    line-height: 22px;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 16px;
}

.mobi2Right label, .mobi2Right select {
    padding: 0;
    margin-left: 22px;
}

.mobi2Footer {
    border-top: 3px solid #febd10;
    clear: both;
    float: left;
    padding: 20px 0 20px 30px;
    color: #d8dae1;
    font-size: 11px;
    font-family: Arial;
    width: 730px;
    background-color: #0f1e48;
}

    .mobi2Footer a {
        color: #fafafa;
    }

.mobiL2Container {
    display: block;
    width: 760px;
    height: 760px;
    background-color: #0f1e48;
}

.mobiL2Header {
    width: 100%;
    height: 78px;
    border-bottom: 3px solid #febd10;
}

    .mobiL2Header .HeaderText {
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 32px;
        width: 165px;
        height: 28px;
    }

    .mobiL2Header .HeaderLogo {
        display: block;
        width: 250px;
        height: 41px;
        float: right;
        margin-right: 50px;
        margin-top: 22px;
        border: 0;
    }

.mobiL2Flash {
    width: 418px;
    padding-bottom: 10px;
    float: left;
    background-color: #fff;
    border-right: 3px solid #febd10;
}

    .mobiL2Flash .FlashTable {
        margin-top: 6px;
    }

.mobiL2Buttons {
    float: left;
    padding-top: 30px;
}

    .mobiL2Buttons .mobiButtonHeader {
        clear: both;
        display: block;
        width: 339px;
        height: 35px;
    }

.mobiL2ButtonHeader {
    width: 339px;
}

.mobiL2Footer {
    border-top: 3px solid #febd10;
    width: 100%;
    clear: both;
    padding-top: 30px;
    color: #d8dae1;
    font-size: 11px;
    font-family: Arial;
    line-height: 13px;
}

    .mobiL2Footer p {
        margin: 0 30px 12px;
        padding: 0;
    }

    .mobiL2Footer a {
        color: #fafafa;
    }

.mobi3Container {
    width: 1100px;
    min-height: 736px;
    background: #fff url(../Images/Renovations/bg_RenoB2b.png) top left repeat-x;
    margin: 0 auto;
}

.mobi3Content {
    margin: 0 auto;
    width: 1100px;
}

.mobi3Container h1 {
    color: #534337;
    font-size: 33px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.mobi3Container h2, .mobi3Container h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.mobi3Container .required {
    color: #ca6a37;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    float: right;
    margin: 0;
    padding: 0 6px 6px 0;
}

.mobi3Header {
    width: 100%;
    height: 100px;
    background: url(../Images/Renovations/hdr_PhotoGalleryB2B.gif) repeat top left;
}

    .mobi3Header a {
        display: block;
        width: 500px;
        height: 100px;
        float: left;
        margin: 0;
        border: 0;
    }

.mobi32Header img {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 32px;
    width: 165px;
    height: 28px;
}

.mobi3Left {
    width: auto;
    height: auto;
    float: left;
    padding-top: 36px;
    background-color: transparent;
    margin-left: 70px;
}

    .mobi3Left table {
        padding: 0;
    }

    .mobi3Left .subHeader {
        width: 430px;
    }

    .mobi3Left .roundedCorners, .mobi3Right .roundedCorners {
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        behavior: url(PIE.htc);
    }

.mobi3Right {
    float: right;
    width: 502px;
    height: auto;
    color: #fff;
    padding-top: 30px;
    background-color: transparent;
}

    .mobi3Right p {
        padding: 10px 0 20px;
        margin: 0;
        line-height: 20px;
        font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
        color: #534337;
        font-size: 13px;
    }

    .mobi3Right label {
        color: #534337;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        float: right;
        line-height: 16px;
        text-transform: uppercase;
        padding: 0 12px 0 0;
        margin: 0 0 10px;
    }

        .mobi3Right label.error {
            color: #ff4f4b;
            font-weight: 700;
        }

    .mobi3Right input {
        width: 262px;
        color: #3f3f3f;
        font-size: 14px;
        padding: 11px 0 20px 10px;
        margin: 0;
        border: 0;
        background: transparent url(../images/renovations/inputBg_270x47.png) no-repeat left top;
    }

        .mobi3Right input.error {
            border: solid #ff4f4b 1px;
        }

    .mobi3Right .submit input {
        width: auto;
        height: auto;
        margin: 34px 0;
        padding: 0;
        padding-left: 10px;
        background-image: none;
    }

    .mobi3Right select {
        width: 274px;
        height: 32px;
        color: #3f3f3f;
        font-size: 14px;
        padding: 5px 0 0 10px;
        margin: 0 0 10px;
    }

    .mobi3Right .checkbox {
        color: #534337;
        font-size: 16px;
        padding-left: 10px;
    }

        .mobi3Right . checkbox span {
            vertical-align: middle;
            height: 13px;
        }

        .mobi3Right .checkbox input {
            color: #fff;
            width: 13px;
            height: 26px;
            padding: 0;
            margin: 0;
            border: 0;
        }

    .mobi3Right .errorMsgNotice {
        display: block;
        width: 237px;
        color: #fff;
        background-color: #900;
        padding: 8px 10px 10px;
        margin: 0 0 10px;
    }

        .mobi3Right .errorMsgNotice ul {
            color: #fff;
            background-color: #900;
            padding: 0;
            margin: 0;
        }

            .mobi3Right .errorMsgNotice ul li {
                color: #fff;
                font-size: 11px;
                font-weight: regular;
                background-color: #900;
                margin: 0 0 0 30px;
            }

    .mobi3Right .success p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }

    .mobi3Right .subHeader {
        width: 400px;
    }

.mobi3LeftB2C {
    width: 464px;
    height: auto;
    float: left;
    padding-top: 0;
    padding-bottom: 60px;
    margin-left: 82px;
    background-color: transparent;
}

.mobiB2CGalleryWrap {
    background-color: #fff;
    padding: 25px 25px 0;
}

.mobi3LeftB2C h1 {
    color: #534337;
    font-size: 27px;
    font-weight: 500;
    padding-top: 27px;
    border-bottom: 0;
}

.mobi3LeftB2C p {
    padding: 0 0 20px;
    margin: 0;
    line-height: 21px;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 13px;
    text-transform: none;
}

.mobi3LeftB2C .renovationListings {
    color: #54585a;
    font-size: 12px;
    font-weight: 400;
    width: 440px;
    height: 425px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mobi3LeftB2C div.renovationListings {
    padding: 0;
}

.mobi3LeftB2C .renovationListings h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transformation: uppercase;
    padding: 0;
    margin: 0;
}

.mobi3LeftB2C .renovationListingsHdr {
    background-color: #534337;
    height: 38px;
    padding: 10px 0 0 20px;
    text-transform: uppercase;
}

.mobi3LeftB2C .renovationListings p {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
}

.mobi3LeftB2C .renovationListings table {
    width: 450px;
    background-color: #fff;
}

    .mobi3LeftB2C .renovationListings table tr td {
        height: auto;
        min-height: 60px;
        padding: 10px 0;
        border-bottom: solid #e3e2e2 1px;
    }

.mobi3LeftB2C .renovationListings .hotelName {
    width: 200px;
    padding-left: 20px;
}

.mobi3LeftB2C .renovationListings .hotelNameName {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.mobi3LeftB2C .renovationListings .hotelRate {
    font-size: 20px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    color: #534337;
}

    .mobi3LeftB2C .renovationListings .hotelRate .hotelRateDash {
        top: -10px;
    }

    .mobi3LeftB2C .renovationListings .hotelRate .LabelAsLow {
        font-size: 9px;
        font-weight: 400;
        color: #fff;
    }

.mobi3LeftB2C .renovationListings .hotelBook {
    font-size: 14px;
}

.mobi3LeftB2C .subHeader {
    width: 440px;
}

.mobi3RightB2C {
    float: right;
    width: auto;
    height: auto;
    color: #534337;
    margin: 40px 80px 0 0;
    background-color: transparent;
}

    .mobi3RightB2C p {
        text-align: left;
    }

.renovationsDisclaim {
    color: #062037;
    font-size: 9px;
    padding: 6px;
}

.ad-image-wrapper {
    height: 374px;
}

.pcContainer {
    color: #54585a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    width: 600px;
    padding: 10px;
}

    .pcContainer h2 {
        color: #473729;
        font-size: 16px;
        text-transform: uppercase;
    }

.pcHotelInfo {
    line-height: 16px;
}

.searchState {
    width: 710px;
}

    .searchState div.links {
        margin: 15px 0;
    }

    .searchState div.description {
        margin-top: 15px;
    }

@media print {
    #btn_direct, .containerTopWrap, .footer, .sub2ColLeft {
        display: none;
    }
}

.advancePurchase {
    padding-bottom: 10px;
    width: 450px;
    min-height: 78px;
}

    .advancePurchase h2 {
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 19px;
        text-transform: lowercase;
        font-weight: 400;
        padding: 0;
        margin: 5px 0 0;
        border-bottom: solid #eae5e0 1px;
    }

    .advancePurchase div {
        padding: 10px 0;
    }

.formMainContainer {
    background-color: #e7e7e7;
    padding-bottom: 30px;
    width: 710px;
}

    .formMainContainer .h1-like, .formMainContainer5 .h1-like {
        padding-left: 10px !important;
    }

.formMainContainer2 {
    background-color: white;
    padding-bottom: 30px;
    width: 491px;
}

    .formMainContainer2 .h1-like, .formMainContainer5 .h1-like {
        padding-left: 10px !important;
    }

sup {
    font-size: 33%;
    text-transform: uppercase;
}

.formMainContainer5 {
    background-color: #e7e7e7;
    padding-bottom: 30px;
    width: 493px;
}



#divViewPaymentContainer table.GenericFormTable tr {
    font-size: 11px;
}

.topNav ul li a.link img {
    padding: 3px 3px;
}

.socialNetworks {
    float: right;
    margin: 10px 0px 0 10px;
}

.bannerRotator, .bannerStatic, .galleryMiniSite.banner {
    display: inline-block;
    position: relative;
    clear: both;
    width: 970px;
    overflow: hidden;
    border: 0;
}

    .galleryMiniSite.banner a {
        padding: 0;
        margin: 0px;
    }

.liquid .previousRotator {
    display: block;
    height: 70px;
    width: 35px;
    background-image: url('/images/testC-arrow-left.png');
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 7%;
}

.liquid .nextRotator {
    display: block;
    height: 70px;
    width: 35px;
    background-image: url('/images/testC-arrow-right.png');
    float: right;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 7%;
}

.liquid ul li {
    padding: 0 23px;
    margin: 0;
}

.galleryMiniSite.banner {
    padding: 0px 0px 12px 0px;
    margin: 0;
}

.bannerRotator, .bannerStatic {
    padding: 0px 0px 12px 0px;
    margin: 0 0 0px 100px;
}

    .bannerStatic a {
        padding: 0px 6px;
        margin: 0px;
    }

.learnMore {
    display: none;
}

.logInPanel {
    z-index: 99999;
}
/*EC-682*/
.validatortextGuestDetail {
    position: absolute;
    top: 309px !important;
    left: 17px !important;
}


.logInPanel.expA {
    background-image: url(/images/login/loginbackground.png); /*EC-327*/
    width: 680px;
    height: 380px;
    left: 40%;
    position: absolute;
}

.loggedInPanel {
    background-image: url(/images/login/loggedinpopup.png);
    background-repeat: no-repeat; /*EC-682*/
    width: 708px;
    height: 410px;
    left: -13%;
    top: 146%;
    position: absolute;
}

.loggedInPanelexpBCD {
    left: -131%;
}

.logInPanel.expA .close, .logInPanel.expC .close, .logInPanel.expB .close {
    position: absolute;
    left: 475px;
}

.logInPanel.expA .fields, .logInPanel.expC .fields, .logInPanel.expB .fields, .logInPanel.expD .fields {
    position: absolute;
    top: 84px;
    left: 25px;
}

.expA .validatorButtons, .expB .validatorButtons, .expC .validatorButtons, .expD .validatorButtons {
    position: absolute;
    top: 220px;
    left: 26px;
}

.expA .validatorText, .expB .validatorText, .expC .validatorText, .expD .validatorText {
    position: absolute;
    top: 276px;
    left: 19px;
}

.expA span#cpd_mtcph_Login_9_RegularExpressionValidator1, .expB span#cpd_mtcph_Login_9_RegularExpressionValidator1, .expC span#cpd_mtcph_Login_9_RegularExpressionValidator1, .expD span#cpd_mtcph_Login_9_RegularExpressionValidator1 {
    position: absolute;
    left: 27px;
    top: -47px;
    width: 178px;
}

.logInPanel.expA p, .logInPanel.expC p, .logInPanel.expB p, .logInPanel.expD p {
    max-width: 225px;
}

.expA h3.green.center, .expB h3.green.center, .expC h3.green.center, .expD h3.green.center {
    display: none;
}

.expA span#cpd_mtcph_Login_9_lnkCreateAccount, .expB span#cpd_mtcph_Login_9_lnkCreateAccount, .expC span#cpd_mtcph_Login_9_lnkCreateAccount {
    display: none;
}

.expA span.sep, .expB span.sep, .expC span.sep, .expD span.sep {
    display: none;
}

.logInPanel.expB {
    background-image: url(/images/login/loginB.jpg);
    width: 660px;
    height: 366px;
    left: 40%;
    position: absolute;
}

.logInPanel.expC {
    background-image: url(/images/login/loginC.jpg);
    width: 660px;
    height: 366px;
    left: 40%;
    position: absolute;
}


.logInPanel.expD {
    background-image: url(/images/login/login.jpg);
    height: 366px;
}


.joinBtn {
    position: absolute;
    width: 98px;
    left: 15px;
    top: 246px;
}

/*EC-327*/
.expA .joinBtn {
    position: absolute;
    /*top: 214px;
    left: 305px;*/
    top: 206px;
    left: 467px;
    width: 140px;
    height: 30px;
    cursor: pointer;
}

.expB .joinBtn {
    position: absolute;
    top: 225px;
    left: 319px;
    width: 140px;
    height: 30px;
    cursor: pointer;
}

.expC .joinBtn {
    position: absolute;
    top: 213px;
    left: 315px;
    width: 140px;
    height: 30px;
    cursor: pointer;
}


.expD .joinBtn {
    position: absolute;
    top: 213px;
    left: 315px;
    width: 140px;
    height: 30px;
    cursor: pointer;
}

.expB .learnMore, .expC .learnMore {
    position: absolute;
    top: 91px;
    left: 251px;
    width: 140px;
    height: 30px;
    cursor: pointer;
    display: block;
    font-size: 11px;
}

/*EC-327*/
.expA .learnMore {
    position: absolute;
    top: 285px;
    left: 220px;
    width: 140px;
    height: 30px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.expA .forgotpassword {
    position: absolute;
    top: 65px;
    left: 465px;
    width: 200px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 0.25px;
}

.forgotpasswordguestDetails {
    position: absolute;
    top: 85px;
    left: 465px;
    width: 200px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 0.25px;
}


.expA .faqep {
    position: absolute;
    top: 84px;
    left: 465px;
    width: 200px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.galleryMiniSite {
    margin-bottom: 10px;
}

.socialNetwrokFooter {
    float: right !important;
    margin-top: -67px;
}

    .socialNetwrokFooter a img {
        padding-right: 5px;
    }

.leftGutterDiv {
    padding-top: 17px;
    height: auto;
    width: 218px;
    position: relative;
    float: left;
}

/* RATE PAGE V2*/

.v2 .rt-listing {
    float: left;
    line-height: 16px;
    font-size: 18px;
    font-family: arial;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.rt-listing.v2, .rt-DifPrices.v2 span, .rt-DifPrices.v2 a, .rt-DifPrices.v2 p, .rt-DifPrices.v2 h3 {
    color: #473729 !important;
    text-transform: none;
}

.v2 .rt-item {
    border-bottom: solid #ddd8d4 1px;
    clear: both;
    height: 70px;
}

.v2 .rt {
    float: left;
    margin-top: 15px;
}

.v2 .rt-price {
    float: right;
    text-align: right;
    font-size: 18px;
    display: block;
    line-height: 0px;
    margin-bottom: 5px;
}

    .v2 .rt-price h2 {
        border-bottom: none;
        font-family: arial;
        font-weight: 400;
        font-size: 31px;
        margin-top: 0px;
    }

    .v2 .rt-price p {
        font-family: arial;
        font-size: 10px;
        /*color: #54585a;*/
        text-align: center;
        font-weight: 400;
        line-height: 11px;
        padding-left: 20px;
        text-align: left;
    }

.lblPromoDiscountText {
    color: #46382a;
}

/*.contentTab.borderbox div.discountTextSR {
    border-top: solid #ddd8d4 1px;     
}*/

.v2 .rt-DifPrices td {
    /*padding: 18px 47px;*/
    border-bottom: solid #ddd8d4 1px;
    text-align: center;
    padding-top: 18px;
    padding-left: 13px;
}

}

.v2 .rt-DifPrices h3 {
    font-family: Arial;
    text-transform: none;
    font-size: 14.5px;
    font-weight: 600!Important;
    text-align: left;
}

.v2 .rt-DifPrices a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #54585a;
    outline: 0;
    text-align: left;
}

.v2 .rt-DifPrices span.strike {
    /*color: #c4622d;*/
    color: #473729;
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    display: block;
    padding-bottom: 5px;
}

.v2 .rt-DifPrices span.price {
    color: #473729;
    font-family: arial;
    font-size: 31px;
    font-weight: 400;
    display: block;
}

.v2 .rt-DifPrices span.discount {
    color: #c4622d !important;
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
}

.unavailable {
    font-family: arial;
    font-size: 12px;
    text-align: center;
}

.v2 .roomType, .v2 .bedType {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    height: 15px;
    text-transform: lowercase;
    margin-left: 10px;
}

.v2 .roomTypeSeparator {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    height: 15px;
    text-transform: lowercase;
}

.v2 .amenities {
    margin-left: 22px;
}



/* RATE PAGE V3*/

.rt-listing.v3 {
    line-height: 16px;
    font-size: 18px;
    font-family: arial;
    font-weight: 600;
    width: 100%;
    margin: 12px 0;
    padding-bottom: 0px;
    padding-top: 5px;
    color: #473729 !important;
}

.v3 .rt-item {
    border-bottom: solid #ddd8d4 1px;
    clear: both;
    height: 70px;
}

.v3 .rt {
    float: left;
    margin-top: 0px;
    width: 45%;
}

.v3 .roomType {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-weight: 400;
    display: block;
    height: 15px;
    text-transform: lowercase;
}

.v3 .bedType {
    font-size: 19px;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
}

.v3 .rt-price {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.discount-ribbon {
    width: 45px;
    height: 65px;
    top: -17px;
    right: -18px;
    position: absolute;
    background: url(../Images/rate_page_ribbon_new.gif) center center no-repeat;
}

.v3 .rt-book {
    float: right;
    width: 25%;
    text-align: center;
    font-size: 18px;
    display: block;
    line-height: 0px;
    margin-bottom: 5px;
    margin-top: 16px;
}

.v3 .rt-price h2 {
    border-bottom: none;
    font-family: arial;
    font-weight: 400;
    font-size: 31px;
    margin-top: 0px;
}

.v3 .rt-price p {
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 10px;
    color: #54585a;
    text-align: center;
    font-weight: 400;
    line-height: 11px;
}

.rt-DifPrices td {
    padding: 25px 0;
    border-bottom: solid #ddd8d4 1px;
}

.rt-DifPrices3 h3 {
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    text-transform: none;
    font-size: 14.5px;
    font-weight: 600!Important;
}

.rt-DifPrices3 span.strike, .v3 .rt-price span.strike {
    color: #473729;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    min-height: 16px;
}

.rt-DifPrices3 span.price, .v3 .rt-price span.price {
    color: #473729;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 31px;
    font-weight: 400;
    display: block;
}

.rt-DifPrices3 span.discount, .v3 .rt-price span.discount {
    color: #ffffff !important;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding-top: 8px;
    word-wrap: normal;
    width: 28px;
    margin: 0 auto;
}


.rt-DifPrices3 a.quickbooktext, .v3 .rt-price a.quickbooktext {
    color: #C6642D !important;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    text-decoration: underline;
    font-size: 10px;
    font-weight: 600;
    padding-top: 5px;
    display: block;
}

a.collapseBtn.active img {
    background-image: url(/images/sr-minus.png) !important;
}

.resumenRate-v3 {
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 13px;
    line-height: 21px;
    font-weight: bolder;
    color: #473729;
}


/* TABS V2 */
.contentTabs ol.tabs2 {
    position: relative;
    /* width: 750px; */
    height: 23px;
    list-style: none outside none;
    color: #fff;
    margin: 0;
    padding: 0;
    /* border-bottom: solid #473729 1px; */
    padding-bottom: 7px;
    border-bottom: solid 1px #a1958a;
    text-transform: lowercase;
}

    .contentTabs ol.tabs2 li {
        float: left;
        position: relative;
        margin: 0;
        padding: 5px;
        width: auto;
        background-image: none;
        background-color: #acd894;
        /*             border-top: solid 1px #afa397;
	border-left: solid 1px #afa397; */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-right: 2px;
    }

        .contentTabs ol.tabs2 li.current {
            color: #473729;
            font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            position: relative;
            /* height: 23px; */
            margin-top: -3px;
            background: transparent url(/images/bg-tab-current.gif) repeat-x;
            border-top: solid 1px #a1958a;
            border-left: solid 1px #a1958a;
            border-bottom: solid 1px #fff;
            border-right: solid 1px #ccc;
            /*-webkit-box-shadow: #999 0 -2px 4px;*/
            /*-moz-box-shadow: #999 0 -2px 4px;*/
            /* box-shadow: #999 0 -4px 4px; */
            behavior: url(/css/PIE.htc);
            z-index: 99;
        }

    .contentTabs ol.tabs2 a {
        display: block;
        float: left;
        /* height: 12px; */
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
        padding: 4px 37px 0 18px;
        text-align: center;
        text-decoration: none;
        width: auto;
    }

    .contentTabs ol.tabs2 li.current a {
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .contentTabs ol.tabs2 a.property {
        display: block;
        float: left;
        height: 20px;
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 14px;
        /*  text-transform: uppercase; */
        line-height: 20px;
        padding: 0 17px;
        text-align: center;
        text-decoration: none;
        width: auto;
        text-transform: lowercase;
    }

    .contentTabs ol.tabs2 li.current a.property {
        /*background: transparent url(/images/arrow-br.gif) no-repeat 8px 5px;*/
        margin-top: 2px;
        color: #473729;
        font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
        font-size: 14px;
        text-transform: lowercase;
    }

    .contentTabs ol.tabs2 li a.list {
        background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;
        background-color: transparent;
    }

    .contentTabs ol.tabs2 li.current a.list {
        background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;
        margin-top: 2px;
    }

    .contentTabs ol.tabs2 li a.map {
        background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;
        background-color: transparent;
    }

    .contentTabs ol.tabs2 li.current a.map {
        background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;
        margin-top: 2px;
    }

    .contentTabs ol.tabs2 li a.directTab {
        background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;
        background-color: transparent;
        padding: 0 12px 0 13px;
        font-size: 9pt;
    }

    .contentTabs ol.tabs2 li.current a.directTab {
        background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;
        margin-top: 2px;
        padding: 0 18px;
        font-size: 10pt;
    }

    .contentTabs ol.tabs2 li a.hotelTab {
        background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;
        background-color: transparent;
        padding: 0 19px 0 18px;
        font-size: 9pt;
    }

    .contentTabs ol.tabs2 li.current a.hotelTab {
        background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;
        margin-top: 2px;
        padding: 0 19px 0 18px;
        font-size: 10pt;
    }

/* TABS V3 */
.tabContainer {
    padding: 10px;
    border-left: solid 1px #a1958a;
    border-right: solid 1px #a1958a;
    border-bottom: solid 1px #a1958a;
}

.contentTabs ol.tabs3 {
    position: relative;
    height: 50px;
    list-style: none outside none;
    color: #473729;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #a1958a;
    padding-left: 8px;
}

    .contentTabs ol.tabs3 h3 {
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 11px;
        text-align: left;
    }

    .contentTabs ol.tabs3 span {
        float: right;
        margin: -40px 0;
    }

    .contentTabs ol.tabs3 h1 {
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 20px;
        border-bottom: none;
    }

    .contentTabs ol.tabs3 p {
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 10px;
        line-height: 1px;
        text-align: center;
    }

    .contentTabs ol.tabs3 li {
        float: left;
        position: relative;
        margin: 0;
        padding: 5px;
        width: 28%;
        background-image: none;
        background-color: #acd894;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-right: 2px;
        cursor: pointer;
    }

        .contentTabs ol.tabs3 li.current {
            color: #473729;
            font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
            font-size: 14px;
            position: relative;
            text-align: left;
            margin-top: -3px;
            background: transparent url(/images/bg-tab-current.gif) repeat-x;
            border-top: solid 1px #a1958a;
            border-left: solid 1px #a1958a;
            border-bottom: solid 1px #fff;
            border-right: solid 1px #ccc;
            behavior: url(/css/PIE.htc);
            z-index: 99;
            border-bottom: solid 5px white;
        }

            .contentTabs ol.tabs3 li.current.tab1 {
                width: 27%;
            }

        .contentTabs ol.tabs3 li.offTab.tab2 {
            width: 27%;
        }

        .contentTabs ol.tabs3 li .offTab.tab3 {
            width: 27%;
        }

    .contentTabs ol.tabs3 a {
        float: left;
        color: #473729;
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 12px;
        font-weight: Bold;
        padding: 4px 37px 0 2px;
        text-decoration: none;
        width: 132px;
    }

    .contentTabs ol.tabs3 li.current a {
        color: #473729;
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 12px;
    }

    .contentTabs ol.tabs3 a.property {
        display: block;
        float: left;
        height: 20px;
        color: #473729;
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 12px;
        line-height: 20px;
        padding: 0 17px;
        text-align: center;
        text-decoration: none;
        width: auto;
    }

    .contentTabs ol.tabs3 li.current a.property {
        background: transparent url(/images/arrow-br.gif) no-repeat 8px 5px;
        margin-top: 2px;
        color: #473729;
        font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
        font-size: 12px;
        text-transform: uppercase;
    }

    .contentTabs ol.tabs3 li a.list {
        background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;
        background-color: transparent;
    }

    .contentTabs ol.tabs3 li.current a.list {
        background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;
        margin-top: 2px;
    }

    .contentTabs ol.tabs3 li a.map {
        background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;
        background-color: transparent;
    }

    .contentTabs ol.tabs3 li.current a.map {
        background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;
        margin-top: 2px;
    }

    .contentTabs ol.tabs3 li a.directTab {
        background: transparent url(/images/icn-tab-list.gif) no-repeat 52px 5px;
        background-color: transparent;
        padding: 0 12px 0 13px;
        font-size: 9pt;
    }

    .contentTabs ol.tabs3 li.current a.directTab {
        background: transparent url(/images/icn-tab-listCur.gif) no-repeat 52px 5px;
        margin-top: 2px;
        padding: 0 18px;
        font-size: 10pt;
    }

    .contentTabs ol.tabs3 li a.hotelTab {
        background: transparent url(/images/icn-tab-map.gif) no-repeat 56px 2px;
        background-color: transparent;
        padding: 0 19px 0 18px;
        font-size: 9pt;
    }

    .contentTabs ol.tabs3 li.current a.hotelTab {
        background: transparent url(/images/icn-tab-mapCur.gif) no-repeat 56px 2px;
        margin-top: 2px;
        padding: 0 19px 0 18px;
        font-size: 10pt;
    }

a.collapseBtn img {
    background-image: url(/images/sr-plus.png) !important;
}

.borderbox {
    border: solid 1px #a1958a;
    padding: 7px;
    border-top: 0px;
}

#heroB {
    min-height: 436px;
}

/*-----Sprites Styles--------------*/
.sprite {
    background-image: url(/images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-arrow-br {
    width: 7px;
    height: 10px;
    background-position: -10px -10px;
}

.sprite-arrow-gr {
    background-position: -10px -36px;
    float: left;
}

.sprite-back {
    width: 12px;
    height: 38px;
    background-position: -10px -70px;
    cursor: pointer;
}

.sprite-best_rate_graphic107x31 {
    width: 107px;
    height: 31px;
    background-position: -10px -128px;
}

.sprite-bg {
    width: 14px;
    height: 36px;
    background-position: -10px -179px;
}

.sprite-bg-find-reserve {
    width: 219px;
    height: 36px;
    background-position: -10px -235px;
}

.sprite-bg-hero-headline-br {
    width: 2px;
    height: 32px;
    background-position: -10px -291px;
}

.sprite-bg-icn-calendar {
    width: 88px;
    height: 28px;
    background-position: -10px -343px;
}

.sprite-bg-res-step1 {
    /*width: 239px;*/
    height: 43px;
    background-position: -10px -391px;
}

.sprite-bg-res-step1Cur {
    /*width: 237px;*/
    height: 43px;
    background-position: -10px -454px;
}

.sprite-bg-res-step2 {
    /*width: 237px;*/
    height: 43px;
    background-position: -10px -517px;
}

.sprite-bg-res-step2Cur {
    /*width: 237px;*/
    height: 43px;
    background-position: -10px -580px;
}

.sprite-bg-res-step3 {
    /*width: 236px;*/
    height: 43px;
    background-position: -10px -643px;
}

.sprite-bg-res-step3Cur {
    /*width: 236px;*/
    height: 43px;
    background-position: -10px -706px;
}

.sprite-btn-additional-details {
    width: 133px;
    height: 12px;
    background-position: -10px -769px;
}

.sprite-btn-back-to-results {
    width: 119px;
    height: 12px;
    background-position: -10px -801px;
}

.sprite-btn-find-hotels {
    width: 130px;
    height: 29px;
    background-position: -10px -833px;
}

.sprite-btn-hide-map {
    width: 78px;
    height: 19px;
    background-position: -10px -882px;
}

.sprite-btn-hotel-details-hide {
    width: 129px;
    height: 19px;
    background-position: -10px -921px;
}

.sprite-btn-hotel-details-show {
    width: 98px;
    height: 19px;
    background-position: -10px -960px;
}

.sprite-btn-learn-more {
    width: 91px;
    height: 19px;
    background-position: -10px -999px;
}

.sprite-btn-more {
    width: 50px;
    height: 15px;
    background-position: -10px -1038px;
}

.sprite-btn-more-services-hide {
    width: 137px;
    height: 15px;
    background-position: -10px -1073px;
}

.sprite-btn-popup-close {
    width: 52px;
    height: 12px;
    background-position: -10px -1108px;
    float: right;
}

.sprite-btn-see-more {
    width: 85px;
    height: 19px;
    background-position: -10px -1140px;
}

.sprite-btn-show-less {
    width: 92px;
    height: 19px;
    background-position: -10px -1179px;
}

.sprite-btn-show-map {
    width: 84px;
    height: 19px;
    background-position: -10px -1218px;
}

.sprite-btn-sign-in {
    width: 90px;
    height: 24px;
    background-position: -10px -1257px;
}

.sprite-btn-sign-up-now {
    width: 130px;
    height: 24px;
    background-position: -10px -1301px;
}

.sprite-btn-sign-up-now-130x29 {
    width: 130px;
    height: 29px;
    background-position: -10px -1345px;
}

.sprite-btn-view-esc-hotels {
    width: 257px;
    height: 15px;
    background-position: -10px -1394px;
}

.sprite-cal_arrow_next {
    width: 29px;
    height: 16px;
    background-position: -10px -1429px;
}

.sprite-cal_arrow_none {
    width: 180px;
    height: 16px;
    background-position: -10px -1465px;
}

.sprite-cal_arrow_prev {
    width: 29px;
    height: 16px;
    background-position: -10px -1501px;
}

.sprite-divider-vrt {
    width: 1px;
    height: 33px;
    background-position: -10px -1537px;
}

.sprite-email {
    width: 48px;
    height: 32px;
    background-position: -10px -1590px;
    padding-right: 10px;
}

.sprite-ep-flag-upper-nav {
    width: 127px;
    height: 28px;
    background-position: -10px -1642px;
    margin-left: 3px;
    position: relative;
    top: 3px;
}

.sprite-facebook40x40 {
    width: 31px;
    height: 31px;
    background-position: -10px -1690px;
    margin-right: 4px;
}

.sprite-header-phone {
    width: 16px;
    height: 16px;
    background-position: -10px -1741px;
    float: left;
    margin-left: -19px;
}

.sprite-icn-airport-shuttle-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -1777px;
}

.sprite-icn-breakfast-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -1887px;
}

.sprite-icn-filtered-water-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -1997px;
}

.sprite-icn-fitness-room-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2107px;
}

.sprite-icn-hot-tub-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2217px;
}

.sprite-icn-kitchen-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2327px;
}

.sprite-icn-laundry-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2437px;
}

.sprite-icn-meeting-room-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2547px;
}

.sprite-icn-pet-friendly-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2657px;
}

.sprite-icn-plasma-tv-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2767px;
}

.sprite-icn-pool-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2877px;
}

.sprite-icn-shuttle-lg {
    width: 90px;
    height: 90px;
    background-position: -10px -2987px;
}

.sprite-icn-tab-list {
    width: 14px;
    height: 10px;
    background-position: 42px -3092px;
}

.sprite-icn-tab-listCur {
    width: 14px;
    height: 10px;
    background-position: 42px -3122px;
}

.sprite-icn-tab-map {
    width: 8px;
    height: 14px;
    background-position: 45px -3155px;
}

.sprite-icn-tab-mapCur {
    width: 8px;
    height: 14px;
    background-position: 45px -3188px;
}

.sprite-logo_esa_191x61 {
    width: 191px;
    height: 61px;
    background-position: -10px -3225px;
}

.sprite-next {
    width: 12px;
    height: 38px;
    background-position: -10px -3306px;
    cursor: pointer;
}

.sprite-rd-advancedpurchase {
    width: 176px;
    height: 162px;
    background-position: -10px -3364px;
}

.sprite-rd-bar {
    width: 176px;
    height: 162px;
    background-position: -10px -3546px;
}

.sprite-rd-packagedeal {
    width: 176px;
    height: 162px;
    background-position: -10px -3728px;
}

.sprite-rs_btn_modifySearch_en {
    width: 190px;
    height: 29px;
    background-position: -10px -3910px;
}

.sprite-search-help_en {
    width: 222px;
    height: 90px;
    background-position: -10px -3959px;
}

.sprite-see-whats-nearby-130 {
    width: 130px;
    height: 16px;
    background-position: -10px -4069px;
    cursor: pointer;
}

.sprite-testB-facebook {
    width: 43px;
    height: 44px;
    background-position: -10px -4105px;
    padding-right: 5px;
    float: left !important;
}

.sprite-testB-google {
    width: 43px;
    height: 44px;
    background-position: -10px -4169px;
    padding-right: 5px;
    float: left !important;
}

.sprite-testB-linkedin {
    width: 43px;
    height: 44px;
    background-position: -10px -4233px;
    padding-right: 5px;
    float: left !important;
}

.sprite-testB-pinterest {
    width: 43px;
    height: 44px;
    background-position: -10px -4297px;
    padding-right: 5px;
    float: left !important;
}

.sprite-testB-twitter {
    width: 43px;
    height: 44px;
    background-position: -10px -4361px;
    padding-right: 5px;
    float: left !important;
}

.sprite-testB-youtube {
    width: 43px;
    height: 44px;
    background-position: -10px -4425px;
    padding-right: 5px;
    float: left !important;
}

.sprite-twitter40x40 {
    width: 31px;
    height: 31px;
    background-position: -10px -4489px;
}

.sprite-xtestB-twitter-jpg-pagespeed-ic-oZcZVJY-5E {
    width: 43px;
    height: 44px;
    background-position: -10px -4540px;
}



/*-----Sprites Styles--------------*/

/*-------------- Start Home.css Page Styles -------------------*/

@charset "utf-8";
/* CSS Document */

/******** Start Home Page Hero Gallery Styles ********/

.heroGallery {
    position: relative;
    width: 1160px;
    z-index: 1;
}

    .heroGallery img {
        display: block;
    }

    .heroGallery .slides {
        height: 312px;
        padding: 0;
        margin: 0;
    }

.heroHeadline {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    float: right;
    margin-top: -126px;
    margin-right: 0;
    padding: 10px 0 10px 0;
    line-height: 26px;
    background: transparent url("../images/bg-hero-headline-br.png") repeat 0 0;
    z-index: 999;
}

    .heroHeadline p {
    }

        .heroHeadline p.one {
            font-family: 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 31px;
            color: #c5b9ac;
            text-transform: lowercase;
            margin: 0;
            padding: 0px 110px 0 18px;
        }

    .heroHeadline h1.tagline-large {
        font-family: 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 31px;
        color: #c5b9ac;
        text-transform: none;
        margin: 0;
        padding: 0px 110px 0px 18px;
        line-height: 26px;
    }

    .heroHeadline p.tagline-large {
        font-family: 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 31px;
        color: #c5b9ac;
        text-transform: none;
        margin: 0;
        padding: 0 110px 0px 18px;
        /*line-height:26px;*/
    }

    .heroHeadline p.two {
        font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
        /*letter-spacing:1px;*/
        color: #fff;
        margin: 0;
        padding: 10px 110px 10px 18px;
    }

    .heroHeadline p.tagline-small {
        font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #fff;
        margin: 0;
        padding: 2px 110px 0px 18px;
        /*line-height:12px;*/
    }

.tagline1 {
}

.tagline2 {
    margin-top: -170px;
}

.tagline3 {
    margin-top: -170px;
}

.tagline4 {
}

.tagline5 {
    margin-top: -136px;
}

.heroTabs {
    display: block;
    width: 1160px;
    height: 27px;
    border-top: solid #473729 1px;
    border-bottom: solid #473729 1px;
    background-color: #473729;
}

    .heroTabs a:link, .heroTabs a:visited {
        font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

    .heroTabs a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .heroTabs a:active {
        text-decoration: none;
        color: #fff;
    }

    .heroTabs ul {
        width: 960px;
        height: 27px;
        margin: 0;
        margin-left: 100px;
        padding: 0;
    }

        .heroTabs ul li {
            background-color: #473729;
            width: 187px;
            height: 27px;
            float: left;
            list-style-type: none;
            text-align: center;
            margin: 0;
            padding: 0;
            cursor: pointer;
            line-height: 28px;
        }

            .heroTabs ul li.last {
                width: 200px;
            }

            .heroTabs ul li.current {
                background: transparent url("../images/bg-tab-current.png") repeat 0 0;
                line-height: 28px;
            }

                .heroTabs ul li.current a {
                    text-decoration: none;
                    color: #473729;
                    line-height: 28px;
                }

            .heroTabs ul li.tabDivide {
                width: 2px;
                height: 27px;
            }

                .heroTabs ul li.tabDivide img {
                    width: 2px;
                    height: 27px;
                }

/******** End Home Page Hero Gallery Styles ********/

/******** Start  Home Page Promo Signup Styles ********/

.promoSignup {
    border: 1px solid #c5b9ac;
    clear: both;
    color: #54585A;
    font-size: 12.5px;
    margin: 52px 0 30px 100px;
    padding: 0;
    position: relative;
    text-transform: normal;
    width: 960px;
}

    .promoSignup .header {
        color: #74BE4C;
        background-color: #fff;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 36px;
        left: 68px;
        padding: 0 10px;
        margin: 0;
        position: absolute;
        text-transform: lowercase;
        top: -32px;
    }

        .promoSignup .header span {
            color: #473729;
        }

    .promoSignup h1 {
        display: inline;
        font-size: 12.5px;
        line-height: 15px;
        font-weight: normal;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        color: #54585A;
    }

    .promoSignup .form {
        padding: 10px 10px 0 15px;
        margin-top: 5px;
    }

    .promoSignup table td {
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 11.5px;
        line-height: 15px;
        vertical-align: bottom;
        padding: 0 5px 10px 0;
        padding: 0 0 10px 0;
        text-transform: none;
    }

    .promoSignup table img {
        padding-right: 10px;
    }

    .promoSignup input[type=text] {
        border: 1px solid #a3a3a3;
        background: #fff;
        text-indent: 6px;
        margin: 0 0 3px 0;
        margin-right: 10px;
        width: 200px;
        color: #999;
        line-height: 23px;
        height: 19px;
    }

    .promoSignup input[type=image] {
        border: none;
        height: 29px;
        width: 130px;
    }

/******** End Home Page Promo Signup Styles ********/

/******** Start Home Page Featured Markets Styles ********/

.promoFeatured {
    display: inline-block;
    position: relative;
    clear: both;
    width: 960px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0 0 20px 100px;
}

    .promoFeatured h3 {
        margin: 0;
    }

    .promoFeatured .header {
        position: relative;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 36px;
        color: #74be4c;
        text-transform: lowercase;
        background: #fff;
        padding: 0;
        margin: 0;
        border-bottom: 3px solid #473729;
    }

        .promoFeatured .header span {
            color: #473729;
        }

    .promoFeatured div.fm-images ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .promoFeatured div.fm-images li {
        float: left;
        padding: 0 4px 0 0;
        margin: 0;
    }

        .promoFeatured div.fm-images li.last {
            padding: 0;
        }

    .promoFeatured div li div {
        margin-top: 8px;
    }

        .promoFeatured div li div a:link, .promoFeatured div li div a:visited {
            color: #74be4c;
            font-size: 12px;
            font-weight: bold;
            text-decoration: underline;
        }

        .promoFeatured div li div a:hover, .promoFeatured div li div a:active {
            text-decoration: none;
        }

    .promoFeatured .showMore a.hide {
        background-image: url("../Images/btn_moreDetails.png");
        background-repeat: no-repeat;
        padding-left: 12px;
    }

    .promoFeatured .showMore a.hide {
        background-image: url(plus.png);
    }

    .promoFeatured .showMore .hide-container {
        display: none;
    }

.divMarketDescription {
    width: 230px;
    line-height: 14px;
}

    .divMarketDescription span {
        display: block;
        width: 234px;
        height: 32px;
    }

#showMore {
    margin-top: 20px;
}

    #showMore h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 8px 0 0 0;
    }

#showMoreBox {
    display: none;
    overflow: hidden;
    height: 50px;
    background: none repeat scroll 0 0 #fff;
    height: 100%;
}

    #showMoreBox ul {
        margin: 0;
        padding: 0;
    }

        #showMoreBox ul li {
            display: inline;
            float: left;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #showMoreBox ul li a:link, #showMoreBox ul li a:visited {
                color: #74be4c;
                font-weight: normal;
                text-decoration: underline;
            }

            #showMoreBox ul li a:hover, #showMoreBox ul li a:active, .divMarketDescription ul li a:hover, .divMarketDescription ul li a:active {
                text-decoration: none;
            }

    #showMoreBox div.fm-copy ul {
        list-style-type: none;
        padding: 0;
    }

    #showMoreBox div.fm-copy li {
        float: left;
        padding: 0 4px 0 0;
        margin: 0;
        width: 236px;
    }

        #showMoreBox div.fm-copy li.last {
            padding: 0;
        }

    #showMoreBox div.fm-section {
        color: #74be4c;
        width: 960px;
        clear: both;
        padding-top: 10px;
    }

        #showMoreBox div.fm-section ul {
            list-style-type: none;
            padding: 0;
        }

        #showMoreBox div.fm-section li {
            float: left;
            padding: 0;
            margin: 0;
        }

            #showMoreBox div.fm-section li.last {
                padding: 0;
            }

            #showMoreBox div.fm-section li a {
                font-weight: bold;
            }

/******** End Home Page Featured Markets Styles ********/


/***************** CORPORATE ACCOUNT HOME PAGE **********/

.homeModule {
    min-height: 264px;
    width: 1152px;
    margin: 0px 0 0 100px;
}

    .homeModule h2 {
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        text-transform: lowercase;
        padding: 0;
        margin: 0;
    }

    .homeModule h3 {
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

.homeModule1 {
    float: left;
    width: 260px;
    margin-bottom: 50px;
}

    .homeModule1 div.header {
        background-color: #473729;
        padding: 14px 20px 10px 0;
        text-align: right;
    }

.homeModuleCorp {
    float: left;
    width: 700px;
    border-left: 1px solid #d1c7bd;
    margin-bottom: 50px;
}

    .homeModuleCorp div.header {
        background-color: #473729;
        padding: 14px 20px 10px 0;
        text-align: right;
    }

    .homeModuleCorp .corpContent {
        background-color: #fff;
        border: none;
        display: block;
    }

        .homeModuleCorp .corpContent .copy {
            padding: 20px;
        }

.homeModule1 .tagline {
    padding: 10px 10px 2px;
    font-size: 14px;
    text-align: left;
}

/******** End Corporate Account Home Page Styles ********/

/******** Start Home Hero Link Page Styles ********/

.homeLinkContainer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.homeLinkContent {
    width: 710px;
    font-size: 14px;
    margin: 0 auto;
}

    .homeLinkContent h1 {
        font-family: 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 36px;
        color: #74be4c;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

    .homeLinkContent h2 {
        font-family: 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 24px;
        color: #74be4c;
        text-transform: none;
        margin: 0;
        padding: 0;
    }

    .homeLinkContent .subSection {
        padding-top: 40px;
        height: 152px;
    }

        .homeLinkContent .subSection img {
            float: left;
            width: 130px;
            height: 130px;
            margin: 10px 20px;
            border: solid #c6b8ab 1px;
        }

        .homeLinkContent .subSection .subcopy {
            float: left;
            width: 508px;
            margin: 0;
            padding: 10px;
        }

.heroGalleryHomeLink {
    position: relative;
    width: 100%;
    border-bottom: solid #c8b8ab 2px;
    z-index: 1;
}

.heroGalleryImage {
    width: 1152px;
    height: 312px;
    margin: 0 auto;
}

.search-containerPosition {
    position: absolute;
    top: -314px;
    z-index: 999999;
}

.footerHomeLink {
    border-top: solid #74be4c 2px;
    padding: 30px 0;
    margin-top: 40px;
}

    .footerHomeLink .footerContent {
        color: #999;
        width: 560px;
        margin: 0 auto;
    }

        .footerHomeLink .footerContent .acsLogo {
            float: left;
            width: 50%;
            color: #000;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            margin-top: 30px;
        }

            .footerHomeLink .footerContent .acsLogo a:link, .footerHomeLink .footerContent .acsLogo a:visited {
                text-decoration: none;
                border: none;
            }

            .footerHomeLink .footerContent .acsLogo a:hover, .footerHomeLink .footerContent .acsLogo a:active {
                text-decoration: none;
                border: none;
            }

            .footerHomeLink .footerContent .acsLogo img {
                border: none;
            }

        .footerHomeLink .footerContent .btnLearnMore {
            float: left;
            width: 50%;
            color: #54585A;
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            margin-top: 30px;
        }

            .footerHomeLink .footerContent .btnLearnMore a:link, .footerHomeLink .footerContent .btnLearnMore a:visited {
                text-decoration: none;
                border: none;
            }

            .footerHomeLink .footerContent .btnLearnMore a:hover, .footerHomeLink .footerContent .btnLearnMore a:active {
                text-decoration: none;
                border: none;
            }

            .footerHomeLink .footerContent .btnLearnMore img {
                border: none;
            }

            .footerHomeLink .footerContent .btnLearnMore p {
                margin-top: 32px;
            }

.saveupto20 {
    clear: both;
    color: #54585A;
    font-size: 12.5px;
    margin: 9px 0 30px 0px;
    padding: 0;
    text-transform: normal;
}

.heroGallery2 {
    position: relative;
    width: 987px;
    z-index: 1;
    margin-left: 94px;
}

/*-------------- Start Flexslider.css Page Styles -------------------*/



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 0px;
    background: #fff;
    position: relative;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(../images/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }
    /*.flex-direction-nav a {width: 31px; height: 80px; margin: -20px 0 0; display: block; background: url(/images/arrow-right-trans.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}*/
    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
        display: none;
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

.prodileCreateCheckBox {
    margin-bottom: 7px;
}
/* ********* Styles for the loading graphic display *********  */
/* + VS # 20 */
.loading-overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.loading-overlay-blank {
    background: rgba(0, 0, 0, 0);
}

.loading-spinner {
    z-index: 1000;
    margin: 250px auto;
    padding: 0px;
    width: 200px;
}

.loading-img {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* - VS # 20 */
/*blue ribbon banner carousel EC-152*/
.wrapper {
    background-color: #00284d;
    color: #fff;
    margin-bottom: 10px;
}

    .wrapper h1 {
        font-size: 22px;
        font-weight: bold;
        color: #74be4c;
        border: 0px !important;
        padding-left: 20px;
        margin: 0px !important;
    }

    .wrapper hr {
        padding-left: 20px;
        width: 645px;
        margin-top: 10px;
    }

    .wrapper span a {
        color: #fff;
    }

.featuredesc {
    padding-left: 20px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        float: left;
    }

    .jcarousel a {
        color: #fff !important;
    }

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 300px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 28px !important;
    color: #fff !important;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}

    .jcarousel-control-prev.inactive,
    .jcarousel-control-next.inactive {
        opacity: .3;
        cursor: default;
    }

.cssButtonImagePerks {
    background-color: #74BB4E;
    text-transform: lowercase;
    color: white;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    font-family: sans-serif;
    border: 1px solid white !important;
    cursor: pointer;
}

div.relativePerks {
    position: relative;
    width: 732px;
    height: 1400px;
}

div.absolutePerksVideo {
    position: absolute;
    top: 437px;
    right: 60px;
    width: 317px;
    height: 180px;
}

.absolute2PerksButton {
    position: absolute;
    top: 569px;
    right: 507px;
    width: 180px;
    height: 46px;
}
/*T&T Top Nav EC-503 Start*/
#tttopnav-div {
    background-color: rgb(116,190,75);
    width: 100%;
    height: 32px;
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
}

.topnav-div-block1 {
    width: 50%;
    float: left;
    display: inline-block;
}

#topnav-div-block2 {
    width: 50%;
    float: left;
    display: inline-block;
}

.topnav-div-block2-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    font-weight: bold;
    padding-right: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

.ttopnav-menu-block {
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

.ttmenustyle {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    vertical-align: top;
}

.ttmenuwords {
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.ttmenuimages {
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-top: 55px;
}

.tttopheader {
    margin-left: 12px !important;
    margin-top: 0px !important;
}

.ttmidheaderseperator {
    padding-top: 56px !important;
    margin-top: 0px !important;
}

.ttmidheadertext {
    padding-top: 49px !important;
    margin-top: 0px !important;
}

.ttwhitelink {
    text-decoration: none !important;
    color: white !important;
    font-size: 14px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    text-transform: none !important;
    margin-left: 4px;
}
/*T&T Top Nav EC-503 End*/
/*Perks Landing Page -- Sprint 23 EC-473*/

.rTable {
    display: table;
    width: 991px;
}

.rTableRow {
    display: table-row;
    width: 991px;
}

.rTableCell {
    display: table-cell;
    vertical-align: top;
    align-content: center;
}

.rTableCell {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.cssButton {
    background-color: #69ba49;
    text-transform: lowercase;
    color: #fff;
    font-size: 17px!important;
    font-weight: bold;
    line-height: 26px;
    height: 33px!important;
    width: 133px!important;
    text-align: center;
    border-radius: 3px;
    font-family: sans-serif;
    border: 1px solid #fff!important;
    cursor: pointer;
    padding: 1px 6px;
    padding-left: 4px;
    font-family: arial;
}

.textnormal {
}

.textgreen {
}
/*End-Perks Landing Page*/

.loggedInpopuplink {
    color: #473729;
    position: relative;
    margin-top: 124px;
    margin-right: 8px;
    float: right;
    width: 249px;
}

.loggedInPanelexpBCD a:link, .loggedInPanelexpBCD a:visited {
    color: #54585a !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: bold !important;
    display: inline !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 18px !important;
    padding: 0 0 0 12px !important;
    margin-left: 24px !important;
    text-transform: none !important;
    text-align: left !important;
}

.logoutpopuptext {
    color: #473729;
    font-family: open_sans_semiboldregular,Arial,Helvetica,sans-serif;
    font-size: 19px;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 0;
    border-bottom: solid #eae5e0 1px;
}
/*FB-Twitter*/
  .FB-icon, .FB-sideicon, .Twitter-icon, .Twitter-sideicondisabled, .Twitter-sideicon, .FB-sideicondisabled, .Logo{
	background: url(/Images/fb-twitter.png) no-repeat;
}
.FB-icon{
	background-position: -4px -3px ;
	width: 42px;
	height: 42px;
}

.FB-sideicon{
	background-position: -50px 0;
	width: 50px;
	height: 50px;
}

.Twitter-icon{
	background-position: -4px -51px ;
	width: 42px;
	height: 42px;
}

.Twitter-sideicondisabled{
	background-position: -101px -52px ;
	width: 50px;
	height: 49px;
}

.Twitter-sideicon{
	background-position: -50px -51px ;
	width: 50px;
	height: 49px;
}

.FB-sideicondisabled{
	background-position: -100px -1px ;
	width: 50px;
	height: 50px;
}

.Logo{
	background-position: 0 -103px ;
	width: 164px;
	height: 48px;
}

.selectroomcurrentrate {
    color: #473729;
    font-family: Arial,Helvetica,sans-serif,open_sans_semiboldregular;
    font-size: 31px;
    font-weight: 400;
    display: block;
}

.selectroomcurrentbedtype {
    text-transform: lowercase;
    font-size: 19px;
    font-weight: 400;
    color: #473729;
}

.multilineButton {
    background-color: #69BA49;
    color: white;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    font-family: sans-serif;
    border: 1px solid white !important;
    cursor: pointer;
    height: 54px;
    white-space: normal;
    width: 152px;
}

#originalResTD .modifyResContainer {
    margin-left: 55px;
}

#originalResTD .guestName, #modifiedResTD .guestName,
#originalResTD .confNo, #modifiedResTD .confNo {
    font-weight: bold;
    text-transform:uppercase;
}