#dealerLocator {
  position: relative;
  font-family: Arial, sans-serif;
}
#dealerLocator INPUT {
  border: 1px solid #cccccc;
  padding: 4px 0;
}
#dealerLocator INPUT[type=button] {
  background-color: black;
  color: white;
  border: 0;
}
#dealerLocator INPUT[type=button].sButton {
  font-size: 16px;
  height: 28px;
  cursor: pointer;
  padding: 0 10px;
}
#dealerLocator INPUT[type=button].sButton:hover {
  background-color: #333333;
}
#dealerLocator SELECT {
  height: 20px;
  border: 1px solid #dddddd;
}
#dealerLocator .sidebar {
  background-color: #e9e9e9;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 340px;
  z-index: 20;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px;
}
#dealerLocator .sidebar .filter DIV {
  padding: 10px 0;
}
#dealerLocator .sidebar .filter SELECT {
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  height: 28px;
  border: 1px solid #cccccc;
}
#dealerLocator .sidebar .results {
  overflow: auto;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#dealerLocator .sidebar .results .not-found {
  color: red;
  padding: 10px;
}
#dealerLocator .sidebar .results .found {
  margin-bottom: 2px;
  padding: 10px;
  font-size: 13px;
  line-height: 120%;
  margin: 0 10px;
}
#dealerLocator .sidebar .results .item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2px;
  padding: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 120%;
  margin: 0 10px;
}
#dealerLocator .sidebar .results .item a {
  color: red;
}
#dealerLocator .sidebar .results .item:last-child {
  border-bottom: none;
}
#dealerLocator .sidebar .results .item H4,
#dealerLocator .sidebar .results .item H5 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
#dealerLocator .sidebar .results .item:hover {
  background-color: black;
  color: white;
}
#dealerLocator .sidebar .results .item:hover a {
  color: #ffcccc;
}
#dealerLocator .sidebar .results .item .descriptor {
  display: block;
  height: 18px;
  margin-top: 2px;
}
#dealerLocator .sidebar .results .item .descriptor.d13 IMG {
  width: 30px;
  height: auto;
  margin-top: 3px;
  margin-right: 5px;
}
#dealerLocator .sidebar .results .item .descriptor IMG {
  float: left;
  width: 16px;
  height: 16px;
}
#dealerLocator .sidebar .results .shown {
  background-color: black;
  color: white;
}
#dealerLocator .center {
  position: relative;
  z-index: 10;
}
#dealerLocator #dealerLoader {
  text-align: center;
  padding: 10px;
}
#dealerLocator #noResultsFound {
  text-align: center;
  padding: 10px;
  color: red;
}
.dealer-locator-tabs {
  margin: 0;
  padding: 0;
  height: 30px;
}
.dealer-locator-tabs LI {
  float: left;
  list-style-type: none;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  background-color: #f3f3f3;
  background-image: none !important;
  padding: 0 10px !important;
}
.dealer-locator-tabs LI:first-child {
  border-right: 1px solid #bbbbbb;
}
.dealer-locator-tabs LI.selected {
  background-color: white;
  color: black;
}
.dealer-locator-tabs #btnminmax {
  float: right;
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  background-color: transparent;
  background-image: none !important;
  border: 0;
}
#dealerLocator #finddealer,
#dealerLocator #selectors {
  padding: 10px;
  background-color: white;
  min-height: 24px;
  height: auto;
}
#dealerLocator #finddealer TABLE TD,
#dealerLocator #selectors TABLE TD {
  font-size: 16px;
  width: 100%;
  padding: 0 4px 4px 0;
}
#dealerLocator #finddealer TABLE TD INPUT[type=text],
#dealerLocator #selectors TABLE TD INPUT[type=text] {
  width: 100%;
  font-size: 16px;
  padding-left: 5px;
}
#dealerLocator #finddealer .disabled,
#dealerLocator #selectors .disabled {
  background-color: #eeeeee;
}
#dealerLocator #selectors DIV {
  padding: 0;
}
#dealerLocator #finddealer TABLE {
  border-spacing: 0;
}
#dealerLocator #finddealer INPUT[type=text] {
  width: 240px;
}
.iconsholder {
  display: block;
  height: 16px;
  padding-top: 5px;
}
.iconsholder SPAN.title {
  display: none;
}
.iconsholder .descriptor {
  margin: 1px 1px 0 0;
  float: left;
}
