﻿.pages{height:28px; line-height:26px; text-align:center; white-space: nowrap; color:#bbb; padding-bottom:12px; clear:both; padding:10px 0;margin-bottom:10px;}
.pages a{
    white-space: nowrap;
display: inline-block;
padding: 5px 10px;
text-decoration: none!important;
background-color: #f0f0f0;
border: 1px solid #DDD;
color: #888;
margin: 2px 2px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:0.1rem;
    }

.pages span
{
    font-size: initial;
    }    

.pages .nowpage    
{
    background-color: red;
color: #FFF;}

.pages .link:hover{color:red; border:1px solid red;}
