/* Releated Box */

.related_product {
	clear: both;
	height: 86px;
	width: 100%;	
}
.related_product .text h4 {
	margin-top: 10px;
}
.related_product .picture {
	height: 80px;
	width: 80px;
	border: 1px solid #888;
	margin: 2px 10px 2px 2px;
	float: left;
}
.related_product .text {
	height: 80px;
	width: 500px;
	float: left;
}

.related_product a {
	text-decoration: none;
}
.related_product a:hover {
	color: #d21a36;
}