a.rateup {
	display: block;
	width:19px;
	height:12px;
	background: url(../imgs/arrow_up.gif) no-repeat center top;
}

a.rateup:hover {
	background-position: center bottom;
}

a.ratedown {
	display: block;
	width:19px;
	height:12px;
	background: url(../imgs/arrow_down.gif) no-repeat center top;
}

a.ratedown:hover {
	background-position: center bottom;
}

.commentHeaderRating table td {
	padding:	0 2px 0 2px;
	text-align: right !important;
}

.commentHeaderRating table td span {
	text-align: right;
	padding-right: 2px;
}

.commentHeader {
	display: block;
	height: 36px;
	margin: 0;
}

.addon-reviews {
	margin: 0;
	padding: 0;
}

.addon-reviews li {
	margin: 0;
	padding: 0;
}

.commentMenu a {
	display: block;
	float:left;
	font-weight:bold;
	color: #008898;
	text-decoration: none;
}

.commentMenu a:hover {
	text-decoration: none;
	color: #cc0000;
}

.commentReply, .issueRead, .commentHeaderRating, .commentStars, .commentAdd, .commentReplies {
	margin: 8px 0 0 0;
	height: 18px;
	padding: 4px 0 0 37px;
	border-left: 0px solid #97DCE7;
}

.commentHeaderText {
	height: 18px;
	padding-left: 4px;
    padding-top: 2px;
    border-left: 0px solid #97DCE7;
}

.commentReplies {
	background:url(../imgs/ico-reps-21.png) no-repeat left bottom;
	height:19px;
}

.commentAdd {
	background:url(../imgs/ico-add-21.png) no-repeat left bottom;
	height:19px;
}

.issueRead {
	background:url(../imgs/ico-read-21.png) no-repeat left bottom;
	height:19px;	
}

.commentReply {
	background:url(../imgs/ico-reply-21.png) no-repeat left bottom;
	height:19px;	
}

.commentStars {
	background:url(../imgs/ico-stars-21.png) no-repeat left bottom;
	height:19px;
}

.commentHeaderRating {
	background:url(../imgs/ico-rate-21.png) no-repeat left bottom;
	height:19px;
}


.commentReply:hover, .issueRead:hover, .commentHeaderRating:hover, .commentStars:hover, .commentAdd:hover, .commentReplies:hover {
	background-position: left top;
	height:19px;
}


.commentHeaderText {
	border:none !important;
}

.commentHeaderText img {
/*	border: 1px solid #97DCE7;*/
	margin:0 4px 0 2px;
}

.profileLink {
	color: #008898;
}

.commentBodyText {
		padding:10px 10px 20px 40px;
}

.item {
	DISPLAY: block; FLOAT: left; OVERFLOW: hidden;
}
