#map {
  width: 400px;
  height: 250px;
  float: right;
}

#map-side-bar {
  width: 150px;
  float: left;
  display: none;
  padding: 0 0 0 15px;
  height: 250px;
  overflow: auto;
}

#map-side-bar a {
  color: #b30838;
  font-weight: bold;
}

.gmaps_bubble {
  color: #000000;
  padding: 10px;
  font-family: Arial;
}

#map-side-bar .gmaps_bubble {
  padding: 0 0 10px 0;
  color: #591f00;
}

.gmaps_bubble h5 {
  font-size: 120%;
  margin: 0 0 10px 0;
}

.gmaps_bubble address {
  font-style: normal;
  font-size: 95%;
}

.gmaps_bubble .distance {
  font-size: 85%;
}

.gmaps_bubble .phone {
  font-size: 85%;
}

.info-box h5 {
  display: none;
}

.locator table {
  margin: 0 auto 30px auto;
  border: #e6dcc8 1px solid;
  background: #fdfbf5;
  width: 580px;
  float: left;
}

.locator table, .locator tr {
  padding: 0;
}

.locator td {
  margin: 0;
  padding: 5px;
  text-align: center;
}

.locator table input {
  min-width: 100px;
}

.locator table input.search_button {
  min-width: 0;
  margin: 2px 0 0 0;
}

.locator table th {
  text-align: center;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  background: url('/graphics/locator-subheader-bkgd.gif') repeat-x 0 0;
  font-size: 110%;
}

.locator div.store_locator {
  padding: 30px;
  width: 580px;
  height: 360px;
  margin: 0 auto;
}
