<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: 1px solid #a9a9a9;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	position: relative;
	width: 100%;
	float:left;
	color:#878787;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 19px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #a2a2a2;
}
.dropListLarge .sbHolder, .dropListLarge .sbOptions li, .dropListLarge .sbOptions{
	width: 203px !important;
}

.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 .sbSelector{width:178px; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #555;*/
	outline: none;
	text-decoration: none;
}


.sbToggle{
	background: url(../images/down.png)  no-repeat;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	height:32px;
	width:28px;
}
.sbToggle:hover{
	background: url(../images/down.png)  no-repeat;
	height:32px;
	width:28px;
}
.sbToggleOpen{
	background: url(../images/up.png) 0 0px no-repeat;
	height:32px;
	width:28px;
}
.sbToggleOpen:hover{
	background: url(../images/up.png) 0 0px no-repeat;
	height:32px;
	width:28px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #F7F7F7;
	border: solid 1px #ddd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px !important;
	width: 100%;
	z-index: 1;
	min-height:50px;
	max-height:131px !important;/*edited on 8/23/2014*/
	overflow-x: hidden;
	overflow-y: scroll;
	}
#sidebar ul li .sbOptions li{
   padding: 0 !important;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #a2a2a2;
	text-decoration: none;
}



.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #3399CC;
	background:#fff;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	display: block;
	padding: 7px 0 7px 10px;
	font-weight:bold;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	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>