.atoz-item
{
	border-bottom: 3px solid #E5E5E5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.atoz-item p
{
	padding: 0 5px 10px 0;
}
.atoz-item ul
{
	list-style: square;
}
.atoz-item a
{
	font-weight: normal;
	text-decoration: underline;
}
#AtoZCurrent
{
}
/* Alphabet */#AtoZPanel
{
	/*margin: 1em 0 .5em 0; height:5em;*/
	overflow: hidden;
	margin-bottom: 5px;
}
ul#AtoZ
{
	padding: 0;
	margin: 0;
	list-style: none; /*width:590px;*/
}
ul#AtoZ li
{
	float: left;
	margin: 0 3px 0 0;
	font-size: 120%;
	font-weight: bold;
	display: block;
	line-height: 17px;
	padding: 0 0 2px 10px;
}
ul#AtoZ li a:link, ul#AtoZ li a:visited
{
	display: block;
	height: 25px;
	width: 25px;
	border: dotted 1px #999999;
	text-align: center;
	color: #00549f;
	background: #ffffff;
	text-decoration: underline;
}
ul#AtoZ li a:hover, ul#AtoZ li a:active
{
	display: block;
	border: dotted 1px #999999;
	background: #00549f;
	color: #ffffff;
	border: solid 1px #999999;
	text-decoration: underline;
}
#content .blog #AtoZCurrent, #content .blog .letter_chosen
{
	float: left;
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	display: block;
	padding: 10px;
	height: 34px;
	width: 34px;
	border: dotted 1px #999999;
	text-align: center;
	color: #00549f;
	background: #ffffff;
}
