.ad_product {
	margin-bottom: 40px;
}
.ad_product > h2 {
	background-color: #000;
	border-left: 10px solid #f00;
	color: #fff;
	font-size: 17px;
	margin: 0;
	padding: 10px 20px;
}
.ad_product > ol {
	background-color: #ebebeb;
	padding: 10px 0 10px 9px;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.ad_product .rating {
	position: static;
}

.ad_product .itemRight {
	margin-right: 0;
}

.ad_product .itemName_wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	margin-bottom: 10px;
}

.ad_product .price_wrap {
	margin-bottom: 6px;
}