/* ratings recommended */
.ratings-recommended-wrap {
	border-bottom:1px solid #BFCAD3;
	margin:20px 0 20px 0;
	padding-bottom:20px;
}
.ratings-recommended-wrap h2 {
	font-size:20px;
	font-weight:bold;
	line-height:23px;
	margin-bottom:15px;
}
.ratings-recommended-wrap h3 {
	font-size:15px;
	font-weight:bold;
	line-height:17px;
}
.ratings-recommended-wrap .ratings-ammount {
	font-weight:normal;
	color:#666666;
}
.ratings-recommended-content .product-image {
	float:left;
	width:120px;
	height:88px;
	margin:0 15px 20px 0;
}
.ratings-recommended-content .more-link {
	cursor:pointer;
	background:url(/etc/designs/cro/application-resources/modules/products/images/icon_plus_expand.gif) 6px 3px no-repeat;
	padding-left:18px;
}
.ratings-recommended-content .less-link {
	cursor:pointer;
	background:url(/etc/designs/cro/application-resources/modules/products/images/icon_minus_contract.gif) 6px 3px no-repeat;
	padding-left:18px;
}
.ratings-recommended-description {
	line-height:16px;
    overflow:hidden;
}

.trunc_class p {
     margin-bottom: 10px;
}