.prods
{
	border-collapse: collapse;
	margin: 20px 0 0 15px;
	width: 620px;
}

.prods td
{
	vertical-align: top;
}

.prod
{
	
	padding: 3px;
	width: 290px;
	
}

.picture
{
	height: 200px;
	width: 100%;
	border-bottom: 1px #555 solid;
	text-align: center;
	padding-bottom: 3px;
}

.prod_td
{
	background: #1a1a1a;
	border: 1px #555 solid;
}

.picture img
{
	height: 200px;
}

.title
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}

.description
{

}

.price
{
	color: #7dcf34;
	font-size: 12px;
	font-weight:  bold;
	padding: 4px 4px 2px 0;
}

.prod_sep
{
	width: 100%;
}

