.listModule {
	float: left;
	width: 189px;
	margin: 0 10px 18px 0;
}
.long {
	background: url(http://img.sparknotes.com/images/bg_list_long.gif) no-repeat left top;
	background-position: bottom;
}
.med {
	height: 415px;
	background: url(http://img.sparknotes.com/images/bg_list_med.gif) no-repeat left top;
}
.short {
	height: 251px;
	background: url(http://img.sparknotes.com/images/bg_list_short.gif) no-repeat left top;
}
.listModule ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 10px;
	font: 1.2em/1.2em Helvetica, Arial, sans-serif;
}
.listModule ul li {
	padding: 3px 0;
	border-bottom: 1px dashed #D0D2D3;
}
.listModule ul li a:hover, .listModule ul li a:focus {
	background: none;
}
.listModule h2 {
	font: bold 1.4em/1.6em Helvetica, Arial, sans-serif;
	margin: 10px 10px 4px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.listSeparator {
	border-bottom: 1px dashed #d5dada;
	margin-bottom: 18px;
}
