#alphabetic-index-button {
	background: url("/img/bt/bt-dd.gif") no-repeat scroll 203px center #5ba79a;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	margin: 20px 0 0 10px;
	padding: 2px 10px 3px;
	width: 200px;
}
#alphabetic-index {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #5ba79a;
	float: left;
	padding: 5px;
	width: 508px;
}
.alphabetic-index-list {
	float: left;
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	width: 498px;
}
.alphabetic-index-list a {
	border: 1px solid #fff;
	color: #ccc;
	display: block;
	float: left;
	font-weight: bold;
	height: 14px;
	padding: 3px 5px;
	width: 14px;
	outline: 0;
}
.alphabetic-index-list a[href] {
	color: #2e8072;
}
.alphabetic-index-list a[href].selected {
	background-color: #5ba79a;
	color: #fff;
	text-decoration: none;
}
.alphabetic-index-list a[href]:hover {
	border: 1px solid #5ba79a;
	text-decoration: none;
}
