@charset "UTF-8";

.list-page-control {
    list-style: none outside none;
    padding: 0;
    border: 0;
    outline: 0;
    margin: auto;
    font-family: Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,STHeiti;
    font-size: 12px;
    display: table;
    clear: both;
    margin-bottom: 40px;
}
.list-page-control-button {
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.list-page-control-button.normal {
    width: 30px;
}
.list-page-control-button.large span {
    /*width: 67px !important;*/
    padding-left: 15px;
    padding-right: 15px;
}
.href-in-list-page-control-button {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    background: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}
.list-page-control-button.active a, .href-in-list-page-control-button:hover {
    background: #eee;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.list-page-control-button.disabled {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    opacity: .5;
}
.list-page-control-button.disabled a{
    cursor: default;
    pointer-events: none;
}
.list-page-control-button.disabled a:hover {
    background: #fff;
    color: #666;
    border-color: #ddd;
}