#bigbox2 { width: 226px;
			\width: 226px;
			w\idth: 226px;
			border: 1px solid #92bc41;
			margin: 0px;
			margin-left: 10px;
			margin-right: auto;
			margin-top: 6px;
			margin-bottom: 20px;
			padding: 14px 4px 0px 8px;
			background-color: #badc7a;}
			
* html #bigbox2 { /*IE only rule, reduce menu width*/
width: 220px; margin-left: 10px; margin-right: auto; }




#bigboxtips { width: 226px;
			\width: 226px;
			w\idth: 226px;
			border: 1px solid #92bc41;
			margin: 0px;
			margin-left: 10px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			padding: 12px 6px 12px 8px;
			background-color: #badc7a;}
			
* html #bigboxtips { /*IE only rule, reduce menu width*/
width: 220px; margin-left: 10px; margin-right: auto;}



blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 450px;
  background: url(../images/close-quote.gif) no-repeat right bottom;
  padding-left: 10px;
  text-indent: -18px;
}

blockquote:first-letter {
  background: url(../images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}


#commentout { width: 634px;
			\width: 634px;
			w\idth: 634px;
			border: 1px dotted #92bc41;
			margin: 0px;
			margin-left: 1px;
			margin-right: auto;
			padding: 10px 19px 6px 10px;}
								
* html #commentout { /*IE only rule, reduce menu width*/
width: 630px;}



.star-rating,

.star-rating .current-rating{
	background: url(../img/starSMALL1.gif) left -000px repeat-x;
}
.star-rating{
	position:relative;
	width:95px;
	height:19px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:19px;
	line-height:19px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
