#comments #comment_count {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
}

#comments .comment {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
	display: block;
	position: relative;
	zoom: 1;
}


#comments .comment .comment_author_profile_pic {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 5px;
}

#comments .comment .comment_author {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #393939;
}

#comments .comment .comment_date {
	font-family: "Arial";
	font-size: 11px;
	color: #989898;
	border-bottom: 1px solid #989898;
	overflow: hidden;
}

#comments .comment .comment_content {
	font-family: "Arial";
	font-size: 11px;
	color: #393939;
}
