/* CSS Specific for the Dealer Locator */

body {

   background: #0075a3;

}

fieldset {
   border:1px solid #004c7f;
   padding: 20px 20px;
}

fieldset p,h3,h4,img {
   font-size: 1.1em;
   padding-left: 5px;
}

legend {
   padding: 0.2em 0.5em;
   border: 1px solid #004c7f;
   color: #004c7f;
   font-weight: bold;
   font-size: 1.4em;
}

label {
   display: block;
   float: left;
   width: 80px;
   clear: left;
}

input,select {
   display: block;
   float: left;
}

#uploadform {
   width: 600px;
}

#uploadform label {
   display: block;
   float: left;
   font-size: 1.3em;
   font-weight: bold;
   width: 125px;
   clear: left;
}

#uploadform input {
   display: block;
   float: left;
}

#uploadform .submit {
   margin-left: 15px;
   padding: 0 5px;
}

#progress {
   margin: 0 auto;
   text-align: center;
   width: 100%;
}

.clear {
   clear: both;
}

.blue {
   color: #004c7f;
}

.redman {
   color: #b00;
}

.error {
   display: block;
   color: #b00;
   font-weight: bold;
   padding: 25px;
   background: #fcc;
}

#tberror {
   background: #fcc;
   width: 60%;
}

.InlineError {
   color: #b00;
   font-weight: bold;
   padding: 2px;
   background: #fcc;
   width: 33%;
}

.go {
   display: block;
   color: #0b0;
   font-weight: bold;
   padding: 25px;
   background: #cfc;
}

.printlink a {
   font-weight: bold;
   color: #0b0;
   font-size: 1.2em;
   text-transform: uppercase;
   display: block;
}

.printlink a:hover {
   background: #cfc;
}

.closelink a {
   font-weight: bold;
   color: #b00;
   font-size: 1.2em;
   text-transform: uppercase;
   display: block;
}

.closelink a:hover {
   background: #fcc;
}

.bigger {
   font-size: 1.2em;
   font-weight: bold;
}

.pushy {
   display: block;
   margin-bottom: 10px;
}

.smaller {
   font-size: 0.8em;
}

.gmarker {
   line-height: 1.4em !important;
   overflow: hidden;
   width: 280px;
   height: 225px;
}

.gmarker a {
   text-decoration: underline;
}

#header-right {
   padding: 30px 20px 0 0;
   text-align: right;
}

#map-wrap {
   background: #fff;
   overflow: auto;
}

#footer {
   clear: both;
}

#sidebar-all {
   width: 25%;
}

#location {
   font-size: 1.3em;
   font-weight: bold;
   padding: 20px;
   overflow: auto;
}

#sidebar {
   font-size: 1.2em;
   overflow: auto;
   height: 325px;
   line-height: 1.5em;
}

#sidebar div {
   padding: 10px;
}

#map {
   width: 75%;
   height: 500px;
   font-size: 1.2em;
}

#dealer #sidebar-all {
   width: 30%;
}

#dealer #map {
   width: 70%;
   height: 500px;
}

#directions {
   font-size: 1.2em;
   overflow: auto;
   height: 480px;
   display: none;
   line-height: 1.4em;
}
   #dealerdata {
      margin-top: 10px;
   }
