@charset "utf-8";
/* CSS Document */

.ac_results {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 450px;
	z-index: 10000;
	filter: Alpha(Opacity=100);
	text-align: left;
	color: #274f7a;
}
.ac_results ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #19357E;
}
.ac_results li { 
	position: relative; 
	cursor: pointer; 
	margin:0;
	border: 1px solid #19357E;
	border-top: 0;
	border-bottom: 0;
	background: #ccdef5;
	line-height: 18px;
	font-size: 10px;
}
.ac_results li strong {
	padding: 0 6px; 
}

.ac_results li.ac_over { 
	background: #bbd2ef; 
	color: #2B7DDE;
}

#NbResult, #AllResult { 
	display: block; 
	text-align: left; 
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
}
#NbResult { 
	padding: 1px 0 2px 5px;
	color: #D65E4F;
	text-transform: uppercase; 
	background: #ccdef5;
}
#AllResult {
	text-align:center;
	background: #a3c6f1;
	text-transform: uppercase;
	border-bottom: 1px solid #19357E;
	font-size: 10px;
}
.allresult2 { height: 4px; line-height: 4px; background: #ccdef5; font-size: 0px; } 
#NbResult strong, #AllResult strong { 
	color: #D65E4F; 
	text-transform: uppercase; 
	padding: 0; 
}
