@charset "utf-8";
/* CSS Document */

/* ---------------- Pagination ---------------------- */



.pagination {
	clear:both;
	padding:5px 0;
	margin-right:0px;
}

.pagination a {
	font-family:Verdana, Arial;
	font-size:10px;
	text-decoration:none;
	color:#404040;
	float:left;
	font-weight:bold;
}

.pagination a:hover {
	color:#fff;
	background: #890000;
}

.pages {
	clear:both;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#404040;
	text-align:right;
	border-bottom:1px solid #808080;
	width:auto;
	padding:7px 0;
	margin:2px;
}

.numbers {
	display:inline-block;
	padding:3px 6px;
}

.free {
	clear:both;
}

.pagination .current, .pagination .current:hover {
	background:#404040;
	font-weight:bold;
	padding:3px 6px;
	margin:0 0px;
	color:#fff;
	cursor:default;
}

.pagination .container {
	float:right;
	margin:0;
}

.pagination_start {
	background: transparent url(images/pagination.png) 0 -34px  !important;
	width:30px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pagination_start:hover {
	background: transparent url(images/pagination.png) 0 -51px  !important;
}

.pagination_end {
	background: transparent url(images/pagination.png) -30px -34px  !important;
	width:30px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pagination_end:hover {
	background:transparent url(images/pagination.png) -30px -51px  !important;
}

.pagination_next {
	background: transparent url(images/pagination.png) -30px 0  !important;
	width:30px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pagination_next:hover {
    background:transparent url(images/pagination.png) 30px -17px !important;
}

.pagination_previous {
	background:transparent url(images/pagination.png) 0 0  !important;
	width:30px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pagination_previous:hover {
	background:transparent url(images/pagination.png) 0 -17px  !important;
}

/* ---------------- Pagination ---------------------- */
