@import '/common/css/local/search/results/propertyResults.css';

/* result styles */
.propertyContainer {
    width: auto;
}

.property {
    background: #ffffff url( /westin/images/search/propertyTop.gif ) top left no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: 924px; /*display:none;*/
    margin: 4px 0;
    clear: both;    
}

.propertyInner {
    width: 924px;
    background: transparent url( /westin/images/search/propertyBottom.gif ) bottom left no-repeat;
}

.notBookable {
    background: #ffffff url( /westin/images/search/propertyNoTabsTop.gif ) top left no-repeat;
}

*:first-child+html #searchResults {
    float: left;
}
#searchResults .property {
    display: none;
}
#searchResults .show {
    display: block;
}

#propertyHighlight {
    padding: 12px 0;
}

#resultsPrimary .property,
#propertyHighlight .property{
    background: #ebeae6 url( /westin/images/search/propertyHighlightTop.gif ) top left no-repeat;
    border: none;
}

#resultsPrimary .propertyInner,
#propertyHighlight .propertyInner {
    background: transparent url( /westin/images/search/propertyHighlightBottom.gif ) bottom left no-repeat;
}

#resultsPrimary .notBookable,
#propertyHighlight .notBookable {
    background: #ebeae6 url( /westin/images/search/propHighlightNoTabsTop.gif ) top left no-repeat;
}

#resultsPrimary .notBookable .propertyInner,
#propertyHighlight .notBookable .propertyInner {
    background: transparent url( /westin/images/search/propHighlightNoTabsBottom.gif ) bottom left no-repeat;
}

.resultCount {
    position: absolute;
    top: 12px;
    left: 13px;
    font-weight: bold;
}

.detailInfo {
    float: left;
    width: 467px;
    margin: 6px 5px 0 10px;
    padding: 0px;
}

#primaryContainer #contentArea .detailInfo h3 {
    width: 400px;
    margin-left: 0;
}

.detailThumb {
    display: inline;
    float: left;
    width: 87px;
    margin: 5px 5px 0 28px;
}

.address {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
}

.address .distance strong {
    font-style: italic;
}

#primaryContainer #contentArea .detailInfo p {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 11px;
}

.specialOffersLinkContainer {
    margin: 0;
    font-size: 11px;
}

.property .favoriteLink {
    display: block;
    margin-top: 20px;
}

.description {
    font-size: 11px;
    margin-bottom: 10px;
}

.openHot {
    position: absolute;
    top: 9px;
    right: 314px;
    background: transparent url( /westin/images/search/newBgl.gif ) top left no-repeat;
    color: #88864f;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 3px;
}

.openHot .openHotInner {
    float: left;
    background: transparent url( /westin/images/search/newBgr.gif ) top right no-repeat;
    height: 18px;
    padding: 1px 3px 0 0;
}


/* tabs */
ul.tabsContainer {
    float: left;
    margin-left: 6px;
    width: 174px;
}

.tab, .nonSpgMessage {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    background-color: #f1f1ee;
    color: #858379;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}

.tab {
    background: url( /westin/images/search/arrowRightGray.gif ) right center no-repeat;
}

.tab div, .nonSpgMessage div {
    width: 147px;
}

#resultsSecondary .tabsContainer {
    margin-bottom: 1px;
}

.nonSpgMessage {
    cursor: auto;
}

.firstTab div {
    padding: 25px 0 25px 25px;
}

#resultsPrimary .firstTab,
#propertyHighlight .firstTab {
    border-top: none;
}

#resultsPrimary .tab,
#resultsPrimary .nonSpgMessage,
#propertyHighlight .tab,
#propertyHighlight .nonSpgMessage {
    border-color: #cfcfcf;
    background-color: #e1e0da;
}

#resultsPrimary .activeTab,
#propertyHighlight .activeTab {
    background-color: #ebeae6;
    border-right: 1px solid #ebeae6;
}

.spgToolTipContainer {
    float: right;
    margin-right: -20px;
}

* html .spgToolTipContainer {
    margin-right: -7px;
}

.tabsContainer .activeTab {
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    border-right: 1px solid #ffffff;
}

/* tab content */
.tabsContentContainer {
    position: absolute;
    top: 0;
    left: 792px;
    width: 128px;
}

.tabContent {
    font-size: 11px;
    margin: 10px 0 0 10px;
    padding-right: 22px;
    display: none;
}

.tabContent .toolTipTrigger {
    margin: 0;
}

.tabsContentContainer .activeTab {
    display: block;
}

.notBookableMessage {
    position: absolute;
    top: 0;
    left: 619px;
    width: 260px;
    padding: 30px 20px;
}

/* rates */
.prefix, .suffix {
    float: none;
    clear: none;
    font-size: 11px;
    font-weight: normal;
}

#primaryContainer #contentArea .enterDates, #primaryContainer #contentArea .contactToRedeem, #primaryContainer #contentArea .suffix {
    margin-bottom: 10px;
    margin-left: 0;
}

.enterDates {
    font-size: 13px;
    font-weight: bold;
}


.rate, .currencyCode, .starpointsMessage {
    color: #63594c;
    font-size: 17px;
    font-weight: bold;
}

.currencyCode {
    float: left;
    margin-right: 5px;
}

.property .actionLink a,
.property .actionLink a:hover,
.property .actionLink a:visited {
    display: block;
    text-align: center;
    background: #8E8C48 url( /westin/images/search/bookNowArrow.gif ) no-repeat right center;
    font-size: 12px;
    padding: 1px 12px 2px 5px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    margin: 0;
    cursor: pointer;
}

