.select{
		height:20px;
		font-size:9px;
		outline:none;
}


/*------------------ selectFruits -----------------*/

.selectFruits{
		padding-left:0px;						
		height:20px;
		color:#333333;
		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:#333333;
		overflow:hidden;
		outline:none;
		font-weight:bold;
		padding-right:15px;
		/*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-left:5px;
		text-align:left;

}
		
.selectFruits ul{
		padding:5px;
		list-style:none;
		cursor:pointer;
		width:505px;
		max-height:150px;
		overflow:auto;
		background-color:#FFFFFF;
		border:1px #C096A0 solid;
		outline:none;
		background-image:url(../imagens/bg_select.jpg);
		padding: 00px  0 20px 20px;
		font-weight:normal;
		text-align:left;
}


.selectFruits li{

		width:200px;				
		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;
		text-align:left;
		outline:none;	

}
	
.selectFruits  .special{
		outline:none;
		text-align:left;
}
		
.selectFruits .selected,.selectFruits li:hover{
		background-color:#F5FAFE;
		width:200px;	

}


.selectFruits .first{
		font-weight:bold;
		text-decoration:underline;	
}







#bg_buscaTotal_3 .selectFruits ul {
	width:470px;
	background-image:url(../imagens/bg_select2.jpg);
	margin-left:-250px;
	margin-top:3px;
}

/*
#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:210px;;
	height:20px;
	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;
	float:left;	
}



#bg_buscaTotal2 {
	width:230px;
	height:20px;
	z-index:9999999999;
	background-image:url(../imagens/bg_busca2.jpg);
	padding:0px 0px 2px 0px;	
	background-repeat:no-repeat;
	background-position:bottom left;
	clear:both;
	float:left;	
}


#bg_buscaTotal3 {
	width:179px;
	height:20px;
	z-index:9999999999;
	background-image:url(../imagens/bg_busca2.jpg);
	padding:0px 0px 2px 0px;	
	background-repeat:no-repeat;
	background-position:bottom left;
	clear:both;
	float:left;	
}



#bg_buscaTotal_2 {width:200px;float:left;height:20px;}
#bg_buscaTotal_3 {width:230px;float:left;height:20px;}
#bg_buscaTotal_4 {width:200px;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 */


