/* START AUTOCOMPLETE */
.ac_holder{
	position:relative;

}
.ac_field{	
}

div.autocomplete
{
	position: absolute;
	background-image: url(/images/autocomplete/ac_pointer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	width:expression(this.offsetWidth);
	z-index:100500;
}

div.autocomplete div.ac_header,
div.autocomplete div.ac_footer
{
	
	position: relative;
	height: 6px;
	width:100%;
}

div.autocomplete div.ac_header div.ac_bar,
div.autocomplete div.ac_footer div.ac_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autocomplete ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	_overflow: hidden;
	background-color: #333;
}

div.autocomplete ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
	height:26px;
}

div.autocomplete ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	__width: 100%;
}
div.autocomplete ul li a:hover
{
	background-color: #444;
}
div.autocomplete ul li.ac_highlight, div.autocomplete ul li.ac_highlight a:hover
{
	background-color: #5a5a5a;
}

div.autocomplete ul li a div.tdiv
{
	display: block;
	font-weight: bold;
	line-height:24px;
	padding:2px 3px 2px 6px;
}

div.autocomplete ul li a div.tdiv2
{
	font-weight: normal;
	color: #999;
	font-size:15px;
	margin-top:4px;
	padding:2px 0;	
}

div.autocomplete ul li.ac_highlight a div.tdiv2
{
	color: #ccc;
}

div.autocomplete ul li.ac_highlight a
{
	color: #fff;
	background-color: #666;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autocomplete ul li.ac_highlight a div.tdiv
{
}


div.autocomplete ul li a .tr
{
	right: 0;
}

div.autocomplete ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}
div.autocomplete ul em
{
	font-style: normal;
	color: #6EADE7;
}

.tdiv {
	margin-right:40px;
	white-space:nowrap;
	width:100%;
	
}
.tdiv2{
	position:absolute;
	right:1px;
	top:0px;
	width:30px;
}

/* END AUTOCOMPLETE */


/* START ÂÑÏËÛÂÀÞÙÈÅ ÏÎÄÑÊÀÇÊÈ ÏÎÄ ÏÎÈÑÊÎÂÈÊÎÌ */

span.searcher_hint_counter{
	float: right;
}

.ac_results {
	padding: 0px;
	border:solid 1px #ccc;
	margin-top:1px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width:90%;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 3px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* END ÂÑÏËÛÂÀÞÙÈÅ ÏÎÄÑÊÀÇÊÈ ÏÎÄ ÏÎÈÑÊÎÂÈÊÎÌ */

