.Matched {
	font-weight: bold;
	color: #fd0902;
}

.AFSSuggestPopup table { 
table-layout: auto; 
} 
/**
 * This class is affected to the popup
 */
.AFSSuggestPopup {
	z-index: 1000;
	width: 280px;
	background-color: #fff;
	border: 2px solid #484848;
}

/**
 * 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: 1px;*/
	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-color: #e60004;
	color: #fff;	
}

.AFSSuggestItem-selected .Matched {
	font-weight: bold;
	color: #fff;
}

/**
 * When you use the Multi-Feed Suggest, the suggestions of each feed are
 * separated be a element with the class AFSSuggestFeedSeparator
 */ 
.AFSSuggestFeedSeparator {
	background-color: #ddd;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

/**
 * Custom
 */

.es_model {
	background-color: #fff;
}

.es_model .categorie_acp {
	width: 275px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	background-color : #484848;
	color: #fff;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

.es_model .suggestion_acp {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	background-color : #fff;
	color : #484848;
	cursor : pointer;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}