#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	letter-spacing: 0px;
	font-size: 20px;
}

#wp_page_numbers {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
}
#wp_page_numbers li {
	display: inline-block;
  display:-moz-inline-stack;/*Нужно для Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
}

#wp_page_numbers a {
	margin-right: 3px;
	margin-left: 3px;
	padding: 4px;
	display: block;
	color: #E48911;
}

#wp_page_numbers li a:hover {
	color: #cc6600;
	text-decoration: none;
}

#wp_page_numbers li.space {
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	margin-right: 3px;
	margin-left: 3px;
	padding: 4px;
	color: #666666;
}
#wp_page_numbers li.active_page a:hover  {
	color: #666666; /* IE fix */
	text-decoration: none;
}

#wp_page_numbers li.page_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	display: block;
	color: #666;
	font-size: 20px;
}