/*
Theme Name: der Hörverlag
Version: 1.0
Author: Design Aspekt (MG)
*/

/***************WRAPPER FOR PAGINATOR */
.paginatorwrapper {
	background-image: url(../pix/paginator-divide.gif); 
	background-position: 0 25px;
	background-repeat: repeat-x;
}

.paginatorwrapper {
	padding-bottom: 20px;
	float: left;
}

.paginatorwrapper .col4 {
	width: 364px;
}

.paginatorwrapper .col2 {
	width: 172px;
}

.paginatorwrapper .col6 {
	width: 556px;
}


/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
	- modified by dzhus (dzhus.com)
*/
.paginator {
	font-size:1em;
	float: left;
	margin: 0px;
	width: 384px;
}

.paginator a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 11px;
}

.paginator .hi {
	font-weight: bold;
	font-size: 11px;
	color: #b70000;
}


.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width: 100%;
}

.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}


.paginator .scroll_bar {
	width: 100%;
	height: 20px;
	margin-top: 9px;
	position: relative;

}

.paginator .scroll_trough {
	width:100%;
	height:3px;
	background:#ccc;
	overflow:hidden;
}

.paginator .scroll_thumb {
	position:absolute;
	z-index:2;

	width:0;
	height:3px;

	top:0;
	left:0;
	font-size:1px;
	background:#363636;
}

.paginator .scroll_knob {
	position:absolute;
	top:-5px;
	left:50%;
	margin-left:-10px;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../pix/icons25_25.png) no-repeat 50% 50%;
	background-position:-175px 8px;
	cursor:pointer;
	cursor:hand;
}

.paginator .scroll_knob_active {

	position:absolute;
	top:-5px;
	left:50%;
	margin-left:-10px;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../pix/icons25_25.png) no-repeat 50% 50%;
	background-position:-175px -42px;
	cursor:pointer; cursor:hand;
}

.paginator .current_page_mark {
	position:absolute;
	z-index:1;

	top:0;
	left:0;
	width:0;
	height:3px;
	overflow:hidden;
	background:#CCCCCC;
}

.fullsize .scroll_thumb {
	display:none;
}



.pagination-wrapper {
	border-bottom: 3px solid #3c3c3c;
	width:100%;
}

.pagination-wrapper-s {
	border-bottom: 3px solid #3c3c3c;
	width:172px;
	height:28px;
	padding-top:0px;
}

.pagination-wrapper-l {
	border-bottom: 3px solid #3c3c3c;
	width:364px;
	height:28px;
}

.pagination-title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 9px;
	margin:0 0 0 7px;
}




.paginator_sort {
	margin: 0;
	float: left;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin:10px 0 0 0;
}

.paginator_sort p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}

#sortForm {
	float: left;
}
	
#sortForm select {
	margin: 0 20px 0 0;
}

.paginator_sort ul {
	float: right;
}

.paginator_sort li {
	float: left;
	padding: 0 0 0 8px;
}

.paginator_sort a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #bf0000;
	font-size: 11px;
	font-weight: bold;
}

.paginator_sort .hi {
	color: #3c3c3c;
}












