@charset "utf-8";
/* admin.autocomplete.css Copyright 2006-2013 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/
.autocomplete { 
	border:1px solid #999;
	font-size:12px;
	background:#FFF; 
	cursor:default; 
	text-align:left; 
	max-height:350px; 
	overflow:auto; 
	margin:-6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:350px;  
	_margin:0; 
	_overflow-x:hidden; 
}
.autocomplete-w1 { 
	position:absolute;
	top:0px; 
	left:0px; 
	margin:8px 0 0 6px; 
	/* IE6 fix: */ 
	_margin:0; 
}
.autocomplete .selected { 
	cursor:pointer;
}

.autocomplete strong { 
	font-weight:bold; 
}
