#wp_page_numbers {
	font-size: 108%;	
	list-style: none;
	padding-left:2px;
	margin-top: 11px;
	background: transparent;
	padding-bottom: 7px;
	margin-bottom:6px;
	border-bottom:1px solid #CCC;
}

#wp_page_numbers ul {
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
	border-right:1px solid #000;
}
#wp_page_numbers li.last {border:0px;}

#wp_page_numbers a {
	padding: 0px 3px 1px 3px;
	margin-left: 3px;
	margin-right: 3px;
	display: block;
	text-decoration:underline;
	font-weight:bold;
	line-height:100%;
}

#wp_page_numbers li a:hover {
	text-decoration:none;
}

#wp_page_numbers li:first-child a,
#wp_page_numbers li.last a {
	text-decoration:none;
}
#wp_page_numbers li:first-child a:hover,
#wp_page_numbers li.last a:hover {
	text-decoration:underline;
}

#wp_page_numbers li.space {
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {

}

#wp_page_numbers li.active_page a {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
}

#wp_page_numbers li.active_page a:hover  {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #000000;
}