.page-banner {
	background: url('/images/banners/product.jpg') 0 0 no-repeat;
	width: 910px;
	height: 205px;
	padding: 25px 0 0 30px;
	color: #fff;
	margin-bottom: 20px;
}

.page-banner h4 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}

.page-banner p {
	width: 353px;
	line-height: 18px;
}

.products-item {
	float: left;
	background: url('/images/background-products-item.png') 0 0 repeat-x;
	height: 323px;
	width: 283px;
	padding: 15px 0 0 15px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

.products-item.alt { margin-right: 0; }

.products-item-content {
	width: 237px;
	height: 287px;
	padding: 10px 14px 0 15px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	background: #fff;
}

.products-item-content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #db011c;
	margin-bottom: 11px;
}

.products-item-content img {
	border: 1px solid #d8d8d8;
	width: 235px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 15px;
}

.products-item-content p {
	color: #333;
	line-height: 14px;
	margin-bottom: 7px;
	height: 70px;
	overflow: hidden;
	font-size:11px;
}
