﻿/*数字分页*/
.numpager
{
    list-style: none;
    margin: 0;
	padding: 0;
}
.numpager li
{
    float: left;
    padding: 0;
    font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	margin:2px;
	width: 22px;
	height: 22px;
}
.numpager li a
{
    display: block;
    position:absolute;
	text-decoration: none;
	width:22px;
	height:22px;
	border:1px #9A92AA solid;
	color:#555!important;
	background-color:#f8f8f8;
	font-size: 0.8em;
	line-height:22px;
	text-align: center;
	opacity: .8;
	filter:alpha(opacity=80);
}
.numpager li a:hover
{
    position: absolute;
	text-decoration: none;
    width: 44px;
    height: 44px;
    font-size: 2em;
    line-height:44px;
    color: #26143E !important;
    opacity: .7;
    filter: alpha(opacity=70);
    border: 1px #26143E solid;
    z-index: 100;
    margin-top: -11px;
    margin-left: -11px;
}
.numpager li.selected span
{
    position:absolute;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff !important;
	border: 1px #B475C8 solid;
	background-color: #551881;
	opacity: .9;
	filter: alpha(opacity=90);
	text-align: center;
}
.numpager li.prev
{
    font-family: 'webdings';
}
.numpager li.next
{
    font-family: 'webdings';
}
.numpager li.first
{
    font-family: 'webdings';
}
.numpager li.last
{
    font-family: 'webdings';
}

/*三位数长度*/
.numpager li.wc3
{
    width:33px;
}
.numpager li.wc3 a
{
    width:33px;
}
.numpager li.wc3 a:hover
{
    width:66px;
}
.numpager li.wc3 span
{
    width:33px;
}
/*四位数长度*/
.numpager li.wc4
{
    width:44px;
}
.numpager li.wc4 a
{
    width:44px;
}
.numpager li.wc4 a:hover
{
    width:88px;
}
.numpager li.wc4 span
{
    width:44px;
}
