@charset "utf-8";
/* CSS Document */

.pagination{
width:150px;
margin-right:23px;
float:right;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color:#333;
}

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

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #EF7E03;
text-decoration: none; 
color:#333;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #EF7E03;
color: #000;
background-color:#EF7E03;
}

.pagination a.currentpage{
background-color: #EF7E03;
color: #FFF !important;
border-color: #EF7E03;
font-weight: bold;
cursor: default;
}

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

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