/* Promo */
.promoHome {
	background: #627AAD none repeat scroll 0 0;
	border: 0px none;
	margin: 15px 0;
	padding: 10px;
	color: #ffffff;
}

/* User stats (home) */
#userStats .row {
	clear: both;
	height:17px;
}
#userStats .cell {
	float: left; display: inline;
	width: 50%;
}
#userStats .cell b {
	font-size: 14px;
	margin-right: 2px;
}

/* Post table */
#productsList {
	clear: both;
}
#productsList .row {
	height: 116px;
	margin: 15px 0px;
}
#productsList .cell {
	float: left; display: inline;
	width: 15.8%;
	margin: 0 2%;
}
#productsList .cell h3.name {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#productsList .cell .image img {
	display: block;
	border: 1px solid #D8DFEA;
	width: 80px;
	height: 74px;
}
#productsList .cell h4.price {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
}
