/* CSS Document */
#pagination {padding-top: 0px; height: 35px;}
.pageslist {
	margin: 4px 4px 4px 0;
	clear: both;
}
.pageslist a, .pageslist span {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 0px 0 0;
	text-decoration: none;
}

.pageslist a.selected, .pageslist span.selected .pageslist a.selected:hover {
	background-color: #19558d;
	border-color: #071a29;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(79,138,228)), color-stop(0, rgb(66,120,203)));
	background-image: -moz-linear-gradient(center bottom, rgb(16,54,87) 0%, rgb(31,94,145) 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
}
.pageslist b {
	color: #fff !important;
}
.pageslist a:hover {
	-webkit-box-shadow: #eaedf4 0 1px 5px;
	-moz-box-shadow: #eaedf4 0 1px 5px;
	box-shadow: #eaedf4 0 1px 5px;
	background-color: white;
	text-decoration: none;
}
.pageslist a:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.pageslist .disabled {
	color: #c9cdd8;
}

@media screen and (max-width:880px){
.pagination .pag_display {
	display: none;
}
}
