div#mapContainer
{
  position: relative;
  width: 581px;
}

div#storesContainer
{
  position: relative;
  padding: 0px;
  margin: 0px;
  height: 280px;
  padding-bottom: 20px;
}

#storeDetailContainer
{
  padding: 0px;
  margin: 0px;
  margin-left: 12px;
}

div#storesContainer a, div#storeDetailContainer a, div#otherStores a
{
  text-decoration: none;
  color: #7C8081;
  font-size: 11px;
}

div#storesContainer a:visited, div#storeDetailContainer a:visited, div#otherStores a:visited
{
  text-decoration: none;
}

div#storesContainer a:hover, div#storeDetailContainer a:hover, div#otherStores a:hover
{
  text-decoration: none;
  color: #EB1A3A;
}

div#storesContainer h1, div#storeDetailContainer h1
{
  color: #EB1A3A;
  padding-left: 10px;
  margin: 0px;
}
div#storesContainer h2, div#storeDetailContainer h2
{
  font-size: 100%;
  color: #EB1A3A !important;
  font-weight: bold;
  margin: 0px;
  margin-top: 10px;
}


div#findButton
{
  position: absolute;
  top: 95px;
  overflow: hidden;
  left: 25px;
  z-index: 100;
}
div#content h2
{
  color: #EB1A3A !important;
  font-size: 18px;
}

div#content h3
{
  color: #EB1A3A !important;
  font-size: 15px;
  font-weight: bold;
}

div#PageTitle
{
  color: #EB1A3A !important;
  background: #fff;
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
}

.tableSuburbs
{
  margin-left: 10px;
}

.tableSuburbs td
{
  width: 193px;
}

.btn-back .replacement
{
  width: 136px;
  height: 24px;
  background: url(/portals/0/images/buttons/Back_To_Previous_Page_Button.jpg) no-repeat top left;
}

