﻿.ac_results, .ac_noResults, .ac_nothingTyped
{
	padding: 5px;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
    text-align: left;
    z-index:1000;
}

.ac_results ul
{
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	padding:0;
	overflow-x:hidden !important;
}

.ac_noResults, .ac_nothingTyped
{
    padding: 5px;
    color: #333;
}

 /* it is very important, if line-height not set or set in relative units scroll will be broken in firefox 	*/
.ac_results li, .ac_noResults, .ac_nothingTyped
{
	font-size: 13px;
	line-height: 16px;
}

.ac_results li
{
	background-color: #F4F6FC;
    color: #0099ff;
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	overflow: hidden;
    border-bottom: solid 2px #FFF;
}

.ac_loading
{
	background: white url('/eSales/Content/images/Axa/indicator.gif') right center no-repeat;
}

.ac_results li.ac_over
{
	background-color: #103184;
	color: #FFF;
}

.ac_noResults .sorry
{
    color: #ff1821;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ac_input
{
	width: 300px;	
}
