.Matched {
	font-weight: bold;
}
.AFSSuggestPopup table { 
table-layout: auto; 
} 
/**
 * This class is affected to the popup
 */
.AFSSuggestPopup {
	z-index: 10;
	background: white;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

/**
 * The list of suggestion is tagged by AFSSuggestItems. The class is not used
 * for the Custom Suggest.
 */
.AFSSuggestItems {
}

/**
 * Each suggestion has the following class
 */
.AFSSuggestItem {
	padding: 1pt;
	text-align: left ;
}

/**
 * When a suggestion is "selected" in the list, it has this class. A suggestion
 * is "selected" when the mouse move over it or when the user use the arrow
 * key to choose one.
 */
.AFSSuggestItem-selected {
	background: #003483;
	color: white;
}

/**
 * When you use the Multi-Feed Suggest, the suggestions of each feed are
 * separated be a element with the class AFSSuggestFeedSeparator
 */ 
.AFSSuggestFeedSeparator {
	background: #DDDDDD;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
