.select{
		height:20px;
		font-size:9px;
		outline:none;
}


/*------------------ selectFruits -----------------*/

.selectFruits{
		padding-left:2px;						
		height:20px;
		color:#042F61;
		z-index:999;	
		outline:none;	
		font-size:10px;
		font-family:Tahoma;
		padding-bottom:60px;
									
}

.selectFruits .passiveSelect,.selectFruits .activeSelect{	
		line-height:1.9em;
		display:block;
		cursor:pointer;	
		background:url("images/fruitsNormal.jpg") no-repeat;
		background-position: right 5px ;
		height:20px;
		color:#042F61;
		overflow:hidden;
		outline:none;
		font-weight:bold;
		padding-right:10px;
		padding-left:5px;		
}
		
.selectFruits .activeSelect{
		background:url("") no-repeat top right;
		outline:none;	
		background:url("images/fruitsNormal.jpg") no-repeat;
		background-position: right 5px ;
		overflow:hidden;
		padding-right:20px;


}
		
.selectFruits ul{
		padding:5px;
		list-style:none;
		cursor:pointer;
		width:320px;
		max-height:150px;
		overflow-y:auto;
		overflow-x:hidden;		
		background-color:#FFFFFF;
		border:1px #C096A0 solid;
		outline:none;
		background-image:url(../imagens/bg_select.jpg);
		padding: 00px  0 20px 20px;
		font-weight:normal;
	
}


.selectFruits li{

		width:219px;				
		display:block;
		float:left;
		text-align:left;
		padding-top:3px;
		padding-left:3px;
		margin-right:15px;
		margin-left:2px;
		font-size:9px;
		font-family:Tahoma;

		outline:none;	

}
	
.selectFruits  .special{
		outline:none;
}
		
.selectFruits .selected,.selectFruits li:hover{
		background-color:#F5FAFE;
		width:219px;	

}


.selectFruits .first{
		font-weight:bold;
		text-decoration:underline;	
}


/*

#bg_buscaTotal_8b .selectFruits ul, #bg_buscaTotal_5 .selectFruits ul {
width:685px;
background-image:url(../imagens/bg_select2.jpg);
}


#bg_buscaTotal_8b .selectFruits .selected,#bg_buscaTotal_8b .selectFruits li:hover , #bg_buscaTotal_5 .selectFruits .selected,#bg_buscaTotal_5 .selectFruits li:hover{
		background-color:#F5FAFE;
		width:200px;	
	
}




#bg_buscaTotal_8b .selectFruits li , #bg_buscaTotal_5 .selectFruits li {
		width:200px;	
}
*/


#bg_buscaTotal {
	width:229px;
	height:20px;
	float:left;
	padding: 0px 0px 0 0px;
	z-index:9999999999;
	background-image:url(../imagens/bg_busca1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	clear:both;
}




#bg_buscaTotal_2 {width:219px; float:left;height:20px; }

#bg_busca_7 {width:40px;float:left; margin-left:10px}





* html #selector {property:value;} /* Only IE6 and lower will see this */
*+html #selector {property:value;} /* Only IE7 will see this */


