.suggestion_list
{
	background: white;
	border: 1px solid;
	padding: 4px;
	width: 400px;
}

.suggestion_iframe
{
	width: 400px;
}

.suggestion_list ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestion_list a
{
	text-decoration: none;
	color: black;
}

.suggestion_list .selected
{
	background: #FF5700;
	color: white;
}

.suggestion_list .selected a
{
	color: white;	
}

.suggestion_list .selected a:Hover {
	color: black;
}




.suggestionSmall_list
{
	background: white;
	border: 1px solid;
	padding: 4px;
}

.suggestionSmall_iframe
{
}

.suggestionSmall_list ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestionSmall_list a
{
	text-decoration: none;
	color: black;
}

.suggestionSmall_list .selected
{
	background: #FF5700;
	color: white;
}

.suggestionSmall_list .selected a
{
	color: white;	
}

.suggestionSmall_list .selected a:Hover {
	color: black;
}







#autosuggest
{
	display: none;
}

ul 
{
	margin-top: 0;
	margin-bottom: 0;
}

