span.commentsvote_positive {
	font-weight:		bold;
	color:				green;
}

span.commentsvote_negative {
	font-weight:		bold;
	color:				red;
}
a.commentsup{
background-image:url("http://www.handhelditems.com/themes/hhinews/img/comment_plus.gif");
background-position:center top;
background-repeat:no-repeat;
display:block;
height:100%;
width:100%;
}
a.commentsup:hover{background-position:center bottom;}
a.commentsdown{
background-image:url("http://www.handhelditems.com/themes/hhinews/img/comment_minus.gif");
background-position:center top;
background-repeat:no-repeat;
display:block;
height:100%;
width:100%;
}
a.commentsdown:hover{background-position:center bottom;}
