.featuredItems
{
	max-height:800px;
}

.featuredItems .product
{
	float:right;
	width:200px;
	background-color:#eee;
	min-height:100px;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
	border-radius:2px;
	padding-top:3px;
	border:1px solid #f1f1f1;
	margin:0px 2px;
	margin-bottom:15px;
}

.featuredItems .product a
{
	padding:0px;
	text-decoration:none;
}

.featuredItems .image
{
	margin:0px 3px;
	padding:0px;
	text-align:center;
	background-color:#fff;
	border-radius:3px;
	border:1px solid #e1e1e1;
	min-height:100px;
}

.featuredItems .product a .image img
{
	max-width:142px;
	max-height:120px;
	margin:5px;
	margin-bottom:0px;
}

.featuredItems .product .title
{
	color:#52045A;
	font-size:18px;
	padding:7px 10px;
	text-align:center;
	border-bottom:1px solid #ddd;
	line-height:24px;
}

.featuredItems .product .desc
{
	color:#444;
	font-size:14px;
	padding:5px 10px;
	padding-bottom:0px;
	text-align:center;
	line-height:24px;
	border-top:1px solid #f6f6f6;
}

.featuredItems .prices
{
	padding:5px 5px;
	height:26px;
}

.featuredItems .product .price
{
	float:right;
	height:18px;
	min-width:40px;
	background-color:#444444;
	padding:3px 8px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:18px;
font-family:arial;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin:5px 0px;
}
