.select{
		float:left;
		padding:20px;
		}

/*------------------ selectDark -----------------*/

.selectDark{
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:25px;
		line-height:2em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:10px;
		}
		
.selectDark .passiveSelect{
		
		color:#fff;
		}
		
.selectDark .activeSelect{
		
		color:#00aeef;
		}
		
.selectDark ul{
		padding:0;
		margin:0;
		background:#525252;
		list-style:none;
		max-height:200px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;	
		width:203px;
		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#aeaeae;
		}
		
.selectDark .first{
		padding-top:10px;
		
		}
		
.selectDark .last{
		padding-bottom:10px;
		
		}
		
.selectDark li:hover{
		color:#00aeef;
		}
		
.selectDark .selected{
		color:#fff;
		}
		
/*------------------ selectFruits -----------------*/

.selectFruits{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background:url("../images/fruitsBackground.png") repeat-x top right;
		height:26px;
		width:265px;
		}

.selectFruits .passiveSelect,.selectFruits .activeSelect{
		height:26px;
		line-height:1.8em;
		display:block;
		cursor:pointer;	
		padding-left:5px;
		margin-right:6px;
		color:#444444;
		
		font-family:Arial, Helvetica, sans-serif;
		}
		
.selectFruits .activeSelect{
		color:#444444;
		background:url(../images/fruitsBackground.png) no-repeat top left;
		width:265px;
		}
		
.selectFruits ul{
		padding:0;
		margin:0;
		list-style:none;
		max-height:198px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;
		width:259px;
		padding:3px;
		background:#5a5a5a;
		}
		
.selectFruits li{
		padding:0;
		margin:0;
		color:#fff;
		display:block;
	/*	float:left;*/
		padding:3px;
		}
	
.selectFruits  .special{
		font-weight:bold;
		}
		
.selectFruits .selected,.selectFruits li:hover{
		color:#009eff;
		}