#stockists {
  /*width: 80%;
  padding: 20px; */
  text-align: left;
}
#stockists .selected {
  background-color: #eee;
}

#stockists #left {
  width: 250px;
  
  float: left;
  text-align: left;
  margin: 0;
}
#stockists #left ul {
  list-style-type: none;
}
#stockists #left li {
  padding: 3px;
}
#stockists #left a {
  padding: 3px;
}

#stockists #right {
  width: 500px;
  float: right;
}

#stockists #right .stockist {
  text-align: right;
  border: 1px solid #999;
  width: 50%;
}
#stockists #right .stockist span.name {
  
  font-family: georgia;
  font-size: 140%;
  display: block;
  padding-bottom: 4px;
}
#stockists #right .stockist span.normal {
  display: block;
}