#suggestboxhead{
	vertical-align:top;
}

#suggestlist{
  	position:absolute;
  	left:0;
  	top:0;
	border:1px solid gray;
	width:300px;
	z-index:10000;
	background:white;
	display:none;
}
#suggestlist ul{
		margin:0px;
		padding:0px;
}
#suggestlist li{
		text-align:left;
        width:100%;
		list-style:none;
}

/*update by gen 2009-03-10*/
#suggestlist ul li{
line-height: 100%;
}

#suggestlist ul li span{
font-size: 80%;
font-family: -moz-use-system-font;
*font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, verdana, arial, sans-serif;
}

#suggestlist span.suggestKeyword{
        text-align:left;
        padding-left:3px;
        width:100%;
}

.clearfixtext{
display: inline-block;
overflow:hidden;
}

.highlight{
	/*background:#ffde00;*/
	font-weight: bold;
}

p.searchError{
color:red;
padding: 0 10px 10px 10px;
}

p.nodatafound{
	font-size:10px;
	color:#999;
	margin:15px 0 0 0; 
	overflow:hidden;
	word-break:break-all;
}