td.star-text{
PADDING-RIGHT:5PX;
}

td.star-td {
PADDING-RIGHT:5PX;
}

td.vote-result {
text-align:right;
width:320px;
}

div.star-active
{
	cursor: pointer;
}




div.star-bad
{
	background-image: url(images/bad.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}


div.star-norm
{
	background-image: url(images/norm.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-good
{
	background-image: url(images/good.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-empty
{
	background-image: url(images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.result-smile1{
	background-image: url(images/plus1.gif);
	width:33px;
	height:32px;
	overflow:hidden;

}

div.result-smile2{
	background-image: url(images/plus2.gif);
	width:33px;
	height:32px;
	overflow:hidden;

}

div.result-smile3{
	background-image: url(images/plus3.gif);
	width:33px;
	height:32px;
	overflow:hidden;

}

div.result-smile4{
	background-image: url(images/plus4.gif);
	width:33px;
	height:32px;
	overflow:hidden;

}

div.result-smile5{
	background-image: url(images/plus5.gif);
	width:33px;
	height:32px;
	overflow:hidden;

}
