@charset "utf-8";
.related li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.related li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.related li a:hover {
	color: #008000;
	background-color: #f9f9f9;
}

.related {
	border: 8px solid #ecede8;
	padding: 0px;
	border-radius: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
