﻿/* Leisure Travel Groups page */
#packagesUpper {
    width: 711px;
    height: 200px;
    margin: 24px auto;
    border-radius: 12px;
    border: 2px solid #545454;
}

#packagesLower {
    width: 711px;
    height: 500px;
    border-radius: 12px;
    border: 2px solid #545454;
    background-color: #545454;
}

#MainWidget {
    float: left;
    background-color: #000;
    border-radius: 8px;
}

.anNavPageLeft, .anNavPageRight {
    float: left;
    width: 29px;
    height: 30px;
}

.LeftArrow, .RightArrow {
    float: left;
    width: 15px;
    height: 100%;
    margin-top: 15px;
}

.LeftArrow {
    margin-right: 10px;
}

.leftGrayArrow {
    float: left;
    height: 40px;
    width: 15px;
    top: 30px;
    background: url(../Images/Icons/widget-grey-side-arrow-left.png) no-repeat;
}

.rightGrayArrow {
    float: left;
    height: 40px;
    width: 15px;
    top: 30px;
    background: url(../Images/Icons/widget-grey-side-arrow-right.png) no-repeat;
}

.navPageLeftImage {
    background: url(../Images/Icons/left-arrow.png) no-repeat;
    background-position: 2px 2px;
    height: 32px;
    width: 32px;
}

.navPageRightImage {
    background: url(../Images/Icons/right-arrow.png) no-repeat;
    background-position: 2px 2px;
    height: 32px;
    width: 32px;
}

.anNavItemArray {
    float: left;
}

.anNavItem img, .anNavItem div {
    border-radius: 12px;
}

.anNavItemTitle {
    font-size: 10pt;
}

.anNavItemImageSubtitle {
    margin-top: 12px;
}

/* Activity widget - T Spa Services, Accommodations Specialty Suites */
.ActivityWidget {
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#323232, endColorstr=#000000);
    background-image: linear-gradient(#323232, #000);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .ActivityWidget .anNavItemTitle {
        font-size: 10pt;
        height: 35px;
    }


.anNavItemSection {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.ActivityWidget > .anNavPane {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .ActivityWidget > .anNavPane > .anNavItemArray > .anNavItem img {
        border: 2px solid #545454;
    }

    .ActivityWidget > .anNavPane > .anNavItemArray {
        float: none;
        margin: 0 auto;
    }

.ActivityContent {
    margin-left: 24px;
}

    .ActivityContent > .anNavItemSection h3 {
        margin: 12px 0;
    }

.ActivitySelected:after {
    display: block;
    position: relative;
    height: 41px;
    width: 22px;
    top: 0;
    left: 38px;
    content: url(../Images/Icons/widget-red-down-arrow.png);
}

.ActivitySelected img {
    border: 2px solid #BD2025;
}

/* end of Activity Widget */
.GuestRoomGalleryImage {
    min-width: 250px;
    min-height: 250px;
}

/* Tabbed Widget */
/* this can really be used for all of the tabbed widgets (guest rooms, etc...)
*  it's only implemented on salal floral services at the moment */
.TabbedContainer {
    width: 711px;
    margin: 36px auto;
    overflow: hidden;
}

.TabbedWidget {
    float: left;
    margin-left: 24px;
}

    .TabbedWidget .anNavItemTitle {
        margin-bottom: 18px;
    }

    .TabbedWidget .anNavItemImage {
        border: 2px solid #545454;
    }

    .TabbedWidget > .anNavPane > .anNavItemArray > .anNavItem, .TabbedWidget > .anNavPane > .anNavItemArray, .TabbedWidget > .anNavPane {
        border-radius: 0;
    }

        .TabbedWidget > .anNavPane > .anNavItemArray > .anNavItem {
            line-height: 26px;
            margin-bottom: -2px;
            border: 2px solid #323232;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#323232);
            background-image: linear-gradient(#000, #323232);
        }

    .TabbedWidget .TabbedSelected {
        background-image: none !important;
        background-color: #BD2025 !important;
    }

    .TabbedWidget > .anNavPane {
        padding: 0;
        border-bottom: 2px solid #323232;
    }

.TabbedWidget_images {
    overflow: visible;
}

    .TabbedWidget_images .anNavPane {
        border: none;
    }

        .TabbedWidget_images .anNavPane .anNavItem {
            border: none;
        }

.TabbedImageGallery .TabbedImagesSelected img {
    border: 2px solid #BD2025;
    border-radius: 12px;
}

h2.TabbedTitle {
    margin: 12px 0;
    font-size: 14pt;
    text-align: center;
}

.TabbedSelected {
    background-image: none !important;
    filter: none !important;
}

.galleryWidget {
    float: left;
    background-color: #000;
}

    .galleryWidget .anNavPageLeft {
        margin-left: 105px;
    }

    .galleryWidget img {
        border: 2px solid #545454;
    }

    .galleryWidget h3 {
        margin-top: 0;
    }

    .galleryWidget .anNavPane {
        top: 10px;
    }

.galleryWidgetDisplay {
    height: 340px;
    width: 388px;
    float: left;
    margin: 10px 20px 10px 10px;
    overflow: hidden;
    position: relative;
}

    .galleryWidgetDisplay img {
        border-radius: 12px;
    }

.cntDigitWrapperLabel {
    display: inline-block;
}
