

/*             styles for the star rater                */	
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 95px;
	height: 20px;
	position: relative;
	overflow:hidden;
	background: url(stars.png) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:19px;
	height: 20px;
	line-height:20px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(stars.png) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:19px;
}
.star-rating a.two-stars{
	left:19px;
}
.star-rating a.two-stars:hover{
	width: 38px;
}
.star-rating a.three-stars{
	left: 38px;
}
.star-rating a.three-stars:hover{
	width: 57px;
}
.star-rating a.four-stars{
	left: 57px;
}	
.star-rating a.four-stars:hover{
	width: 76px;
}
.star-rating a.five-stars{
	left: 76px;
}
.star-rating a.five-stars:hover{
	width: 95px;
}
.star-rating li.current-rating{
	background: url(stars.png) left center;
	position: absolute;
	height: 20px;
	left: 0px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}	


#suggest table
{
  width: 270px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

.highlightrow
{
  cursor: pointer
}
 

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{


}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}

.tabcontentstyle{
border: 1px solid gray;
width: 80%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle2{
padding: 1px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


