p#states{
  text-align:center;
}
p#states a{
  margin:0 5px;
}
div.resellerList h3{
  margin-top:30px;
  background:#e7e7e7;
  padding:10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
}
div.resellerList a.toTop{
  margin-bottom:30px;
  clear:left;
  text-align:right;
  display:block;
}
div.resellerList ul li{
  float:left;
  width:40%;
  height:175px;
  padding:10px;
  margin:10px; 
}
/*Country picker*/
#picker{
  position:relative;
  line-height:30px;
  height:32px;
  margin-bottom:30px;
}
#picker ul{
  position:absolute;
  z-index:2;
  height:32px;
  overflow:hidden;
  width:200px;
  background:#fff url(../../images/down-arrow-gray.gif) no-repeat 95% 14px;
  left:140px;
  top:0;
}
#picker ul:hover{
  height:auto;
}
#picker ul li{
  border:1px solid #ccc;
}
#picker ul li a{
  display:block;
  padding:0 10px;
}
#picker ul li a:hover{
  background:#f1f1f1;
}
#picker ul li:first-child a:hover{
  background:none;
}
