/* Dealer directions */
div#directions {
  clear: both;
  width: 970px;
  margin: 13px 0 0 0;
  padding: 0 0 42px 0;
  background-color: #fff;
  background-image: url("../images/tiles/panel-970.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#directions h1 {
  padding: 18px 0 15px 40px;
  font-size: 1.8em;
  color: #c50100;
  background-image: url("../images/tiles/heading-arrow-970.gif");
  background-repeat: no-repeat;
}

div#directions ul.back {
  float: right;
  margin: -46px 0 0 0;
}

div#directions ul.back li {
  display: inline;
  padding: 0 12px 0 4px;
  font-size: 1.2em;
  font-weight: bold;
  color: #c50100;
  background-repeat: no-repeat;
}

div#directions ul.back li:last-child {
  padding: 0 0 0 4px;
  background-image: none;
}

div#directions ul li.search a {
  padding: 0 0 0 40px;
  color: #c50100;
  background-image: url("../images/bullets/search.gif");
  background-repeat: no-repeat;
}

div#directions ul li.back a {
  padding: 0 0 0 20px;
  color: #c50100;
  background-image: url("../images/bullets/back-arrow.gif");
  background-repeat: no-repeat;
}

div#directions h2 {
  margin: 18px 0 0 0;
  padding: 0 0 0 38px;
  font-size: 1.8em;
  font-weight: normal;
}

div#directions div#pane-container {
  position: relative;
  height: 552px;
}

div#directions div#directions-pane {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 340px;
  border: 1px solid #000;
  margin: 0 0 0 33px;
}

div#directions div#map-pane {
  position: absolute;
  top: 0;
  left: 376px;
  padding: 0;
  width: 540px;
  height: 532px;
  border: 1px solid #000;
  margin: 0 0 0 18px;
}

#map-buttons {
  position: absolute;
  top: 5px;
  right: 40px;
  background: #fff;
  font-size: 11px;
  border: 1px solid #888;
  border-right: none;
  z-index: 100;
}

#map-buttons > div {
  padding: 2px 4px;
  float: left;
  border-right: 1px solid #888;
  cursor: pointer;
  text-align: center;
}

#map-view {
  width: 24px;
}
#satellite-view {
  width: 45px;
}
#street-view {
  display: none;
  width: 66px;
}

.strong {
  font-weight: bold;
}

div#directions form {
  padding: 14px 0 26px 38px;
  width: 896px;
}

div#directions form label {
  float: left;
  margin: 8px 8px 0 0;
  font-size: 1.2em;
  font-weight: bold;
}
div#directions form span {
  float: left;
  margin: 6px 8px 0 0;
  font-size: 1.5em;
}

div#directions form input {
  float: left;
  width: 24em;
  margin: 0 20px 0 0;
  padding: 4px 0 4px 0;
  font-size: 1.2em;
}

div#directions form input[type="submit"] {
  float: right;
  width: auto;
  margin: 0;
  border: 0;
  padding: 5px 27px 7px 0;
  width: 144px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url("../images/buttons/144-red.gif");
  background-repeat: no-repeat;
  background-color: #fff;
}

div#directions form input[type="submit"]:hover {
  background-image: url("../images/buttons/144-red-over.gif");
}

div#directions div.column {
  float: left;
  padding: 18px 5px 0 5px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 45%;
}

div#directions div.column dl {
  clear: both;
  height: auto;
}

div#directions div.column dl dt {
  float: left;
  width: 30%;
  padding: 0 0 12px 0;
  font-size: 1.2em;
  font-weight: bold;
}

#opening_hours {
  width: 50%;
}

#opening_hours td {
  width: 50%
}

div#directions div.column dl dd {
  float: left;
  padding: 0 0 12px 0;
  font-size: 1.2em;
  line-height: 15px;
}

form#planner-form {
  clear: both;
}

a.printbutton {
  float: right;
  display: inline-block;
  width: 144px;
  padding: 7px 0 7px 14px;
  margin: 10px 36px 0 12px;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-image: url("/images/buttons/144-red.gif");
  background-repeat: no-repeat;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 130px;
}

a.printbutton:hover {
  background-image: url("/images/buttons/144-red-over.gif");
}

div#directions ul {
  float: right;
  padding: 15px 32px 0 0;
}


div#directions ul li.print {
  display: inline;
  padding: 2px 6px 2px 28px;
  font-size: 1.2em;
  font-weight: bold;
  background-image: url("/images/bullets/print-details-top.gif");
  background-repeat: no-repeat;
  background-position: center left;
}
