/*-------------------*/
ul#pagination{
    font:11px Arial,sans-serif;
    margin: 1em 0;
    text-align: right }

ul#pagination li{
    display: inline;
    background:none;
    border-bottom:none;
    padding: 0 5px;
}
    

/*ul#pagination a{text-decoration: none;
    border: 1px solid #1258CC;padding: 0 3px;
    background: #3C86FF;color: #FFF}*/
    
ul#pagination a{
    padding: 0;
    text-transform:lowercase;
    text-decoration: none;  
    color: #000000;
    font-weight: normal; }

ul#pagination a:visited{
    color: #000000;
    text-transform:lowercase;
    text-decoration: none; 
    font-weight: normal; }

ul#pagination a:hover{
    color: #999999;
    text-transform:lowercase;
    text-decoration: underline;
}

ul#pagination li#currentpage a{
    color: #000;
    cursor: default;
    text-transform:lowercase;
    text-decoration: none; 
    font-weight: bold; }