.hideSuggestClass {
	background-color:white;
	border:1px solid #ccc;
	cursor:pointer;
	display:none;
	height:140px;
	margin:0;
	overflow:auto;
	width:294px;
	z-index: 1011;
	position:absolute;
}

.showSuggestClass ul {
	list-style:none;
	margin:0;
	padding:0;
}
.showSuggestClass li {
	list-style:none;
	margin: 7px 0  7px  0;
	padding:0 0 0 5px;
	line-height: 17px;
}

.showSuggestClass a {
	color:#000;
	display:block;
	width:270px;
}
.showSuggestClass a:hover {
	border-bottom:none;
	background-color: #fc0 !important;
	color:#fff;
}
.showSuggestClass .hideSuggestClass {
	display: block !important;
	cursor:pointer;
}
.showSuggestClass .hoverSuggestClass {
	background-color: #fc0 !important;
	color:#fff;
}
.iframeSuggest {
	position: absolute;
	z-index: 900;
}
#quick_find {
	float:left;
	z-index: 1011;
}

* html #productSampleUl {
	position: absolute;
	height:170px;
}
