/* Comments */
sup.visiblecommentsCounter {
	font-size:10px;
}
.internalPageBlocks .w2PostComments {
	background-image:url("/globals/base/images/icons/balloon.png");
	background-position:2px center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:4px;
}
div.commentsBlockContainer {
	margin-top:4px;
	font-size:11px;
}
div.commentsBlockContainer div.commentsInfo {
	margin:5px 20px;
	font-size:10px;
	color:#666;
}
div.commentsBlockContainer div.commentsInfo a {}
div.commentsBlockContainer div.commentsInfo a:hover {}
div.commentsBlockContainer div.commentsInfo div.flags{
	width:16px;
	height:16px;
	margin:0 10px;
}
div.commentsBlockContainer div.commentBlock {
	background:#eee;
	padding:5px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	margin:2px 0;
	min-height:50px;
}
div.commentsBlockContainer div.commentBlock:hover {
	background:#fff;
}
div.commentsBlockContainer div.commentBlock div.commentReplyBlock {
	padding:5px;
	border:solid #fff 1px;
	margin:4px 50px;
}
div.commentsBlockContainer div.commentBlock div.commentsRBar {
	background:#eee;
	border:solid 1px #ccc;
	padding:4px;
}
div.commentsBlockContainer div.commentBlock div.commentsRBar a.commentReply {
	display:block;
	width:16px;
	height:16px;
	background-image:url("/globals/base/images/icons/balloon-quotation.png");
}