.combo-box-wrapper {
	display:inline;
	margin-top:-3px;
}

.combo-box {
	width:219px;
	height:20px;
	line-height:20px;
	color:#5E5F64;
	margin-right:20px;
	font-size:.9em;
}

.combo-box a {
	overflow:visible;
	padding-left:5px;
	display:block;
	font-family:arial; 
	font-weight:normal;
	font-size:11px;
	color:#444 !important;
	text-decoration:none !important;
	background:url(/images/pagina-inicial/onde-encontro/bt_onde_fechado.gif) no-repeat top left;
	min-height:20px;
	width:100%;
}

.combo-box a.aberto{
	background:url(/images/pagina-inicial/onde-encontro/bt_onde_aberto.gif) no-repeat top left;

}

.combo-box ul {
	position:absolute;
	width:217px;
	height:auto;
	/* *height: 282px; */
	max-height:	282px !important;
	margin:0px; 
	padding:0px;
	text-indent:0px;
	overflow:auto;
	background-color: #f9f9f9;
	display:none;
	border:1px solid #a4b7c6;
	border-top:none;
	overflow-x:hidden;
	list-style-image: none;
}

.combo-box ul li{
	height:20px;
	line-height:20px;
	white-space: nowrap;
}

.divMiolo .combo-box ul li {
	background: none;
	padding-left: 0;
}

.combo-box ul li strong {
    font-weight: bolder;
}

.combo-box ul li a {
	background:none;
	padding-left:5px;
	font-family:arial; 
	font-weight:normal;
	font-size:11px;
	color:#5e5f64;
	display:block;
	white-space:nowrap;
}

.combo-box ul li a.selecionado {
	 padding-left:5px;
	 background:none;
	 background-color:#4872AA;
	 color:#fff !important;
	 text-decoration:none;
}

.combo-box ul li.ac_over 
{
	 background:#4872AA;
	 color:#fff;
}

.combo-box input 
{
	width: 185px;
	background: transparent;
	border: none;
	line-height: 20px;
	height: 18px;
	padding: 3px 0px 0px;
	*padding: 2px 0px 0px;
	font: small/1.231 arial, helvetica, clean, sans-serif;
	font-size: 100%;
}