.star-rating li.current-rating{
	background: url(../siteBase/images/stars_yellow.png) ;
	/*position: absolute;*/
	height: 10px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	float:left;
}
.star-rating{
	background: url(../siteBase/images/stars.png) top left repeat-x;
}
.star-rating li a:hover{
	background: url(../siteBase/images/stars.png) left center;
}
/*.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../siteBase/images/stars.gif) left -1000px repeat-x;
}*/
.star-rating{
	/*position:relative;*/
	width:100px;
	height:10px;
	/*overflow:hidden;*/
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	float:left;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	/*position:absolute;
	top:0;
	left:0;*/
	text-indent:-1000em;
	height:10px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:10%;
	z-index:11;
}
.star-rating a.two-stars{
	width:20%;
	z-index:10;
}
.star-rating a.three-stars{
	width:30%;
	z-index:9;
}
.star-rating a.four-stars{
	width:40%;
	z-index:8;
}
.star-rating a.five-stars{
	width:50%;
	z-index:7;
}
.star-rating a.six-star{
	width:60%;
	z-index:6;
}
.star-rating a.seven-stars{
	width:70%;
	z-index:5;
}
.star-rating a.eight-stars{
	width:80%;
	z-index:4;
}
.star-rating a.nine-stars{
	width:90%;
	z-index:3;
}
.star-rating a.ten-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}




.unpublished_review_txt_color
{
	color:#666;
	font-weight:normal;
	margin-bottom:2px;
	padding-bottom:8px;
	border-bottom:1px dotted #003399;
}
.published_review_txt_color
{
	color:#003580;
	border-bottom:1px dotted #039;
	margin-bottom:2px;
	padding-bottom:8px;
	/*
	border-color:#003580;
	border:4px solid;
	border-left:4px solid #aaaaff;
	border-top:4px solid #aaaaff;*/
}
.no_review_txt_color
{
	color:#003580;
	margin-bottom:2px;
}
.review_txt_color
{
	color:#003580;
	font-weight:normal;
}
.review_group_color
{
	color:#0896FF;
}
.review_group
{
	float:left;
	list-style-type:none;
	width:160px;
	padding-bottom:5px;
}
.btnReview
{ 
	color:#003580;
	cursor:pointer;
	padding:2px;
	border:2px solid;
	float:right;
	width:140px;
	margin-left:2px;
	border-color:#003580;
	border-left:2px solid #aaaaff;
	border-top:2px solid #aaaaff;
}
.btnReview:hover
{ 
	background-color:#003580;
	color:#fff;
}
.btnReviewClicked
{ 
	background-color:#003580;
	color:#fff;
	cursor:pointer;
	padding:4px;
	float:right;
	width:140px;
	margin-left:2px;
}
.btnReviewClicked:hover
{ 
	padding:1px;
	border:3px inset;
}
.btnReviewState
{ 
	color:#003580;
	cursor:default;
	padding:4px;
	float:right;
	width:140px;
	margin-left:2px;
	background-color:#FFF;
}
.commentBox
{
	font-style:italic; 
	border:1px solid; 
	background-color:#FFF;
	padding:7px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;	
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	margin-bottom:3px;
}
.commentBoxTitle
{
	padding-bottom:5px; 
	font-style:normal;
	font-size:14px; 
	font-weight:bold ;
}