


.selectDark .styleSelect_item{
		width:360px;
		}
		
.selectDark .styleSelect_item_start{
		margin-top:10px;
		height:8px;
		background:url("/graphics/select_items_bkg_t.png") no-repeat top left;
		}
		
.selectDark .styleSelect_item_content{
		overflow-x: hidden;
		overflow-y: scroll;
		background:url("/graphics/select_items_bkg_b.png");
		}
		
.selectDark .styleSelect_item_end{
		height:10px;
		background:url("/graphics/select_items_bkg_s.png") no-repeat top left;
		}

.selectDark{
		background: url("/graphics/select_bkg.png") no-repeat top left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:32px;
		line-height:32px;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:10px;
		}
		
.selectDark .passiveSelect{
		background:url("/images/darkNormal.png") no-repeat top right;
		color:#fff;
		}
		
.selectDark .activeSelect{
		background:url("/graphics/dark_active.png") no-repeat top right;
		color:#fff;
		}
		
.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:#fff;
		}
		
.selectDark .selected{
		color:#fff;
		}
	
.jspTrack
{
	background: #a3a3a3;
	position: relative;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	right: 3px;
	cursor: pointer;
	width: 8px;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	margin-right:15px;
	height: 100%;
	background: red;
}


.select{
		padding:20px;
		float:left;
		}

.clear{
	clear:both;
	}
	
	