/* Dealer pages */

/* Generic body content */
div#dealer {
  clear: both;
  width: 970px;
  min-height: 450px;
  margin: 13px 0 0 0;
  padding: 0 0 42px 0;
  background-image: url("/images/tiles/panel-970.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#dealer a.back {
  float: right;
  margin: 30px 20px 0 0;
  padding: 0 0 0 22px;
  font-size: 1.2em;
  font-weight: bold;
  color: #c50100;
  background-image: url("/images/bullets/back-arrow.gif");
  background-repeat: no-repeat;
  background-position: center left;
}

div#dealer a.button {
  display: inline-block;
  width: 144px;
  padding: 7px 0 7px 14px;
  margin: 0 12px 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;
}

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

div#dealer h1 {
  padding: 26px 0 22px 26px;
  font-size: 2.2em;
  background-image: url("/images/tiles/panel-970-top.gif");
  background-repeat: no-repeat;
}

div#dealer h2 {
  padding: 10px 0 16px 26px;
  font-size: 1.6em;
  font-weight: bold;
  color: #c50100;
}

div#dealer h1 span {
  color: #c50100;
}

div#dealer p,
div#dealer form {
  padding: 0 26px 12px 26px;
  font-size: 1.2em;
  line-height: 17px;
}

div#dealer ul {
  float: left;
  padding: 0 30px 0 26px;
}

div#dealer ul li {
  margin: 0 0 8px 0;
  padding: 2px 0 0 12px;
  font-size: 1.2em;
  color: #c50100;
  background-image: url("/images/bullets/grey-on-white.gif");
  background-repeat: no-repeat;
}

div#dealer ul li a {
  font-weight: bold;
}

div#dealer.counties ul li a {
  font-weight: normal;
}
div#dealer form input[type="submit"] {
  width: 175px;
  border: 0;
  padding: 10px 38px 13px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url("../images/buttons/175-red.gif");
  background-repeat: no-repeat;
  background-color: #fff;
}

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


div#dealer a.back {
  clear: both;
  float: left;
  width: 115px;
  margin: -1px 10px 0 28px;
  padding: 12px 20px 13px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url("../images/buttons/115-red.gif");
  background-repeat: no-repeat;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 95px;
}

div#dealer a.back:hover {
  background-image: url("../images/buttons/115-red-over.gif");
}
