/*jquery-selectbox*/
.jquery-selectbox {
	position:relative;
	height:31px;
	width:371px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	background:url(img/select-bg.gif) repeat-x;
	text-align:left;
	font-size:0.95em;
	color:#4a4547;
}
.jquery-selectbox.selecthover {
	border-color: #b3bec5;
	background-color: #fff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 8px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 28px;
	padding:0;
	left: 0px;
	background:#fff8e8;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #cec497;
	border-right:1px solid #cec497;
	border-bottom:1px solid #cec497;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(img/select-btn.gif);
	width: 26px;
	height: 31px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(img/select-l.gif);
	width: 7px;
	height: 31px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #eee;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:4px 0 5px 0;
}
.calculate .jquery-selectbox {
	position:relative;
	height:60px;
	width:371px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	background:url(../images/select-bg2.png) no-repeat 0 0;
	text-align:left;
	font-family: 'Crystal';
	font-size:18px;
	color:#000;
	line-height:30px;
	margin:0 0 12px;
}
.calculate .jquery-selectbox.selecthover {
	border-color: #b3bec5;
	background:url(../images/select-bg2.png) no-repeat 0 0;
	z-index: 700;
}	
.calculate .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 8px 0px 0px 9px;
        padding-top: 16px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal;
        width: 410px;
}
.calculate .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 43px;
	padding:5px 0 0 9px;
	left: 0px;
	background:#a8a8a8;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.calculate .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/select-btn2.png) no-repeat 0 0;
	width: 44px;
	height: 65px;
	cursor: pointer;
}
.calculate .jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background: url(../images/select-l2.png) no-repeat 0 0;
	width: 8px;
	height: 60px;
	cursor: pointer;
}
.calculate .jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:none;
	color: #000;
	text-decoration:underline;
}
.calculate .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:0 0 0 7px;
}
.filial-sel-reg .jquery-selectbox {
	position:relative;
	height:30px;
	width:300px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	background:none;
	text-align:left;
	font-size:1.7em;
	color:#000;
}
.filial-sel-reg .jquery-selectbox.selecthover {
	border-color: #b3bec5;
	background-color: #fff;
	z-index: 700;
}	
.filial-sel-reg .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal;
	border-bottom:2px dashed #000;
}
.filial-sel-reg .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	padding:0;
	left: 0px;
	background:#fff;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.filial-sel-reg .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/select-btn1.gif) no-repeat 8px 13px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.filial-sel-reg .jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background:none;
	width: 1px;
	height: 30px;
	cursor: pointer;
}
.filial-sel-reg .jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #000;
	text-decoration:underline;
	background:none;
}
.filial-sel-reg .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:4px 0 5px 0;
}

.filial-sel-city .jquery-selectbox {
	position:relative;
	height:30px;
	width:300px;
	z-index:0;
	float:left;
	display:inline;
	padding:0;
	background:none;
	text-align:left;
	font-size:1.15em;
	color:#000;
}
.filial-sel-city .jquery-selectbox.selecthover {
	border-color: #b3bec5;
	background-color: #fff;
	z-index: 700;
}	
.filial-sel-city .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:normal;
	border-bottom:1px dashed #000;
}
.filial-sel-city .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 27px;
	padding:0;
	left: 0px;
	background:#fff;
	width: 264px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.filial-sel-city .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/select-btn1.gif) no-repeat 8px 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.filial-sel-city .jquery-selectbox .jquery-selectbox-leftCorner {
	float: left;
	background:none;
	width: 1px;
	height: 30px;
	cursor: pointer;
}
.filial-sel-city .jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #000;
	text-decoration:underline;
	background:none;
}
.filial-sel-city .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:4px 0 5px 0;
}