/* Search Auto Complete */
.autocomplete-suggestions 
{ 
	margin:4px 0 0 -1px;
	cursor: default; 
	overflow-y: auto; 
	overflow-x:hidden;
	border-top:none;
	display:block;
	background-color:#fff;
	border:1px solid #E3E3E3;
}
.autocomplete-suggestion 
{ 
	padding:6px 8px 6px 8px;
	white-space: nowrap; 
	overflow: hidden; 
	color:#666;
	border-bottom:1px solid #E3E3E3;
}
.autocomplete-suggestion .prodImg
{
	float:left;
	border:solid 1px #EEEEEE;
	width:50px;
	height:50px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.autocomplete-suggestion .text
{
	float:right;
	width:82%;
	text-align:left;
	font-size:14px;
	color:#63932f;
	margin:0 0 4px 0;
	line-height:14px;
}
.autocomplete-suggestion .text span
{
	float:left;
	width:100%;
	font-size:11px;
	color:#999;
	margin:0 0 4px 0;
	line-height:12px;
}
.autocomplete-suggestion .price
{
	float:right;
	width:82%;
	font-size:13px;
	color:#017338;
	font-weight:bold;
	margin:0 0 0 0;
	line-height:13px;
	text-align:left;
}
.autocomplete-selected 
{ 
	cursor:pointer;
	color:#9e9e9e;
}
.autocomplete-selected .text
{
	color:#9e9e9e;
}
.autocomplete-selected .prodImg 
{
	border:solid 1px #888888;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.autocomplete-suggestions strong 
{ 
	font-weight: 600; 
}
.autocomplete-group 
{
	float:left;
	width:100%;
	padding:12px 0 12px 10px; 
	background:#C3D69C;
	font-size:14px; 
	display:none;
}
.autocomplete-group strong { display: block; color:#5f7d48; font-weight:bold; }
