div.ProductInfo {
	clear: both;
	margin: 0 auto 1em auto;
	float: left;
	width: 100%;
	border: 1px dashed #69c;
}

div.ProductImageAndFeatures {
	clear: both;
}

div.ProductImage {
	float: left;
	text-align: center;
}

div.ProductFeatures {
	float: left;
	text-align: left;
}

div.Dropdowns, div.AddToCart {
	float: right;
	margin: 5px;
}

h2.ProductName {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	float: left;
}

p.Features {
	font-size: 1.2em;
	font-weight: bold;
	font-style: oblique;
	margin-top: 0;
}
