/* All the styles for the Where to Buy map
----------------------------------------------- */
#map {
  float: left;
  margin: 0 0 0 5px;
  width: 481px;
  height: 403px;
}


/* Representatives area
--------------------------------------- */
#wheretobuy #reps {
  float: left;
  width: 305px;
  display: none;
}

#wheretobuy #reps2 {
  float: left;
  width: 305px;
  
}
#wheretobuy #intro #reps2 h2 {
  margin: 85px 50px 20px;
  font-size: 180%;
  line-height: 1.2;
  color: #161d20;
}

#wheretobuy #intro #reps2 p {
  margin: 0 50px 20px;
  font-size: 120%;
  color: #151c1f;
}

#wheretobuy #intro #reps p span.fn {
  font-weight: bold;
}

#wheretobuy #intro #reps p a {
  color: #6e92a9;
  text-decoration: none;
  font-weight: bold;
}

#wheretobuy #intro #reps p a:hover,
#wheretobuy #intro #reps p a:focus {
  text-decoration: underline;
}


/* Distributors area
------------------------------------------- */
#wheretobuy #content h2 {
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #151b1e;
}

#wheretobuy #content dl.vcard {
  float: left;
  width: 243px;
  font-size: 120%;
  color: #b6c2c6;
  margin: 0 0 10px 0;
}

#wheretobuy #content dl.vcard dd {
  margin: 0 0 0 10px;
}

