.filtroAnnunci-box{
		position: relative;
		width: 100%;
		color: #404040;
		margin: 20px 0;
	}
	
	.filtroAnnunci-box LABEL{
		font-weight: bold;
	}
	
	.filtroAnnunci-box INPUT[type=text]{
		border:1px solid #CEDBE7;
		width: 205px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		padding: 0 10px;
	}
	
	.filtroAnnunci-content{
		
	}
	
	.filtroAnnunci-tab-title{
		position: relative;
		z-index: 3;
		
		/*width: 105px;*/
		height:38px;
		background: #E9F2F9;
		border-top:1px solid #CEDBE7;
		border-right:1px solid #CEDBE7;
		border-left:1px solid #CEDBE7;
		
		font-size: 12px;
		font-weight:bold;
		
		cursor:pointer;
		
		display: inline-block;
		
		opacity: .00;filter:Alpha(Opacity=00); 
		
		/* FIX IE 7 */
		*display: block;
		*width:110px;
		/*****/
	}
	
	.filtroAnnunci-tab-title-content{
		padding: 10px;
		text-align: center;
	}
	
	.filtroAnnunci-tab-title-content IMG{
		vertical-align: middle;
	}
	
	.filtroAnnunci-tab-body{
		position: relative;
		z-index: 2;
		margin-top:-1px;
		border:1px solid #CEDBE7;
		border-bottom:none;
	}
	
	.filtroAnnunci-bottom{
		border-left:1px solid #CEDBE7;
		border-right:1px solid #CEDBE7;
	}
	
	.filtroAnnunci-tab-body-content{
		padding: 10px 0;
		border-bottom:1px solid #CEDBE7;
		background: #E9F2F9;
		
	}
	.filtroAnnunci-tab-body-last-content{
		padding: 5px 0;
		background: #F3F2F0;
	}
	.filtroAnnunci-tab-body-content-row{
		padding: 0 10px;
	}
	
	.filtroAnnunci-content-disabled {
		position: absolute;
		top:0;
		left:0;
	}
	
	.filtroAnnunci-content-disabled .filtroAnnunci-tab-title, .filtroAnnunci-tab-title.disabled{
		background: #F6F7F8;
		z-index: 1;
	}
	
	.filtroAnnunci-content-disabled .filtroAnnunci-tab-body{
		display:none;
	}
	
	.filtroAnnunci-box .filterLbl{
		background: transparent url(/images/icone/elimina_voceRicerca.png) 2px  no-repeat;
		/*padding-left:12px;*/
		margin-left:5px;
		font-size:12px;
		cursor:pointer;
		padding:2px 2px 2px 16px;
		border:1px solid  transparent;
	}
	
	.filtroAnnunci-box .filterLbl:hover{
		/*background-color: #1582BB;*/
		border:1px solid  #1582BB;
	}
	.filtroAnnunci-box .filterLbl:hover *{
		/*color:#fff;*/
	}