#left-col dl {
	background-image: url(images/book-middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 150px;
}
#left-col dl.top {
	background-image: url(images/connection-block-middle.gif);
}
#left-col dt {
	background-image: url(images/book-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 26px;
	padding-right: 12px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight:bold;
}
#left-col .top dt {
	background-image: url(images/connection-block-top.gif);
	padding-top: 14px;
	font-size:12px;
}
#left-col dd {
	background-image: url(images/book-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	color:#666666;
}
#left-col .top dd {
	background-image: url(images/connection-block-bottom.gif);
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 16px;
}
#left-col dt span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin-left:4px;
	margin-right:4px;
}
#left-col dd a {
	border:none;
}
#left-col dd li {
	padding-left:12px;
	margin:0px;
}
/*#left-col .top dd li {
	padding:0px;
	padding-left:6px;
}*/
#left-col dd ol.ordered li {
	padding-left:4px;
}
