.products
{
	
}

.column
{
	width:164px;
	min-height:150px;
	padding:0px 3px;
}

.product
{
	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;
	margin-bottom:15px;
	border:1px solid #f1f1f1;
}

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

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

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

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

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

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

.product .price
{
	float:right;
	height:18px;
	min-width:40px;
	background-color:#444444;
	padding:3px 8px;
	color:#fff;
	font-size:13px;
font-family:arial;
	text-align:center;
	line-height:18px;
	-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;
}
