.item {
	margin-top: 20px;
	width: 500px;
	font-size: .95em;
	background-image: url(../assets/imageavailsoon.gif);
	background-repeat: no-repeat;
	background-position: 50px 20px;
}
.item-left {
	padding: 0;
	float: left;
	width: 180px;
}
.item-right {
	display: block;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	float: right;
	width: 280px;
	background-color: #FFFFFF;
}
.item-heading {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;

}
.item-price {
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0 1em 0;
}
.clearboth {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
