﻿.searchcontainer {
	background: url(/inc/jquery/jqtouch/themes/extron/img/toolbar.png) repeat-x;
	border-top: solid 1px #000;
	margin-top: 1px;
	height: 45px;
}
.searcharea {
	background-color: #fff;
	margin: 6px 6px 3px 6px;
	padding: 6px 30px 6px 6px;
	-webkit-border-radius: 16px;
}
.searchbox {
	background-color: White;
	border: solid 0px #000;
	font: normal 17px Helvetica;
	padding-left: 22px;
	background: url(img/search.png) no-repeat 0% 50% !important;
	width: 100%;
}
.search_results {
	margin: 4px 0px 0px -12px;
	padding: 0px;
	border: 1px solid #ccc;
	background: #638DBC;
	overflow: hidden;
	z-index: 99999;
	color: white;
	height: 110px !important;
	min-height: 110px !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.search_results ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0px;
	border: none;
}
.search_results:active, .search_results:hover, .search_results ul:active, .search_results ul:hover {
}
.search_results li {
	float: left;
	width: 49%;
	height: 20px;
	padding: 4px 0px 8px 3px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: normal 14px Helvetica;
	border: none;
	color: #555;
}
.search_results ul li:active {
	background-color: #555555;
	-webkit-border-radius: 8px;
}


.search_results .ac_even, .search_results .ac_odd {
	background-color: #638DBC;
}
.search_results .ac_over {
	background-color: #555555;
	-webkit-border-radius: 8px;
	color: #222;
}
