#map_div {
  border: 1px solid #CCC;
}

ul#location_list {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  border: 1px solid #CCC;
  overflow: auto;
  width: 200px;
  height: 500px;
}

ul#location_list li.location {
  position: relative;
  margin: 0.1em;
  padding: 0.5em;
  cursor: pointer;
  border: 1px solid #DDD;
  background-color: #FFFCDF;
}

ul#location_list li.location.highlight {
  background-color: #FFF1AF;
  border: 1px solid #DFC861;
}

.location table, .location table td {
  position: relative;
  margin: 0;
  padding: 0;
}

.location h3 {
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
}

.location p.address {
  font-size: 8pt;
  color: #666;
}

ul.functions {
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
}

ul.functions li {
  margin-bottom: 0.5em;
}

.location_functions {
  position: absolute;
  top: 0.2em;
  right: 0.2em; 
  background-color: #EEE;
  padding: 0.2em;
  border: 1px solid #CCC;
}

.location_functions.highlight {
  border: 1px solid #666;
}

#locations_body #content table td {
  vertical-align: top;
}
