body
{
    margin: 0;
    padding: 0;
    line-height: 1.25em;
    font-family: Verdana,Arial,Helvetica, Sans-Serif;
    font-size: 11px;
    background-color:#ffffff;
}
#RateItBox
{
	/*border: 1px solid #CCCCCC;*/
	text-align:center;
}

#RatedBox
{
	/*border: 1px solid #CCCCCC;*/
	text-align:center;
}

#aboveStars, #belowStars
{
	padding: 4px;
	clear:left;
	color:Red;
}

#starsLoading
{
	display:none;
	width:110px; 
	padding:13px 20px 12px 20px; 
	border:1px solid #CCCCCC;
	text-align:center;
	font-size:9pt;
	border:solid 1px;
}
.star
{
	background: url(../../comm_images/ratingGrey.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
 	float: left;
	cursor: pointer;
	padding:0px;
	margin:0px;
}

.unRatedstar
{
	background: url(../../comm_images/ratingGrey.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
 	float: left;
	padding:0px;
	margin:0px;
}
.starHover
{
	background: url(../../comm_images/ratingRed.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	float: left;
	cursor: pointer;
	padding:0px;
	margin:0px;

}
.starRated
{
	background: url(../../comm_images/ratingYellow.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	float: left;
	cursor: pointer;
	padding:0px;
	margin:0px;

}

.starStatics
{
	background: url(../../comm_images/ratingYellow.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	float: left;
	padding:0px;
	margin:0px;

}
.starLabel
{
	height: 16px;
	width: 128px;
	float: left;
	padding:0px;
	margin:0px;

}
.scaleLabel
{
	height: 16px;
	width: 58px;
	float: left;
	padding:0px;
	margin:0px;
    text-indent:8px;
}
.starLine
{
    float:left;
    clear:both;
    margin:5px 0;
    width:100%;
}
.starLineScale
{
    float:left;
    clear:both;
    margin:0;
    width:160px;
    background-color:#f8f8f8;
    padding:2px 18px;
}
.oneRating
{
   margin-bottom:5px;
   border-bottom:dotted 1px #cccccc;
   float:left;
   clear:both;
   width:100%;
   padding-bottom:5px;
 }
 .ratingscale
 {
  margin:10px 10px;
   float:right;
   clear:both;
   width:200px;
 }
 .column60pc
 {
    width:50%;
    margin:0;
    padding:0;
    float:left;
    clear:none;
 }
 .column40pc
 {
    margin:10px;
    float:left;
    width:45%;
 }
 .overallRating
 {
    float:left;
    width:100%;
    padding:8px 0 18px 0;
    border-bottom:solid 2px #f8f8f8;

 }
 .ratingTitle
 {
    width:100%;
    margin:18px 0 0px 0;
    padding-top:6px;
    color:#3b5998;
    font-weight:bold;
    text-indent:28px;
    border-top:solid 1px #1c5eb8;
 }
 h2 {
         font-size:12px;
         font-weight:bold;
         color:#3b5998;
         text-transform:capitalize;
         margin-top:10px;
    }
    #title
    {
        margin:0;
        padding:0;
    }
.googleSearch
{
    margin-top:40px;
    float:left;
}