body {
    text-align: center;
}
a {
    text-decoration: none;
    color: black;
}
p {
    margin: 0px;
}

/* Virtual tour image styles */
#vt_image, #vt_thumbnails {
    display: none;
}
#vt_main_image {
    display: inline;
}

/* Page layout styles */
#body_container {
    display: inline-block;
    text-align: center;
    width: 700px;
}
h1 {
    font-size: 17pt;
    font-weight: bold;
    margin-bottom: 9px;
    text-align: center;
}
h1 .address, h1 .city_state_zip {
    display: block;
}
#vt_container {
    text-align: center;
}
#linkbar {
    display: none;
}
#listing_details {
    display: block;
    margin: 0px 24px 0px 0px;
    overflow: auto;
}
#agent_photo {
    float: left;
}
#agent_text {
    margin: 0px 11px;
    float: left;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}
a.agent_site_text {
    display: none;
}
#presented_by {
    padding-bottom: 12px;
}
#presented_by span {
    display: inline;
}
#broker_logo {
    float: right;
}
#instructions {
    display: none;
}

/* Listing details formatting */
#listing_details {
    margin-top: 10px;
    font-size: 10pt;
    text-align: left;
}
#listing_details fieldset {
    margin-bottom: 5px;
}
#listing_details legend {
    font-size: 9pt;
}
#listing_details table, #listing_details p {
    margin: 6px;
    font-size: 8pt;
}
#listing_details th {
    padding: 1px 10px 1px 0px;
}
#listing_details td {
    padding: 1px 50px 1px 0px;
}
