@charset "utf-8";
/* CSS Document */

.page-all {
    float: left;
    margin-top:5px;
    padding-top:5px;
    margin-bottom:20px;
    width: 100%;
    border-top:#eaeaea 1px solid;
}
.s-page{
    float:left;
    margin:2px 0 0 0;
    padding:0px;
    min-width: 200px;
}
.s-select{
    float:right;
    margin:5px 0 0 10px;
    padding:0px;
    min-width: 200px;
}
.s-select .gotopage{
    float:left;
    padding:3px;
    line-height: 25px;
    font-size: 15px;
    color:#666;
}
.s-page .page{
    float:left;
    margin:2px;
    height:20px;
    font-size:13px;
    font-weight:bold;
    color:#333;
    line-height:20px;
    text-align:right;
}

.s-page .botton-nb{
    float: left;
    margin:2px;
    width:16px;
    height:16px;
    /*	background:#ecbe06;*/
    font-size:12px;
    font-weight:bold;
    color:#015172;
    line-height:16px;
    text-align:center;
}
.s-page .botton-nb a{
    color:#755507;
}
.s-page .botton-nb a:hover{
    color:#5a2708;
}
.s-page .botton-nb-s{
    float: left;
    margin:2px;
    width:24px;
    height:24px;
    font-size:12px;
    font-weight:bold;
    color:#333;
    line-height:24px;
    text-align:center;

    border:#eaeaea 1px solid;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
.s-page .botton-nb img{
    float:left;
    margin:0;
    padding:0;
    width:16px;
    height:16px;
}
.goPageBtn {
    float:left;
    height: 31px;
    margin: 0px;
    font-size: 11px;
    padding: 0px;
    padding: 4px;
    color: #333;
    font-weight: bold;
    cursor:pointer;
    border:#eaeaea 1px solid;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.gotoNum {
    color: #333;
    float: left;
    width: 30px;
    height: 31px;
    border: 1px solid #eaeaea;
    margin: 0px;
    padding: 3px;
    border-right: none;
    margin-left: 4px;
    text-align:center;
}
.perPage {
    float: left;
    min-width: 100px;
    border: 1px solid #eaeaea;
    margin: 0px;
    padding: 3px;
    color: #333;
}