.pageinfo
{
	height:auto; 
	width:auto;
	text-align:center; 
	margin:0 auto;
}
.pages 
{
	height: 30px; 
	overflow: hidden; 
	font-size: 12px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
.pages li{ 
	padding: 0px; 
	margin: 0px; 
	line-height: 20px; 
	overflow-x: visible; 
	width: auto; 
	min-width:30px;
	white-space: 
	nowrap; float: left; 
	margin-left: 7px;
	 _width: 10px; 
	 cursor:pointer;
	 cursor:hand;
}
.pages .dotted{ 
	color: #1f3a87; 
	font-weight: bold; 
}
.pages .beginEnd{ 
	padding-bottom: 0px; 
	padding-left: 1em; 
	padding-right: 1em; 
	padding-top: 0px; 
}
.pages SPAN 
{
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	padding-bottom: 0px; 
	line-height: 18px; 
	padding-left: 0.4em; 
	padding-right: 0.4em; 
	display: block; 
	background: #fff; 
	height: 18px; 
	border-top: #ccc 1px solid; 
	border-right: #ccc 1px solid; 
	padding-top: 0px; 
}
.pages A {
	display: inline-block; 
	padding: 0px 8px 0px 8px;
	background: #ffffff; 
	border: 1px solid #dedede; 
	color: #333333; 
	margin: 0px; 
}
.pages A:visited { color: #1f3a87; }
.pages A:hover { background: #9B4E1A; color: #ffffff; }
.pages .current { background: #873600; color: #fff; text-decoration: none; }
.pages .current { line-height: 16px; font-weight: bold;padding-top:3px; }
.pages SPAN { color: #ccc; }


