#section_header a{
  color: #00f;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}


#section_header ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#section_header ul li{
  float: left;
  margin-right: 3px;
  border: 1px solid #eee;
  padding: 0px 5px;

}

a#selected_letter{
  display: block;
  border: 1px solid #00f;
  padding: 0 5px;
}

#selected_letter a{
  color: #fff;
}

#merchant_details_table{
   height: 100px;
   margin: 10px 0 10px 0;
   width: 100%;
}

#merchant_details_table a{
  font-size: 18px;
}

#merchant_details_table h3{
  margin: 0;
  padding: 0;
}


#merchant_details_table img{
  border: none;
}

#merchant_details_table td.logo_cell{
  width: 130px;
}

#alphabet_list{
  color: #ccc;
}

#alphabet_list span{
   padding: 0px 5px;
}


#paginate_div{
  position: absolute;
  bottom: 40px;
}

.merchant_separator{
  border: none;
  height: 1px;
  background-color: #ccc;
}

.city_official_name{
  margin: 0;
  padding: 0;
  font-size: 15px;
}


/*Extra styles for other pages*/
a.show_ga_link{
   font-size: 14px;
}


