.products
{
	
}

.column
{
	width:220px;
	min-height:200px;
	padding:0px 5px;
}

.product
{
	background-color:#eee;
	min-height:200px;
	-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:5px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
}

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

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

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

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

.product .desc
{
	color:#444;
	font-size:14px;
	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:20px;
	min-width:40px;
	background-color:#444444;
font-family:arial;
	padding:3px 8px;
	color:#fff;
	font-size:15px;
	text-align:center;
	line-height:20px;
	-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;
}
