.list_page li {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #e8e8e8;
	color: #e4e7f2;
	list-style:none;
}
.list_page li  a{
	color:black;
}
.paging_function p {
	float: left;
	margin-top: 40px;
	padding-left: 5px;
}
.list_page {
	float: right;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 0px !important;
	margin-top: 20px;
}
li.active_page {
	background: #000200;
	color: white;

}