#listing {
  width: 100%;
}

div #details {
  margin-top: 20px;
  float: left;
  width: 500px;
}

div #images_gallery {
  margin: 10px 0px 20px 20px;
  float: left;
  width: 240px;
  padding: 10px 0px 10px 0px;
  border: 1px dashed #C6C65B;
  text-align: center;
}

div #images_gallery ul {
  margin: 4px 4px 4px 4px;
  list-style: none;
}

div #images_gallery li {
  margin-top: 10px;
}

h3#image_gallery_heading {
  padding-top: 0px;
  font-size: .8em;
  color: #c6c65b;
  font-family: 'Gill Sans','lucida grande',helvetica,arial,sans-serif;
  width: 100%;
}

div #actions {
float: left;
  display: block;
  width: 100%;
}

div #map_canvas {
  margin-top: 20px;
  height: 400px;
  width: 500px;
}

#address br {
  margin-bottom: -4px;
}

a#map_anchor {
  font-size: .8em;
  font-weight: bold;
  color: #C6C6B5;
}

