#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a  {
background:none repeat scroll 0 0 white;
border:medium none;
font-family:Arial;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:12px;
list-style:none outside none;
margin:0;
padding:0;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
word-spacing:0;
}
#wp_page_numbers {
background:none repeat scroll 0 0 white;
margin-bottom:10px;
margin-top:10px;
width:100%;
}
#wp_page_numbers ul {
width:100%;
}
#wp_page_numbers li {
display:block;
float:left;
}
#wp_page_numbers a {
border:1px solid #BFBFBF;
color:#333333;
display:block;
margin-left:5px;
margin-right:5px;
padding:10px;
}
#wp_page_numbers li a:hover {
border-color:#BA0000;
}
#wp_page_numbers li.space {
padding:6px 2px;
}
#wp_page_numbers li.first_last_page {
font-style:italic;
}
#wp_page_numbers li.active_page a {
border-color:#0075B8;
}
#wp_page_numbers li.active_page a:hover {
border-color:#BA0000;
color:black;
text-decoration:underline;
}
#wp_page_numbers li.page_info {
border:1px solid #BFBFBF;
color:#666666;
display:block;
float:left;
font-size:12px;
margin-right:5px;
padding:10px;
}

