.core_rating_optM_inactive {
	background: url('minus.png') 0 0 no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 20px;
	float: left;
}

.core_rating_optM_active {
	background: url('minus.png') 0 0 no-repeat;
	background-position: 0 -20px;
	height: 20px;
	width: 20px;
	float: left;
}

.core_rating_optM_over {
	background: url('minus.png') 0 0 no-repeat;
	background-position: 0 -40px;
	height: 20px;
	width: 20px;
	float: left;
}
.core_rating_optP_inactive {
	background: url('plus.png') 0 0 no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 20px;
	float: left;
}

.core_rating_optP_active {
	background: url('plus.png') 0 0 no-repeat;
	background-position: 0 -20px;
	height: 20px;
	width: 20px;
	float: left;
}

.core_rating_optP_over {
	background: url('plus.png') 0 0 no-repeat;
	background-position: 0 -40px;
	height: 20px;
	width: 20px;
	float: left;
}
#core_rating_desc {
	float: left;
	padding-right: 5px;
}
#core_rating_message {
	margin-left: 10px;
	display: table;
	vertical-align: middle;
	padding: 2px 0px;
}

#core_rating_cnt_text {
	background: url('center.png') 0 0 no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	font-family: arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-align: center;
	vertical-align: middle;
	width: 35px;
	height: 20px;
	padding: 1px 0px;
	white-space: nowrap;
}
#core_rating_cnt_text_text {
	float: left;
	white-space: nowrap;
}

#core_rating_loader {
	width: 100px;
	height: 18px;
	display: none;
	background: url('loader.gif') 0 0 repeat-x;
	float: right;
}
