
#hand_b {
  width:31px;
  height:31px;
  background-image: url(/images/maps/Bsu.png);
}
#hand_b.selected {
  background-image: url(/images/maps/Bsd.png);
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(/images/maps/Bmu.png);
}
#placemark_b.selected {
  background-image: url(/images/maps/Bmd.png);
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(/images/maps/Blu.png);
}
#line_b.selected {
  background-image: url(/images/maps/Bld.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(/images/maps/Bpu.png);
}
#shape_b.selected {
  background-image: url(/images/maps/Bpd.png);
}


.location { padding: 10px; float: left; width: 275px; border: 1px solid #eee; webkit-border-radius: 5px;
-moz-border-radius: 5px;}
.mini-map { border: 1px solid #ccc; float: left; width: 90px; border: 1px solid #ccc; margin-right: 5px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;}


/* Human readable time format */
#store_hours { padding-bottom: 10px;}

#store_hours p span.day {
  font-weight: bold;
  text-align: left;
  width: 15%;
  float: left;
  line-height: 12px;
  color: #000;
  clear: left;
}

#store_hours p span.hours {
  float: right;
  text-align: right;
  width: 85%;
  line-height: 12px;
  clear: right;
}