/* listing detail display styling */

div#t4a-map {
    /* width: 646px; */
    margin-left: -51px !important; 
    width: 1023px; 
    height:290px;
}

.listing-detail-heading {
    font-size: 1.7em;
    font-family: Georgia, Times, serif;
    /* font-weight: bold; */
}
.listing-detail-spat-id {
    font-size: 1.0em;
    font-weight: bold;
    color: gray;
    text-align: right;
}
.listing-detail-location-category {
    color: gray;
}

.listing-detail-gallery {
    width: 75%; 
    /* padding-left: 20px; */
}
.listing-detail-photo-bg {
    background-color: #ececec;
    float: left;
    width: 200px;
    height: 200px;
    border: 1px solid #d8d8d8;
    margin-bottom: 12px;
    margin-right: 12px;
    text-align: center;
}
.listing-detail-photo {
    margin-top: 42px;
}

div#t4a-content h3 {
    font-size: 1.7em;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #333;
}

div#t4a-content th {
    text-align: left;
}

div.listing-detail-disclaimer {
    font-size: smaller;
    border-top: 1px dotted grey;
    padding-top: 5px;
    color: #0079c2;
    margin-bottom: 20px;
    margin-right: 51px;
}

div.listing_detail_all_content {
    width: 100%;
}

div.listing_detail_vicinity {
    float: right !important;
    background: #ffe;
    border: 1px solid #fa0;
    margin-right: -52px;
    margin-left: 10px;
    width: 250px;
}
div#t4a-content div.t4a-content-inner div.listing_detail_vicinity h3 {
    margin-left: 10px;
    font-size: 1.3em;
    color: #0079c2;
    font-weight: bold;
}

ul.listing_detail_places,
ul.listing_detail_categories {
    padding: 0 15px;
}
.listing_detail_places li,
.listing_detail_categories li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}
.listing_detail_categories li img {
    float: left;
}
.listing_detail_categories li a {
    display: block;
    float: left;
    vertical-align: middle;
}

span.listing_detail_name {
    font-weight: bold;
}
span.listing_detail_loc {
    float:right;
}
span.listing_detail_more {
}
span.listing_detail_cat_name {
    font-weight: bold;
}


