/* Locations & Local Deliveries
------------------------------------------------------------------------*/
#map {
  width: 600px;
  height: 400px;
  border: solid 1px #e3dec8;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#storeLocations {
  width: 290px;
  height: 400px;
  border: solid 1px #e3dec8;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("../images/backgrounds/bg_storeLocations.jpg") no-repeat;
}
#storeInformation {
  width: 290px;
  height: 400px;
  border: solid 1px #e3dec8;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("../images/backgrounds/bg_storeLocations.jpg") no-repeat;
}
.storeInformation {
  font-size: 1.4em;
  font-weight: 500;
  word-spacing: normal;
  letter-spacing: 0pt;
  line-height: 1.3em;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #443b34;
  text-align: left;
}
.storeHourContent {
  width:200px;
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
  border: 1px solid #e0e1c9;
  background-color: #fbf9f4;
}
.storeHoursHeader {
  text-align: center;
  background-color: #e0e1c9;
  color: #000000;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  border-right: 1px solid #fbf9f4;
  border-bottom: 1px solid #fbf9f4;
  padding-right: 4px;
}
.storeHoursLeft {
  border-bottom: 1px solid #e0e1c9;
  border-right: 1px solid #e0e1c9;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
}
.storeHoursRight {
  border-bottom: 1px solid #e0e1c9;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
}
.storeName, .storeName:link, .storeName:visited, .storeName:hover{
  font-size: 1.0em;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: 0pt;
  line-height: 1.3em;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #443b34;
}
.storeLocation {
  font-size: 1.4em;
  font-weight: 500;
  word-spacing: normal;
  letter-spacing: 0pt;
  line-height: 1.3em;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #443b34;
}
.txt_locations {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 500;
  color: #443b34;
  text-decoration: none;
  word-spacing: normal;
  text-align: center;
  letter-spacing: 0pt;
  line-height: 1.3em;
}
.txt_delivery {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 500;
  color: #443b34;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0pt;
  line-height: 1.3em;
}

/* Google Maps - Popup Bubble
------------------------------------------------------------------------*/
.mapInfo {
  font-size: 12px;
}
.mapInfo a{
  font-size: 12px;
}
.mapInfo u{
  font-size: 12px;
}
