div#random_product {
	text-align: left;
}

.price {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}

.product_image {
	text-align: center;
}

.title {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #5A5D94;
	text-align:center;
	font-size:14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #924678;
}

div#random_product ul {
	margin-left:10px;
	padding-left:5px;
	list-style: square;
}

div#random_product li {
	margin-bottom:3px;
}
