﻿/*/////// search /////////////////////////////////////////////////////////////*/
.search {
	position:absolute;
	right:0px;
	padding:14px 24px 10px 10px;
}
#headSearchLabel { display:none; }
#headSearch {
	background-color:#FFFFFF;
	width:190px;
	height:22px;
	padding:0;
	position:relative;
}
.headsearchtxt {
	background-color:#FFFFFF;
	border:medium none;
	color:#545145;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 3px 2px 0 0;
	padding-left:3px;
	width: 185px;
	float:left;
}
#headSearchSubmit {
	border-left:1px solid #FFFFFF;
	height:22px;
	width:24px;
	z-index:50;
}

.ac_results {
	padding: 0px;
	border: 1px solid #AAA;
	background:#ffffff;
	display:none;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results ul li a:hover { color: #292517; }

.ac_results li.ac_category
{
	padding: 10px;
	background-color: #e4e0dd;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}
.ac_results li 
{
	font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0px;
	padding:10px;
	/*padding: 2px 5px;*/
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	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;
	
	border-bottom: 1px solid #e4e0dd;
	color: #94928b;
}
.ac_results li div span { padding-right: 10px; }
.ac_results li a 
{
	font-weight: bold;
}
.ac_input
{
	background:transparent url(/images/btn_headsearch2.gif) no-repeat scroll right top;
}
.ac_loading 
{
	background: url('/Images/CommonImages/indicator.gif') no-repeat scroll right top;
}

.ac_over
{
	background: #94928B none repeat scroll 0 0;
}
.ac_over div{color: #EEE!important;}
.ac_over a
{
	color: #EEE;
}
.ac_results p.ac_footer
{
	color: #000;
	background-color:#E4E0DD;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:10px 10px 10px 0;
	text-align:right;
}
.ac_results p.ac_footer a { color: #000; }
.ac_results p.ac_footer a:hover, .ac_results h3 a:hover { text-decoration: underline; }
.ac_results h3 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	border: none;
}
.ac_results h3 a {
	color:#000000;
	font-size: 100%;
	position:absolute;
	right:10px;
	top:10px;
}