/* Page list */

#top_list .pages
{
	border-bottom: 1px solid #9999AA;
	margin-top: 2px;
}

#bottom_list .pages
{
	border-top: 1px solid #9999AA;
	margin-bottom: 2px;
}

.pages_spacer
{
	height: 6px;
	background: #FFFFFF url('UI/fill.png') no-repeat fixed 0 0;
}

.pages div
{
	padding-bottom: 6px;
	background: #FFFFFF url('UI/fill.png') no-repeat fixed 0 0;
}

.pages a
{
	padding: 3px;
}

.pages .page_current, .pages a:hover, .pages a:active
{
	font-size:12px;
	border: 1px solid #9999AA;
	padding: 0 2px;
	background: #FFFFFF url('UI/fill.png') no-repeat fixed 0 0;
	color: #000000;
}

#top_list .page_current, #top_list a:hover
{
	border-bottom: 0;
	padding-bottom: 1px;
	color: #000000;
	text-decoration: none;
}

#bottom_list .page_current, #bottom_list a:hover
{
	border-top: 0;
	padding-top: 1px;
	color: #000000;
	text-decoration: none;
}