div#content.property{
  margin: 0 30px;
}

div#content.property img.main{
  width: 300px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #a1a6a8;
  padding: 2px;
  float: left;
}

div#content.property h3{
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #a1a6a8;
  text-align: left;
  width: 410px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}


div#content.property p.address{}

div#content.property h4{
  margin-bottom: 5px;
}

div#content.property ul{
  margin: 0;
  padding: 0;
}

div#content.property li{
  color: #a1a6a8;
  list-style: square inside;
}

div#content.property li span{
  color: #000;
}

div#content.property pre.description{
  width: 740px;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-align: justify;
  margin: 5px 0;
  font: 12px Arial, Helvetica, sans-serif;
  white-space: -moz-pre-wrap;
  clear: both;
}

div#content.property div.montage{
  border: 2px solid #a1a6a8;
  padding: 2px 0 2px 2px;
}

div#content.property div.montage img{
  margin-right: 12px;
}

table.rooms{
  width: 100%;
}

table.rooms td{
  border: 1px solid silver;
  padding: 10px 2px 0;
  text-align: center;
}

table.rooms td img{
  border: none;
}

img.large{
  width: 300px;
  height: 200px;
  margin-left: -324px;
  margin-top: 4px;
  float: left;
}

