/* Alphabet */

ul#alphabet li {
	display: inline;
}

ul#alphabet li a {
	display: block;
	float: left;
	width: 30px; height: 30px;
	margin: 0 0.5em 0.5em 0;
	background-image: url(../images/alphabet_bg_30x30.png);
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #6c6c6c;
}

ul#alphabet li.active a,
ul#alphabet li a:hover {
	background-image: url(../images/alphabet_bg_over_active_30x30.png);
	color: #fff;
}

/* List */

ul#az-list {
	display: inline;
	margin: 0; padding: 0;
}

ul#az-list li {
	display: block;
	line-height: 2em;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

ul#az-list li a {
	border-bottom: none;
	font-weight: bold;
}

ul#az-list li a:hover {
	background-color: #eee;
}
