@charset "utf-8";

/*//////////////////////////////////COMMENTS//////////////////////////////////*/

#comments-container {
	display:none;
	clear:both;
}

.comments {
	padding:32px;
	margin:0px;
	font-size:11px;
	text-align:justify;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	color: #8F8F8F;
}

.comments-top {
	width:50%;
	margin-top:-2px;
	padding-bottom:6px;
	text-align:right;
	font-size:11px;
	float:right;
	height:24px;
	color:#A7A7A7;
	}

.comments-head {
	font-weight:bold;
	width:50%;
	padding-bottom:6px;
	text-align:left;
	font-size:12px;
	float:left;
	height:24px;
}

.comments-fix {
	clear:both;
}
