.system-nav-block_pad {
	display: block;
	padding: 0;
	margin: 30px 0 0 0;
	clear: both;
}

.system-nav-block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.system-nav-table {
	padding: 0;
	width: 100%;
}

.system-nav-table td {
	padding: 0 0 5px 0;
	width: 50%;
	vertical-align: middle;
}

.system-nav-left_arr {
	display: block;
	text-align: right;
	font-size: 1.3em;
	color: #666666;
	margin: 0 30px 0 0;
	white-space: nowrap;
}

.system-nav-right_arr {
	display: block;
	text-align: left;
	font-size: 1.3em;
	color: #666666;
	margin: 0 0 0 30px;
	white-space: nowrap;
}

.system-nav-title {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #666666;
	margin: 5px 0;
}

.system-nav-pages {
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}

.system-nav-pages-table {
	padding: 0;
	width: 100%;
}

.system-nav-pages-table td {
	text-align: left;
	vertical-align: middle;
}

.system-nav-pages-table td.system-nav-empty {
	width: 50%;
}


.system-nav-begin {
	font-size: 0.9em;
	color: #666666;
	margin: 0 10px 0 0;
}

.system-nav-end {
	font-size: 0.9em;
	color: #666666;
	margin: 0 0 0 10px;
}


a.system-nav-p, .system-nav-p_act {
	display: block;
	font-size: 0.85em;
	line-height: 0.9em;

	margin: 0 3px;
	padding: 4px;
	text-decoration: none;
	color: #000000 !important;
}

.system-nav-p_act {
	color:  #000 !important;
	
}


.system-nav-p:hover {
	
}



.system-nav-left_arr a, .system-nav-right_arr a, .system-nav-begin a, .system-nav-end a, .system-nav-p a {
	
}

.system-nav-left_arr a:hover, .system-nav-right_arr a:hover, .system-nav-begin a:hover, .system-nav-end a:hover {

}

