/** Styles commentaires **/
#commentform h3 {
	padding : 12px 20px 12px 20px;
	margin : 0;
	font-size : 140%;
}

#commentform fieldset {
	padding : 0 20px;
}

#commentform .footer {
}


#commentform label {
	font-weight : bold;
	width : 200px;
	float : left;
	display : inline;
}

#commentform label img {
	float : right;
}

#commentform input, #commentform select, #commentform textarea {
	border : 1px inset #000; 
}
#commentform input, #commentform textarea {
	width : 400px;
}

#commentform textarea {
	margin : 4px 0 4px 200px;
	height : 140px;
}

#commentform #send {
	border : 1px outset #000; 
	margin : 4px 0 4px 200px;
}

#comments .hReview h2.summary {
	padding : 4px 12px 0 12px;
	margin : 16px 0 0 0;
	font-size : 16px;
	text-align : left;
	background : transparent url('/c/i/sprite-boxes-two-white.png') 0 0 no-repeat;
}

div.col.two .hReview {
	background : transparent url('/c/i/sprite-boxes-two-white.png') -666px 0px repeat-y;
}

div.col.two .hReview div {
	padding :0 10px;
}

div.col.two .hReview div.footer {
	font-size : 6px;
	height : 20px;
	line-height : 20px;
	background : transparent url('/c/i/sprite-boxes-two-white.png') 0 bottom no-repeat;
}

.hReview .comment_rating {
	margin : 8px 8px 0 0;
	float : right;
	font-size : 14px;
	font-weight : bold;
	color : #666;
}
.hReview .comment_rating abbr {
	font-size : 18px;
	font-weight : bold;
	color : #4d4d4d;

}

.hReview .cAdmin {
	float : right;
	margin : 8px;
}

.hReview .reviewer {
	margin : 0 0 12px 0;
}

.col.two .hReview div.comment {
	font-style : italic;
	padding : 0;
}
