.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

#paginate-top{float:left; width:100%;}
#paginate-bottom{float:left; width:100%;}
.page_content{float:left; width:100%; padding:15px 0;}

.pagination a, .pagination a:visited, .pagination a:active{
border: 1px solid #CCC;
text-decoration: none; 
color: #fff;
float:left;
padding:3px 7px;
display:inline; margin-right:5px;
float:left;
font:12px arial; color:#eee;
}

.pagination a:hover{
border: 1px solid #2b66a5;
color: #fff;
background-color:#069;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color:#ccc;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
