

#comments {
	width: 100%;	
}

#comments .comment {
	margin: 10px 0;
	text-align: left;
	display: block;
	border: solid 1px #999999;
	font-size: 9pt;
	float: right;
}

#comments .comment .info {
	background-color: #ebebeb;
	padding: 5px;
	border-bottom: solid 1px #999999;
}

#comments .title {
	Zpadding: 10px 0px;
	color: #999999;
	text-decoration: underline;
	display: inline;
}

#comments .author {display: inline;}

#comments .message {
	line-height: 1.2em;
	padding: 5px;
}

#comments .date {display: inline;}

#comments .button {
	color: #999999;
	cursor: pointer;
	padding: 0 0 10px 5px;
	margin:0;
	text-decoration: underline;
}

#comments .button:hover {text-decoration: none;}

#comments .add {
	padding: 5px;
	margin: 10px 0;
	width: auto;
}

#comments .highlight {
	margin: 10px 0;
	text-align: left;
	display: block;
	border: solid 1px #999999;
	font-size: 9pt;
	background-color: #ffafaf;
}

#comments .reponses, #comments .reponsesOn {
	text-decoration: underline;
	cursor: pointer;
	color: #cc0000;
	padding: 0 0 5px 18px;
	background: url('/custom/plusMoins.gif');
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

#comments .reponsesOn {
	background-position: 5px -22px;
}

.comment #addcommentform {
	margin-top: 8px;
	padding: 8px 0 8px 0;
	border-top: solid 1px #999999;
}


