.pagination{
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%;
padding-right:10px;
font-size:9px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
font-size:9px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
font-size:9px;
}

* html .pagination li{ /*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*/
font-size:9px;
}

.pagination a, .pagination a:visited{
color: #5a7e24 !important;
font-weight: bold;
cursor:pointer;
font-size:9px;
}

.pagination a:hover, .pagination a:active{
color: #e37200 !important;
font-weight: bold;
cursor:pointer;
font-size:9px;

}

.pagination a.currentpage{ /*Style for currently selected page link*/
border-color: #2b66a5;
font-weight: bold;
cursor: default;
font-size:10px;

}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
border-color: #2b66a5;
font-weight: bold;
cursor: default;
font-size:9px;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
font-size:9px;
}
