

.pagination {
            font-size: 12px;text-align:center;
			height:28px;
			line-height:28px;
			margin:10px 10px 5px 10px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #e3e3e3;
	color: #0067c6;
}
.pagination a:hover{background: #d8efbb;}

.pagination a, .pagination span {
   
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom:1px;
	
}

.pagination .current {background: #d8efbb;
    color: #0067c6;
	border: solid 1px #e3e3e3;
}

.pagination .current.prev, .pagination .current.next{
	color:#0067c6;
	border-color:#e3e3e3;
	background:#fff;
}

