/* Постраничка */
div.pages
{
	float: right;
	white-space: nowrap;
	padding: 5px 0 5px 21px;
	background: url(../img/pages.gif) no-repeat left;
}
div.pages b
{
	padding: 0 4px 0 4px;
	color: #f7f7f7;
	background-color: #cbc5c5;
	border: 1px solid #cbc5c5;
	font-weight: normal;
}

div.pages span b
{
	background-color: #fff !important;
	border: none !important;
}
div.pages span a
{
	background-color: #fff !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.pages span a img
{
	margin-top: 2px;
}

div.pages a
{
	color: #bcbcbc;
	padding: 0 4px 0 4px;
	border: 1px solid #cbc5c5 !important;
	background-color: #f7f7f7;
	text-decoration: none;
}
div.pages a.pages
{
	padding: 0;
	border: none;
	background-color: #fff;
}
div.pages a.pages:hover
{
	padding: 0;
	border: none !important;
	background-color: #fff;
}

div.pages a:hover
{
	color: #f7f7f7;
	padding: 0 4px 0 4px;
	background-color: #cbc5c5;
}

/* Алфавитная нафигация */
div.alphabet, div.alphabet2
{
	float: left;
	font-weight: bold;
}
div.alphabet2
{
	font-size: 16px;
}
div.alphabet b, div.alphabet2 b
{
	padding: 0 4px 0 4px;
	color: #fff;
	background-color: #cbc5c5;
	border: 1px solid #cbc5c5;
	font-weight: bold;
}
div.alphabet a, div.alphabet2 a
{
	color: #969696;
	padding: 0 4px 0 4px;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
}
div.alphabet a
{
	height: 12px;
}
div.alphabet2 a
{
	height: 16px;
}
div.alphabet a:hover, div.alphabet2 a:hover
{
	color: #969696;
	padding: 0 4px 0 4px;
	border: 1px solid #cbc5c5;
}