/* Start of CMSMS style sheet 'autocomplete.css' */
.ac_results {	
	overflow: hidden;
	z-index: 9999;
	
	margin-top:-2px;
	-moz-box-shadow: #eee 0 5px 5px 5px;
	-webkit-box-shadow: #eee 5px 5px 5px;
	box-shadow: 5px 5px 5px #eee;
	}


.ac_results strong {
	font-size:18px;
 color:#047dc1;}
 
 .ac_over strong {
	 font-size:18px;
  color:#047dc1;}

.ac_results ul {
	width: 384px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#f4fcff;
}

.ac_results li {
	margin: 0px;
padding:2px 5px 2px 10px;
text-align:left;
	cursor: default;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	
	
}

.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f4fcff;
}

.ac_over {
	background-color: #b0c3c7;
	color: white;
}

/* End of 'autocomplete.css' */

