.store_pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 1em;
	width: 500px;
	margin-top: 5px;}
  .store_pagination a, .store_pagination span {
    padding: .2em .3em;
		width:25px;
	}
  .store_pagination span.disabled {
    color: #AAA; }
  .store_pagination span.current {
    font-weight:lighter;
		font-stretch:narrower;
		font-size:20px;
		padding: 0px 2px 0px 2px;
	}
  .store_pagination a {
    text-decoration: none;
    color: black; }
    .store_pagination a:hover, .store_pagination a:focus {
			background: #cccc33;
		}

