/* SEARCH FORM */

.ajaxsearch {

	margin: 0;

	padding: 0;

	border: 0;

	position: relative;

}



.ajaxsearch .inputbox {

	height:15px;

	padding: 3px 0 3px 0px;

	margin: 0;


}



#suggestions{ 

	position: absolute; 

	left: 0; 

	top: 25px;

	visibility:hidden;

	z-index: 100000;

}



#suggestions_tmp{ 

	display:none;

}



#loading{

    position: absolute;

    top: 4px;

    z-index: 5000;

	width: 16px;

	height: 16px;

	background-image: url(../img/ajax-loader.gif);

	background-repeat: no-repeat;

}



#loading-not{

    position: absolute;

    top: 6px;

    z-index: 5000;

	width: 11px;

	height: 11px;

	display: block; 

	cursor: pointer;

	border: 0;

	background-color: #FFF;

	background-image: url(../img/close.gif);

	background-repeat: no-repeat;

	visibility: hidden;

}



/* SEARCHRESULTS */

#searchresults { 

	margin: 0;

	padding: 0;

	list-style: none;

	font-size: 11px;

}



#searchresults li { 

	line-height: 14px;

	padding: 0;

	margin: 0;

	border-bottom: 1px solid #FFF;

}



#searchresults li .txt{ 

	margin: 0;

	padding: 0;

}



#searchresults li a{ 

	padding: 10px 5px;

	display: block;

	text-decoration:none;

	background-color:#e4e4e4; 

	color: #555555;

	

}



#searchresults li a:hover{ 

	background-color:#b7b7b7; 

	color:#ffffff; 

}



#searchresults li span { 

	font-weight:bold; 

	color:#191919; 

}



#searchresults li span.highlight {

	padding: 0;

	background: 0;

	font-weight:bold; 

	color:#191919; 

}



#searchresults li a:hover span { 

	font-weight:bold; 

	color:#FFF; 

}



#searchresults li.no_results { 

	padding: 5px;

	font-weight:bold; 

	background-color:#b7b7b7; 

	color:#ffffff; 

	line-height: 60px;

}



#searchresults li.advanced_search { 



}



#searchresults li.advanced_search a { 

	height: 20px;

	padding: 5px;

	background-image: url(../img/shortcuts_arrow.gif);

	background-repeat: no-repeat;

	background-color: #a0a0a0;

	color: #FFF;

	line-height: 20px;

}



#searchresults li.category { 

	height: 15px;

	padding: 5px;

	font-weight:bold; 

	background-color:#b7b7b7; 

	color:#ffffff;

	line-height: 15px;	

}