﻿#map
{
  height: 600px;
  width: 660px;
  margin: 5px 10px 0 0;
  padding: 0;
  border: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#stores
{
  width:auto!important;
  padding-right: 4px;
  cursor: pointer;
  text-align: right;
}

#stores h3.ui-accordion-header
{
  border: none;
  background: none;
  padding: 3px 5px 3px 0;
  color: #7A8366;
  font-size: 1em !important;
  font-weight: bold;
}

#stores h3.ui-accordion-header .ui-icon
{
  display: none;
}

#stores div.ui-accordion-content
{
  border: none;
  color: #7A8366;
  background: none;
  padding: 3px 5px 3px 0;
}

#stores p
{
  font-size: 0.8em;
  font-weight: bold;
  margin: 0!important;
  padding: 3px 5px 3px 0;
  color: #292828;
}

#stores .hoverable
{
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#stores .hovered
{
  background: #82858a;
  color: #FFF;
}

#stores .hoveredActive
{
  background: #444540;
  color: #FFF;
}

#stores .active
{
  background: #82858a;
  color: #FFF;
}

.headerHovered
{
  background: #FFF;
  color: #6c6e6d;
  cursor: pointer;
}

#storeInfo
{
  float: right;
  width: 150px;
  line-height: 1.6em;
}

#storeInfo ul
{
  margin: 5px 0 8px 0;
}

#bubble
{
  font-size: 0.8em;
}
