#content {
  width: 600px;
  margin: 25px 0 0 10px;
  padding: 0px;

}
a img { border: none; }

a { color:#f00; text-decoration: underline; }
a:hover { color: #c00; text-decoration: none; }

#page { margin-left: 10px; width: 650px;   text-align: left;}
#page ul li { list-style-type: none; }
#page h2 {background: #ccc; padding: 5px;
}

ul.listings {
  list-style-type:none;
  padding: 0;
 }

.listing {
  position: relative;
  padding: 0 10px 10px 160px;
  margin: 0 0;
  clear: both;
  height: 1%;
}

li.listing {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  vertical-align: bottom;
}

.listing_header {
  position: relative;
  margin-left: -160px;
  margin-top: 20px;  
}
.listing_header h1 { font-size: 1.4em; }
li.listing_container {width: 700px; }

li.listing .listing_header {
  padding: 10px 0;
}

li.listing .listing_header h3 {
  font: 1em/1.4em Lucida, 'Lucida Grande', Frutiger, Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

li.listing .listing_header h4 {
  position: absolute;
  font-size: 1em;
  top: 10px;
  right: 10px;
  margin: 0;
}

div.listing .listing_header h3 {
  position: absolute;
  top: 0;
  right: 0;
}

div.listing .list_price {

  font-size: 1.8em;
  margin: 8px 0 0;
  padding: 6px;
  text-align: center;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  color: #000;
}

h3.list_price {
  text-align:center;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 4px;
  color: #fff;
}

ul.listings .listing .list_price {
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.listing .list_price a {
  margin-left: 10px;

}
.listing .list_price a img {
  display: inline;
  vertical-align: middle;
}

li.listing div.thumb_viewer {
  display: inline;
  float: left;
  position: relative;
  margin: 10px 30px 10px -158px;
  background: #333;
}

li.listing div.thumb_viewer img {
  display: block;
}

.listing .status_flag {
  float:left;
  position: relative;
  margin: -2px;
  margin-right: -100%;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

ul.listings .listing .status_flag {
  position: absolute;
  left: -2px;
  top: -2px;
}

.listing .status_flag h5 {
  position: relative;
  background: #c00;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  padding: 3px 5px;
  margin: 0;
}

li.listing table.details,
div.listing .details table {
  width: 100%;
}

div.listing .details table {
  margin-top: 20px;
}

.details th {
  font-size: 11px;
 
}

div.listing .details .amenities th,
div.listing .details .amenities td {
  text-align: center;
}

div.listing .details th {
  text-align: right;
  background: #ccc;
  text-transform: none;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 175%;
  font-weight: bold;
  padding: 0 6px;
  width: 1%;
  border-bottom: 1px solid #fff;
  
}
div.listing .details td {
  	background: #dedad8; 
	  padding: 2px 4px;
	  border-bottom: 1px solid #fff;
}
a.vtour_link { margin-left: 30px; } 

p.description {
width: 400px;
margin-left: 30px; 
}
.details td,
.details th {
  text-align: left;
  vertical-align: top;
  padding: 0 6px;
  margin: 0;
}

div.info_column {
  position: relative;
  display: inline;
  float: left;
  width: 200px;
  margin-left: -200px;
}

/* Photo Carousel */
.listing #photo_viewer {
  position: relative;
  display: inline;
  float: left;
  width: 410px;
  overflow: hidden;
  margin: 10px 0;
  padding: 0 30px;
  z-index: 1;
}

.listing #photo_viewer img {
  display: block;
  margin: 0;
  padding: 0;
}

.listing #photo_carousel {
  position: relative;
  display: inline;
  float: left;
  height: 60px;
  width: 426px;
  overflow: hidden;
  background: #ccc; 
  padding:6px;
  margin: 6px 0;
}

.listing #photo_carousel .scroller {
  position: relative;
  width: 398px;
  height: 60px;
  margin: 0 20px 0 14px;
  overflow: hidden;
}

.listing #photo_carousel ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 1200px;
  position: relative;
}

.scroll_thumb_left, .scroll_thumb_right {
  position: absolute;
  width: 18px;
  height: 60px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  color: #DB0000;
}

.scroll_thumb_left { left: 0;  }
.scroll_thumb_right { right: 0; }


.listing #photo_carousel li {
  margin: 0 6px 6px 0;
  padding: 0;
  display: inline;
  float:left;
}

.listing #photo_carousel img {
  height: 60px;
}
/* Mortgage Calculator */

#mortgage_calc {
  position: relative;
  background: #ccc;
  margin: 0;
  padding: 0 6px;
}

#mortgage_calc input,
#mortgage_calc select {
  font-size: 11px;
}

#mortgage_calc input {
  text-align: right;
  display: inline;
  width: 5em;
  padding: 1px 3px;
}

#mortgage_calc p {
  text-align: right;
  padding: 2px;
  margin: 0;
  white-space: nowrap;
}

#mortgage_calc .header {
  margin: 0 -6px;
  padding-top: 8px;
}

#mortgage_calc .footer {
  padding-bottom: 8px;
  margin:  0 -6px;
}

#mortgage_calc label {
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}

#mortgage_payment {
  font-size: 15px;
  font-weight: bold;
 
}

#mortgage_calc h4#mortgage_monthly {
  display: block;
  font-weight:normal;
  font-size: 12px;
  border-bottom: 1px solid #666;
  padding: 4px 12px 6px;
  margin: 0px 0px 8px;
  text-align: center;
}

#mortgage_rate {
  width: 60px;
}

#mortgage_term {
  width: auto;
}
/* MAPS */

div.listing #map {
  width: 300px;
  height: 200px;
  margin-left: 30px;
}

.map {
  color: #333;
}

.map a {
  color: #666;
}

.map a:hover {
  color: #999;
}

.mapinfo {
  text-align:center;
}
.bottom a
{
	color: #8F0021;
	
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.bottom a:hover 
{
	color: #FF0000;
	
	font-size: 10px;
	font-weight: bold;
}
/* SOLDS */

table#solds { width: 550px; margin-left: 20px; margin-bottom: 20px; }
table#solds th { padding: 4px 2px; }
table#solds td { padding: 2px; }
td.sold { 
color: #c30; 
font-family: arial;
font-weight: bold; 

text-transform: uppercase;
width: 15%;
}
td.spacer { width: 5%; }
td.price { width: 20&; text-align: right; }
td.address { width: 55%; }
table#solds th  { text-transform: uppercase; background: #ccc; }
