 .tnt_pagination {
     display:block;
     text-decoration:none;
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
     font-weight:normal;
 }
 
 .tnt_pagination a:link, .tnt_pagination a:visited{
     margin-left:5px;
     text-decoration:none;
     color:#0072bc;
     font-weight:normal;
 }
 
 .tnt_pagination a:hover {
     text-decoration:underline;
     color:#EB0100;
     font-weight:bold; 
 }
 
 .tnt_pagination .active_tnt_link {
     margin-left:5px;
     padding-left:3px;
     padding-right:3px;
     text-decoration:none;
     background-color:#EB0100;
     color:#FFFFFF;
     cursor:default;
 }
 
 .tnt_pagination .disabled_tnt_pagination {
     margin-left:5px;
     text-decoration:none;
     color:#999999;
     cursor:default;
 }
