@charset "utf-8";
/* CSS Document */

#results {}
#results h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b8b8b8;
}
#results ul {
	padding-left: 10px;
	list-style-type: none;
}
#results li {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	clear: left;
}
#results li span {
	display: block;
	width: 120px;
	float: left;
	font-weight: normal;
}
#results li a {
	color: #666;
	text-decoration: none;
}
#results li a:hover { text-decoration: underline; }