div#primary ul#locations {
  list-style: none;
  margin: 0;
}

div#primary ul#locations li {
  border-top: 1px solid #9E977A;
  border-bottom: 1px solid #7E6A52;
  height: 320px;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}

div#primary ul#locations div.info {
  display: inline;
  float: left;
  width: 230px;
}

div#primary ul#locations div.map {
  background: url('../images/core/ajax-loader.gif') center center no-repeat;
  display: inline;
  float: right;
  width: 300px;
}