@CHARSET "UTF-8";

.pagination {
	font-size: 14px;
	margin-bottom: 5px;
}

.pagination a {
	text-decoration: none;
	border: solid 1px #d3dfdd;
	color: #15B;
	font-size: 14px;
	color: black !important;
	background-color: #ffffff;
}

.pagination .next,.pagination .prev {
	font-weight: bold;
}

.pagination a,.pagination span {
	display: inline;
	text-decoration: none;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination a:hover {
	text-decoration: none;
	font-weight: bold;
}

.pagination .current {
	background: #e1ebec;
	color: black;
	border: solid 1px #d3dfdd;
	font-weight: bold;
}

.pagination .current .prev,.pagination .current .next {
	color: #999;
	border-color: #dfdfdf;
	background: #fff;
	font-weight: normal;
}