/* ***** navigation ***** */

.pagination-container{
	clear: both;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

.navigation{
	text-align: center;
	width: 100%;
	padding: 5px 0;
	margin: 0;
}

.navigation li{
	border: 0; margin: 0; padding: 0;
	display: inline;	
	/*float: left;*/
	font-size: 1em;
	list-style: none;
	margin-right: 2px;
	/*height: 50px;*/
}

.navigation a{
	border: 1px solid #dbdbdb;
	margin-right: 2px;
	font-weight: normal;
}

.navigation .first-off, .navigation .previous-off, .navigation .next-off, .navigation .last-off {
	border: solid 1px #E8E7E1;
	color: #b0b0b0;
	/*display: block;*/
	/*float: left;*/
	font-weight: normal;
	margin-right: 2px;
	padding: 4px;
}

.navigation .next a, .navigation .previous a {
	font-weight: bold;
}

.navigation .active{
	background-color: #494a4a;
	color: #b0b0b0;
	border: 1px solid #dbdbdb;
	font-weight: normal;
	/*display: block;*/
	/*float: left;*/
	padding: 4px;
}

.navigation a:link, .navigation a:visited {
	color: #494a4a;
	/*display: block;*/
	/*float: left;*/
	padding: 4px;
	text-decoration:none;
	font-size: 1em;		
}

.navigation a:hover{
	border:solid 1px #00231F;
}

/* ********************** */