﻿/*--- Phân trang ---*/
.pager
{
      text-align: center;
    padding: 5px 0 15px;
    margin: 0;
}
.pager a
{
   border: solid 1px #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.pager a:hover
{
       background: #000;
    color: #fff;
    text-decoration: none;
}
.numer-paging
{
    border: 1px solid #e5e5e5;
    background-color: #c3c3c3;
    padding: 0 6px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.current-page
{
      background: #000;
    color: #fff;
    text-decoration: none;display: inline-block;
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.next-prev-paging
{
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    padding:30px;
}
