#gm_locale {
  display: none;
}

#map {
  display: block;
  float: left;
  width: 495px;
  height: 500px;
  margin: 0 10px 10px 0;
  border: 1px solid #979797;
}

#links,
#directions {
  float: left;
  width: 200px;
  height: 500px;
  margin: 0;
  padding: 0;
}

#directions {
  display: none;
  overflow: scroll;
}

#links a,
#links a:link,
#links a:visited,
#links a:focus,
#links a:hover,
#links a:active {
  display: block;
  margin: 0 0 3px 0;
  cursor: pointer;
  text-decoration: none;
}

#hideDirections {
  cursor: pointer;
}


#tools {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  width: 500px;
}

#tools span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#routeFrom,
#routeTo {
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: #989898 #E8E8E8 #E8E8E8 #989898;
}

.tools_from,
.tools_arrow,
.tools_to,
.tools_submit {
  margin: 0;
  padding: 0;
}

.tools_from {
  float: left;
  width: 200px;
}

#routeFrom {
  width: 180px;
}

.tools_arrow {
  float: left;
  width: 15px;
  font-weight: bold;
  padding: 25px 0 0 0;
}

.tools_arrow img {
}

.tools_to {
  margin: 0 0 0 15px;
  float: left;
  width: 150px;
}

#routeTo {
  width: 170px;
}

.tools_submit {
  float: right;
  width: 90px;
  padding: 15px 0 0 0;
}

#showRoute {
}
