/* ****************** RatingStar ****************** */
.ratingStar {
	white-space: nowrap;
	margin-bottom: 10px;
	height: 14px;
	float: left;
	text-align: left;
}
.ratingStar .ratingItem {
	font-size: 0pt;
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled {
	background-image: url(images/ratingStarFilled.png);
}
.ratingStar .Empty {
	background-image: url(images/ratingStarEmpty.png);
}
.ratingStar .Saved {
	background-image: url(images/ratingStarSaved.png);
}
#ReviewView {
	float: left;
	width: 50%;
}
/*Multypage CSS Start*/
.multiPage {
	float: left;
	border: 1px solid #94A7B5;
	background-color: #F0F1EB;
	padding: 4px;
	padding-left: 0;
	width: 565px;
	margin-left: -1px;
}
.multiPage div {
	border: 1px solid #94A7B5;
	border-left: 0;
	background-color: #ECE9D8;
}
.multiPage img {
	cursor: no-drop;
}
/*Multypage CSS End*/
