/* CSS Document */

.suggestion_list
	{
	background: #eeeff0;
	border: 1px solid;
	padding: 4px;
	color: #727374;
	font-size: 13px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 13px;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: #727374;
	font-size: 13px;
	}
	
	.suggestion_list .selected
	{
	background: #d3d4d5;
	color: #727374;
	font-size: 13px;
	}
	
	.suggestion_list .selected a
	{
	color: #2e2e2f;
	font-size: 13px;
	}

	#autosuggest
	{
	display: none;
	}