.agSuggestions
{
	position: absolute;
	z-index: 2;

	background-color: #FFFFFF;

	overflow: auto;
	overflow-x: hidden;
}

.agSuggestions p
{
	text-align: left;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.agSuggestions p.header
{
	background-color: #FFFFFF;
	color: #008DCF;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	padding: 1px 4px;
}

.agSuggestions p.empty
{
	background-color: #FFFFFF;
	color: #CCCCCC;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	padding: 1px 4px;
}

.agSuggestions p.separator
{
	background: url(http://mmf.logic-immo.ch/mmf/ch/static/fields/fields.png) no-repeat top left;
	background-position: left -1276px;
	background-repeat: repeat-x;

	height: 7px;
}

/*
.agSuggestions a, .agSuggestions a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;

	display: block;
	padding: 1px 8px;
}

.agSuggestions a
{
	color: #000000;
	border: 1px solid #FFFFFF;
}

.agSuggestions a:hover
{
	color: #FFFFFF;
	background-color: #008DCF;
	border: 1px solid #008DCF;
}
*/
.agSuggestions a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;

	display: block;
	padding: 1px 8px;
}

.agSuggestions a.on
{
	color: #FFFFFF;
	background-color: #008DCF;
	border: 1px solid #008DCF;
}

.agSuggestions a.off
{
	color: #A5A5A5;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.agSuggestions a.off span
{
	color: #000000;
}

.agSuggestions a.on span
{
	color: #FFFFFF;
}
