﻿.Pager
{
	border: 1px solid #c0c0c0;
	display: block;
	clear: both;
	text-align: center;
	width:665px;
}

A.PageLink
{
	display: inline-block;
	font-size: 12px;
	margin: 1px;
	vertical-align: middle;
	width: 12px;
	color: #fff;
	line-height: normal;
	height: 12px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	background-color: #EE9B57;
}
A.PageLink:hover
{
	background-color: #F2B684;
}


.PageNonLink
{
	border: #EE9B57 1px solid;
	padding: 10px;
	display: inline-block;
	margin: 1px;
	vertical-align: middle;
	width: 12px;
	line-height: normal;
	height: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
