﻿/*分页*/
.pager
{
    float: right;
    margin-top: 5px;
    height: 22px;
    clear: both;
    display:inline-block;
    width:auto;
    overflow:hidden;
    position:relative;
}

.pager a
{
    width: expression(this.width > 40 ? "40px" : this.width);
    max-width: 40px;
    background: #EFEFEF;
    padding: 0 3px;
    margin-left: 0;
    margin-right: 2px;
    border: 1px solid #868686;
    color: #333333;
    text-align: center;
    display:inline-block;
    overflow:hidden;
    height:17px;
    line-height: 17px;
    float:left;
}

.pager a.curr
{
    background: #FFF5E4;
    color: #FF4E00;
    border: 1px solid #F7A018;
}

.pager a.linkbutton
{
    background: url(/images/public/commonpagebutton.PNG);
}

.pager a.linkbutton:hover
{
    background: url(/images/public/commonpagebutton.PNG) 0 -18px;
}
.pager input
{
    border: 1px solid #CFCFCF;
    height: 15px;
    width: 25px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    text-align: center;
    float:left;
}
