﻿/* Page */
#page {
    text-align:center;
    
}

#page a, #page .current, #page .total {
    -webkit-appearance: none;
    /*display: inline-block;*/
    *display: inline;
    *zoom: 1;
    font-size:14px;
    padding: 5px;
}

#page a {
    border:1px solid #8e8e8e;
    color: #808080;
    padding:2px 10px;
}

    #page a:hover {
        border:1px solid #3b3b3b;
        color:#3b3b3b;
    }

#page .current {
    color: #3b3b3b;
    background: #e3e3e3;
    border:1px solid #e3e3e3;
    font-weight:lighter;
    padding:2px 10px;
    /*font-weight: bold;*/
}
