﻿@charset "gb2312";
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:12px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#pager ul.pages li {
	list-style:none;
	float:left;
	border:1px solid #ccc;
	text-decoration:none;
	background-image: none;
	line-height: 24px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#pager ul.pages li:hover {
border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
border:1px solid #eeeeee;
color:#eeeeee;
}

#pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000000;
font-weight:700;
background-color:#eeeeee;
}