@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	/*border: solid 1px #BEBDBD;*/
	border: solid 1px #cccccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	position: relative;
	float: left;
	min-width:100px;
	max-width:250px;
	width: auto;
}
.sbHolderGrey { 
	background-color: #fff;
	border:1px #E7E7E7 solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width:350px; 
	margin-bottom:20px; }
.sbHolderReg { 
	background-color: #fff;
	border:1px #E7E7E7 solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width:190px; 
	margin-bottom:0px; }
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 100%;*/
	width: 85%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbSelectorGrey:link, .sbSelectorGrey:visited, .sbSelectorGrey:hover { color:#302F2F; }
.sbToggle{
	background: url("/assets/images/selectbox/select_icons.png") 0 -116px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: -2px;
	width: 25px;
}
.sbToggleGrey { 
	background: url('/assets/images/selectbox/select_icons_grey.png') 0 -116px no-repeat; 
	height:30px; 
	top:0px; 
	right:2px; 
}
.sbToggle:hover{
	background-position: 0 -167px;
}
.sbToggleOpen{
	background-position: 0 -17px;
}
.sbToggleOpen:hover{
	background-position: 0 -67px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 150px;
	z-index: 999;
	overflow-y: auto;
}
.sbOptionsGray { background:#ebeaea; top:20px; width:350px; }
.sbOptions li{
	width:100%;
	text-indent: 10px;
	overflow:hidden;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptionsGray a { border-bottom: dotted 1px grey; }
.sbOptions a:link, .sbOptions a:visited{
    width:100%;
	text-decoration: none;
}
.sbOptionsGray a:link, .sbOptionsGray a:visited { color:#302F2F; }
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{

	color:#fff !important;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #6D0609;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*green*/
.sbHolderGreen{
	background-color: #fff;
	border: 1px solid #c7cfc0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	float: left;
	min-width:100px;
	max-width:250px;
	width: 90%;
}
.sbToggleGreen{ 
	background: url('/assets/images/selectbox/select_icons_green.png') 0 -116px no-repeat; 
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: -1px;
	width: 25px;	
}
.sbSelectorGreen{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 100%;*/
	width: 85%;
}
.sbSelectorGreen:link, .sbSelectorGreen:visited, .sbSelectorGreen:hover { 
	color:#8ba476; 
}
.sbOptionsGreen{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 150px;
	z-index: 999;
	overflow-y: auto;
}
.sbOptionsGreen li{
	width:100%;
	text-indent: 10px;
	overflow:hidden;
}
.sbOptionsGreen a {
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	color: #8ba476;
	border-bottom: 1px dotted;
}
.sbOptionsGreen a:link, .sbOptionsGreen a:visited{
    width:100%;
	text-decoration: none;
}
.sbOptionsGreen a:hover,
.sbOptionsGreen a:focus,
.sbOptionsGreen a.sbFocus{
	text-decoration: underline;
}
.sbOptionsGreen li.last a{
	border-bottom: none;
}
.sbOptionsGreen .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #8ba476;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptionsGreen .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #8ba476;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptionsGreen .sbSub{
	padding-left: 17px;
}

/*yellow*/
.sbHolderYellow{
	background-color: #fff;
	border: 1px solid #d4d4d4;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	float: left;
	min-width:100px;
	width: 100%;
}
.sbToggleYellow{ 
	background: url('/assets/images/selectbox/select_icons_yellow.png') 0 -116px no-repeat; 
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: -1px;
	width: 25px;	
}
.sbSelectorYellow{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 100%;*/
	width: 85%;
}
.sbSelectorYellow:link, .sbSelectorYellow:visited, .sbSelectorYellow:hover { 
	color:#454545; 
}
.sbOptionsYellow{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
}
.sbOptionsYellow li{
	width:100%;
	text-indent: 10px;
	overflow:hidden;
}
.sbOptionsYellow a {
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	color: #454545;
	border-bottom: 1px dotted;
}
.sbOptionsYellow a:link, .sbOptionsYellow a:visited{
    width:100%;
	text-decoration: none;
}
.sbOptionsYellow a:hover,
.sbOptionsYellow a:focus,
.sbOptionsYellow a.sbFocus{
	text-decoration: underline;
}
.sbOptionsYellow li.last a{
	border-bottom: none;
}
.sbOptionsYellow .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #ff9000;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptionsYellow .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #ff9000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptionsYellow .sbSub{
	padding-left: 17px;
}

/*gray*/
.sbHolderGray{
	background-color: #505150;
	border: 1px solid #767676;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	float: left;
	min-width:100px;
	width: 100%;
}
.sbToggleGray{ 
	background: url('/assets/images/selectbox/select_icons_dark_gray.png') 0 -116px no-repeat; 
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: -1px;
	width: 25px;	
}
.sbToggleGray:focus{
	color: #505150;
}
.sbSelectorGray{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 100%;*/
	width: 85%;
}
.sbSelectorGray:link, .sbSelectorGray:visited, .sbSelectorGray:hover { 
	color:#989696; 
}
.sbOptionsGray{
	background-color: #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 260px;
	z-index: 999;
	overflow-y: auto;
}
.sbOptionsGray li{
	width:100%;
	overflow:hidden;
}
.sbOptionsGray a {
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
	color: #454545;
	border-bottom: 1px dotted;
}
.sbOptionsGray a:link, .sbOptionsGray a:visited{
    width:100%;
	text-decoration: none;
}
.sbOptionsGray a:hover,
.sbOptionsGray a:focus,
.sbOptionsGray a.sbFocus{
	text-decoration: underline;
}
.sbOptionsGray li.last a{
	border-bottom: none;
}
.sbOptionsGray .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #ff9000;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptionsGray .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #ff9000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptionsGray .sbSub{
	padding-left: 17px;
}