/**
 * Listing Search
 **/

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

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

#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;
}

div.widget {
  padding: .25em;
  border: 2px solid #DDAD08;
  background-color: #FEFADE;
}

#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#listing-question-instruction {
  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;
}

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

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

#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 **************/
