/* page */
.paging{
	border-top: 0px solid #dbdbdb;
	padding:10px 0px 10px 10px;
}

.paging a.child{
	background:#f6f6f6;
	text-decoration:none;
	display: inline-block;
	text-decoration:none;
	width:29px;
}

.paging a.child.selected{
	text-decoration:none;
	display: inline-block;
	text-decoration:none;
	background:#e33c39;
}

.paging a.child.selected:hover{
	background:#e33c39;
}

.paging a.child span {
	display:block;
	color:#333;
	font-family:'oswald_regularregular', Arial, Verdana;
	font-size:16px;
	text-align:center;
	padding:3px 0px 3px 0px;
}

.paging a.child.selected span {
	color:#fff;
	font-size:16px;
	padding:3px 0px 3px 0px;
}

.paging a.child:hover{
	background:#e4e4e4;
}

.paging a.child:hover span{
}


.paging a.start, a.stop, a.prev, a.next{
	background:#666;
	text-decoration:none;
	display: inline-block;
	text-decoration:none;
}

.paging a.start span, a.stop span,  a.prev span,  a.next span {
	display:block;
	color:#fff;
	font-family:'oswald_regularregular', Arial, Verdana;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	padding:3px 5px 3px 5px;
}