p.addCom {
	background: #FFF url("/images/frontend/icons/recommand.jpg") no-repeat left center;
	font-size: 0.75em;
	padding-left: 30px;
}
p.addCom a {
	color: #000;
	display: block;
	padding: 5px;
}
div#listComments {
	margin-top: 10px;
}
div#listComments div.row {
	background: transparent url("/images/frontend/bg_hbar.gif") no-repeat center bottom;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
div#listComments h2 {
	color: #2D7931;
	border-right: 1px solid #2D7931;
	border-bottom: 1px solid #2D7931;
	font-size: 1em;
	margin: 0 10px 5px 0;
	padding: 0 0 3px 0;
}
div#listComments div.head h3 {
	margin-top: 10px;
	font-size: 0.8em;
}
div#listComments div.head em,
div#listComments div.head span {
	font-size: 0.75em;
}
div#listComments p.answer {
	background-color: #EBFFD7;
	padding: 10px;
}