.listing {
  background: url(images/listing_bg.gif);
  padding: 10px;
  margin-bottom: 10px;
  clear: both;
  height: 170px;
  overflow: hidden;
}

#intro {
  margin-bottom: 20px;
}

.listing p {
  line-height: 1.3 !important;
}

.price {
  float: left;
}

.type {
  float: right;
}

.details, .more {
  clear: left;
}

.summary {
  border-top: 1px solid #2DA9E4;
  font-weight: bold;
  position: relative;
  top: -5px;
  color: #efefef;
}

.details {
  height: 123px;
}

.links {
  float: right;
}

.name {
  position: relative;
  left: 10px;
  padding-top: 10px;
}

.description {
  position: relative;
  padding-right: 10px;
  left: 10px;
}

.float.left {
  border: 4px solid #efefef !important;
  position: relative;
  z-index: 1000;
}

.actions {
  margin-top: -10px;
}