.feedback,.feedbackBG {
	margin: 0px;
	padding: 0px;
}

.feedback {
	background: url(../images/review_on.gif) repeat-x;
	display:inline;

}

.feedbackBG {
	width: 75px;
	background: url(../images/review_off.gif) repeat-x;
}

TABLE.review {
	width:100%;
	margin: 0;
	padding: 0;
}

TR.head {
	background: #f3f3f3;
}

TR.head TD {
	vertical-align: top;
	font: 13px Arial, Helvetica;
	letter-spacing: 0.02em;
}

TR.head TD.title {
	font: bold 13px Arial, Helvetica;
	color: #304452;
    background-color: #CCCCCC;
	vertical-align: bottom;
	margin: 0;
	padding-left: 2px;
	letter-spacing: normal;
	width: 40%;
}

TD.greybg {
        background-color: #CCCCCC;
}
.reviewStarsBG{
	position: relative;
	width: 75px;
	min-height: 15px;
	background: url(../images/review_off.gif) repeat-x;
}
.reviewStars{
	position: absolute;
	left: 0px;
}
.reviewStarsNumber{
	position: absolute;
	left: 75px;
}
.reviewStars a{
	 text-decoration: none;
}
.reviewTitle {
	font-family: arial, helvetica, impact, sans-serif; 
	font-size: 12pt;
	font-weight: 700; 
	color: #6699CC;
	background-color: #E1EAEA;
	padding-left: 3px;
}
#reviewSummaryBox {
	 width: 150px;
	border: 1px dotted #6699cc;
}
#reviewSummary{
	padding-left: 3px;
	padding-right: 3px;
}
#reviewBox {
	clear: both;
	border: 1px dotted #6699cc;
	background-color: #fcfcf1;
	margin-top: 20px;
}
#reviewHeader {
	padding-right: 3px;
	padding-left: 3px;
}
