#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;
}

#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;
}