.searchTitle {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}

.textForm, .navText {
  font-family: arial;
  font-size: 12px;
}

input, select {
  font-family: arial;
  font-size: 12px;
}

.noResults, .error {
  font-family: arial;
  font-size: 12px;
  color: #FF0000;
}

.resTableColor {
  background: #ffffff;
}

.resTableTitle {
  font-family: arial;
  font-size: 18px;
  color: #000000;
}

.storeInfoText {
  font-family: arial;
  font-size: 12px;
}

.storeTitle {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.linkMap {

}


div.infowindow {
  max-height:250px;
  overflow-y:auto;
  font-size:12px;
  font-family:arial;
}


