.selectLight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background-image: url(images/sprite.png);
    background-position:  -483px -130px;
    vertical-align: baseline;
    height: 26px;
    outline:none;
}

.selectLight .styleSelect_item{
    width:195px;
    background-color: #fff;
    border: 1px solid gray;
}

.selectLight .styleSelect_item_start{
    height:0px;
}

.selectLight .styleSelect_item_content{
}

.selectLight .styleSelect_item_end{
    height:0px;
}


.selectLight .passiveSelect,.selectLight .activeSelect{
    height:25px;
    line-height:2em;
    display:block;
    cursor:pointer;	
    margin-left:10px;
}

.selectLight .passiveSelect{
    white-space:nowrap;
    overflow: hidden;
    color:#333;
}

.selectLight .activeSelect{
    background-image: url(images/sprite.png);
    background-position:  right 0px; /*-483px -130px;*/
    white-space: nowrap;
    overflow: hidden;
    color:#333;
}

.selectLight .selectIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/spr01_icons.png);
    background-repeat: no-repeat;
    background-position: right -40px;
}

.selectLight .openSelect {
    background-position: right 0;
}

.selectLight ul{
    padding:0;
    margin:0;
    list-style:none;
    cursor:pointer;	

}

.selectLight li{
    margin:0;
    font-weight:normal;
    padding:0 0 0 3px;
    color:#333;
    white-space:nowrap;
}

.selectLight li:hover{
    background: highlight;
    color: highlighttext;
}

.selectLight .selected{
    color:333;
}

.selectLight .selectedItem{
    background: #f5f5f5;
}

/*------------------ selectDark -----------------*/
		
.selectDark .styleSelect_item{
		width:203px;
		}
		
.selectDark .styleSelect_item_start{
		height:8px;
		background:url("images/darkFirst.jpg") no-repeat top left;
		}
		
.selectDark .styleSelect_item_content{
		height:140px;
		overflow-x: hidden;
		overflow-y: scroll;
		background:#525252;
		}
		
.selectDark .styleSelect_item_end{
		height:8px;
		background:url("images/darkLast.jpg") no-repeat top left;
		}

.selectDark{
		background: url("images/darkBackground.jpg") no-repeat top left;
		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{
		background:url("images/darkNormal.jpg") no-repeat top right;
		color:#fff;
		}
		
.selectDark .activeSelect{
		background:url("images/darkActive.jpg") no-repeat top right;
		color:#00aeef;
		}
		
.selectDark ul{
		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;	
		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#aeaeae;
		}
		
.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.jpg") repeat-x top right;
		height:27px;
		width:160px;
		}

.selectFruits .passiveSelect,.selectFruits .activeSelect{
		height:25px;
		line-height:2.4em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:6px;
		color:#fff;
		font-weight:bold;
		background:url("images/fruitsNormal.jpg") no-repeat top right;
		}
		
.selectFruits .activeSelect{
		color:#86c729;
		background:url("images/fruitsSelected.jpg") no-repeat top right;
		}
		
.selectFruits ul{
		padding:0;
		margin:0;
		list-style:none;
		max-height:350px;
		overflow-y: visible;
		overflow-x: visible;
		cursor:pointer;
		width:350px;
		padding:3px;
		background:#5a5a5a url("images/fruitsBackground2.jpg") repeat-x top right;
		}
		
.selectFruits li{
		padding:0;
		margin:0;
		width:110px;
		color:#fff;
		display:block;
		float:left;
		padding:3px;
		}
	
.selectFruits  .special{
		font-weight:bold;
		}
		
.selectFruits .selected,.selectFruits li:hover{
		color:#86c729;
		}

/*------------------ otherStyles -----------------*/

.select_2{
		padding:20px;
/*		float:left;*/
		}

.clear{
	clear:both;
	}