div#vendor_ads {
  float: right;
  width: 160px;
  overflow: hidden;
  margin-right: -34px;
  margin-left: 10px;
}
div#vendor_ads a {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  display: block;
  border: 5px solid #c5c5c5;
  margin-bottom: 7px;
}
div#vendor_ads a img {
  vertical-align: middle;
}
div#subcategories {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 1em 0px;
}
div#subcategories a {
  display: block;
}
div#vendors {
  margin-left: -49px;
  width: 582px;
}
div#vendors div {
  float: left;
  border: 1px solid #b9b9b9;
  background-color: #eeeeee;
  color: #303030;
  width: 272px;
  height: 230px;
  overflow: hidden;
  padding: 5px;
  margin: 0px 0px 7px 7px;
}
div#vendors a.name {
  background-color: #601f5f;
  color: #fff;
  padding: 8px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.077em;
  margin-bottom: 5px;
  min-height: 2.6em;
  text-decoration: none;
}
div#vendors a.logo, div#vendors span.logo {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  line-height: 150px;
  background-color: #fff;
  text-align: center;
  margin-right: 5px;
}
div#vendors span.logo {
  background-color: #eeeeee;
}
div#vendors a.logo img {
  vertical-align: middle;
}
div#vendors span.phone {
  font-size: 1.077em;
  display: block;
  text-align: center;
  height: 1.077em;
  overflow: hidden;
}
div#vendors p.intro {
  font-size: .923em;
  text-align: right;
  margin-top: 1em;
  margin-bottom: 0px;
}
div#vendors span.add, div#vendors a.add {
  display: block;
  clear: both;
  background-image: url('images/button-add-to-favorites.png');
  height: 18px;
  width: 111px;
  margin-top: 5px;
  cursor: pointer;
  float: right;
}
