

.tzSelect{

	/* This is the container of the new select element */

	height:26px;
	display:inline-block;
	min-width:93px;
	position:relative;
}

.tzSelect .selectBox{
	position:absolute;

	height:100%;
	width:100%;

	/* Font settings */


	text-align:center;
	text-shadow:1px 1px 0 #EEEEEE;
	color:#666666;
	font-size: 1.4rem;
	font-size: 14px;
	padding-top: 4px;

	/* Using CSS3 multiple backgrounds and a fallback */

	background:url('/necfru/img/video/select_slice.png') repeat-x #ddd;
	background-image:url('/necfru/img/video/select_slice.png'),url('/necfru/img/img/video/select_slice.png'),url('/necfru/img/img/video/select_slice.png'),url('/necfru/img/img/video/select_slice.png');
	background-position:0 -145px, -200px 0px, -300px 0px, 0 0;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;

	cursor:pointer;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-right:#aaaaaa solid 1px;}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	color: #666;
	text-align:center;
}

.tzSelect .dropDown{
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	list-style:none;
	z-index: 2;

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	-moz-box-shadow:0 0 4px #111;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;
	border-radius: 3px;
}


.tzSelect li{
	height: 25px;
	cursor:pointer;
	position:relative;
	background-color:#FFF;
	border-bottom: #CCC 1px solid;
	color: #FC6;
	width: 93px;
	text-align: center;
	padding-top: 5px;
}

.tzSelect li:hover{
	background:#2c80bf;
	color: #FC6;
	text-align:center;
	}

.tzSelect li span{
	padding-top: 7px
}

.tzSelect li i{
	color:#999999;
	display:block;
	font-size:12px;
}

.star-color{
	color:#FC6;
	text-align: center;
	}

/* light switch style */

#light_switch {
	display: inline-block;
	width: 40px;
	height: 34px;
	background:url('/necfru/img/video/linght_switch_btn.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 200;
	margin: 14px 0 0 0;
	float: right;
}
#light_switch:hover {
	background-position: 0 -34px;
}
#light_switch_off {
	width: 40px;
	height: 34px;
	background:url('/necfru/img/video/linght_switch_btn.png') 0 -68px no-repeat;
	cursor: pointer;
	z-index: 200;
}
.dark {
	background-color: #000;
	background-color: rgba(0,0,0,0.9);
}