/*----------------------------------------------*/
/* Auto complete
/*----------------------------------------------*/

div.autocompleter-loading{
	float: left;
	clear: right;
	width: 20px;
	height: 16px;
	}

ul.autocompleter-choices{
	background-color:white;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style:	none;
    border: 1px solid #003781;	
	border-right-color:#939393;
	border-bottom-color:#939393;
	z-index: 50;
	margin: 0 0 0 4px;
    text-align: left;
    width: 173px;
	-webkit-box-shadow:  0px 1px 2px 2px #aaa;        
    box-shadow:  0px 1px 2px 2px #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

	ul.autocompleter-choices li{
		position: relative;
		min-width: 160px;
		padding: 0.1em 1.5em 0.1em 1em;
		cursor: pointer;
		font-size: 18px;
		color: #555555;
		list-style-type:none;
		}
	
		ul.autocompleter-choices li.autocompleter-selected{
			background: url(../../../images/stories/images_msl/minimoteur/input_bg_gradient.png) repeat-x scroll 0 0 #9FC0DC;
			-webkit-box-shadow: 0px 1px 2px 0px #aaa;
			box-shadow: 0px 1px 2px 0px #aaa; 
    		color: #801517;
			}
		
			ul.autocompleter-choices span.autocompleter-queried {
				background-color: #CCCCCC;
				color: #000000;
				font-weight: bold;
				}
			
			ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
				color: #936c4e;
				}
/*----------------------------------------------*/
/* END *** Auto complete
/*----------------------------------------------*/