.chapters img {
	float: left;
}

.chapters li {
	clear: both;
	margin: 0 0 5px 3px;
}

.chapters .chapterTitle {
	float: left;
	width: 130px;
	margin-left: 10px;
	color: #fff;
}

.chapters .chapterTitle a {
	text-decoration: none;
	color: #fff;
}

.chapters .chapterTitle a:hover {
	text-decoration: underline;
}

.chapters  p.noChapters {
	text-align: center;
	padding: 3px 0;
}

