.shadetabs{
padding: 3px 0;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0;
font: lighter 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
list-style-type: none;
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 7px;
margin-right: 3px;
border: 0px solid #e8e8e8;
color: #000;
background: #59a1e9 url() top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{
color: #ff0033;
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url();
border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
background: ;
border-top: 1px solid #59a1e9;
width: 490px;
margin-bottom: 1em; margin-left: 1px; margin-right: 0px; padding: 0px;
z-index:-50;
float: left;
}
* html #contentstyle { /*IE only rule, reduce menu width*/
width: 480px; margin-right: 0px; 
}

.ajaxcontentarea{width: 468px;} * html #ajaxcontentarea { /*IE only rule, reduce menu width*/
width: 480px; margin-right: 0px; 
}




.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;
}