.upload_attachments a {
	background: url(../images/icons/attach.png) no-repeat;
	padding-left: 20px;
}
.comment_comments a {
	background: url(../images/icons/comments.png) no-repeat;
	padding-left: 20px;
}
li.comment_delete a {
	background: url(../images/icons/trash.png) no-repeat 0 2px;
	padding-left: 15px;
}
li.comment_edit a {
	background: url(../images/icons/edit.png) no-repeat 0 2px;
	padding-left: 15px;
}
li.comment_reply a {
	background: url(../images/icons/reply.png) no-repeat 0 2px;
	padding-left: 15px;
}

.book_add_child a {
	background: url(../images/icons/page-add.png) no-repeat left center;
	padding-left: 20px;
}
.print_html a, .print a,
.book_printer a {
	background: url(../images/icons/printer.png) no-repeat left center;
	padding-left: 20px;
}
.comment_add a {
	background: url(../images/icons/comment.png) no-repeat left center;
	padding-left: 20px;
}
.print_mail a,
.book_mail a {
	background: url(../images/icons/mail.png) no-repeat left center;
	padding-left: 20px;
}
.terms li.first {
	background: url(../images/icons/tag.png) no-repeat left top;
	padding-left: 20px;
	margin: 10px 0;
}
.terms ul.taxonomy { /*	background: #EEE url(../images/icons/tags_bg.gif) no-repeat left top; */
	background: #2B6DAE url(../images/icons/tagsbg5.gif) repeat-x 0 50%;
	padding-left: 12px;
	line-height: 23px;
	margin: 4px 0 0 0;
	border-top: 0px solid #DDD;
	border-right: 0px solid #DDD;
	border-left: 0px solid #DDD;
	color: #FFF;
}
.terms ul.taxonomy a { color: #FFF; }

#sidebar-left a.active, #sidebar-right a.active {
	background: url(../images/icons/check.png) no-repeat right;
	padding-right: 20px;
}
#sidebar-left .block-image a.active , #sidebar-right .block-image a.active  {
	background: none;
	padding: 0;
}

.node_read_more {
	clear: right;
	display: inline-block;
	float: left;
	width: 60px;
	font-size: 0.8em;
	font-weight: bold;
	background: url(../images/icons/read_more.gif) no-repeat left center;
	margin: -4px 0 0 0 !important;
	padding-left: 10px;
}
.more-link a {
	float: right;
	background: #DDD url(../images/icons/more.png) no-repeat left center;
	font-size: 12px;
	padding: 1px 3px 1px 15px;
	margin-top: -8px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.blog_usernames_blog a {
	background: url(../images/icons/user_green.png) no-repeat left center;
	padding-left: 20px;
}
.feed-icon {
	clear: left;
	line-height: 14px;
	display: block;
	padding: 3px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}