.ch {margin: 0 0 0 0; padding: 0 0 0 0;}

.ch ul {
	width: 510px;  /* room for 3 columns */
	}
	
.ch ul li {
	float: left;
	width: 240px;  /* accommodate the widest item */
	font-size: 1em;
	/*margin: 3px 0 5px 0;
	padding: 6px 0 2px 0;   replaced by div.internalcontent .ch ul li below */
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	height: 28px;
	line-height: 5px;
	position: relative;
	text-indent: 38px;
	text-align: left;
	}

div.internalcontent .ch ul li {
	margin: 3px 0 5px 0;
	padding: 6px 0 2px 0;
	line-height: 15px;
}

/* stop the floating after the list */
.ch br {
	clear: left;
	}


.ch li img {
	padding: 0 5px 0 0; 
	position: relative;
	top: -7px;
	left: 40px;
	float: left;
	margin: 0 10px 0 0;
	}

.number { 
	font-weight: bold; 
	background: #5e6b79; 
	color: #fff;
	font-size: 1.5em; 
	display:block;
	float: left;
	width: 30px;
	height: 18px;
	padding: 6px 0 0 0;
	margin: 0 8px 0 0;
	position: absolute;
	top: -3px;
	left: 0px;
	text-align: center;
	text-indent: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
