/* AUTOCOMPLETE */
/* ---------------------------------------------------------------------- */

/* default autocomplete skin - editable */
/* ---------------------------------------------------------------------- */

.ac_results {
	background-color:#DDE3E7;	    											/* background color */
	border:1px solid #38658D; 													/* border details */
	color:#35474D;
	margin-top:-1px;
	margin-left:0px;
}

		.ac_results li {
			font-size:12px;
			line-height:16px;
			padding:2px 3px;
		}
		
		.ac_results li:after { 
				clear:both;
				content:".";
				display:block;
				height:0;
				line-height:0;
				visibility:hidden;
			}	
				.ac_results li { display:inline-block }
				html[xmlns] .ac_results li { display:block }
				
			.ac_results li p {
				display:block;
				float:left;
				clear:right;
				font-size:12px;
				margin-right:20px;
			}
						
			.ac_results li em  {
				font-size:12px;
				font-style:normal;
			}

			.emptyUl li em {
				display:block;
				float:left;
				clear:right;
				font-size:12px;
				margin-right:20px;
			}
			
			.emptyUl li p {
				display:block;
				font-size:12px;
				float:right;
				margin-right:5px;
			}
			

.ac_odd {
	 background-color:#CED5DD; 												/* background color for zebra stripe */
}

.ac_over {
	background:#4576B2;   													/* background color on highlight */
}
	.ac_over { color:#FFF; }												/* font color on highlight */

.ac_loading { 
	background-image:url(../../images/loader.gif); 								/* preloader image */
	background-repeat:no-repeat;
	background-position:right center;
}

.autosuggest_instructions{
	display: block;
	line-height: 20px;
	padding: 0px 0px 0px 5px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
	font-family: "arial";
	font-size:12px;
	margin-bottom:5px;
	font-style:italic;
}


/* do not change */
/* ---------------------------------------------------------------------- */

.ac_results {
	overflow:hidden;
	padding:0px;
	white-space:nowrap;	
	z-index:99999;
}

	.ac_results ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0pt;
		padding:0pt;
	}

		.ac_results li {
			cursor:default;
			display:block;
			font-family:inherit;
			margin:0px;
    	overflow:hidden;
		}

			.ac_results li strong { font-weight:bold; }

.ac_moreItems {
	background-color:inactivecaption;
	color:inactivecaptiontext;
	cursor:default;
	display:block;
	margin:0px;
	overflow:hidden;
	padding:0px 5px;
	text-align:center;
	width:100%;
}