/* related items */
div.relatedOuterBox {
	overflow: hidden;
	width: 648px;
	height: 210px;
	margin: 5px 0px 5px 0px; /* t r b l */
	padding: 0px;
	border: 1px dashed silver;
	font-size: 0.9em;
	background-color: black;
	margin-left:auto;
	margin-right:auto;
}

div.relatedHeader {
	overflow: hidden;
	width: 648px;
	height: 20px;
	margin: 0px 0px 5px 0px; /* t r b l */
	padding: 0px;
	background-color: gray;
	color: white;
	text-align: center;
	vertical-align: middle;
}

div.relatedItem {
	overflow: hidden;
	width: 150px;
	height: 165px;
	margin: 5px;
	border: 1px dashed silver;
	padding: 0px;
	font-size: 0.8em;
	background-color: black;
	float: left;
}

div.relatedItem:hover {
	border: 1px solid white;
}

div.relatedItemThumb {
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div.relatedItemThumb img {
	height: 150px;
	width: 150px;
	margin: 0px;
}
div.relatedItemTitle {
	overflow: hidden;
	width: 150px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
