.location {
  margin-bottom: 80px;
  border: 1px solid #d7d8c0;
}

.location h2 {
  font-size: 20px;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #d7d8c0;
}

.location .info {
  background: #fbfbef;
  border-bottom: 1px solid #d7d8c0;
}

.location .info,
.location .open_hours {
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  height: 28px; /* IE6 crushes my soul */
}

.info .address {
  float: left;
}

.info .phone_numbers {
  float: right;
  text-align: right;
  width: 170px; /* I hate IE6 */
}

.location .open_hours {
  background: #f6f7db;
  overflow: auto;
}

.open_hours .group {
  float: left;
  width: 33%;
}

.open_hours .days {
  font-weight: bold;
}

.open_hours .outside_regular_hours {
  font-size: 10px;
  color: #888;
  text-align: right;
}

.location .map {
	height: 320px;
}

#pleasanton {
  height: 420px;
}


#directions {
  background: #f6f7db;
  padding: 12px;
}
