#content {
  width: 940px;
  padding: 20px;
}



#content > .listing {
  width: 680px;
  float: left;
}

#activation {
  background: #993333;
  padding: 40px;
  color: white;
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#activation a {
  text-decoration: underline;
}



#address {
  height: 20px;
  padding-bottom: 5px;
}

#address h2 {
  font-size: 20px;
  color: white;
  float: left;
}

#address a {
  float: right;
  position: relative;
  top: 2px;
}

img#restart {
  position: relative;
  top: 3px;
}





#images {
  float: left;
  width: 695px;
  position: relative;
  margin-bottom: 1.3em;
  overflow-x: hidden;
}

.viewport {
  border: 4px solid white;
  margin-bottom: 15px;
  width: 672px;
  height: 448px;
  position: relative;
  z-index: 60;
}

#images .selected {
  z-index: 70;
}

.label_overlay {
  top: 0;
  left: 0;
  position: relative;
  z-index: 200;
}

img.spinner {
  position: absolute;
  z-index: 104;
  left: 319px;
  top: 223px;
  display: none;
}

img.main {
  position: absolute;
  z-index: 105;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

img.secondary {
  display: none;
  position: absolute;
  z-index: 103;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

img.preview,
.map_preview {
  float: left;
  border: 1px solid #888;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 122px;
  height: 81px;
  cursor: pointer;
}

.map_preview {
  border: none;
}

#map {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
}

#longitude,
#latitude {
  display: none;
}




.description {
  clear: left;
  margin-bottom: 0.65em;
  font-weight: bold;
  font-size: 16px;
}

.description h2,
.location h2 {
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
  color: white;
  font-size: 16px;
}

.location h2 {
  margin-bottom: 15px;
}

#content h2 .back_to_top {
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
}

#content h2 .back_to_top img {
  width: 16px;
  position: relative;
  top: 3px;
}



#sidebar {
  width: 205px;
  margin-top: 25px;
}

#sidebar ul {
  padding-left: 0;
  margin-bottom: 25px;
}

#sidebar .key {
  float: left;
  width: 115px;
}

#sidebar .value {
  float: left;
  width: 90px;
}

#sidebar .mortgage_image {
  padding-bottom: 15px;
}
