﻿.ac_results {
    background-color: white;
    border: 1px solid #000000;
    -o-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 10px;
    z-index: 99999;
}

.ac_results span {
  float: right;
  color: gray;
  font-size: 0.8em;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 10px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: .9em;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
}

.ac_loading {
	/* Bara frustrerande blinkningar??? JohanS
  background: white url('indicator.gif') right center no-repeat;
  */
}

.ac_odd {
    background: #f9f9f9;
}

.ac_over {
    background: #2E428C;
    color: white;
}

.ac_over span {
  color: white;
}

.ac_results span {
    display:none;
}

.search-query {
    width: 410px;
}

.news-categories {
    width: 416px;
}

.ess-facet ul li {
    padding-bottom: 3px;
}