.ac_results {
	padding: 0px;
	border: 1px solid #666;
	margin-top: 3px;
	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;
	padding: 3px 5px;
	cursor: default;
	display: block;
		color:#444;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* font: menu; */
	font-size: 13px;
	/* 
	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;
	
	/*color:#333; */
	
	font-family:Verdana,Geneva,sans-serif;
	text-align: left;
	font-weight:bold;

	
}


.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #bdcddd;
	/* color: #FFF; */
}

.ac_input{
	
	border:none;
}



@media only screen and (max-width: 668px) {
	.ac_results {
			width:60% !important;
	}
	
	.ac_results li {
		padding: 5px 5px !important;
		font-weight:normal !important;
	}
	
	DIV.sjef_listeartist INPUT {
		margin-left: 80px;
	}	
	
	DIV.sjef_listelaat INPUT {
		margin-left: 80px;
	}	
	
	DIV.sjef_listetittel INPUT {
		/*  margin-left: 80px; */
	}	
	
	DIV.sjef_listebeskrivelse TEXTAREA {
		width:52%;
	}	
	
	DIV.sjef_input_navn INPUT {
		width:52%;
	}		
	
	DIV.sjef_input_epost INPUT {
		/* margin-left: 80px; */
		width:52%;
	}	
	
	DIV.sjef_input_telefon INPUT {
		width:52%;
	}	

}