#contentArea {
    visibility: hidden;
}

#secondaryContainer {
    padding-top: 33px;
}

#headerSectionContainer {
    text-align: left;
    padding-top: 15px;
}

#selectionContainer {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

#selectionContainer label {
    padding-right: 3px;
    padding-left: 10px;
    text-transform: capitalize;
}

#hotelContainer {
    margin-top: 15px;
}

#primaryContainer #contentArea #hotelContainer .region h3 {
    padding: 0 0 5px 11px;
    margin-left: 0;
}

#hotelContainer .country {
    border: 1px solid #D9D9D9;
    float: left;
    padding: 10px;
    width: 660px;
    margin-bottom: 15px;
}

#primaryContainer #contentArea #hotelContainer .country h4 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 0;
}

#primaryContainer #contentArea #hotelContainer .country h5 {
    margin-left: 0;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

#hotelContainer .state {
    margin-top: 10px;
}

#hotelContainer .property {
    display: none;
    margin-top: 1px;
}

#hotelContainer .property .propertyName {
    width: 325px;
    font-weight: bold;
}

#hotelContainer .property div {
    float: left;
}

#hotelContainer .property div.clearBoth {
    float: none;
}

#hotelContainer .property .booking {
    float: right;
    padding-right: 8px;
    background: transparent url( /westin/images/arrowRghtGold.png ) no-repeat scroll right center;;
    text-transform: capitalize;
}

#hotelContainer .property .city {
    width: 200px;
    padding-left: 20px;
}

#hotelContainer .property .city.active {
    background: transparent url( /westin/images/search/openNow.gif ) no-repeat scroll left bottom;;
}

#hotelContainer .property .city.future {
    background: transparent url( /westin/images/search/futureLocations.gif ) no-repeat scroll left bottom;;
}

#noResults {
    display: none;
}

#noResults.show {
    display: block;
}

.propertyList {
    display: none;
}

#hotelContainer .show {
    display: block;
}

#hotelContainer .hide {
    display: none;
}

#hotelContainer #hotelLoadingMessage {
    background: #E8E8E8 url( /westin/images/loadingContainerCornerTop.gif ) no-repeat scroll left top;
    margin-bottom: 12px;
    padding-top: 15px;
    width: 217px;
    display: none;
    position: absolute;
    border: none;
}

#hotelContainer #hotelLoadingMessage .innerBox {
    background: #E8E8E8 url( /westin/images/loadingContainerCornerBottom.gif ) no-repeat scroll left bottom;
    font-size: 11px;
    padding: 0 16px 17px 12px;
}

#hotelContainer h4 .countryAnchor {
    text-decoration: none;
    color: #6B6B6B;
    font-weight: normal;
    font-size: 17px;
}

#villasSecondaryBox {
    display: none;
}
