@charset "UTF-8";
/* CSS Document */

#playerBox {
	clear: both;
	height: auto;
}
#playerMain {
	float: left;
	height: 0px;
	width: 75%;
}
#chapterList {
	overflow-y: auto;
	width: 24%;
	height: 360px;
	float: right;
}
#chapterList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	display: block;
}
#chapterList a.item:hover {
	background-color: #EEE;
}
#chapterList a.item.current,
#chapterList a.item:hover.current {
	background-color: #FFFFd5;
}
