
/**pager**/
.pagination {
    padding: 0px 10px;
    float: right;
}

    .pagination span {
              margin-left:3px;
         margin-right:3px;
         background: #ffffff;
            color: #FF7F80;
            border: solid 1px #FF7F80;
               width: 45px;
        height: 25px;
        text-align:center;
    }

       .pagination span.current {
            background: #FF7F80;
            color: #fff;
            border: solid 1px #FF7F80;
        }

        .pagination span.disenable {
            color: #FF7F80;
            border-color: #FF7F80;
            background: #fff;
            border: solid 1px #FF7F80;
        }

       /* .pagination span.text {
            padding: 0.3em 0;
            color: #999999;
        }

    .pagination a {
        display: block;
        float: left;
        padding: 0.3em 0.8em;
        margin-right: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        border: solid 1px #FF7F80;
        color: #000000;
    }

       .pagination a:hover {
            border: solid 1px #FF7F80;
            color: #26B;
        }

    .pagination input[type=text] {
        padding: 0px 2px;
        border: solid 1px #FF7F80;
        width: 22px;
        height: 22px;
        line-height: 22px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        text-align: center;
    }

    .pagination button {
        cursor: pointer;
        border: solid 1px #FF7F80;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0px 3px;
        color: #404040;
        background: white;
    }

        .pagination button:hover {
            border: solid 1px #FF7F80;
            color: #26B;
        }   */