.wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: #2E2C2D;
}
.tabs > ul li.active a {
  color: #2E2C2D;
}
.tabs > ul li a {
  display: block;
  color: #2E2C2D;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #DE0B00;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #A61E1A;
  cursor: pointer;
}
.btn.btn-right {
  float: right;
}
.btn.btn-left {
  float: left;
}
.defaultLi {
  list-style-type: disc;
  margin: 0 0 3px 25px;
}
.alert {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #000;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(http://templatesnew.digitaldealer.com.au/blacklocks/images/loading.gif) no-repeat center center #FFF;
}
.alert-form {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-success {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-error {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.brochure_list li {
  float: left;
  list-style: none !important;
  margin-right: 20px;
}
.brochure_list li img {
  max-width: 200px;
}
.brochure_list li a span {
  display: block;
  text-align: center;
}
.form-label-help {
  padding: 5px;
  border: dashed 1px #CCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.defaultLi {
  list-style: none;
  margin-left: 0;
}
.defaultLi a {
  text-decoration: underline;
}
.sideH4 {
  padding: 0 12px;
  line-height: 35px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.sideH4.last {
  border-bottom: none;
}
.sideH4.active {
  background-position: right 16px;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #000;
}
form {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form h2 {
  padding: 15px 0 4px 0;
  margin: 15px 0;
  clear: both;
  border-bottom: solid 1px #CCCCCC;
  color: #333333;
  font-weight: normal;
  font-size: 16px;
  width: 98%;
}
form .formCell {
  float: left;
  position: relative;
  margin: 0 0 15px 0;
  width: 50%;
}
form .formCell.hidden {
  margin: 0 !important;
  padding: 0 !important;
}
form .formCell.textarea {
  clear: left;
}
form .formCell input.text,
form .formCell textarea {
  font-size: 12px;
  color: #2D2D2D;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#FFF,#fafafa);
  background-image: -moz-linear-gradient(top,#FFF,#fafafa);
  background-image: -ms-linear-gradient(top,#FFF,#fafafa);
  background-image: -o-linear-gradient(top,#FFF,#fafafa);
  background-image: linear-gradient(to bottom,#FFF,#fafafa);
}
form .formCell input.text:focus,
form .formCell textarea:focus {
  outline: none;
  border-color: #03579B;
  color: #2D2D2D;
}
form .formCell input.text.error,
form .formCell textarea.error {
  border-color: #F00 !important;
  color: #000;
}
form .formCell label {
  display: block;
  margin: 0 0 10px 0;
}
form .formCell label span {
  color: #ff0000;
}
form .formCell label.error {
  position: absolute;
  left: 10px;
  bottom: -27px;
  background: #FFF;
  z-index: 1000;
  border: solid 1px #F00;
  padding: 5px;
  min-width: 113px;
  color: #000;
}
form .formCell input.text {
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  width: 90%;
}
form .formCell textarea {
  line-height: 150%;
  padding: 10px;
  clear: both;
  width: 190%;
  height: 120px;
}
form .formCell select {
  width: 97%;
  height: 30px;
  padding: 5px;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#FFF,#fafafa);
  background-image: -moz-linear-gradient(top,#FFF,#fafafa);
  background-image: -ms-linear-gradient(top,#FFF,#fafafa);
  background-image: -o-linear-gradient(top,#FFF,#fafafa);
  background-image: linear-gradient(to bottom,#FFF,#fafafa);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
form .formCell select::-webkit-input-placeholder {
  color: #545758;
}
form .formCell select:-moz-placeholder {
  color: #545758;
}
form .formCell select::-moz-placeholder {
  color: #545758;
}
form .formCell select:-ms-input-placeholder {
  color: #545758;
}
form .formCheckBox {
  clear: left;
  margin: 6px 0;
  overflow: hidden;
}
form .formCheckBox label {
  float: left;
  font-weight: normal;
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  color: #404040;
  max-width: 320px;
}
form .formCheckBox input {
  float: left;
  margin: 0 5px 0 0;
}
form .formSubmit {
  padding: 5px 10px;
  background: #DE0B00;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #A61E1A;
  cursor: pointer;
  clear: both;
  margin-bottom: 20px;
  margin-right: 8px;
  cursor: pointer;
  float: right;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
form .formSubmit.btn-right {
  float: right;
}
form .formSubmit.btn-left {
  float: left;
}
#formResults {
  display: block;
}
#formResults iframe {
  display: block !important;
}
.form-special-section,
.form-model-section {
  padding: 15px 15px 0 15px;
  overflow: hidden;
  margin: 20px 0 0 0;
  background: #FFF;
  opacity: 0.9;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-special-section h2,
.form-model-section h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.form-special-section h2 span,
.form-model-section h2 span {
  color: #000;
  display: block;
  margin: 5px 0 0 0;
}
.form-special-section img,
.form-model-section img {
  float: left;
  margin: 0 20px 15px 0;
}
.form-special-section ul,
.form-model-section ul {
  float: left;
  width: 340px;
}
.form-special-section ul li,
.form-model-section ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin-left: 0;
}
.form-special-section ul li a,
.form-model-section ul li a {
  text-decoration: underline;
}
#serviceCalendar.service_form {
  margin: 0 !important;
  width: 80% !important;
}
#serviceCalendar.service_form #ServiceCalendarNextMonth {
  right: 10px !important;
  top: 7px !important;
}
#serviceCalendar.service_form #ServiceCalendarPreviousMonth {
  left: 10px !important;
  top: 7px !important;
}
#showroom .form-right textarea,
#parts .form-right textarea,
#tradein .form-right textarea,
#finance .form-right textarea,
#specials .form-right textarea,
#service .form-right textarea,
#contact .form-right textarea,
#careers .form-right textarea,
#stockItemNew .form-right textarea {
  min-width: 99%;
  min-height: 100px;
  margin-bottom: 25px;
}
#stockItemUsed .form-right textarea,
#stockItemDemo .form-right textarea,
#stockItemNew .form-right textarea {
  width: 440px;
  margin-bottom: 25px;
}
#location_department_details_container {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 100;
}
#location_department_details_container > div {
  float: left;
  margin: 0 10px;
  padding: 10px;
  background: #FFF;
}
#location_department_details_container > div h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
}
#location_department_details_container > div ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin-left: 0;
}
#location_department_details_container > div ul li a {
  text-decoration: underline;
}
#location_map {
  height: 400px;
  width: 100%;
  z-index: 1;
}
#directions h3 {
  margin: 0 0 10px 0;
}
#directions label {
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#directions input[type=submit] {
  padding: 5px 10px;
  background: #DE0B00;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #A61E1A;
  cursor: pointer;
  float: right;
}
#directions input[type=submit].btn-right {
  float: right;
}
#directions input[type=submit].btn-left {
  float: left;
}
#directions .text {
  width: 650px;
}
#directions_list {
  background: #FFF;
}
#directions_list .adp-directions {
  width: 100%;
}
.location {
  position: relative;
}
.location #location_map {
  margin-top: 10px;
}
#location_department_details_container {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding: 5px 0;
}
#location_department_details_container > div {
  position: relative;
  width: 285px;
  height: 200px;
  margin: 0 0 0 30px;
  -moz-box-shadow: 0 0 3px #CCC;
  -webkit-box-shadow: 0 0 3px #CCC;
  box-shadow: 0 0 3px #CCC;
}
#location_department_details_container > div:first-child {
  margin-left: 0;
}
#location_department_details_container > div ul {
  margin: 10px 0;
}
#location_department_details_container > div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#location_directions {
  -moz-box-shadow: 0 0 3px #CCC;
  -webkit-box-shadow: 0 0 3px #CCC;
  box-shadow: 0 0 3px #CCC;
  background: #FFF;
  padding: 1px 0 20px 0;
  margin: 20px 10px;
}
#location_directions > div {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
  width: auto;
}
#directions {
  padding: 10px;
  overflow: hidden;
  margin: 20px 10px 0 10px;
}
#directions #saddr {
  width: 790px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin-top: -1px;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#FFF,#fafafa);
  background-image: -moz-linear-gradient(top,#FFF,#fafafa);
  background-image: -ms-linear-gradient(top,#FFF,#fafafa);
  background-image: -o-linear-gradient(top,#FFF,#fafafa);
  background-image: linear-gradient(to bottom,#FFF,#fafafa);
  line-height: 33px;
}
#directions #dirSubmit {
  margin-top: -1px;
}
form {
  margin: 0;
}
