@charset "utf-8";

#page {
    display: inline-block;
    _display: inline;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
}
.page {
	height: 37px;
    text-align: center;
}
.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 37px;
}
.pagingUl li {
    float: left;
    margin-right: 10px;
}
.pagingUl li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e7e7e7;
}
#page .prv,
#page .next {
    width: 77px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
}
.first,
.last {
    width: 60px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
}
#page .prv:hover,
#page .next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #b00000!important;
    color: #fff!important;
    border: 1px solid #b00000!important;
}
#page a{display:block;color:#666666;}
#page a:hover{color:#FFFFFF;}
