.review-head{ 
	border: 1px solid #ccc;
	background: #fff;
	height: 230px;
	font-family: Arial, Helvetica, sans-serif;
}

.head-title {
	float: left;
	width: 150px;	
	clear: both;
}
#review-head-left {
	float: left;
	width: 49%;
	
	height:230px;
}
#review-head-left p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	width: 100%; 
}

#review-head-left h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	clear: none;
	width: auto;	
}


#review-head-right {
	float: right;
	width: 49%;
	
	padding: auto;
	height:230px;
	
}
#review-head-right input.star {
	float: right;	
}
#review-head-right h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	clear: none;
	width: auto;	
}

#review-head-left-inner{
	
	text-align:center;
	margin:30px;
}

#review-head-right-inner{
	
	margin:10px;
}

strong.score {
	font-size: 40px;
	color: #F7901E;
	
}

#reviewbody {
	
	width: 700px;
	z-index: 2;
	margin:0px auto 0px auto;
	
}

#reviewbody-inner {
	padding: 30px;
	color:#000;
	background-color:#fff;
	
	
}

label
{
  font-size:12px;
  line-height:14px;
}



/* Demo.css */
p + p {
	margin-top: 1em;
}
a.unlink {
	text-decoration: none;
}
h4 a,
.uniForm legend a {
	padding:0 .3em
}



.stars-off, .stars-on {
    position: relative;
    height: 28px;
    width:130px;
    background: url("/design/reviewmagic/RatingStarsSprite.gif") repeat-x 0 -24px;
}
.stars-on {
    position: absolute;
    background-position: 0 0px;
    width: 0px;
    height: 24px;
}
.sm-stars-off, .sm-stars-on {
    /*position: relative;*/
    height: 13px;
    width:70px;
    background: url("/design/reviewmagic/jquery.ui.stars.gif") repeat-x 0 -0px;
    float:left;
    
    
}
.sm-stars-on {
    /*position: absolute;*/
    background-position: 0px -32px;
    width: 0px;
    height: 13px;
}




/* XM ratings Chart */
.ratings_chart {
   margin:0 5px 2px 0;
   background:transparent;
}
.stars {
   background:transparent;
}
.bar-left {
   border-right:1px solid #000;
}

.review-block {
	width:  100%;
	font-size:12px;
	border-bottom: 1px dotted #999;	
	clear: both;
	line-height: 16px;
	color:#333;
	
}

.r-left {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left:60px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	padding: 25px 0 0 0;
}

.r-left a {
	color: #457db9;	
}
.r-right {
	font-family: Arial, Helvetica, sans-serif;
	
	float: right;
	width: 500px;
	padding: 10px;	
	
}


.r-right h3 {
	font-size: 14px;
	font-weight: bold;	
}

a, a:link, a:active, a:visited {
	color: #f4383c4;	
}

#composite-stars{
	
	margin-left:20px;
}


.composite-score-std{
 	float:right;
 	margin-right:140px;
 	margin-top:6px;
	padding-top:6px;
	padding-bottom:6px;
}

.composite-score-std-plus-001{
 	float:right;
 	margin-right:140px;
 	margin-top:6px;
	padding-top:6px;
	padding-bottom:6px;
}

.composite-score-std-plus-002{
 	float:right;
 	margin-right:69px;
 	
 	margin-top:6px;
	padding-top:6px;
	padding-bottom:6px;
}