@charset "utf-8";
/*

<summary>
CDON Public - autocomplete.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2010, all rights reserved</copyright>

*/

#autocomplete-wrapper {
	position: absolute;
	display: none;
	z-index: 9999;
}

#autocomplete-wrapper h3 {
	padding: 3px 4px;
	margin: 0;
	color: #fff;
	background: #c0c0c0;
}

#autocomplete-wrapper .ac-n-header { margin-top: 10px; }

#autocomplete-wrapper .top {
	background: url(../images/layout/autocomplete/top.png) left top no-repeat;
	height: 6px;
	width: 446px;
}

#autocomplete-wrapper .bottom {
	background: url(../images/layout/autocomplete/bottom.png) left bottom no-repeat;
	width: 446px;
}

.ac-content { padding: 5px 18px 18px 10px; }

ul.ac {
	border-bottom: 1px solid #d9d9d9;
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
}

ul.ac li { padding: 5px 50px 5px 5px; }

ul.ac li span {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

ul.ac .even { background: #eee; }
ul.ac .over {
	background: #41a500;
	cursor: pointer;
}

ul.ac .over,
ul.ac .over * { color: #fff; }


