.random_product_container {
	clear: both;
	width: 100%;
}

.random_product {
	float: left;
	width: 213px;
	height: 120px;
	border: 1px solid #d5b487;
	overflow: hidden;
}

.random_product:hover {
	cursor: pointer;
	border: 1px solid #777777;
}

.random_product_space {
	float: left;
	width: 17px;
}

a.random_product_name {
	position: absolute;
	top: 52px;
	left: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #d5b487;
}

.random_product:hover a, a.random_product_name:hover {
	color: #777777;
}
