@charset "utf-8";
/* CSS Document */
#search {
	position: relative;
}
#suggestions {
	position: absolute!important;
	left: 12px!important;
	top: 45px!important;
	
	background:#FFF!important;
	border: 1px solid #DADADA!important;
	border-top: 0px none!important;

	width: 397px!important;
	float: none!important;
	height: auto!important;
	
	padding: 0px!important;
	margin: 0px!important;
	display: none;
	z-index: 999999;
}	
#suggestions h4 {
	width: 397px;
	border-bottom: 1px #CCC solid;
	font-size: 11px;
	color:#666;
	line-height: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight:normal;
	text-shadow: 1px 1px #FFF;
}
#suggestions ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#suggestions ol li {
	padding: 1px 5px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	background: #FFF;
	cursor: pointer;	
}
#suggestions ol li a {
	font-size: 12px;
	color:#00F;
	font-weight: normal;
	text-decoration: none;	
}
#suggestions ol li.active {
	background:url(../images/_web/suggestions_bg.png) repeat-y right center;
}

#suggestions ol li a:hover {
	text-decoration: none;	
}

#suggestions ol.products li {
	height: 90px;
}
#suggestions ol.products li a img {
	float: left;
	margin-right: 10px;	
}










