/* COUNTRY PLUGIN CSS FOR WEB */

#country_div { position:relative; }
#clik_liste {
	font-size:11px;
	cursor:pointer;
	float:left;
	border:1px solid #b0b0b0;
	text-align:left;
}
#clik_liste:hover { border-color:#0064b6; }
#to_put_in_country {
	display:none;
	position:absolute;
	z-index:10;
	background:#fff;
	border:1px solid #b0b0b0;
	padding-bottom:2px;
	text-align:left;
}
#to_put_in_country #search_country {
	margin:5px 2px;
	background:url('/images/all/search-hov.png') no-repeat 2px center;
	border:1px solid #0064b6;
	padding:5px;
	text-indent:25px;
}
#to_put_in_country #country { overflow:auto; max-height:250px; padding:0; margin:0; }
#country_div .filtered { display:none; }
.liste_country { font-size:14px; padding:3px; cursor:pointer; }
.liste_country:hover { font-size:14px; padding:3px; cursor:pointer; background:#D9D8D6; }
.liste_country img { margin:3px 7px 0 3px; }