div.pagination {
    padding: 3px;
    margin: 3px;
    text-align: right;
    clear: both; }
    
div.pagination a {
    border: none;
    margin-right:3px;
    font-size: 1.5em;
    padding:2px 4px;
    background-position:bottom;
    text-decoration: none;
    color: #999; 
    font-weight: bold;}
    
.pagination a:link 		{color: #999; font-weight: bold;}	
.pagination a:visited 	{color: #999; font-weight: bold;}
.pagination a:hover 	{color: #df0b20; font-weight: bold; }
.pagination a:active	{color: #0099cc; font-weight: bold;}
    
div.pagination span.current {
    font-size: 1.5em;
    margin-right:3px;
    padding:2px 4px;    
    font-weight: bold;
    color: #0099cc; }
    
div.pagination span.disabled {
	font-size: 1.5em;
	font-weight: bold;
    margin-right:3px;
    padding:2px 4px;
    color: #adaaad; }

