@charset "utf-8";

#page {
    display: inline-block;
    _display: inline;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
}
.page {
	height: 24px;
	width:100%;
    margin: 34px auto 34px auto;
    text-align: center;
}
.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 24px;
}
.pagingUl li {
    float: left;
    margin-right: 12px;
}
.pagingUl li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e1e6e3;
}
#page .prv,
#page .next {
    width: 58px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e1e6e3;
    margin-right: 12px;
}
.first,
.last {
    width: 58px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e1e6e3;
    margin-right: 12px;
}
#page .prv a,#page .next a,#page .first a,#page .last a{color:#666666;}
#page .prv:hover a,#page .next:hover a,#page .first:hover a,#page .last:hover a{color:#fff;}
#page .prv:hover,
#page .next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #009944!important;
    color: #fff!important;
    border: 1px solid #009944!important;
}
