#search_button{
	display:none;
}
#search_form {
	display: block;
	position: relative;
	width: 100%;
}
#results {
	line-height: 0;
	padding-top:40px;
	position:relative;
	width: 100%;
	z-index: 300;
}
#results ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#results ul li {
	background-color: #fff;
	border-top:1px solid #999;
	text-align: left;
}
#results ul li:hover {
	background-color: #ebebeb;
}
#results ul li a {
	color: #444;
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 10px;
}
#results ul li a strong{
	text-transform:uppercase;
}
#results ul li a span{
	font-size:12px;
}
.search_hover {
	background-color: #ebebeb!important;
	color: #232323!important;
}
#s {
	background: #eee;
	border: none;
	box-sizing: border-box;
	color:#333;
	font-size: 36px;
	height: auto;
	outline: none;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 200;
}
#total{
	left:0;
	padding:10px;
	position:absolute;
	top:0;
}
#total span{
	color:#FF8108;
	font-weight:bold;
}
