/* BOOKLIST STYLESHEET */

.entry h2 {
	font-style: normal;
}

.entry ul {
	font-style: oblique;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

li {
	line-height: 1.5em;
}

li.series {
	font-style: normal;
	font-weight: bold;
}

.entry ul ul {
	margin-left: 1em;
	padding-left: 1em;
	font-weight: normal;
}

li.strong {
	list-style-image: url(/books/images/strong.png);
}

li.fave {
	list-style-image: url(/books/images/fave.png);
}

.nh,
.nm,
.cm {
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 0.5em;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
}

.nm {
	color: #996600;
}

.nh {
	color: #787878;
}

.cm {
	color: #E99A02;
}

.age {
	margin-left: 15px;
	font-size: 0.5em;
	font-style: normal;
	color: #999;
}

.note {
	margin-left: 15px;
}

li a {
	font-size: 0.5em;
	font-style: normal;
}

table {
	width: 100%;
	border: none;
	padding: 0;
	margin: auto;
}

th {
	margin: 0;
	padding: 3px;
	border: 0;
}

td {
	vertical-align: top;
}

.center {
	text-align: center;
}