@charset "utf-8";
/******************************/
/*MLCS_CR Review Module Styles*/
/******************************/
.reviewstars, p.reviewit { /* Initial Rating Boxes */
	width: 209px;
	height: 16px;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	vertical-align: middle;
	background: #FFC;
	
}
p.reviewit { /*Prevent Thicker Border between Initial Boxes */
	border-top:none;
}

h3.review-head { /*Accordion Header/Trigger */
	border: 1px solid #CCC;
	height: 16px;
	width: 645px;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin-bottom:0;
	background: #FFC;
}

.reviewsall { /*Full Reviews Box Expanded */
	font: 10pt Arial, Helvetica, sans-serif;
	width: 645px;
	border: 1px solid #CCC;
	border-top: none;
	margin-top:0;
}


.reviewsall p { /*All Paragraph tags within the full review box */
	padding-left: 20px;
	margin:0;
}

.reviewer { /* Reviewed By text */
	font-size: 9px;
	padding-top: 5px;
}

.quote { /* Review Comment text */
	padding-top: 10px;
	padding-bottom: 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}

/*****************************************/
/*Review Module Styles from feedback.css*/
/****************************************/
.feedback,.feedbackBG {
	margin: 0px;
	padding: 0px;
}

.feedback { /* Style applied to img for rating stars */
	background: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/graphics4/review_on_stars.gif) repeat-x;
	display:inline;

}

.feedbackBG { /* Style for DIV wrapped around rating stars image creates background OFF stars */
	width: 75px;
	background: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/graphics4/review_off_stars.gif) repeat-x;
}

/*****************************************/
/*Review Module Styles from public_cr.css*/
/****************************************/

BLOCKQUOTE,.quote,.quoteNA {
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.review DIV.button { /* Wrapped around New Review Submit button */
	padding: 5px 0 5px 135px;
	margin: 0;
}

.review DIV.button INPUT { /* Styles New Review Submit Button */
	color: #596167;
}

.review DIV.form { /* Wrapped around entire New Review form */
	padding: 0;
	margin: 0;
	border: 1px solid #f3f3f3;
}

.review DIV.form INPUT,.form SELECT { /* New Review Form Customer Entry Boxes */
	width: 160px;	
}

.review DIV.form .label { /* New Review Form Labels */
	color: #666;
	letter-spacing: 0.04em;
	width: 130px;
	height: 100%;
	text-align: right;
	float: left;
	clear: both;
	padding: 0 5px 0 0;
}	

.review FORM {  /* Entire new Review Form */
	margin: 0;
	padding: 0;
	display: inline;
}


.reviewsall hr { /* Horizontal Rule between reviews in the Full Review section */
	color: #CCCCCC;
	height:100%;
	font-size: 1px;
}

h2.reviewnew { /* Heading on New Review Form pages */
	margin: 0;
	padding: 0;
	letter-spacing: 0.04em;
	color: #006666;
	font: bold 14px Arial, Helvetica, sans-serif;
}

h3.reviewnew {
	margin: 0;
	padding: 12px 0;
	letter-spacing: 0.04em;
	color: #006666;
	font: bold 12px Arial, Helvetica, sans-serif;
}


.copy {
	font: 8px Arial, Helvetica;
	letter-spacing: 0.08em;
	height: 8px;
	color: #666;
	margin: 0;
	padding: 0 0 0 5px;
}

.err { /*Error Message (Required Field) on New Review Form */
	color: #660000;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	background-color:#FFFFCC;
}

.menu {
	font: 8pt Arial, Helvetica;
	letter-spacing: 0.08em;
	background: #f1f1f1;
	padding: 1px 2px;
	margin-top: 3px;
}

.pager { /* Next Page Links */
	font: 10px Arial, Helvetica, sans-serif;
	word-spacing: 1em;
	padding: 3px 0;
	text-align: center;
}

.quote .NA { /* No Comment Text */
	color: #666;
}

.tplerr {
	color: #fff;
	background: #E36C03;
	padding: 2px 2px 5px 10px; 
	font: 12px "Courier New", Courier, mono;
	letter-spacing: 0.03em;
}

.tplmsg {
	color: #660000;
	padding: 2px 2px 5px 10px;
	font: 12px "Courier New", Courier, mono;
	letter-spacing: 0.03em;
	text-decoration: blink;
}

#mainContent a:link { /*Remove*/
		color: #663300;
		text-decoration: none;
		}
#mainContent a:visited { /*Remove*/
		color: #663300;
		text-decoration: none;
		}
#mainContent a:hover { /*Remove*/
		color: #cc6600;
		text-decoration: underline;
		}
#mainContent a:active { /*Remove*/
		color: #cc6600;
		text-decoration: underline;
		}
