
body {	
background-color:#EEEEEE;
color:#000000;
}

/**
 * Star rating L-R panels 
*/
.ratings {
	width: 100%;
	overflow: hidden;
	line-height: 2em;
}
.rating-L {
	float: left;
	white-space: nowrap;
}
.rating-R {
	float: left;
}



