#searchContent, .suggest_header, .suggest_link, .suggest_link_over {
	position:relative;
	padding-bottom:3px;
}
#search_suggest {
	position: absolute;
	left: 1px;
	font-size:10px;
	z-index:999;
	width:380px;
	cursor:pointer;
	text-align: left;
	border: 0px;
	color:white;
}
#search_suggest b {
	font-weight:800;
	color: #ec9a02;
}
.suggest_header{
	height:15px;
	background-color: #333333;
}
.suggest_header{
	font-weight:bold;
	font-size:11px;
	color: #ec9a02;
}
.suggest_link {
	padding-left: 10px;
	background-color: #333333;
}
.suggest_link_over {
	padding-left: 10px;
	background-color:#0080c0;
}
.suggest_prod_num, .suggest_header a {
	display:block;
	position:absolute;
	right:0px;top:0px;
	z-index:80;
}
.suggest_title {
	color: black;
	font-weight:600;
	background-color: #ffff00;
	text-align: left;		
}