@CHARSET "UTF-8";


.block-layered-nav .keyindex_content li:hover
{
	background-color:#cccccc;
}


.scrollbox
{
	height:200px;
	position:relative;
}
.scrollbox_content {
	margin-right: 8px;
}

.scrollbox_scrollbar {
	background-color: silver;
	border-left: solid black 1px;
	height: 100%;
	width: 8px;
}
.scrollbox_handle {
	background-color: #888888;
}

.keylist
{
	border-bottom:1px solid #AAAAAA;
}
.keylist li
{
	font-size:small;
	cursor:pointer;
	display:inline;
}

.keylist li.active
{
	background:#888888;
	color:#ffffff;
}