.property-info-area-left
{
  float: left;
}

.property-info-area-right
{
  float: right;
}


.photo-and-address-area
{
  float: left;	
}

.property-photo-area
{
  width: 250px;
  height: 100px;
  background:url(/images/frontend/property/property-image-bg.jpg) no-repeat scroll top left;
  padding-top: 16px;
  padding-left: 16px;
}

.property-address-area
{
  background-color: #efefef;
  height: 24px;
  width: 250px;
  font-family: arial;
  font-size: 93%;
  font-weight: bold;
  color: #04384c;
  margin-left: 7px;
  margin-right: 7px;
}

.property-address
{
  padding-left: 15px;
  padding-top: 3px;
}

.property-thumbs-area
{
  float: left;
  width: 101px;
  height: 140px;
  background:url(/images/frontend/property/thumbs-bg.jpg) no-repeat scroll top left;
}

.thumbs-area
{
  width: 101px;
  height: 100px;
  margin-top: 20px;
  margin-left: 15px;
}

.thumbs-area img
{
	margin-right: 12px;
	margin-bottom: 15px;
}

.more-button
{
  width: 101px;
  height: 40px;
}