.system-nav
{
	background-color: #f4f4f4;
	border: 1px solid #bebebe;
	padding: 8px;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-top: 10px;
	font-size:12px;
}

.system-nav .nav-current-page
{
	color:white;
	background-color: #da1d47;
	font-weight: bold;
	padding-top: 3px;
}

.nav-options {
	float: left;
}

/*.system-nav-orange {*/
/*	overflow: hidden;*/
/*}*/

.nav-title {
	float: left;
	padding: 15px 0;
	line-height: 20px;
}

.nav-pages {
	float: right;
	padding: 15px 0;
	font-size: 20px;
}

.top-pagination-container .nav-pages {
	padding: 0 !important;
}

.nav-pages .nav-current-page,
.nav-pages a {
	padding: 2px 12px;
}

.nav-pages a {
	border: none !important;
}

.nav-pages .arrow-button {
	border: 1px solid #348509 !important;
}

.nav-pages .nav-current-page {
	background: #348509;
	color: #fff;
}

.nav-pages a {
	text-decoration: none;
	color: #348509;
}

.nav-pages a:hover {
	text-decoration: none;
	background: #348509;
	color: #fff;
}
