div.listing {
  padding: 10px;
  border-top: 1px solid #f48f35;
  margin: 10px 0px;
  min-height: 125px;
  height: auto !important;
  height: 125px;
}
div.listing div.img {
  float: left;
  width: 125px;
  text-align: center;
}
div.listing div.details { margin: 0px 0px 0px 145px; }
div.listing div.details div.left {
  float: left;
  width: 120px;
  color: #9C9C9C;
}
/* div.listing div.details div.right { margin-left: 120px; } */
p.links {
  margin-top: 10px;
  text-align: right;
}
p.links a {
  font-family: Arial;
}
