/* ========================================================================== */
/* ---------->>> Clear Fix
/* ========================================================================== */

.autoSclearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.autoSclearfix {display: inline-block;}
html[xmlns] .autoSclearfix {display: block;}
* html .autoSclearfix {height: 1%;}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	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;
    height:58px;
	overflow: hidden;
    text-align: left;
}
.ac_results li a { color:#333; text-decoration:none; display:block; width:100%; cursor: pointer;}

.ac_loading {
    display:none;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: #fff;
}
.ac_over a{
	color: #fff !important;
}


.autoSearchItem {
    width:100%;
    height:50px;
    padding:4px 0px 4px 4px;
}

.asItemLeft {
    float:left;
    width:50px;
    margin:0px 5px 0px 0px;
}

.asItemLeft img  {
                  border:0px;
                  max-width: 50px;
                  max-height: 50px;
                  width: expression(this.width > 50 ? "50px" : true);
                  height: expression(this.height > 50 ? "50px" : true);
}

.asItemRight {
    min-width: 110px;width:expression(document.body.clientWidth < 110? "110px": "auto" );
}

.autoSearchLink { width:100%; height:30px; line-height:30px; display:block; padding:0px 0px 0px 4px; }
.autoSearchText { width:100%; height:30px; line-height:30px; display:block; padding:0px 0px 0px 4px;}