/* CSS Document */

.sortwrapper {
	float: right;
	display: block;
	margin-bottom: 10px;
}
.sortwrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.topic_pagination{
    font-size:14px;
	text-align: right;
	vertical-align:bottom;
    padding-right: 7px;
	
	height:18px;
	display:block;
	position:relative;
	margin-bottom:12px;
	margin-top: 3px;
}

.page-numbers:hover {
	color: #ccc;
	background:#353535;
	border:1px solid #353535;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-numbers.current {
	color:#eee;
	font-weight:600;
	border:1px solid #000;
	padding: 0px 3px;
	background:#000;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-numbers:active {
	color:#eee;
	background:#232323;
}
span.page-numbers.dots, span.page-numbers.dots:hover  {
	border:1px solid #000;
	padding: 0;
	background:#000;
	
}

.topic_pagination a {
	border:1px solid #444;
	color:#999;
	padding: 0px 5px;
	background:#444;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}