/*
* Copyright (c) 2014 www.magebuzz.com 
*/
#boxResults{
	position:absolute;
	right:10px;
	background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E1E1E1;
	width:380px;
	top:44px;
	z-index:999;
	text-align:left;
	border-radius:0px;
}
#searchautocomplete_form .form-search input.input-text{ height: 35px;  background: #fff;color: #2e3639;}
#searchautocomplete_form .form-search input.loading-result{background:#2e3639 url(searchautocomplete/images/search-loading.gif) 95% center no-repeat;padding-right: 70px;}
#searchautocomplete_form .form-search input.search-complete{*background:#2e3639 url(searchautocomplete/images/search_complete.png) 95% center no-repeat;    padding-right: 70px;}
#boxResults #resultNotice{
	float: left;
	width:100%; 
	text-align:center;
	padding:5px 0;
}
#boxResults .close-dropdown{background:url(searchautocomplete/images/close-icon.png) top left no-repeat; float:right; width:16px; height:16px; text-indent:-999em; margin:10px;}
#boxResults #resultNotice span.keyword{
	font-weight:100;     word-wrap: break-word;
	color:#ff0000; 
	padding:2px;
}
#boxResults #resultLabel{
	font-style:italic;
	font-size:12px;
	color:#999;
}
#boxResults #resultLabel a{
	font-style:italic;
	font-size:12px;
	color:#2f2f2f;
	text-decoration:none;
	 font-weight: bold;
}
#boxResults #listResults{
		float:left;
		width:100%;
}
#listResults .result-title{
	background: none repeat scroll 0 0 #CCCCCC;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 100%;
	color: #444444;
}
#listResults .list-products{
	float:left; 
	width:100%;
	margin: 0 0 5px;
}
#listResults .list-products li.item{
	border-bottom: 1px dashed #CCCCCC;
    float: left;
    padding:0;
    width: 100%;
}
#listResults .list-products li .product-info{
	padding:10px;
	background:#FFFFFF;
	overflow:hidden;
}
#listResults .list-products li:hover{cursor:pointer; color:#FFFFFF;}
#listResults .list-products li:hover .product-info{
	padding:10px;
	background:#2e3639;
}
#listResults .list-products .product-img{float:left; background:#FFFFFF; border:1px solid #E1E1E1; width:20%; text-align:center;}
#listResults .list-products .product-desc{
	float: right;
    width: 77%;
}
#listResults .list-products .product-name{}
#listResults .list-products p.desc{color:#000; margin:0 0 3px;}
#listResults .list-products li:hover p.desc{color:#FFFFFF;}
#listResults .list-products .product-price h5{color:#FF0000; font-size:15px; font-weight:bold;}
#listResults .list-products .product-name a{
	color: #333;
    font-weight: 600;
	font-size:12px;
    text-decoration: none;
}
#listResults .list-products  li:hover .product-name a{
	color: #FFFFFF;
}