.shadetabs{
padding: 3px 12px 4px 0px;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0;
font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 1px solid #3f5b76;
background: ;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 17px 5px 8px ;
margin-right: 3px;
border-bottom: 0px solid #6e6e6e;
color: #afd8ff;
background: #3f5b76 url() top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{
color: #ffffff;
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url();
border-bottom-color: #FFFFFF;
text-decoration: underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
background: ;
border: 0px solid #e8e8e8;
width: 668px;
margin-bottom: 1em; margin-left: 1px; margin-right: 0px; padding: 0px;
z-index:-50;
}
* html #contentstyle { /*IE only rule, reduce menu width*/
width: 660px; margin-right: 0px; 
}

.ajaxcontentarea{width: 668px;} * html #ajaxcontentarea { /*IE only rule, reduce menu width*/
width: 660px; margin-right: 0px; 
}




.star-rating,

.star-rating .current-rating{
	background: url(../img/starSMALL2.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;
}
