.select{
		height:16px;
		font-size:9px;
		
		outline:none;	
		
}


/*------------------ selectFruits -----------------*/

.selectFruits{
		padding-left:2px;			
		height:16px;
		color:#003366;
		z-index:999;	
		text-transform:uppercase;	
		outline:none;	
		font-size:9px;
		font-family:Trebuchet MS;

		
									
}

.selectFruits .passiveSelect,.selectFruits .activeSelect{	
		line-height:2.4em;
		display:block;
		cursor:pointer;	
		background:url("images/fruitsNormal.jpg") no-repeat top right;
		height:16px;
		color:#325A78;
		overflow:hidden;
		outline:none;	
		
		
			
}
		
.selectFruits .activeSelect{
		background:url("") no-repeat top right;
		outline:none;	
		background:url("images/fruitsNormal.jpg") no-repeat top right;		
		overflow:hidden;
		padding-right:20px;
		
		
		
}
		
.selectFruits ul{
		padding:5px;
		list-style:none;
		cursor:pointer;
		width:400px;
		max-height:150px;
		overflow:auto;
		background-color:#9FCBE6;
		border:1px #1768B7 solid;
		outline:none;
		background-image:url(../imagens/bg_select.jpg);
		padding: 20px  0 20px 20px;
		font-weight:normal
		;
		
}
		
.selectFruits li{

		width:105px;				
		display:block;
		float:left;
		text-align:left;
		padding-top:3px;
		padding-left:3px;
		margin-right:15px;
		margin-left:2px;
		font-size:9px;
		font-family:Trebuchet MS;

		outline:none;	

}
	
.selectFruits  .special{
		outline:none;
}
		
.selectFruits .selected,.selectFruits li:hover{
		background-color:#F5FAFE;
		width:105px;	
			
		

		
}


.selectFruits .first{
font-weight:bold;
text-decoration:underline;


		
}
