.ac_results {
	padding: 0px;
	border: 1px solid #eee;
	background-color: white;
	overflow: hidden;
	z-index: 99999 !important;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(204,204,204,1);
	-moz-box-shadow: 0px 5px 5px 5px rgba(204,204,204,1);
	margin-left: 25px !important;
	transition:all 0.1s ease 0s !important;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
	
.ac_results li {
	margin: 0px;
	padding: 8px 10px !important;
	cursor: default;
	display: block;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
/*
.ac_odd {
	background-color: #eee;
}
*/
.ac_over {
  background-color: #36c;
  color: #fff !important;
  cursor: pointer;
  text-align: left;
}
.p_search1
{
position:fixed !important;
  top: 40px !important;
}
.p_search2
{
  top: 113px !important;
}