
.jetRating
{

}

.jetRating .filled
{
	border:1px solid #000;
	display:inline-block;
	height:10px;
	width:10px;
	background-color:#ccf;
}

.jetRating .empty
{
	border:1px solid #000;
	display:inline-block;
	height:10px;
	width:10px;
	background-color:#fff;
}
