.ebul_cbindex, .ebul_cbindex ul {
	border: 1px solid #646464;
	display: block;
	font-size: 1px;
	margin: 0;
	overflow: auto;
	padding: 2px;
	position: absolute;
	visibility: hidden;
	background: #FFF;
}
.ebul_cbindex_shadow {
	display: block;
	margin: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	background: #777;
}
.ebul_cbindex table {
	border-collapse: separate;
}
.ebul_cbindex tr {
	cursor: pointer;
	font-size: 1px;
	background: #FFF;
}
.ebul_cbindex td {
	border: 1px solid #FFF;
	padding: 3px;
	text-align: left;
}
.ebul_cbindex td a {
	color: #000;
	text-decoration: none;
	font: normal normal 12px "Tahoma", serif;
}
.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded {
	background: #F0F0F0;
}
.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td {
	border-color: #8C8C8C;
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a {
	color: #000;
	text-decoration: none;
	font: normal normal 12px "Tahoma", serif;
}
ul.ebul_cbindex {
	position: absolute;
	visibility: hidden;
}