/* STYLES FOR IMAGE BULLETED LISTS */

/* PDF icon bulleted list */
ul.fileList{
	list-style:none;
	margin-left:15px;
	padding-left:0;
}
ul.fileList li{
	padding-left:16px;
}
ul.fileList li.PDFbullet{
	background: url(/images/pdficon_extrasmall.gif);
	background-position:0 0.2em;
	background-repeat:no-repeat;
}

/* Link image bulleted list */
ul.linksList{
	list-style:none;
	margin-left:15px;
	margin-top:1.5em;
	padding-left:0;
}
ul.linksList li{
	padding-left:20px;
	margin-bottom:0.6em;
	background: url(/images/link_icon.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#464353;
}
ul.linksList li a{
	font-weight:normal;
}

/* Recommended Readings list */
ul.readingsList{
	list-style:none;
	margin:0 0 1em;
	padding:0;
	border-top:1px dashed #999;
}
ul.readingsList li{
	margin:0;
	padding:15px 0 18px;
	border-bottom:1px solid #bbb;
}
p.title{
	margin:0; 
	font:bold 1.05em Verdana, Arial, Helvetica, sans-serif; 
	color:#B95A15;
}
p.ref{
	margin:0.25em 0 0; 
	color:#B95A15; 
	line-height:1.15em;
}
p.comment{
	margin:0.5em 0 0;
	font:1em/1.25em Arial, Helvetica, sans-serif;
	color:#666;
}
p.comment strong{color:#777;}