ul.ccomment,
li.ccomment {
	list-style: none !important;
	margin: 5px 0 !important;
	padding: 0 !important;
	background: none !important;
}
.ccomment_info {
	color: #4F4F4F;
	background: url('../images/background_username.png') no-repeat;
	padding-right: 5px;
	font-size: 11px;
}

li.ccomment {
	position:relative;
}
.ccomment_comment {
	margin: 3px;
}
.ccomment_date {
	color: #CCC;
	font-size: 11px;
}

li.ccomment .ccomment_date,
li.ccomment .ccomment_more {
	display: none;
}

li.ccomment:hover .ccomment_date {
	float: right;
	display: inline;
}
li.ccomment:hover .ccomment_more {
	display: block;
}

.ccomment_more {
	float: right;
}

ul.ccomment li.ccomment .ccomment_more a {
	background: none !important;
	border: none !important;
}

ul.ccomment li.ccomment span.ccomment_more a:hover,
ul.ccomment li.ccomment span.ccomment_more a:active,
ul.ccomment li.ccomment span.ccomment_more a:focus{
	background: none !important;
	border: none !important;
}

.ccomment_clear {
	clear: both;
}
