/*------------------ selectDark -----------------*/
		
.selectDark .styleSelect_item{
	width:160px;
	z-index: 1;
		}
		
.selectDark .styleSelect_item_start{
		height:8px;
		background:url("../images/darkfirst.png") no-repeat top left;
			z-index: 1;

		}
		
.selectDark .styleSelect_item_content{
	/* [disabled]height:140px; */
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url("../images/darkmiddle.png");
	background-repeat: repeat-y;
	background-position: left top;
		z-index: 1;

			}
		
.selectDark .styleSelect_item_end{
		height:8px;
		background:url("../images/darklast.png") no-repeat top left;
			z-index: 1;

		}

.selectDark{
		background: url("../images/darkBackground.png") 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.png") no-repeat top right;
	color:#464646;
		}
		
.selectDark .activeSelect{
	background:url("../images/darknormal.png") no-repeat top right;
	color:#464646;
		z-index: 1;

		}
		
.selectDark ul{
		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;	
			z-index: 1;

		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#aeaeae;
			z-index: 1;

		}
		
.selectDark li:hover{
	color:#ffbe26;
		}
		
.selectDark .selected{
	color:#ffbe26;
		}
		

/*------------------ otherStyles -----------------*/

.select{
	padding:0px;
	float:left;
		}

.clear{
	clear:both;
	}
