/* $Id: listing.css,v 1.62 2014/07/18 21:14:47 sgruenholz Exp $ */
/*
    ********************************************************************
    SEARCH RESULTS PAGE
    ********************************************************************
*/

div#Results_Page {
    position:relative;
    padding:0;
    margin:0;
}

#Results_Page h3 {
    display:block;
    padding:0;
    margin:0;
    height:24px;
    line-height:28px;
    font-size:12px;
    font-weight:normal;
    color:#666;
}
#SearchBar {
    position:relative;
    padding:0;
    margin:0 0 24px 0;
}
#SearchBar .search_description {
    display:block;
    background:#f1f0eb;
    font-size:10px;
    padding:10px;
}
#SearchBar .search_description .value {
    font-weight:700;
}
#SearchBtnBar {
    position:absolute;
    z-index:1001;
    top:0px;
    right:0px;
    /*float:right;*/
    display:block;
    width:350px;
    height:24px;
    line-height:24px;
    text-align:right;
    padding:0;
    margin:0;
}

#SearchBtnBar a {
    margin-left:8px;
    color:#0066CC;
    text-decoration:underline;
}
#SearchBtnBar a:hover {
    color:#333;
}
a#BtnNewSearch {}
a#BtnSaveSearch {}

.saved_search_text {
    padding:10px 0;
}

/*  results bar: pagination and sorting */
div.results_bar {
    position:relative;
    padding:10px 0 0 0;
    border:1px solid #ccc;
    border-left:0;
    border-right:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    height:30px;
}
span.results_range {
    display:block;
    height:20px;
    line-height:20px;
}
div.pagination_ctrls {
    position:absolute;
    top:10px;
    left:200px;
    z-index:2;
    width:255px;
    height:20px;
    line-height:20px;
    font-size:13px;
}
.pagination_ctrls a {
    color:#0066cc;
}
.pagination_ctrls span.pg_ctrl {
    color:#666;
}
.pagination_ctrls .pg_no {
    margin:0 2px;
}
.pagination_ctrls .pg_no_selected {
    margin:0 2px;
    color:#000;
    font-weight:700;
    text-decoration:none;
}
.pagination_ctrls .blank {
    display:none;
}
span.sort_by {
    position:absolute;
    top:10px;
    right:0px;
    z-index:1;
    display:block;
    height:20px;
    line-height:20px;
    text-align:right;
}
.sort_by select {
    font-size:11px;
    text-align:left;
}


#SearchResults {
    padding:0px;
    margin:0px;
}
div.full {
    width:100%;
}
#mapanchor {
    display:block;
    height:1px;
}

.listing_tile span.distance {
    position:absolute;
    bottom:0px;
    right:100px;
    z-index:10;
    display:block;
    height:18px;
    width:50px;
    line-height:18px;
    text-align:center;
}



/*
    ********************************************************************
    FEATURED LISTINGS PAGE
    ********************************************************************
*/

#FeaturedListings_Page {}

#FeaturedListings_Page span.sort_by {
    width:240px;
}


/*
    ********************************************************************
    SEARCH RESULTS PAGE & FEATURED LISTINGS PAGE
    ********************************************************************
*/

.listing_tile {
    position:relative;
    font-size:12px;
    line-height:13px;
    text-align:left;
    background:#f8f8f8;
    border:1px solid #f0eee9;
    border-bottom-color:#ccc;
    margin:10px 0;
    padding:10px 0 30px 0;
    color:#000;
    min-height:165px;
}

.featured .listing_tile,
.full .listing_tile {
    height:165px;
}
.listing_tile .info_block {
    padding:0 24px 0 220px;
}

.listing_tile a.thumbnail {
    position:absolute;
    top:5px;
    left:7px;
    z-index:2;
    display:block;
    width:180px;
    height:135px;
    padding:11px 15px 15px 9px;
    background:url(/images/web/layout/thumbnail_bg_180.gif) no-repeat 0 0;
}
.listing_tile a.multiple {
    background:url(/images/web/layout/thumbnails_bg_180.gif) no-repeat 0 0;
}
.listing_tile a img.thumbnail { 
    width:180px;
    height:135px;
}
.listing_tile .qty_photos {
    position:absolute;
    top:160px;
    left:7px;
    z-index:3;
    display:block;
    width:180px;
    padding:0 15px 0 9px;
    text-align:center;
    color:#666;
}
.listing_tile .new_icon {
    position:absolute;
    top:2px;
    left:2px;
    z-index:10;
    display:block;
    width:32px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:10px;
    font-weight:700;
    color:#ff0000;
    text-transform:uppercase;
    background:#FF0;
}
.listing_tile img.sold {
    position:absolute;
    top:10px;
    left:10px;
    z-index:10;
    display:block;
    width:84px;
    height:77px;
}
.listing_tile .basic_info {
    display:block;
    padding:10px 0 0 0;
}
.listing_tile .price {
    display:block;
    margin:3px 0 0 0;
    font-weight:700;
}
.listing_tile .mls_number {
    display:block;
    margin:10px 0 0 0;
    font-size:9px;
    color:#666;
}
.listing_tile .mls_number.mls_number_same_size {   /* compliance for CarolinaMLS - mls number same size as other text */
    font-size:12px;
}
.listing_tile .address_bar { 
    padding:3px 0 0 0;
}
.listing_tile .address_bar a {
    color:#0066CC;
    text-decoration:underline;
}
.listing_tile .address_bar a:hover,
.listing_tile .address_bar a:active {
    color:#333;
}
.listing_tile .property_type {
    display:block;
    text-decoration:underline;
    margin:10px 0 0;
}
.listing_tile .beds_baths,
.listing_tile .sqft {
    display:block;
}
.listing_tile .courtesy_of {
    display:block;
    font-style:oblique;
    color:#666;
    margin:8px 0 0 0;
}
.listing_tile .courtesy_of_like_street_address {
    display:block;
    font-weight:700;
    margin:8px 0 0 0;
}
.listing_tile .street_address,
.listing_tile .city_state_zip {
    font-weight:700;
    text-decoration:underline;
}
.listing_tile .mls_icon {
    position:absolute;
    top:10px;
    right:10px;
    max-width:50px;
}
.listing_tile ul.btn_bar{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:100%;
    height:20px;
    padding:0;
    margin:0;
    background:#f1f0eb;
    list-style:none;
}

.listing_tile li {
    position:relaive;
    top:0;
    display:inline-block;
    height:20px;
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
    text-align:center;
}

.listing_tile li a {
    display:inline-block;
    position:relative;
    height:18px;
    line-height:18px;
    background-color:#f1f0eb;
    color:#666;
    text-decoration:underline;
    border:1px solid #f1f0eb;
    padding:0 8px 0 10px;
}

.listing_tile span.btn_saved {
    text-decoration:none;
    color:#339933;
}
.listing_tile li a:hover {
    background:#fff;
    color:#333;
    border:1px solid #ddd;
}
.listing_tile li.btn_bar_top,
.listing_tile li.btn_bar_bottom {
    display:none;
}
.listing_tile .status_info {
    position:absolute;
    top:14px;
    right:14px;
    z-index:2;
    text-align:right;
}
.listing_tile .display_status {
    font-size:1.5em;
    font-weight:100;
}
.listing_tile .close_info {
    display:block;
    width:200px;
    margin:.5em 0;
}

.listing_tile a.btn_locate_marker,
.listing_tile span.btn_locate_marker {
    position:absolute;
    bottom:0px;
    right:16px;
    display:block;
    width:20px;
    height:30px;
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:right top;
}
.listing_tile a.btn_locate_marker img,
.listing_tile span.btn_locate_marker img {
    width:20px;
    height:30px;
}
.listing_tile span.icon_not_on_map,
.listing_tile span.iconNotOnMap { background-image:url(/images/gmap/marker_gray.png);}

.listing_tile a.iconA    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position:  -25px 0 
                         }
.listing_tile a.iconB    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position:  -50px 0 
                         }
.listing_tile a.iconC    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position:  -75px 0 
                         }
.listing_tile a.iconD    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -100px 0 
                         }
.listing_tile a.iconE    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -125px 0 
                         }
.listing_tile a.iconF    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -150px 0 
                         }
.listing_tile a.iconG    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -175px 0 
                         }
.listing_tile a.iconH    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -200px 0 
                         }
.listing_tile a.iconI    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -225px 0 
                         }
.listing_tile a.iconJ    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -250px 0 
                         }
.listing_tile a.iconK    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -275px 0 
                         }
.listing_tile a.iconL    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -300px 0 
                         }
.listing_tile a.iconM    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -325px 0 
                         }
.listing_tile a.iconN    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -350px 0 
                         }
.listing_tile a.iconO    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -375px 0 
                         }
.listing_tile a.iconP    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -400px 0 
                         }
.listing_tile a.iconQ    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -425px 0 
                         }
.listing_tile a.iconR    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -450px 0 
                         }
.listing_tile a.iconS    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -475px 0 
                         }
.listing_tile a.iconT    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -500px 0 
                         }
.listing_tile a.iconU    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -525px 0 
                         }
.listing_tile a.iconV    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -550px 0 
                         }
.listing_tile a.iconW    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -575px 0 
                         }
.listing_tile a.iconX    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -600px 0 
                         }
.listing_tile a.iconY    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -625px 0 
                         }
.listing_tile a.iconZ    { background-image: url('/images/gmap/listing_teardrop_icons_sprite.png');
                           background-repeat: no-repeat;
                           background-position: -650px 0 
                         }

#MsgNoMappingData {
    display:block;
    font-size:11px; font-weight:700; color:#333;
    border:1px solid #666;
    background:url(/images/gmap/bg_nomappingdata.gif) 0 0 no-repeat;
    padding:0 10px;
    line-height:40px;
}



/*
    ********************************************************************
    SAVED LISTINGS PAGE (VERY SIMILAR TO RESULTS PAGE)
    ********************************************************************
*/

.full .listing_tile li.btn_remove {
    width:85px;
    right:0px;
}
.full .listing_tile li a.btn_remove_listing {
    width:65px;
    padding:0 18px 0 0;
    background-image:url(/images/web/icons/16x16/delete.gif);
    background-repeat:no-repeat;
    background-position:60px 2px;
}
.full .listing_tile li a.btn_remove_listing:hover {
    background-image:url(/images/web/icons/16x16/delete.gif);
    background-repeat:no-repeat;
    background-position:60px 2px;
}
.full .listing_tile span.btn_remove_listing {
    display:block;
    width:83px;
    height:18px;
    line-height:18px;
    background-color:#f1f0eb;
    border:1px solid #f1f0eb;
    text-decoration:none;
    color:#CC0000;
}



/*
    ********************************************************************
    SAVE SEARCH MENU: 
    shared by the results page and the map search page
    ********************************************************************
*/
#SaveSearchMenu {
    position:absolute;
    top:34px;
    right:0px;
    z-index:10000;
    width:200px;
    padding:10px 10px 1px 10px;
    background-color:#fff;
    border:1px solid #555;
    text-align:left;
    font-size:12px;
    line-height:14px;
    color:#000;
}
#SaveSearchMenu hr {
    padding:0;
    margin:0 0 10px 0;
}
#SaveSearchMenu a {
    padding:0;
    margin:0;
    text-decoration:underline;
}
#SaveSearchMenu p {
    padding:0 0 10px 0;
    margin:0;
    color:#000;
}
#SaveSearchMenu input.checkbox {
    position:relative;
    top:2px;
    margin:0;
    padding:0;
}
/*  error/confirmation messages look slightly different for the save search menu    */
#SaveSearchMenu .error_msg {
    border:0;
    background:#fff url(/images/icons/icon_error.png) no-repeat 3px 4px;
    padding:5px 10px 5px 22px;
}
#SaveSearchMenu .conf_msg {
    border:0;
    background:#fff url(/images/icons/icon_confirmation.png) no-repeat 3px 4px;
    padding:5px 10px 5px 22px;
}
#SaveSearchMenu a#BtnSaveSearchCancel {
    color:#CC0000;
}




/*
    ********************************************************************
    LISTING DETAILS PAGE
    ********************************************************************
*/
#ListingDetails {
    position:relative;
}
#ListingDetails h2 {
    margin:16px 0 0 0;
}
#ListingDetails .results_bar {
    position:relative;
    text-align:center;
    margin:8px 0 16px 0;
}
#ListingDetails .back_to_map {
    position:relative;
    margin:8px 0 16px 0;
}
#ListingDetails .results_bar .previous {
    position:absolute;
    top:10px;
    left:0px;
}
#ListingDetails .results_bar .next {
    position:absolute;
    top:10px;
    right:0px;
}

#ListingDetails #BasicInfo {
    position:relative;
    display:block;
    margin-bottom: 10px;
    min-height: 30px;   
}

#ListingDetails .display_status {
    display:block;
    font-size:1.5em;
    font-weight:100;
}
#ListingDetails .street_address {
    font-size:1.5em;
    font-weight:100;
}
#ListingDetails .mls_number {
    font-size:.75em;
}
#ListingDetails .mls_number.mls_number_same_size {   /* compliance for CarolinaMLS - mls number same size as other text */
    font-size:12px;
}
#ListingDetails .courtesy_of {
    display:block;
    margin-top:8px;
    font-weight:100;
    font-style:italic;
    color:#333;
}
#ListingDetails .courtesy_of_like_street_address {
    display:block;
    margin-top:8px;
    font-size:1.5em;
    font-weight:100;
}
#ListingDetails .courtesy_of_footer {
    display:block;
    padding:4px 0;
    border-top:1px solid #ccc;
    margin-top:8px;
    font-weight:100;
    font-size:1em;
    font-style:italic;
    text-align:center;
}
#ListingDetails .courtesy_of_footer_like_street_address {
    display:block;
    padding:4px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-top:8px;
    font-weight:100;
    font-size:1.5em;
    font-style:italic;
    text-align:center;
}
#ListingDetails .price {
    display:block;
    width:200px;
    float:right;
    padding:0 0 0 12px;
    font-weight:700;
    font-size:1.5em;
    border-left:1px solid #ccc;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ListingDetails #PhotoFrame {
    position:relative;
    border:1px solid #ccc;
    padding:0.75em;
    margin:8px 0;
    width:400px;
    height:300px;
    z-index:1;
}
#ListingDetails #Photo {
    position:relative;
    width:400px;
    height:300px;
    overflow:hidden;
}
#ListingDetails #Photo img.sold {
    position:absolute;
    top:-1px;
    left:-2px;
    z-index:10;
    display:block;
    width:152px;
    height:143px;
}
#ListingDetails #Photo img.photo {
    position:absolute;
    top:0px;
    left:0px;
    width:400px;
    height:300px;
    border:0;
}
#ListingDetails #Thumbs {
    margin:12px 0;
    padding:1px 0;
    min-height:1px;
}
#ListingDetails #Thumbs a {
    display:block;
    width:80px;
    height:60px;
    float:left;
    padding:2px;
    border:1px solid #ccc;
    margin:6px 6px 0 0;
}
#ListingDetails #Thumbs img {
    position:relative;
    display:block;
    width:80px;
    height:60px;
    opacity:0.75;
}
#ListingDetails #Thumbs a:hover {
    border-color:#000;
}
#ListingDetails #Thumbs a:hover img {
    opacity:1;
}
#ListingDetails #Thumbs a.selected {
    border-color:#000;
}
#ListingDetails #Thumbs a.selected img {
    opacity:1;
}
#ListingDetails .ss_controls_bg {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:50;
    width:400px;
    height:40px;
    padding:0;
    margin:0;
    background:#000;
    opacity:0.65;
}
#ListingDetails .ss_controls {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:51;
    width:400px;
    height:40px;
    padding:0;
    margin:0;
    text-align:left;
    line-height:40px;
    color:#fff;
}
#ListingDetails .ss_controls img {
    cursor:pointer;
}
#ListingDetails .ss_controls span.ss_count {
    display:block;
    width:40px;
    height:40px;
    text-align:center;
}
#ListingDetails .ss_controls img.ss_back {
    position:absolute;
    top:6px;
    left:269px;
}
#ListingDetails .ss_controls img.ss_next {
    position:absolute;
    top:6px;
    left:314px;
}
#ListingDetails .ss_controls img.ss_play,
#ListingDetails .ss_controls img.ss_pause {
    position:absolute;
    top:5px;
    left:365px;
}


#CloseInfo {
    width:210px;
    height:260px;
    padding:8px 0 0 0;
    margin:8px 0;
    float:right;
}
#CloseInfo h3 {
    font-weight:100;
    margin:16px 0 4px 0;
}



#ToolsAndResources {
    width:210px;
    height:260px;
    padding:0;
    margin:0 0 8px 0;
    float:right;
}
#ToolsAndResources h3 {
    font-weight:100;
    margin:0 0 4px 0;
}
#ToolsAndResources a,
#ToolsAndResources span {
    display:block;
    height:21px;
    border-top:1px solid #efefef;
    text-decoration:none;
    font-weight:400;
    line-height:13px;
    color:#000;
    margin:0;
    padding:9px 0 0 32px;
}
#ToolsAndResources a:active,
#ToolsAndResources a:hover {
    background-color:#fff;
    color:#900;
}
a#BtnSaveListingNeedLogin,
a#BtnSaveListing {
    background:url(/images/search/icon_save_sm.gif) 0 1px no-repeat;
    border:0;
}
span#BtnListingSaved {
    background:url(/images/search/icon_save_green_sm.gif) 0 1px no-repeat;
    font-weight:700;
    color:#060;
    border:0;
}
a#BtnRequestMoreInfo {
    background:url(/images/search/icon_contact_sm.gif) 0 2px no-repeat;
}
a#BtnScheduleAShowing {
    background:url(/images/search/icon_visit_sm.gif) 0 0 no-repeat;
}
a#BtnMapTo {
    background:url(/images/search/icon_map_sm.gif) 0 1px no-repeat;
}
a#BtnFindSimilar {
    background:url(/images/search/icon_map_sm.gif) 0 1px no-repeat;
}
a#BtnPrintFlyer {
    background:url(/images/search/icon_print_sm.gif) 0 1px no-repeat;
}
a#BtnCalculators {
    background:url(/images/search/icon_calc_sm.gif) 0 1px no-repeat;
}
a#BtnGetPreapproved {
    background:url(/images/search/icon_loan_sm.gif) 0 2px no-repeat;
}
a#BtnTellAFriend {
    background:url(/images/search/icon_tellafriend_sm.gif) 0 1px no-repeat;
}
a#BtnVirtualTour {
    background:url(/images/layouts/simplicity_blue/search/icon_tour.gif) 0 1px no-repeat;
}

#ListingOpenHouse {
    margin-left: 25px;
}
#ListingOpenHouse .ListingOpenHouse-Label {
    font-weight: bold;
    font-size: 18px;
}
#ListingOpenHouse .ListingOpenHouse-Time {
    font-style: italic;
    font-size: 18px;
}

#ListingFeatures {
    margin:0 0 24px 0;
}
#ListingFeatures div.features {
    position:relative;
    padding:0;
    margin:0;
    min-height:1px;
}
#ListingFeatures ul {
    position:relative;
    display:block;
    list-style:none;
    padding:1px 0 0 0;
    margin:0;
    min-height:1px;
}
#ListingFeatures ul li {
    position:relative;
    display:block;
}
#ListingFeatures .features_col {
    float:left;
    width:310px;
}
#ListingFeatures .col1 {}
#ListingFeatures .col2 {
    margin:0 0 0 24px;
}

/*
    ********************************************************************
    SOCIAL SHARE ICONS
    ********************************************************************
*/

.social_share_icons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.social_share_icons h4 {
    font-size:1.5em;
    line-height:normal;
    padding:0;
    margin: 0 0 10px;
}
.social_share_icons span {
    font-size:0;
}
.social_share_icon {
    display: inline-block;
    width: 70px;
    height: 30px;
    padding: 0;
    margin: 0 6px 6px 0;
    text-decoration: none !important;
    background-image: url(/images/icons/icons_social_share.png);
    background-repeat: no-repeat;
}

/* facebook */
.social_share_icon_facebook {
    background-position: 0 0;
}
.social_share_icon_facebook:hover {
    background-position: 0 -38px;
}

/* twitter */
.social_share_icon_twitter {
    background-position: -100px 0;
}
.social_share_icon_twitter:hover {
    background-position: -100px -38px;
}

/* google plus */
.social_share_icon_google_plus {
    background-position: -200px 0;
}
.social_share_icon_google_plus:hover {
    background-position: -200px -38px;
}



/*
    ********************************************************************
    MAP SEARCH PAGE
    ********************************************************************
*/
#MapSearch {
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
    margin:10px 0 0;
}
#MapSearchTopbar {
    position:relative;
}


/*  MAP SEARCH TABS */
#MapSearchTabs {
    position:relative;
    height:14px;
    font-family:Arial, Helvetica, sans-serif;
    padding:8px 0;
    text-align:right;
    border-bottom:1px solid #000;
}
#MapSearch a.map_tab {
    position:absolute;
    bottom:0px;
    z-index:3;
    display:block;
    width:95px;
    height:23px;
    padding:1px 0 0;
    text-align:center;
    text-decoration:none;
    line-height:23px;
    font-weight:400;
    color:#666;
    border:1px solid #ccc;
    border-bottom:0;
    background:#efefef;
}
#MapSearch a.map_tab_selected {
    position:absolute;
    bottom:-1px;
    z-index:4;
    display:block;
    width:95px;
    height:24px;
    padding:1px 0 0;
    text-align:center;
    line-height:24px;
    text-decoration:none;
    font-weight:700;
    color:#000;
    border:1px solid #000;
    border-bottom:1px solid #fff;
    background:#fff;
}
#MapTabResults {
    left:0px;
}
#MapTabMap {
    left:95px;
}
#MapTabDetails {
    left:190px;
}
#BtnResetMap {
    position:relative;
    top:0;
    left:0;
    margin:0 8px;
}
#BtnSaveSearch {
    position:relative;
    top:0;
    left:0;
    margin:0 8px;
}



#FilterBar {
    position:relative;
    margin:0;
    padding:10px 0 10px 0;
    font-size:11px;
    line-height:14px;
    text-align:left;
    color:#000;
}
span.crumbs {
    display:block;
    padding:0 4px 0 112px;
}
#BtnFilterMenu {
    position:absolute;
    top:8px;
    left:0px;
    z-index:2;
    display:block;
    width:100px;
    height:16px;
    margin:0;
    padding:0 0 0 4px;
    border:1px solid #959595;
    line-height:16px;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    background:#fff url(/images/gmap/bg_drop_arrow.gif) no-repeat right -2px;
}
#MapResultsBar {
    position:relative;
    margin:0;
    padding:10px 0;
    border:1px solid #959595;
    border-bottom:0;
    font-size:14px;
    line-height:14px;
    background:#fff;
    color:#000;
}
#MapResultsBar a {
    text-decoration:underline;
    color:#0066CC;
}
#MapAndResults {
    position:relative;
    height:472px;
    padding:0;
    overflow:hidden;
    visibility:visible;
}
#MapSearch #Map {
    height:470px;
    border:1px solid #666;
}

/*  CITY MARKER LABELS - MAP CONTROLS   */
#CityInfo {
    position:absolute;
    text-align:left;
    background-color:#fff;
    width:140px;
    height:47px;
    border:2px solid #3ca210;
    color:#000;
}
div.cityname {
    position:absolute;
    top:25px;
    left:0px;
    width:120px;
    height:22px;
    padding:0 10px;
    line-height:22px;
    background-color:#c7f3b4;
    font-weight:700;
    color:#000;
}
div.listingcount {
    height:25px;
    line-height:25px;
    padding:0 10px;
}


/*  MAP SEARCH ZOOM BOX - MAP CONTROL   */
#ZoomBox,
#ZoomBox div,
#ZoomBox img {
    width:166px;
    height:76px;
    cursor:pointer;
}
#ZoomBox div,
#ZoomBox img {
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}
#ZoomBoxText {
    position:absolute;
    top:14px;
    left:0;
    z-index:2;
    width:166px;
    display:block;
    text-align:center;
    font-size:14px;
    line-height:16px;
    color:#000;
}
#ZoomBoxCount {
    font-weight:700;
}


/* LOADING OVERLAY - FOR WHILE MAP IS PROCESSING CHANGES    */
#MapSearchLoading {
    position:relative;
    top:-471px;
    z-index:3;
    margin-bottom:-470px;
    width:100%;
    height:470px;
    background-color:#000;
    color:#fff;
    font-weight:700;
    text-align:center;
    opacity:0.70;
}
#MapSearchLoadingMsg {
    text-align:center;
}
#MapSearchLoading img {
    margin:130px auto 0;
}



/*  MAP SEARCH RESULTS COLUMN   */
#MapSearchResultsTop {
    position:absolute;
    top:0px;
    left:0px;
    width:280px;
    height:40px;
    padding:5px;
    text-align:left;
    color:#000;
}
#MapSearchResultsTop p {
    display:block;
    margin:0;
    padding:0;
    color:#000;
}


/* PAGINATION CONTROLS FOR MAP SEARCH RESULTS COLUMN */
#MapSearchPage {
    position:relative;
    width:26px;
    height:20px;
    margin:0;
    line-height:20px;
    font-size:11px;
}
#MapSearchPageNumbers {
    position:relative;
    top:-20px;
    left:36px;
    width:260px;
    height:21px;
}
#MapSearchResultsListingRange,
#MapSearchResultsListingCount,
#MapSearchResultsCity {
    font-weight:700;
}
#MapSearchResults .page_no_ctrl:hover,
#MapSearchResults .page_no:hover {
    border:1px solid #666;
    background-color:#666;
    color:#ddd;
}

#MapSearchResults .page_no_ctrl {
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin:0 3px 0 0;
    line-height:18px;
    border:1px solid #555;
    background-color:#999;
    color:#000;
    text-decoration:none;
    text-align:center;
}
#MapSearchResults .page_no {
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin:0 3px 0 0;
    line-height:18px;
    border:1px solid #666;
    background-color:#bbb;
    color:#666;
    text-decoration:none;
    text-align:center;
}
#MapSearchResults .page_no_selected {
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin:0 3px 0 0;
    line-height:18px;
    border:1px solid #09f;
    background-color:#fff;
    text-decoration:none;
    text-align:center;
    font-weight:700;
    color:#0066CC;
}
#MapSearchResults .blank {
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin:0 3px 0 0;
    line-height:18px;
    border:1px solid #aaa;
    background-color:#bbb;
    color:#666;
    text-decoration:none;
    text-align:center;
}
#MapSearchResults {
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    width:298px;
    height:470px;
    border:1px solid #666;
    background-color:#bbb;
    color:#000;
}
#MapSearchResults p {
    margin:0;
    padding:0;
}


/*  LISTING TILES FOR MAP SEARCH RESULTS COLUMN */
#MapSearchResultsContent {
    position:absolute;
    top:50px;
    left:0px;
    width:298px;
    height:420px;
    overflow:auto;
}
#MapSearchResults a.btn_locate,
#MapSearchResults a.btn_moreinfo {
    position:absolute;
    display:block;
    width:55px;
    height:12px;
    padding:2px;
    font-size:10px;
    font-weight:700;
    line-height:12px;
    background-color:#bbb;
    border:1px solid #666;
    color:#000;
    text-decoration:none;
}
#MapSearchResults a.btn_locate:hover,
#MapSearchResults a.btn_moreinfo:hover {
    background-color:#666;
    border:1px solid #666;
    color:#ddd;
}
#MapSearchResults a.btn_locate {
    top:55px;
    left:3px;
}
#MapSearchResults a.btn_moreinfo {
    top:75px;
    left:3px;
}

#MapSearchResults .listing_tile,
#MapSearchResults .listing_tile_highlighted,
#MapSearchResults .listing_tile_selected {
    position:relative;
    height:95px;
    min-height:95px;
    margin:0;
    padding:0 0 0 90px;
    border:2px solid #aaa;
    font-size:11px;
    line-height:12px;
    text-align:left;
    background:#efefef;
}
#MapSearchResults .listing_tile a.thumbnail,
#MapSearchResults .listing_tile_highlighted a.thumbnail,
#MapSearchResults .listing_tile_selected a.thumbnail {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:80px;
    height:60px;
    min-height:60px;
    padding:4px 6px 5px 4px;
    background:#fff url(/images/search/bg_thumb.gif) no-repeat 0 0;
}
#MapSearchResults .listing_tile img.thumbnail,
#MapSearchResults .listing_tile_highlighted img.thumbnail,
#MapSearchResults .listing_tile_selected img.thumbnail {
    width:80px;
    height:60px;
}
#MapSearchResults .listing_tile .price,
#MapSearchResults .listing_tile_highlighted .price,
#MapSearchResults .listing_tile_selected .price {
    display:block;
    font-weight:700;
    margin:3px 0 0;
}
#MapSearchResults .listing_tile .address,
#MapSearchResults .listing_tile_highlighted .address,
#MapSearchResults .listing_tile_selected .address {
    position:absolute;
    top:69px;
    left:2px;
    width:233px;
    height:25px;
    background:#ddd;
}

#MapSearchResults .listing_tile .street_address,
#MapSearchResults .listing_tile_highlighted .street_address,
#MapSearchResults .listing_tile_selected .street_address,
#MapSearchResults .listing_tile .city_state_zip,
#MapSearchResults .listing_tile_highlighted .city_state_zip,
#MapSearchResults .listing_tile_selected .city_state_zip,
#MapSearchResults .listing_tile .beds_baths,
#MapSearchResults .listing_tile_highlighted .beds_baths,
#MapSearchResults .listing_tile_selected .beds_baths,
#MapSearchResults .listing_tile .sq_ft,
#MapSearchResults .listing_tile_highlighted .sqft,
#MapSearchResults .listing_tile_selected .sqft {
    display:block;
}
#MapSearchResults .listing_tile .property_type,
#MapSearchResults .listing_tile_highlighted .property_type,
#MapSearchResults .listing_tile_selected .property_type {
    display:block;
    font-weight:400;
    margin:0;
}
#MapSearchResults .listing_tile .extras,
#MapSearchResults .listing_tile_highlighted .extras,
#MapSearchResults .listing_tile_selected .extras {
    position:absolute;
    top:0;
    right:0;
    width:65px;
    height:95px;
    text-align:center;
    background:#efefef;
    border-left:1px solid #ddd;
}
#MapSearchResults .listing_tile .mlsicon,
#MapSearchResults .listing_tile_highlighted .mlsicon,
#MapSearchResults .listing_tile_selected .mlsicon {
    margin:10px auto 0 auto;
    max-width:30px;
}
#MapSearchResults .listing_tile .newIcon,
#MapSearchResults .listing_tile_highlighted .newIcon,
#MapSearchResults .listing_tile_selected .newIcon {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    display:block;
    width:32px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:10px;
    font-weight:700;
    color:red;
    text-transform:uppercase;
    background:#FF0;
}
#MapSearchResults .listing_tile_highlighted {
    border:2px solid #00a3ef;
}
#MapSearchResults .listing_tile_highlighted .extras {
    border-left:1px solid #ace9ef;
}
#MapSearchResults .listing_tile_highlighted .address {
    background-color:#ace9ef;
}
#MapSearchResults .listing_tile_selected {
    border:2px solid #3ca210;
}
#MapSearchResults .listing_tile_selected .extras {
    border-left:1px solid #c7f3b4;
}
#MapSearchResults .listing_tile_selected .address {
    background-color:#c7f3b4;
}

#MapSearchResults .courtesy_in_map_results {
    background-color:#ddd;
}   






/* DETAILS PAGE WITHIN THE MAP SEARCH PAGE, SPECIAL CASE    */
#MapSearchDetails {
    min-height:470px;
    position:relative;
    text-align:left;
}
#MapSearchDetails #ListingDetailBox {
    width:668px;
    background:none;
    margin:0 auto;
}
#MapSearchDetails #ListingDetailBoxBottom {
    width:668px;
    background:none;
}
#MapSearchDetails #ListingDetailSummaryInfo {
    background:none;
    padding:0 12px 10px 8px;
}
#MapSearchDetails #photoBox {
    left:0;
}
#MapSearchDetails #ListingDetailMore {
    width:668px;
}

/* LOADING OVERLAY - FOR WHILE DETAIL TAB IS PROCESSING CHANGES */
#MapSearchDetailsLoading {
    position:relative;
    top:0px;
    z-index:3;
    margin-bottom:0px;
    width:100%;
    height:470px;
    background-color:#000;
    color:#fff;
    font-weight:700;
    text-align:center;
    opacity:0.70;
}
#MapSearchDetailsLoadingMsg {
    text-align:center;
}
#MapSearchDetailsLoading img {
    margin:130px auto 0;
}



/*  MAP SEARCH FILTER MENU  */
#FilterMenu {
    position:absolute;
    top:60px;
    left:0px;
    z-index:10;
    width:228px;
    padding:10px 10px 15px 10px;
    border:1px solid #555;
    background:#fff;
    text-align:left;
    font-size:12px;
    color:#000;
}
#FilterMenu p {
    text-align:left;
    margin:0;
    padding:0;
    color:#000;
}
#FilterMenu p.filter_1col {
    float:left;
    width:114px;
    margin:0 0 4px;
    padding:2px 0 4px;
}
#FilterMenu p.filter_2col {
    float:left;
    width:228px;
    margin:0 0 4px 0;
    padding:2px 0 4px 0;
}
#FilterMenu p label {
    display:block;
    color:#000;
}
#FilterMenu ul.scroll_box {
    height:70px;
    color:#000;
}
#FilterMenu hr {
    clear:both;
}
#FilterMenu button#MapSearchViewResults {
    margin:6px 0 0;
}
a#BtnCloseFilterMenu {
    color:#CC0000;
    text-decoration:underline;
}
#FilterMenu p.odd,
#FilterMenu p.even {
    background:none;
}

/* v4 zoombox */
#MS_ZoomNotice {
    position:absolute;
    z-index:1;
    bottom:20%;
    left:0px;
    width:100%;
    padding:0;
    text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
}

#MS_ZoomNotice_Body {
    margin:0 auto;
    width:350px;
    padding:12px 14px;
    background:url(/images/gmap/zoom_box_gray.png) no-repeat 0px 0px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
}

/* v4 results info */
#MS_ResultsNotice {
    position:absolute;
    z-index:1;
    bottom:2.9%;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
}

#MS_ResultsNotice_Body {
    font-size:12px;
    background-color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
}

/* MAP STATISTICS SLIDER */

#MS_Statistics{
    position:absolute;
    z-index:1;
    top:50px;
    right:0px;
    height:370px;
    background:#fff url(/images/search/stats_slider_bg.png) no-repeat 0 0;
    padding:0;
    margin:0;
    background-color:transparent;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
}

#MS_Statistics h3 {
    margin:0;
    padding:0;
}

#MS_Statistics h2 {
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:5px 0 3px;
    text-align:left;
    color:#000;
}

#MS_Statistics .stats-panel-header a {
    float:left;
    position:relative;
    top:20px;
    left:5px;
    display:block;
    width:20px;
    height:120px;
    padding:0px 3px;
    text-decoration:none;
}
#MS_Statistics .stats-panel-body{
    position: relative;
    top:0;
    right:0;
    width:200px;
    height:340px;
    margin-left:30px;
}
    
#MS_Statistics #MS_Statistics_Content {
    display:block;
    width:150px;
    overflow:hidden;
    padding:15px;
}

#MS_Statistics_Content  label {
    position:absolute;
    left:30px;
    padding:0;
    margin:0;
    text-align:left;
}

#MS_Statistics_Body .MS_stats_instructions {
display:block;
width:160px;
text-align:left;
padding:15px 0px 0px 15px;
margin:0;
font-size:13px;
overflow:hidden;
}

#MS_Statistics_Content .MS_data {
    position:absolute;
    left: 100px;
    padding-left:5px
}
/*  Info Window for the map: shared by the Results and Map Search pages */

.infowindow{
    position:relative;
    display:block;
    background-color:#fff;
    border:2px solid #3ca210;
    width:145px;
    height:95px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    text-align:left;
    margin:0;
    padding:0 0 0 90px;
    }
.infowindow .listing_tile{
    position:relative;
    background-color:#efefef;
    border:2px solid #aaa;
    height:95px;
    font-size:11px;
    line-height:12px;
    text-align:left;
    margin:0;
    padding:0 0 0 90px;
    }
.infowindow a.thumbnail{
    position:absolute;
    top:0;
    left:0;
    display:block;
    background:#fff url(/images/search/bg_thumb.gif) no-repeat 0 0;
    width:80px;
    height:60px;
    padding:4px 6px 5px 4px;
    }
.infowindow img.thumbnail{
    width:80px;
    height:60px;
    }
.infowindow .price{
    display:block;
    font-weight:700;
    margin:3px 0 0;
    }
.infowindow .address{
    position:absolute;
    top:69px;
    left:2px;
    width:233px;
    height:25px;
    background-color:#c7f3b4;
    }
.infowindow .property_type{
    display:block;
    font-weight:400;
    margin:0;
    }
.infowindow .extras{
    position:absolute;
    top:0;
    right:0;
    width:65px;
    height:95px;
    text-align:center;
    background-color:#efefef;
    border-left:1px solid #ddd;
    }
.infowindow .mlsicon{
    width:30px;
    height:30px;
    margin:10px auto 0;
    }
.infowindow .btn_moreinfo{
    position:absolute;
    bottom:1px;
    right:1px;
    z-index:2;
    display:block;
    width:44px;
    height:23px;
    font-size:10px;
    font-weight:100;
    line-height:24px;
    background:#006313;
    border:0;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    padding:0;
}
.infowindow .btn_moreinfo:hover{color:#73fe6a;}
.infowindow .newIcon{display:block;position:absolute;top:0;left:0;z-index:10;width:32px;height:16px;line-height:16px;text-align:center;font-size:10px;font-weight:700;color:red;text-transform:uppercase;background:#FF0;}
.infowindow .street_address,.infowindow .city_state_zip,.infowindow .beds_baths,.infowindow .sq_ft{display:block;}

/*
    idxv4 new listing info window for google map
    TODO: remove old styles after it is safe
*/
.listing_info_window {
    position:absolute;
    z-index:4;
    display:block;
    width:235px;
    height:106px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    text-align:left;
    margin:0;
    padding:2px 2px 2px 12px;
    background:url(/images/gmap/listing_info_window.png) no-repeat 0px 0px;
    color: #000;
}
.listing_info_window a.thumbnail {
    position:absolute;
    top:6px;
    left:16px;
    z-index:2;
    display:block;
    background:#fff url(/images/search/bg_thumb.gif) no-repeat 0 0;
    width:80px;
    height:60px;
    padding:4px 6px 5px 4px;
    cursor:pointer;
}
.listing_info_window a.thumbnail:hover {
    cursor:pointer;
}
.listing_info_window img.thumbnail {
    width:80px;
    height:60px;
    cursor:pointer;
}
.listing_info_window .basic_info {
    position:absolute;
    top:10px;
    left:108px;
    z-index:3;
}
.listing_info_window .price {
    display:block;
    font-weight:700;
    margin:3px 0 0 0;
}
.listing_info_window .address {
    position:absolute;
    top:81px;
    left:17px;
    width:233px;
    height:25px;
}
.listing_info_window .property_type {
    display:block;
    font-weight:400;
    margin:0;
}
.listing_info_window .btn_moreinfo {
    position:absolute;
    top:82px;
    right:4px;
    z-index:1;
    display:block;
    width:44px;
    height:24px;
    font-size:10px;
    font-weight:100;
    line-height:23px;
    background:#006313;
    border:0;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    padding:0;
    cursor:pointer;
}
.listing_info_window .btn_moreinfo:hover {
    color:#73fe6a;
    cursor:pointer;
}
.listing_info_window .btn_street_view,
.listing_info_window .btn_street_view_na {
    position:absolute;
    top:50px;
    right:4px;
    z-index:2;
    width:20px;
    height:26px;
    cursor:pointer;
}
.listing_info_window .btn_street_view_na {
    cursor: default;
}
.listing_info_window .newIcon {
    display:block;
    position:absolute;
    top:6px;
    left:16px;
    z-index:10;
    width:32px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:10px;
    font-weight:700;
    color:red;
    text-transform:uppercase;
    background:#FF0;
}
.listing_info_window .btn_close {
    position:absolute;
    top:3px;
    right:3px;
    z-index:4;
    cursor:pointer;
}
.listing_info_window .street_address,
.listing_info_window .city_state_zip,
.listing_info_window .beds_baths,
.listing_info_window .sq_ft {
    display:block;
}

/*
 * Special case - we're putting the courtesy down below...
 */
.listing_info_window .courtesy_of_box {
    width: 229px;
    position: absolute;
    top: 120px;
    padding:2px;
    background-color: white;
    border: 1px solid #3ca210;
}
.listing_info_window_grouped .courtesy_of_box {
    width: 250px;
    position: absolute;
    top: 165px;
    padding:2px;
    background-color: white;
    border: 1px solid #3ca210;
}

.courtesy_of_box img.mls_icon {
    /* float:left; */
    z-index:2;
}

.listing_info_window_grouped {
    position:absolute;
    z-index:4;
    display:block;
    width:255px;
    height:150px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    text-align:left;
    margin:0;
    padding:2px 2px 2px 12px;
    background:url(/images/gmap/listing_info_window_grouped.png) no-repeat 0px 0px;
    color: #000;
}

.listing_info_window_grouped .listing_item
{
    position: relative;
    height: 106px;
    width: 240px;
    background:url(/images/gmap/listing_info_window_item.png) repeat-x 0px 0px;
}

.listing_info_window_grouped .listing_info_window_content
{
    overflow-y: auto;
    overflow-x: hidden;
    height: 135px;
    margin-top: 15px;
}

.listing_info_window_grouped .listing_info_window_content div.item_separator
{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #3CA210;
    margin-top: 5px;
}

.listing_info_window_grouped a.thumbnail {
    position:absolute;
    top:6px;
    left:6px;
    z-index:2;
    display:block;
    background:#fff url(/images/search/bg_thumb.gif) no-repeat 0 0;
    width:80px;
    height:60px;
    padding:4px 6px 5px 4px;
    cursor:pointer;
}
.listing_info_window_grouped a.thumbnail:hover {
    cursor:pointer;
}
.listing_info_window_grouped img.thumbnail {
    width:80px;
    height:60px;
    cursor:pointer;
}
.listing_info_window_grouped .basic_info {
    position:absolute;
    top:10px;
    left:98px;
    z-index:3;
}
.listing_info_window_grouped .price {
    display:block;
    font-weight:700;
    margin:3px 0 0 0;
}
.listing_info_window_grouped .address {
    position:absolute;
    top:81px;
    left:7px;
    width:233px;
    height:25px;
}
.listing_info_window_grouped .property_type {
    display:block;
    font-weight:400;
    margin:0;
}
.listing_info_window_grouped .btn_moreinfo {
    position:absolute;
    bottom:2px;
    right:4px;
    z-index:1;
    display:block;
    width:44px;
    height:24px;
    font-size:10px;
    font-weight:100;
    line-height:23px;
    background:#006313;
    border:0;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    padding:0;
    cursor:pointer;
}
.listing_info_window_grouped .btn_moreinfo:hover {
    color:#73fe6a;
    cursor:pointer;
}
.listing_info_window_grouped .btn_street_view,
.listing_info_window_grouped .btn_street_view_na {
    position:absolute;
    bottom:36px;
    right:4px;
    z-index:2;
    width:20px;
    height:26px;
    cursor:pointer;
}
.listing_info_window_grouped .btn_street_view_na {
    cursor: default;
}
.listing_info_window_grouped .newIcon {
    display:block;
    position:absolute;
    top:6px;
    left:6px;
    z-index:10;
    width:32px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:10px;
    font-weight:700;
    color:red;
    text-transform:uppercase;
    background:#FF0;
}

.listing_info_window_grouped .btn_close {
    position:absolute;
    top:3px;
    right:3px;
    z-index:4;
    cursor:pointer;
}
.listing_info_window_grouped .street_address,
.listing_info_window_grouped .city_state_zip,
.listing_info_window_grouped .beds_baths,
.listing_info_window_grouped .sq_ft {
    display:block;
}

.listing_info_window_grouped .more_notice {
    position:absolute;
    top:5px;
    left:19px;
    z-index:4;
    color: #006313;
}
