dl#Pager2
{
    height: 28px;
    padding: 8px 5px;
}
dl#Pager2 li
{
    height: 28px;
    line-height: 28px;
    padding: 1px 15px;
    margin: 0 2px;
    border: 1px solid #ddd;
    float: left;
    background: #eee;
}
dl#Pager2 li:hover
{
    background: #cc2020;
    border: none;
    font-weight: bold;
    border: 1px solid #cc2020;
}
dl#Pager2 li:hover a
{
    color: #fff;
    background: #cc2020;
}
dl#Pager2 .thisclass
{
    background: none;
    border: none;
}
dl#Pager2 .thisclass a
{
    font-weight: bold;
}
dl#Pager2 .thisclass:hover
{
    background: none;
    border: none;
}
dl#Pager2 .thisclass:hover a
{
    background: none;
    color: #000;
    font-weight: bold;
}
dl#Pager2 li:hover span
{
    color: #fff;
}
dl#Pager2 li .pageinfo strong
{
    color: #cc2020;
}
dl#Pager2 li:hover strong
{
    color: #fff;
}
