/*Styles for review section*/

#review-container{
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#write-review{
	padding: 10px;
	width: 411px;
	display: none;
}
#reviews{
	padding: 10px;
	width: 411px;
	display: none;
	border-style: solid;
	border-width: 3px;
	border-color: #3265a7;
}
#reviewform td{
	margin: 0;
	padding:0;
	vertical-align: top;
}
#reviewform ul{
	margin: 0;
	padding:0;
}

.tdpadding{
	width: 8px;
}
.reviewtable{
	width: 411px;
	background: #ffffff;
	font-size:11px;
	color: #666666;
	line-height: 17px;
}
	.reviewtable td{
		vertical-align: top;
	}
	.reviewtable b{
		font-size: 14px;
	}
.startable{

}
	.startable tr{
	}
	.startable p{
		font-size: 10px;
	}
	.startable b{
		font-size: 10px;
	}
.banner-heading{
	cursor: pointer;
	width: 411px;
	height: 42px;
	margin: auto;
	text-align: center;
	background: url(review-images/heading.png);
}
.content-width{
	width: 200px;
}
.review-center{
	margin: auto;
}
.rtext-center{
	text-align: center; 
	margin: auto;
}
.showHand{
	cursor: pointer;
}
.headinglight{
	color: #FFFFFF;
	background-color: blue;
	font-weight: bold;
}
.text-heading1{
	margin: auto;
	position: relative;
	top: 10px;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-heading2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.rev-align-right{
	text-align: right;
}
.rIndent{
	margin-left: 10px;
}
.text01-h{
	font-size: 17px;
	font-weight: bold;
	color: #015eab;
	background-color: #dbdce0;
	padding: 4px;
}
ul.rating{
	margin: 0px;
	padding:0px;
	vertical-align: top;
    
}
li.rating{
			cursor:pointer;
			display:inline;
			list-style:none;			
			height:19px;
			width:19px;
			float:left;
			padding:0px;
			margin:0px;
			background:transparent url(review-images/starsonoff.png) repeat-x scroll left top;
}
li.unrated{
			display:inline;
			list-style:none;			
			height:19px;
			width:19px;
			float:left;
			padding:0px;
			margin:0px;
			background:transparent url(review-images/starsonoff.png) repeat-x scroll left top;
}
		
li.rated{
			display:inline;
			list-style:none;			
			height:19px;
			width:19px;
			float:left;
			padding:0px;
			margin:0px;
			background:transparent url(review-images/starsonoff.png) repeat-x scroll left top;
			background-position: 19px 100%;
}

