.productDetails {
	width:220px;
	float:right;
}
.productContent {
	width:400px;
	float:left;
}
h1.pageTitle{
	line-height:24px;
	margin:0 0 18px 0;
}
#Product {
	margin-left: 230px;
}

	.priceDisplay{
		font-weight:bold;
		font-size:1.2em;
	}
	
	/* Image placeholder */
	#Product .noimage{
		padding:20px;
		height:100px;
		width:200px;
		text-align:center;
		background:#eeeeee;
		color:#d3d3d3;
		display:block;
		text-decoration:none;
		font-size:20px;
	}