/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
	- modified by dzhus (dzhus.com)
*/
.paginator {
	margin-top: 10px;
	width: 100%;
}
.paginator table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.paginator table td {
	padding: 0;
	white-space: nowrap;
	text-align: center;
}
.paginator span {
	display: block;
	padding: 5px 0;
	margin: 0;
	color: #FFFFFF;
}
.paginator span strong,
.paginator span a {
	padding: 5px 7px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.paginator span a:hover {
	background: #FFFFFF;
	color: #000000;
	border: 2px solid #CC0000;
	text-decoration: none;
}

.paginator span strong {
	background: #CC0000;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold; 
	border: 2px solid #990000;
}
.paginator .scroll_bar {
	width: 100%;
	height:20px;
	position:relative;
	margin-top: 5px; 
}
.paginator .scroll_trough {
	width: 100%;
	height: 5px;
	background: #CCCCCC;
	overflow: hidden;
}
.paginator .scroll_thumb {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 5px;
	top:0;
	left:0;
	font-size: 1px;
	background: #CC0000;
}
.paginator .scroll_knob {
	position:absolute;
	top:0px;
	left:50%;
	margin-left: -10px;
	width:20px;
	height:20px;
	overflow: hidden;
	background: url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor: pointer;
	cursor: hand;
}
.paginator .current_page_mark {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	overflow: hidden;
	background: #CCCCCC;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width: 100%;
	text-align: right;
	color: #000000;
	margin-top: -10px; 
}