/* .white-black-list { display: none; } */
.search-main {
	z-index: 999;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	width: 400px!important;
	position: absolute;
	overflow: hidden;
	padding: 5px;
	/* left: 15px;
	top: 34px; */
	border: 1px solid #ddd;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 2px 5px #ccc;
	-moz-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	background: #fff;
}
.search-item {
	cursor: pointer;
	border-top: 1px solid #eee;
	padding: 6px;
	font-style: normal;
	font-size: 12px;
	position: relative;background: #fff;
	text-align: left;
}
.selected-item { background: rgba(255,0,0,.3) !important; cursor: not-allowed !important;}
.search-item:after  {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: .1px;
	font-size: .1em;
	line-height: 0;
	background: #fff;
}
.search-item:hover { background: #eee; border-top: 1px solid #eee; }
.search-products-container .search-item { clear: both; }
.search-item img{ border: none; float: left; margin-right: 10px; }
.search-item b { font-weight: 700; text-decoration: underline; }

.searchKeyword ~ .receivedSearch { display: none; }
.receivedSearch:focus, .receivedSearch:hover { display: block !important}
.searchKeyword:focus ~ .receivedSearch {
	display: block !important;
}

.itemList {
	max-height: 190px;
	display: block;
	overflow-y: scroll;
}

.search-item a:hover{
	text-decoration: none;
	color: #545454;
}

.search-pname{
	font-size: 16px;
	font-weight: bold;
	color: #a32300;
}

.search-pprice{
	font-weight: bold;
	margin:5px 0;
	color: #34462e;
}

.search-textblock{
	overflow: hidden;
}