UL {

	width: 40em;
	color: #FFF;
	list-style: none;
	
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;

}

UL.normal {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	color: #a00;
	list-style-type: disc;
	text-transform: none;
	font-weight: normal;

}

UL LI {
	
	padding-left: 125px;
	padding-bottom: 1em;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	
}

UL.normal LI {
	padding-left: 0.5em;
	font-weight: normal;

}

UL LI.onestar {
	
	background-image: url(../pictures/liststyles/1star_gold.png);
    
}

UL LI.twostar {
	
	background-image: url(../pictures/liststyles/2star_gold.png);
    
}

UL LI.threestar {
	
	background-image: url(../pictures/liststyles/3star_gold.png);
    
}

UL LI.fourstar {
	
	background-image: url(../pictures/liststyles/4star_gold.png);
    
}

UL LI.fivestar {
	
	background-image: url(../pictures/liststyles/5star_gold.png);
    
}