div.hotprop {
  margin-left: 160px;
  height: 120px;
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
}

div.hotprop div.desc {
  overflow: hidden;
  height: 75px;
  line-height: 15px;
  /*
  width: 400px;
  margin-right: 300px;
  */
}

div.hotprop div.desc ul {
  margin: 0;
}

div.hotprop div.desc ul li {
  margin: 0;
}

div.hotprop div.hotmore {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #FFFFFF;
}

div.hotprop a {
  font-weight: bold;
}

div.hotprop img.photo {
  position: absolute;
/*
  float: left;
  left: 10px;
*/
  left: -160px;
  border: 0;
}

div.hotprop img.icon {
	padding-left: 2px;
	padding-right: 10px;
	vertical-align: text-bottom;
	padding-bottom: 1px;
}

div.hotprop h3 {
  margin: 0px;
  font-size: 12px;
}

span.newlisting {
  text-transform: uppercase;
  color: #FF9900;
  font-size: 10px;
}