/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("style.css");
i#close_keyword {
    position: absolute;
    top: 36%;
    right: 50px;
    color: #333;
    cursor: pointer;
}
#result {
	position: absolute;
	background: #FFF;
	z-index: 9999;
	width: 100%;
	max-height: 430px;
	overflow-y: auto;    
	margin-top: -1px;
	left:0;
	text-align:left;
	top:100%;
}
#result>ul {
	border: 1px solid #ddd;
	border-top: 0;
}
#result>ul>li {
	display: block;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#result>ul>li:hover {
	background:#f6f6f6;
}
#result>ul>li>a {
	display: table;
	width: 100%;
	color:#333;
	font-size:14px;
}
#result>ul>li div.div-image {
	width: 50px;
}
#result>ul>li div.div-text {
	padding-left:20px;
}
#result>ul>li div {    
	display: table-cell;
	vertical-align: top;
}
span.product-name {
	display: block;
	font-weight:bold;
}