.featuredItems
{
	margin-left:4px;
}

.featuredItemsCont
{
	padding:1px 7px;
	background-color:#eee;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.featuredItems h2.title
{
	
}

.product
{
	margin:10px 3px;
	min-height:80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ddd;
}

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

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

.product a .image img
{
	max-width:240px;
	max-height:120px;
	margin:4px;
	margin-bottom:0px;
}

.product .productTitle
{
	padding:0px 6px;
	padding-top:2px;
	background-color:#fff;
}

.product .brand
{
	color:#fff;
display:inline-block;
	font-size:16px;
	line-height:20px;
	padding-right:12px;
	padding-left:6px;
	padding-bottom:1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomright: 20px 25px;
	border-bottom-right-radius: 20px 25px;
	background-color:#F3BF3A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3BF3A', endColorstr='#DB9E0F');
	background: -webkit-gradient(linear, left top, left bottom, from(#F3BF3A), to(#DB9E0F));
	background: -moz-linear-gradient(top, #F3BF3A, #DB9E0F);
}

.product .title
{
	color:#444;
	font-size:13px;
	line-height:24px;
	padding-left:6px;
}

.prices
{
	position:absolute;
	height:26px;
	margin-top:1px;
	margin-left:172px;
}

.product .price
{
	float:right;
	height:18px;
	width:50px;
	background-color:#333;
	padding:3px 8px;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:18px;
	border-left:1px solid #111;
	border-bottom:1px solid #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:5px 0px;
}
