#itemContainer
{
	width: 480px;
	margin-bottom: 30px;
}
#itemTitle
{
	font-size: 12px;
	padding-bottom: 10px;
}
#itemPic
{
	float: left;
	width: 150px;
	height: 212px;
	margin-right: 10px;
}
#itemPic img
{
	width: 150px;
	height: 212px;
	border: 1pt solid #d0cbbf;
}
#itemText
{
	float: left;
	width: 320px;
	height: 212px;
}
#itemDesc
{
	float: top;
	height: 172px;
}
#itemLinks
{
	float: left;
	height: 40px;
	width: 150px;
	padding-right: 10px;
	vertical-align: text-bottom;
	bottom:0px;

}
