#buttn-search{
	float:left;
}
.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid #dcdddd;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -4px;
	margin-top: -1px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	padding:0px 0px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	font-family: inherit;
	overflow: hidden;
	border-bottom: 1px solid #dcdddd;
}
.ac_results li:last-child{
	border-bottom: none;
}
.ac_results li img {
    float: left;
    height:48px;
    overflow: hidden;
    width:48px;
}
/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/
.prname{
    float:left; 
    padding:15px 0 0 10px; 
    width:80%;
        
}
.prname strong{
    font-weight: normal;
        
}
.ac_even {
	background-color: #fff;
	color: #C2A26F;
}
.ac_odd {
	background-color: #fff;	
	color: #C2A26F;
}

.ac_over {
	background-color: #F5F5F5;
	color: #000 !important;
}
