
/* Stars */
a.ac_star_none { background: url(../media/ac_star_none.gif) no-repeat center; padding:1px; }
a.ac_star_half { background: url(../media/ac_star_half.gif) no-repeat center; padding:1px; }
a.ac_star_full { background: url(../media/ac_star_full.gif) no-repeat center; padding:1px; }
a.ac_star_hover { background: url(../media/ac_star_hover.gif) no-repeat center; padding:1px; }
.ac_star_rating { font-size: 8px; font-style: italic };


#dhtmltooltip{
	font-size:10px;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #C7C3A5;
	padding: 2px;
	background-color: #FCFBF6;
	visibility: hidden;
	color:#666666;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

