﻿/*
storeLocator.css
settings for getDirections feature
*/

.popupDiv {
  display: none;
  background-color: #ffffff;
  border: solid 1px #0000ff;
  z-index: 100;
}


.popupHeader {
  width: 100%;
  height: 20px;
  text-align: right;
  background-color: #ccccff;
  color: #000000;
  position: relative;
}

.popupTitle {
  position: absolute;
  left: 10px;
  top: 2px;
  font-weight: bold;
}

.popupClose {
  position: absolute;
  right: 0px;
  top: 1px;
}

