div.icon:hover {
	background-position: 0px -30px;
	cursor: pointer;
}
input#search {
	width: 150px;
	height: 18px;
	padding: 0px;
	margin-bottom: 15px;
	border:0px;
	outline: none;
	font-size: 13px;

	color:#777;
	background:none;
}
input#search-nf {
	width: 200px;
	height: 18px;
	padding: 0px;
	margin-bottom: 15px;
	border:0px;
	outline: none;
	font-size: 13px;
	line-height: 25px;
	color:#777;
	background:none;
}

h4#results-text {
	display: none;
}
ul#results {
	display: none;
	width: 250px;
	margin-top: 4px;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	background:#fff;
	font-size: 14px;


}
ul#results-nf {
	display: none;
	width: 250px;
	margin-top: 4px;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	background:#fff;
	font-size: 14px;


}
ul#results a{ color:#000; font-size:12px}
ul#results-nf a{ color:#000; font-size:12px}
ul#results li {
	padding: 8px;
	cursor: pointer;
	/*border-top: 1px solid #cdcdcd;*/
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
ul#results-nf li {
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover {
	background-color: #e7e6e6;
}
ul#results-nf li:hover {
	background-color: #e7e6e6;
}
ul#results li:first-child {
	border-top: none;
}
ul#results-nf li:first-child {
	border-top: none;
}

ul#results li h3, ul#results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #000;
	line-height: 1.2em;
	text-align:left
}
ul#results-nf li h3, ul#results-nf li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #000;
	line-height: 1.2em;
	text-align:left
}
ul#results li:hover h3, ul#results li:hover h4  {
	color: #3b3b3b;

}
ul#results-nf li:hover h3, ul#results-nf li:hover h4  {
	color: #3b3b3b;

}
.feature-left .icon {pointer-events: none !important;}
.feature-right .icon {pointer-events: none !important;}