.apple_pagination {
  text-align: left;
  border-bottom: 1px solid #bfd2e7;
}

.apple_pagination a, .apple_pagination span {
    padding: .2em .3em;
    text-decoration: none;
}

.apple_pagination span.disabled {
  color: #1b74b6;
}

.apple_pagination span.current{
  color: #1b74b6;
  font-weight: bold;
  /*background: transparent url('/images/apple-circle.gif') no-repeat 50% 50%;*/
}

.next_page, .prev_page{
  text-decoration: none;
  border: 0px;
}

.apple_pagination a {
 text-decoration: none;
 color: #1b74b6;
}

.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}
