
div#properties div.property
{
  margin: 1em 0;
  padding: 1em 1em 0 1em;
  background-color: #EAF3D8;
  font-size: 0.85em;
  border: 1px solid #98C23E;
}

div#properties div.property_img
{
  float: left;
  margin: 0 1em 1em 0;
}

div#properties div.property h3
{
  margin: 0 0 0 140px; /* p tag will add all the margins which are needed */
  font-weight: bold;
  font-size: 1.25em;
}

div#properties div.property h3 a, div#properties div.property h3 a:hover
{
  text-decoration: none;
  color: inherit;
}

div#properties div.property p
{
  margin: 1em 0 0 140px;
}

div#property_details h2
{
  
}

ul.feature_left_col, ul.feature_right_col
{
  float: left;
  width: 25%;
}

div.property .price
{
  font-size: 1.2em;
}

