#list {
	border-top: 1px solid #C1D5F0;
	margin-top:  0.5em;
}

#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#list ul li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	clear: left;
	overflow: hidden;
	border-bottom: 1px solid #C1D5F0;
}

#list a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#list a:hover {
	text-decoration: underline;
}

#list .text {
	display:block;
	overflow:hidden;
}
#list .listimage a {
	float:left;
	margin:0 1em 0 0;
}
#list .listimage a img {
	float:left;
}
