/**
 * Listing Search
 **/

#results-features {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}

#results-listings {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

#result-photo {
    width: 10%;
}

#result-summary {
    width: 45%;
}

#result-description {
    width: 45%;
}

/**
 * Listing Search
 **/

/************** listing details ****************/

div.listing-left-panel {
    width: 49%;
    float: left;
}

div.listing-right-panel {
    width: 49%;
    float: right;
}

div.sidebar {
    width: 234px;
    margin-top: 1em;
}

div.sidebar p {
    margin: 1em;
}

div.sidebar table.form td.label-left {
    font-size: 90%;
}

div.sidebar input[type="submit"] {
    padding: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#listing-subtitle {
    text-align: left;
}

#listing-subtitle a {
    font-size: 125%;
}

div.mkt-chart {
    width: 50%;
    display: inline;
}

img.mkt-chart {
    float: left;
    vertical-align: middle;
}

div.mkt-stats {
    width: 50%;
    display: inline;
    line-height: 40px;
}

div.mkt-price {
    padding: .5em 0;
}

.mkt-price-value {
    font-size: 150%;
    font-weight: bold;
}

.mkt-price-ratio.positive {
    color: green;
}

.mkt-price-ratio.negative {
    color: red;
}

div#listing-question-formlet {
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

div#search-question-formlet {
    height: 9em;
    margin: 1em 0;
    line-height: 3em;
    vertical-align: middle;
}

div#search-question-call2act {
    width: 50%;
    color: #669933;
    font-size: 1.25em;
    font-weight: bold;
}

div#listing-question-call2act {
    width: 50%;
    float: left;
    color: #669933;
    font-size: 1.25em;
    text-align: right;
    font-weight: bold;
}

.post-question-text {
    color: #999;
    font-size: 1.25em;
}

div#listing-question-form {
    width: 50%;
    float: left;
}

div#search-question-call2act {
    margin: 0 auto;
}

div#search-question-form {
    margin: 0 auto;
}

input#listing-question-text {
    width: 27em;
}

input#search-question-text {
    width: 80%;
    font-size: 200%;
}

textarea#results-question-text {
    overflow: hidden;
    font-size: 1em;
}

#gmap {
    height: 299px;
    border: 1px solid #979797;
    background-color: #e5e3df;
}

#listing-answers {
    width: 100%;
}

#listings-comps-container {
    width: 100%;
}

#sales-comps-container {
    width: 100%;
}

div#footer {
    margin: 1em 0 0 0;
}

div#footer p {
    text-align: center;
}

h1#listing-title {
    text-align: left;
}

table#property-specs td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.list thead th {
    background-color: #669933;
}

/************ sortable tables **************/

table.sortable a.sortheader {
    background-color: #669933;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: #fff;
    text-decoration: none;
}

/************ sortable tables **************/

