<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.sbHolder{
	border: solid 1px #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 88px;
	float:left;
	background: #fff;
	margin-right:10px;
}

.sbHolder:focus .sbSelector{
	
	
}
.sbSelector{
	display: block;
	height: 24px;
	left: 0;
	line-height: 26px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 88px;
	text-overflow: ellipsis;
	white-space: nowrap;
}




.formValue .dropListLarge .sbHolder, .formValue .dropListLarge .sbOptions li, .formValue .dropListLarge .sbOptions, .formValuetooltip .dropListLarge .sbHolder, .formValuetooltip .dropListLarge .sbOptions li, .formValuetooltip .dropListLarge .sbOptions{
	width: 203px;
	position:relative;
	float:left;
	padding-left:0px;
}

 .dropListLargesm .sbHolder,.dropListLargesm .sbOptions li, .dropListLargesm .sbOptions{
	width: 167px !important;
}
.dropListLargesm .sbSelector{width:145px;}

.dropListLargesm2 .sbHolder, .dropListLargesm2 .sbOptions li, .dropListLargesm2 .sbOptions{
	width: 128px !important;

}
.dropListLargesm2 .sbSelector{width:110px;}

.tpFormBlock.existCustomer .tpFormBlockInn .sbOptions li{
	margin:0 !important;
	text-align:left;
	padding:0 !important;
	*display:inline;
}
.tpFormBlock.existCustomer .tpFormBlockInn .sbOptions li a{padding-left:10px;}

.dropListSmallForm .sbHolder, .dropListSmallForm .sbOptions li, .dropListSmallForm .sbOptions{
	width: 62px;
	text-align:left;
	padding-left:0px;
	float:left;
	
}
/*---chrome hack---*/
 
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   
   .dropListSmallForm .sbHolder, .dropListSmallForm .sbOptions li, .dropListSmallForm .sbOptions
    {
      
     margin-top:2px; 
      }

}

.dropListLarge.balance .sbHolder, .dropListLarge.balance .sbOptions li, .dropListLarge.balance .sbOptions{width:250px !important;}
.dropListLarge .sbSelector{width:178px; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555;
	outline: none;
	text-decoration: none;
}

.commonFormSel .sbHolder{width:500px !important;}

.commonFormSel .sbOptions{width:500px !important;}
.commonFormSel .sbSelector{width:500px !important;}

.sbToggle{
	background: url(../images/down-arrow.jpg)  no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width:23px;
}


.dropListLarge .sbHolder, .dropListLarge .sbOptions li, .dropListLarge .sbOptions {
    position: relative;
    width: 230px;
}

.sbToggle:hover{
	background: url(../images/down-arrow.jpg)  no-repeat;
	height:24px;
	width:23px;
}
.sbToggleOpen{
	background: url(../images/up-arrow.jpg) 0 0px no-repeat;
	height:24px;
	width:23px;
}
.sbToggleOpen:hover{
	background: url(../images/up-arrow.jpg) 0 0px no-repeat;
	height:24px;
	width:23px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #F7F7F7;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	width: 88px;
	z-index: 1;
	min-height:40px;
	max-height:230px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	}

.sbOptions li {
	/*padding: 0 7px;
	width:88px !important;*/
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 5px 0 5px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #555;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #3399CC;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	/*border-bottom: dotted 1px #515151;
	color: #999;;*/
	display: block;
	padding: 7px 0 7px 10px;
	font-weight:bold;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #555;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

@media (max-width: 767px){
	.commonFormSel .sbHolder{width:260px !important;}
	.commonFormSel .sbOptions{width:260px !important;}
	.commonFormSel .sbSelector{width:260px !important;}

}

</pre></body></html>