@CHARSET "UTF-8";


.fenyeDiv span
{
    display:inline-block;
    height:22px;
    line-height:23px;
    vertical-align:middle;
    text-align:center;
    color:#0000CC;
    font-size:12px;
}


.fenyeDiv .selectspan
{
    color:#FFFFFF;
    background:url("../images/fenye_select.png") no-repeat;
    font-weight:bold;
    width:24px;
}

.fenyeDiv .unselectspan
{
    background:url("../images/fenye_unselect.png") no-repeat;
    width:24px;
}

.fenyeDiv a:hover .unselectspan
{
    background:url("../images/fenye_select.png") no-repeat;
}


.fenyeDiv .prewpage
{
    text-align:left;
    background:url("../images/fenye_prewpage.png") no-repeat;
    width:45px;
    padding-left:18px;
    clear:both;
    border:0px solid red;
}

.fenyeDiv .nextpage
{
    text-align:right;
    background:url("../images/fenye_nextpage.png") no-repeat;
    width:45px;
    clear:both;
    padding-right:18px;
    border:0px solid red;
}

*html .fenyeDiv .prewpage
{
    width:63px;
}

*html .fenyeDiv .nextpage
{
    width:63px;
}

.fenyeDiv .firstlastpage
{
    width:50px;
    height:20px;
    line-height:21px;
    vertical-align:middle;
    border:1px solid #DEE3E7;
}

.fenyeDiv a
{
    text-decoration:none;
    cursor:pointer;
}


.fenyeDiv .yeshuspan
{
    background:url("../images/分页-加宽.png") no-repeat;
    width:40px;
}