#apDiv1 {
	position:absolute;
	left:345px;
	top:112px;
	width:119px;
	height:29px;
	z-index:1;
}

.voteres {
font-size : 12px; 
color : #AAAAAA; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
}

.cyel {
font-size : 11px; 
color : #D69601; 
font-weight : bold;
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none; 
}

.cgr {
font-size : 11px; 
color: #7BA402;
font-family : verdana,arial,helvetica,san-serif; 
}

/* Begin star rater CSS */
.srating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 29px;
position: relative;
background: url(/images/star-white.png) top left repeat-x;		
}
.srating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.srating li a{
display:block;
width:20px;
height: 29px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;	
}
.srating li a:hover{
background: url(/images/star-orange.png) top left repeat-x;
z-index: 1;
left: 0px;
}
.srating a.onestar{
left: 0px;
}
.srating a.onestar:hover{
width:20px;
}
.srating a.twostars{
left:20px;
}
.srating a.twostars:hover{
width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
left: 40px;
}
.srating a.fourstars{
left: 60px;
}	
.srating a.fourstars:hover{
width: 80px;
}
.srating a.fivestars{
left: 80px;
}
.srating a.fivestars:hover{
width: 100px;
}
