#store-locator-form {
 float: left;
}
#store-locator-form p {
  margin: 0 0 3px 0;
  padding: 0;
}
#store-locator-form  p.intro {
  font-weight: bold;
  width: 180px;
  font-size: 11px;
  margin: 0 0 8px 0;
}
#search-by-state {
  float: left;
  margin-left: 30px;
}

#au-map {
  display: block;
  position: relative;
  width: 191px;
  height: 183px;
  margin: 0; padding: 0;
  overflow: hidden;
  background: url('/images/templates/commercial/au_store_map.gif') no-repeat;
}
html[xmlns] #au-map {
  background: url('/images/templates/commercial/au_store_map.png') no-repeat;
}
#search-by-state ul.nsw {
  background: url('/images/templates/commercial/au_store_map.gif') -191px 0 no-repeat;
}
#search-by-state ul.vic {
  background: url('/images/templates/commercial/au_store_map.gif') -383px 0 no-repeat;
}
#search-by-state ul.sa {
  background: url('/images/templates/commercial/au_store_map.gif') -574px 0 no-repeat;
}
#search-by-state ul.wa {
  background: url('/images/templates/commercial/au_store_map.gif') -765px 0 no-repeat;
}
#search-by-state ul.nt {
  background: url('/images/templates/commercial/au_store_map.gif') -957px 0 no-repeat;
}
#search-by-state ul.qld {
  background: url('/images/templates/commercial/au_store_map.gif') -1148px 0 no-repeat;
}
#search-by-state ul.tas {
  background: url('/images/templates/commercial/au_store_map.gif') -1339px 0 no-repeat;
}
html[xmlns] #search-by-state ul.nsw {
  background: url('/images/templates/commercial/au_store_map.png') -191px 0 no-repeat;
}
html[xmlns] #search-by-state ul.vic {
  background: url('/images/templates/commercial/au_store_map.png') -383px 0 no-repeat;
}
html[xmlns] #search-by-state ul.sa {
  background: url('/images/templates/commercial/au_store_map.png') -574px 0 no-repeat;
}
html[xmlns] #search-by-state ul.wa {
  background: url('/images/templates/commercial/au_store_map.png') -765px 0 no-repeat;
}
html[xmlns] #search-by-state ul.nt {
  background: url('/images/templates/commercial/au_store_map.png') -957px 0 no-repeat;
}
html[xmlns] #search-by-state ul.qld {
  background: url('/images/templates/commercial/au_store_map.png') -1148px 0 no-repeat;
}
html[xmlns] #search-by-state ul.tas {
  background: url('/images/templates/commercial/au_store_map.png') -1339px 0 no-repeat;
}

#au-map li {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  outline: none;
  text-indent: -999em;
}
#au-map-nsw {
  position: absolute;
  display: block;
  width: 55px;
  height: 40px;
  right: 5px;
  bottom: 40px;
}
#au-map-nsw a {
  display: block;
  width: 55px;
  height: 40px;
}
#au-map-vic {
position: absolute;
  width: 38px;
  height: 20px;
  right: 25px;
  bottom: 30px;
}
#au-map-vic a {
display: block;
  width: 38px;
  height: 20px;
}
#au-map-tas {
position: absolute;
  width: 25px;
  height: 20px;
  right: 25px;
  bottom: 0px;
}
#au-map-tas a {
  display: block;
  width: 25px;
  height: 20px;
}
#au-map-qld {
  position: absolute;
  width: 72px;
  height: 110px;
  right: 0px;
  top: 0px;
}
#au-map-qld a {
  display: block;
  width: 72px;
  height: 110px;
}
#au-map-wa {
  position: absolute;
  width: 72px;
  height: 130px;
  left: 0px;
  top: 0px;
}
#au-map-wa a {
  display: block;
  width: 72px;
  height: 130px;
}
#au-map-nt {
  position: absolute;
  width: 48px;
  height: 81px;
  left: 75px;
  top: 0px;
}
#au-map-nt a {
  display: block;
  width: 48px;
  height: 81px;
}
#au-map-sa {
  position: absolute;
  width: 55px;
  height: 61px;
  left: 75px;
  bottom: 40px;
}
#au-map-sa a {
  display: block;
  width: 55px;
  height: 61px;
}

#locator-results {
  float: left;
  width: 245px;
  margin-left: 20px;
}
#locator-results h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
}
#locator-results h4 {
  margin: 0;
  color: #333;
  font-size: 13px;
}
#locator-results p {
  margin: 0 0 4px 0;
  color: #727375;
}
#locator-results p strong {
}
#locator-results .store {
  margin-bottom: 10px;
}
