@charset "utf-8";

/* pager style */
.page{
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	font-family:Arial;
	clear:both;}
.page a{
	text-decoration:none;
	color:#ccc;
	background:#fff;
	border:1px solid #ccc;
	padding:3px 6px;
	padding-bottom:2px;
	margin-right:3px}
.page a.active{
	background:#338401;
	border:1px solid #338401;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#338401;
	border:1px solid #338401}
