h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

div.productsBlock {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #CCC;
}

div.productsBlock img {
	float: left;
}

div.productsBlock h3 {
	font-size: 116%;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 3px;
}

div.productsTxt {
	float: left;
	margin-left: 15px;
	width: 390px;
}

div.productsTxt p {
	line-height: 150%;
}

