.commenter-feed-list {
	position: absolute;
	background: #282c2f;
	padding: 20px 10px 10px 10px;
	margin: 0;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #1c1f21;
	border-right: 1px solid #1c1f21;
	border-top: 1px solid #32373b;
	border-left: 1px solid #32373b;
	color: white !important;
	font-weight: normal !important;
}

.commenter-feed-list .op {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #282c2f;
	
}

.commenter-feed-list a {
	font-weight: normal !important;
}

.commenter-feed-list .op a {
	font-size: 9px !important;
	text-decoration:none;
	padding: 0 5px !important;
	width: 12px !important;
}

.commenter-feed-list .op .refresh {
	background: url(../img/op.png) no-repeat 0 0;
}

.commenter-feed-list .op .close {
	background: url(../img/op.png) no-repeat -24px 0;
}

.commenter-feed-list .op .refresh:hover {
	background-position: 0 -24px;
}

.commenter-feed-list .op .close:hover {
	background-position: -24px -24px;
}

.commenter-feed-list ul {
	padding: 0;
	margin: 0;
}

.commenter-feed-list li {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	border: 0 !important;
}

.commenter-feed-list li a span {
	padding-left: 5px;
}

.commenter-feed-list li a {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	font-size: 14px;
}

/**icon **/

.commenter-feed {
	font-size: 12px !important;
	height:100%;

	margin-left: 3px;

	padding: 0 20px;

	background: url(../img/rss.png) no-repeat center top;
}

.commenter-feed.success {
	background-position: center  bottom;
	border: 0;
	padding: 0 11px;
}

.commenter-feed:hover {
	text-decoration: none;
}

a.commenter-feed-click {
	background: url(../img/rss-animate.gif) no-repeat center center;
}
