.recent-comment {
	list-style-type: none;
	margin-bottom: 40px;
	margin-left:0px;
	/*ie fix*/ zoom: 1;
}

.recent-comment:after { content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden; }

.recent-comment .recent-comment-avatar {
	display: none;
}

.recent-comment .avatar {
	display: none;
}

.recent-comment .icon-comment {
	vertical-align: text-top;
}

.recent-comment-single {
	display: block;
	margin-left: 0px;
}

.recent-comment-tb .recent-comment-single {
	display: inline;
	margin-left: 0px;
}

.recent-comment-credit {
	font-size: 0.8em;
	color: #aaaaaa;
}

.recent-comment-author {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 36px;
	width: 100%;
}

.recent-comment-url {
	padding-right: 0px;
	overflow: hidden;
	font-size:18px;
	color:#ff8503;
	width:100%;
	height: auto;
}

.recent-comment-text {
	padding-right: 0px;
	overflow: hidden;
	font-size:14px;
	width:100%;
	height: auto;
}

/* ajax nav */
.bwp-rc-ajax-nav {
	list-style-type: none;
	list-style-position: inside;
	text-align: right;
}