/* 自動完成menu */
.ui-autocomplete
{
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}

/* 自動完成選項 */
.ui-autocomplete .ui-menu-item{ position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; font-family: "�L�n������", "Microsoft JhengHei", "�s�ө���", "PMingLiU", "�ө���", "MingLiU", "�з���", "DFKai-sb", serif;}

/* 選項hover特效 s */
.ui-autocomplete.ui-menu .ui-menu-item-wrapper{padding:0px;}

.ui-autocomplete .ui-menu-item kw { font-weight: normal; color: #1f8dd6;}


.ui-autocomplete.ui-widget-content li:hover{
	background: #f0f0f0; 
	border:0px;
}


.ui-autocomplete.ui-widget-content .ui-state-active{
	background: #f0f0f0; 
	border:0px;
	color: #1f8dd6; 
	margin:0px;
}
/* 選項hover特效 e */