@charset "UTF-8";
/*------------------ selectDark -----------------*/
		
.selectDark .styleSelect_item{
		width:164px;
		margin: 0;
		}
		
.selectDark .styleSelect_item_start{
		height:0;
		display: none;
		}
		
.selectDark .styleSelect_item_content{
		overflow-x: hidden;
		overflow-y: scroll;
		background:#555;
		z-index: 10000;
		}
		
.selectDark .styleSelect_item_end {
		height:10px;
		background:#555;
		display: none;
		}

.selectDark{
		
		font-family: Arial, sans-serif;
		font-size:12px;
		outline: none; 
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:22px;
		display:block;
		cursor:pointer;	
		padding:2px 0 0 10px;
		margin-right:10px;
		overflow: hidden;
		}
		
.selectDark .passiveSelect{
		color:#555;
		}
		
.selectDark .activeSelect{
		font: normal 14px/15px Arial, sans-serif;
		color:#555;
		}
		
.selectDark ul{
		padding:0 0 0 0;
		margin:0;
		list-style:none;
		cursor:pointer;	
		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:4px 10px 4px 12px !important;
		color:#ccc;
		}
		
.selectDark li:hover{
		color:#eee !important;
		background: #777;
		}
		
.selectDark .selected{
		color:#fff;
		}
		
/*------------------ SelectLite ------------------*/

.selectLite .styleSelect_item{
		width: 80px;
		margin: 0;
		}
		
.selectLite .styleSelect_item_start{
		height:0;
		display: none;
		}
		
.selectLite .styleSelect_item_content{
		overflow-x: hidden;
		overflow-y: scroll;
		background:#555;
		z-index: 10000;
		}
		
.selectLite .styleSelect_item_end {
		height:0;
		background:#555;
		display: none;
		}

.selectLite{
		
		font-family: Arial, sans-serif;
		font-size:12px;
		outline: none; 
		}

.selectLite .passiveSelect,.selectLite .activeSelect{
		height: 20px;
		display:block;
		cursor:pointer;	
		padding:0 0 0 7px;
		margin:0 10px 0 0;
		overflow: hidden;
		}
		
.selectLite .passiveSelect{
		color:#555;
		}
		
.selectLite .activeSelect{
		font: normal 14px/15px Arial, sans-serif;
		color:#555;
		}
		
.selectLite ul{
		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;	
		}
		
.selectLite li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:3px 15px 3px 12px !important;
		color:#ccc;
		}
		
.selectLite li:hover{
		color:#eee;
		background: #777;
		}
		
.selectLite .selected{
		color:#fff;
		}

.clear{
	clear:both;
	}