/*This CSS snippet for the body tag must be added to ensure proper transparent png support in IE 5.x and greater*/

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : #333;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	border-color:#64705A;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    padding:0px;
    font-weight:normal;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #dee4d9;/*CDD6C5*/
	color: #000;
	font-weight:normal;
	padding: 1px;
	cursor:pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}



.ratingStar {
background-repeat:no-repeat;
cursor:pointer;
display:block;
font-size:0pt;
height:12px;
margin:0px;
padding:0px;
width:13px;
}

.filledRatingStar {
background-image:url(../images/FilledStar.png);
}
.emptyRatingStar {
background-image:url(../images/EmptyStar.png);
}
.savedRatingStar {
background-image:url(../images/SavedStar.png);
}

.noclickableStar{
background-repeat:no-repeat;
cursor:default;
display:block;
font-size:0pt;
height:12px;
margin:0px;
padding:0px;
width:13px;
}