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

.showSuggestClass ul {
	list-style:none;
	margin:0;
	padding:0 0 10px 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:200px;
text-decoration: none;
padding:0px 0px 1px 0px;

}
.showSuggestClass a:hover {
	background-color: #fff !important;
	color:#000;
	padding:0;
	border-bottom:1px dotted;
	color: #03f;
}

.showSuggestClass .hideSuggestClass {
	display: block !important;
	cursor:pointer;
}
.showSuggestClass .hoverSuggestClass {
	background-color: #fff !important;
	color:#000;
}
.iframeSuggest {
	position: absolute;
	z-index: 900;
}
#quick_find {
	float:left;
	z-index: 1011;
	margin-left:0px;
    width:290px;
}

#quick_find h1 {
color:#036;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:bold;
}

* html #productSampleUl {
	position: absolute;
	width:190px;
    background-color:666;

}