.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(../images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:90px;
	height:18px;
	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:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.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;
}	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:90px;
	height:18px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater 
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}*/
.voted_twice {
	background: #FFFFFF url(../images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:4px;
	height:10px;
	font-size:11px;
	position: relative;
	top: 40px;
	}
.voted {
	background: #FFFFFF url(../images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:4px;
	height:10px;
	font-size:11px;
	position: relative;
	top: 40px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	position: relative;
	top: 40px;
	font-family:arial,sans-serif; 
	font-size: 12px
	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}
	
.fact {
	font-family:verdana,arial,sans-serif; 
	font-size: 13px
}
	
.footer {
	/* Insert styles here for the votes display. Example (2 Votes) */
	position: relative;
	top: 30px;
	font-family:arial,sans-serif; 
	font-size: 11px;
	
	}
.footer	a:link { 
	color: #000000;
		text-decoration: none;

	}
.footer	a:visited { 
	color: #000000;
		text-decoration: none;

	}
.footer	a:hover { 
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	}
.footer	a:active { 
	color: #000000;
	text-decoration: none;
}

.linky {
	/* Insert styles here for the votes display. Example (2 Votes) */
	position: relative;
	font-family:arial,sans-serif; 
	font-size: 11px;
	}
.linky	a:link { 
	color: #444444;
		text-decoration: none;

	}
.linky	a:visited { 
	color: #444444;
		text-decoration: none;

	}
.linky	a:hover { 
	color: #AAAAAA;
	background-color: #000000;
	text-decoration: none;
	}
.linky	a:active { 
	color: #444444;
	text-decoration: none;
}



body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
	
ol {
	margin-right:40px;
}

li {
	margin-bottom:10px;
}
	
body {
	margin:20px 20px 0px 20px;
}
		
p {
	font-size:13px;
	margin:0px 10px 0px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
	text-align: center;
	margin:0px 10px 10px 10px;
}

.bannerbig {
	font-size:30px;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:0px;
	font-weight: bold;
}

.bannernorm {
	font-size:16px;
	padding-top:15px;
	padding-right:10px;
	font-weight: bold;
}
				
table.innerleft {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #eeeeee;
	width: 150px;
}

table.innerright {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.innerleft td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: #eeeeee;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.innerright td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.outer {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	width: 100%;
}

table.outer td {
	border-width: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

table.banner {
	background-color: #333333;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

table.banner td {
	vertical-align: middle;
}

.wiki {
	font-family:courier, courier new, serif;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mylist {
	font-family:verdana,arial,sans-serif; 
	font-size: 12px
}