.bigautocomplete-layout {
	display: none;;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
	position: absolute;
	z-index: 100;
	max-height: 500px;
	overflow-x:hidden;
	overflow-y:auto;

	border-collapse: collapse;
	border-spacing: 0;
	background: none repeat scroll 0 0 #FFFFFF;
	width: 100%;
	cursor: default;
}

.bigautocomplete-layout div {
	word-wrap:break-word;
	word-break:break-all;
	padding:1px 5px;
}

.bigautocomplete-layout .searchTipLine {
	background: none repeat scroll 0 0 #FFFFFF;
}

.bigautocomplete-layout .ct {
	background: none repeat scroll 0 0 #D2DEE8 !important;
}

.searchTipLine{ clear:both; text-align:right; height:28px; line-height:28px;}
.searchTipLine dt{float:left; text-indent:1em; height:28px; line-height:28px;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.searchTipLine dd{ margin-right:1em; height:28px; line-height:28px;}