.pagination a:link, .pagination a:visited
{
	color: #4f3c11;
	text-decoration: none;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small
}
.pagination a
{
	color: #4f3c11;
	text-decoration: none;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small
}
.pagination a:hover
{
	color: #d7a10c;
	text-decoration: underline;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	
}
/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	/*margin-top: 5px;*/
	font-size: 0.9em;
	padding-bottom: 2px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #4d4e55;
}

.rtl .pagination {
	text-align: left;
}

.pagination strong,
.pagination b {
	font-weight: bold;
}

.pagination span.page-sep {
	display:none;
}

.pagination span strong {
	padding: 0 3px;
	margin: 0 2px;
	font-weight: bold;
	font-size: 1em;
	color: #b1fe96;
	background: #1b4e09;
	border:#0243c1 1px solid;
	line-height:14px;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #1b4e09;
	margin: 0 2px;
	padding: 0 3px;
	background: #39ab11;
	line-height:16px;
	/*border: 1px solid #f69dd6;*/
}

.pagination span a:hover {
	/*border-color: #f69dd6;*/
	font-weight: bold;
	background: #39ab11;
	color: #fff;
	text-decoration: none;
	line-height:16px;
}

.pagination img {
	vertical-align: middle;
}

