﻿@CHARSET "UTF-8";
#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8d8d8d;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e0e0e0;
	color: #aaa;
	display: inline-block;
}
#pages a{
	text-decoration:none;
}
#pages a:hover{
	border: 1px solid #a0a0a0;
}

#pages span {
	background: #f0f0f0;
	color: #ffffff;
}

#pages span {
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
#pages-num{
	width: 20px;
}