/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
img.imageRight {
	float:right;
	margin: 0 0 10px 10px;
}
img.imageLeft {
	float:left;
	margin: 0 10px 10px 0;
}
span.price {
	font: normal 30px/30px "IM Fell French Canon",serif;
	color:#aaaaaa;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	letter-spacing: 0;
}