@charset "utf-8";
/* CSS Document */



.jsSelect{
	width:95px;
	height:22px;
	float:left;
	margin:0 0 0 32px;
	display:inline;
}
.jsSelect ul{
	width:95px;
	height:20px;
	overflow:hidden;
	background:#f2efe4;
	float:left;
	/* [disabled]border:1px solid #7F9DB9; */
	position:absolute;
	left: 0px;
}
.jsSelect ul .s{
	width:90px;
	display:block;
	cursor:pointer;
	background-image: url(../images/goodthingIndex/select_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.jsSelect ul li{
	width:95px;
	height:20px;
	line-height:20px;
	/*padding:0 26px 0 5px;*/
	padding:0 0px 0 5px;
	font-size:12px;
}
.jsSelect ul li a{
	color:#666666;
}

/*內頁用下拉式選單*/

.JSSelect2{
	width:64px;
	height:22px;
	float:left;
	margin:0 0 0 32px;
	display:inline;
}
.JSSelect2 ul{
	width:64px;
	height:20px;
	overflow:hidden;
	float:left;
	background:#FFF;
	/* [disabled]border:1px solid #7F9DB9; */
	position:absolute;
	left: 0px;
}
.JSSelect2 ul .s{
	width:59px;
	display:block;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/index/select_bg_v4.png);
	
}
.JSSelect2 ul li{
	width:64px;
	height:20px;
	line-height:25px;
	/*padding:0 26px 0 5px;*/
	padding:0 0px 0 5px;
	font-size:12px;
}
.JSSelect2 ul li a{
	color:#666666;
}







/*首頁用下拉式選單*/

.JSSelect{
	width:64px;
	height:22px;
	float:left;
	margin:0 0 0 32px;
	display:inline;
}
.JSSelect ul{
	width:64px;
	height:20px;
	overflow:hidden;
	background:#FFF;
	float:left;
	/* [disabled]border:1px solid #7F9DB9; */
	position:absolute;
	left: 0px;
}
.JSSelect ul .s{
cursor:pointer;
	width:59px;
	display:block;
	text-indent:5px;
	
	background-image: url(../images/index/select_bg_v4.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.JSSelect ul li{
	width:64px;
	height:20px;
	line-height:25px;
	/*padding:0 26px 0 5px;*/
	padding:0 0px 0 5px;
	font-size:12px;
	text-indent:5px;
}
.JSSelect ul li a{
	color:#000;
}