/* CSS Document */
.ActReviewInput {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #f8f8f8;
	color: #333333;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.actCommentsContainer {
	margin: 0px;
	padding: 0px;
	margin-bottom:15px;
	/* border: 1px solid #666666; */
}

.actCommentBoxes h2 {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.actCommentBox {
	background-color: #DEE7EF;
	padding: 3px;
	margin-bottom: 3px;
	text-align:left;
}


.actCommentBox H3 {
	color: #777777;
	font-size:11px;
	/*background-color: #a00000;*/
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.actCommentSubmitForm {
margin-bottom:15px;
}

.actCommentSubmitForm h2 {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.actCommentTitle {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

.productaveragerating { padding: 5px; text-align: center; background-color: white; }
.productaveragerating .rating { margin-left:auto; margin-right:auto; }
.notrated  {color: #c1c1c1;}
.name-and-rating  { padding: 0px; margin: 0px;}
.name-and-rating  tr td { margin:0px;padding:0px; }


.ActCommentReply { text-align: right;}
.ActCommentReply a { color: #4D4D4D; font-size: 10px;}
.replytable tr td { font-size: 10px; }
.replytable tr td input { border-color: #565656; border-width: 1px; border-style: solid; background-color: #f4f4f4; color: #515151; font-size: 10px; }
.replytable tr td textarea { border-color: #565656; border-width: 1px; border-style: solid; background-color: #f4f4f4; color: #515151; font-size: 10px; }



/* overlay */

      .black_overlay{
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          -moz-opacity: 0.8;
          opacity:.80;
          filter: alpha(opacity=80);
      }
       
      .white_content {
      text-align:center;
          display: none;
          position: absolute;
          top: 200px;
          left: 25%;
          width: 50%;
          height: 75px;
          padding: 20px;
          padding-top:30px;
          font-size:16px;
          border: 1px solid black;
          background-color: white;
          z-index:1002;
          overflow: auto;
      }
      
      .reviewcloselink {
      padding: 10px;
      border-color: #353535;
      border-width: 3px;
      border-style: solid;
      color:black;
      background-color: #fdffe2;
      }

      .reviewcloselink:hover {
      color:black;
      }

      .replycontainer {
      	margin-top: 5px;
      	margin-left: 20px;
      	padding: 2px;
      	background-color: #edf3d0;
      	color: #5b5b5b;
      	font-size: 9px;
      }


