/* SEARCH FORM */
.ajaxsearch {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.ajaxsearch .inputbox {
	background: url(../images/magnifying-glass.gif) 5px 2px no-repeat;
	border: #CCC solid 1px;
	float: left;
	font-size: 14px;
	height: 18px;
	padding: 5px 0 5px 45px;
	width: 250px;
}

#suggestions{ 
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px;
	border: #CCC solid 1px;
	width:295px; 
	position: absolute; 
	left: 0; 
	top: 29px; 
	display:none;
	z-index: 420;
}

#loading{
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 5000;
	width: 16px;
	height: 16px;
	background-image: url(modules/mod_ajaxsearch/img/ajax-loader.gif);
	background-repeat: no-repeat;
}

#loading-not{
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 5000;
	width: 11px;
	height: 11px;
	display: block; 
	cursor: pointer;
	border: 0;
	background-color: #FFF;
	background-image: url(/modules/mod_ajaxsearch/img/close.gif);
	background-repeat: no-repeat;
}

/* SEARCHRESULTS */
#searchresults { 
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#searchresults li { 
	border-bottom: 1px #CCC solid;
	width: 295px;
	height: 60px;
	line-height: 14px;
}

#searchresults li .txt{ 
	margin: 0;
	padding: 0;
}

#searchresults li a{ 
	width: 285px;
	height: 40px;
	padding: 10px 5px;
	display: block;
	text-decoration:none;
	background-color:#FFF; 
	color: #555;
	
}

#searchresults li a:hover{ 
	background-color:#0078C1; 
	color:#fff; 
}

#searchresults li span { 
	
	color:#0078C1;
	font-weight: bold;
}

#searchresults li a:hover span { 
	 
	color:#FFF; 
}

#searchresults li.no_results { 
	width: 265px;
	padding: 5px 15px; 
	font-weight:bold; 
	background-color:#FFF; 
	color:#555; 
	line-height: 60px;
}

#searchresults li.advanced_search a { 
	height: 20px;
	padding: 5px;
	background-image: url(modules/mod_ajaxsearch/img/shortcuts_arrow.gif);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-color: #a0a0a0;
	color: #FFF;
	line-height: 20px;
}

#searchresults li.advanced_search{
	display: none;
}

#searchresults li.category { 
	width: 285px;
	height: 15px;
	padding:5px; 
	font-weight:bold; 
	background-color:#0078C1;
	color:#ffffff;
	line-height: 15px;	
}