

.pagination{
padding: 0px;
}

.pagination ul{
margin: 1px;
padding-right: 23px;
font-family: arial; 
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 11px;
}

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

.pagination a, .pagination a:visited{
padding: 0 10px;
border: 1px solid #E5E3D1;
text-decoration: none; 
color: #444444;
}

.pagination a:hover{
border: 1px solid #444444;
color: #444444;
background-color: #e2e2e2;
}

.pagination a.currentpage{
background-color: #e2e2e2;
color: #444444;
border-color: #444444;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}



.feat-pagination{
padding: 0px;
}

.feat-pagination ul{
padding-top: 1px;
font-family: arial; 
text-align: right; /*Set to "right" to right align feat-pagination interface*/
font-size: 11px;
}

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

.feat-pagination a, .feat-pagination a:visited{
padding: 0 10px;
border: 1px solid #E5E3D1;
text-decoration: none; 
color: #444444;
}

.feat-pagination a:hover{
border: 1px solid #444444;
color: #444444;
background-color: #e2e2e2;
}

.feat-pagination a.currentpage{
background-color: #e2e2e2;
color: #444444;
border-color: #444444;
font-weight: bold;
cursor: default;
}

.feat-pagination a.disablelink, .feat-pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.feat-pagination a.prevnext{
font-weight: bold;
}



