.centerPhoto150 {
  border: 1px solid #ccc;
  background: white;
  width: 150px;
  height: 150px;
  padding: 4px;
}
.centerPhoto150 .photoCont {
  width: 150px;
  height: 150px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.centerPhoto150 .photoCont a {
  display: block;
  width: 150px;
}
.centerPhoto150 .photoCont img {
  max-width: 150px;
  max-height: 150px;
  position: relative;
  left: 0px;
}
.tileContainer .tile {
  width: 160px;
  height: 375px;
  overflow: hidden;
  float: left;
  margin: 0 0 15px;
  padding: 0 30px 0 0;
  background: url(/img/square-dotted-vert.gif) 174px 0px repeat-y;
}
.searchResultsCompanies .tile {
  height: 345px;
}
.searchResultsCompanies .tileContainer .name {
  height: 36px;
}
.tileContainer .tileInner {
  background: transparent;
}
.tileContainer .lastTile {
  padding-right: 0;
  background-image: none;
}
.tileContainer .photo {
  height: 160px;
  overflow: hidden;
}
.tileContainer .photo img {
  display: block;
  width: 160px;
  height: 160px;
}
.tileContainer .photo .centerPhoto150 img {
  display: inline;
  width: auto;
  height: auto;
}
.tileContainer .name {
  height: 18px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 1px;
}
.tileContainer .location {
  height: 18px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 0 3px;
  color: #666666;
}
.tileContainer .title {
  height: 34px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 1px;
}
.tileContainer .description {
  height: 90px;
  overflow: hidden;
  padding: 0 0 12px;
}
