/* Related Products CSS */


#related_contributor a {
	color: #e6f0f8;
	font-weight: bold;
	text-decoration: none;
}

#related_contributor a:hover {
	background: #e6f0f8;
	color: #990000;
}

#related_contributor a {
	color: #333;
}

#related_contributor a span {
	color: #125F15;
	font-weight: normal;
}

/* categories */

#related_category div {
	border: 1px dotted #000;
}

#related_category a {
	color: #990000;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	line-height: 125%;
}

#related_category a:hover {
	background: #e6f0f8;
	color: #990000;
}


#related_category a span {
	color: #125F15;
	font-weight: normal;
	line-height: 150%;
}