@charset "utf-8"; 

/* Select */
.select {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	vertical-align: middle;
	background: #fff;
	*zoom: 1;
}
.select * {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #767676;
}

.select .myValue {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	border: 1px solid #D8D8D8;
	color: #666;
	line-height:32px;
	text-align: left;
	overflow: visible;
	background: transparent;
}

.select div.myValue {
	height: 29px;
	text-indent: 8px;
}

.select .ctrl {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	border: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	background: #fff;
}

.select .arrow {
	position: absolute;
	width: 12px;
	height: 9px;
	top: 12px;
	right: 8px;
	background-image: url(../images/arrow_image.png);
	background-repeat: no-repeat;
}

.select ul {
	top: 30px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
	overflow: hidden;
}

.select ul.aList {
	display: none;
}

.select.open ul.aList {
	display: block;
}

.select ul.iList {
	left: -2000%;
}

.select.open ul.iList {
	left: 0;
}

.select li {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.select li input.option {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #767676;
}

.select li label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-indent: 8px;
	*text-indent: 6px;
	height: 24px;
	line-height: 22px;
	color: #767676;
	background: #F7F7F7;
}

.select li.hover * {
	background: #999;
	color: #fff;
}




/* Select_01 */
.select_01 {
	position: relative;
	width: 100%;
	float: left;
	line-height: normal;
	background: #fff;
	*zoom: 1;
}
.select_01 * {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #767676;
}

.select_01 .myValue {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	border: 1px solid #D8D8D8;
	color: #666;
	line-height:32px;
	text-align: left;
	overflow: visible;
	background: transparent;
}

.select_01 div.myValue {
	height: 29px;
	text-indent: 8px;
}

.select_01 .ctrl {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	border: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	background: #fff;
}

.select_01 .arrow {
	position: absolute;
	width: 12px;
	height: 9px;
	top: 12px;
	right: 8px;
	background-image: url(../images/arrow_image.png);
	background-repeat: no-repeat;
}

.select_01 ul {
	top: 30px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
	overflow: hidden;
}

.select_01 ul.aList {
	display: none;
}

.select_01.open ul.aList {
	display: block;
}

.select_01 ul.iList {
	left: -2000%;
}

.select_01.open ul.iList {
	left: 0;
}

.select_01 li {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.select_01 li input.option {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #767676;
}

.select_01 li label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-indent: 8px;
	*text-indent: 6px;
	height: 24px;
	line-height: 22px;
	color: #767676;
	background: #F7F7F7;
}

.select_01 li.hover * {
	background: #999;
	color: #fff;
}




/* Select_02 */
.select_02 {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	vertical-align: middle;
	background: #fff;
	*zoom: 1;
}
.select_02 * {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #767676;
}

.select_02 .myValue {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	border: 1px solid #a9a9a9;
	color: #666;
	line-height:32px;
	text-align: left;
	overflow: visible;
	background: transparent;
}

.select_02 div.myValue {
	height: 29px;
	text-indent: 8px;
}

.select_02 .ctrl {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	border: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #fff;
}

.select_02 .arrow {
	position: absolute;
	width: 12px;
	height: 9px;
	top: 12px;
	right: 8px;
	background-image: url(../images/arrow_image.png);
	background-repeat: no-repeat;
}

.select_02 ul {
	top: 30px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background: #fff;
	overflow: hidden;
}

.select_02 ul.aList {
	display: none;
}

.select_02.open ul.aList {
	display: block;
}

.select_02 ul.iList {
	left: -2000%;
}

.select_02.open ul.iList {
	left: 0;
}

.select_02 li {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

.select_02 li input.option {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #767676;
}

.select_02 li label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-indent: 8px;
	*text-indent: 6px;
	height: 24px;
	line-height: 22px;
	color: #767676;
	background: #F7F7F7;
}

.select_02 li.hover * {
	background: #999;
	color: #fff;
}







/* Select_for_location.jsp */
.select1 {
	position: relative;
	width: 100%;
	line-height: normal;
	vertical-align: middle;
	background: #fff;
	*zoom: 1;
}
.select1 * {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #767676;
	font-weight: normal;
}

.select1 .myValue {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	border: 1px solid #D8D8D8;
	color: #666;
	line-height:24px;
	text-align: left;
	overflow: visible;
	background: transparent;
}

.select1 div.myValue {
	height: 24px;
	text-indent: 8px;
}

.select1 .ctrl {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	background: #fff;
}

.select1 .arrow {
	position: absolute;
	width: 12px;
	height: 8px;
	top: 10px;
	right: 7px;
	background-image: url(../images/arrow_image.png);
	background-size: 12px 8px;
}

.select1 ul {
	top: 25px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
/* 	overflow: hidden; */
/* 	overflow-x: hidden; */
/* 	overflow-y: scroll; */
}

.select1 ul.iList1 {
	display: none;
}

.select1.open ul.iList1 {
	display: block;
}

.select1 ul.iList1 {
	left: -2000%;
}

.select1.open ul.iList1 {
	left: 0;
}

.select1 li {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.select1 li input.option {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #767676;
}

.select1 li label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-indent: 8px;
	*text-indent: 6px;
	height: 24px;
	line-height: 24px;
	color: #767676;
	background: #EEEFF0;
}

.select1 li.hover * {
	background: #999;
	color: #fff;
}





.select2 {
	position: relative;
	width: 100%;
	line-height: normal;
	vertical-align: middle;
	background: #fff;
	*zoom: 1;
}
.select2 * {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #767676;
	font-weight: normal;
}

.select2 .myValue {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	border: 1px solid #D8D8D8;
	color: #666;
	line-height:24px;
	text-align: left;
	overflow: visible;
	background: transparent;
}

.select2 div.myValue {
	height: 24px;
	text-indent: 8px;
}

.select2 .ctrl {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	background: #fff;
}

.select2 .arrow {
	position: absolute;
	width: 12px;
	height: 8px;
	top: 10px;
	right: 7px;
	background-image: url(../images/arrow_image.png);
	background-size: 12px 8px;
}

.select2 ul {
	top: 25px;
	left: 0;
	width: 100%;
	list-style: none;
	border: 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
	overflow: hidden;
}

.select2 ul.iList2 {
	display: none;
}

.select2.open ul.iList2 {
	display: block;
}

.select2 ul.iList2 {
	left: -2000%;
}

.select2.open ul.iList2 {
	left: 0;
}

.select2 li {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 24px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.select2 li input.option {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #767676;
}

.select2 li label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-indent: 8px;
	*text-indent: 6px;
	height: 24px;
	line-height: 22px;
	color: #767676;
	background: #EEEFF0;
}

.select2 li.hover * {
	background: #999;
	color: #fff;
}