@CHARSET "UTF-8";
.sbHolder{
	background: #ffffff;
	border: none;
	/* font-family: Arial, sans-serif; */
	font-size: 14px;
	font-weight: normal;
	/* color: #333333; */
	height: 26px;
	position: relative;
	width: 315px;
	margin: 0px 0 0 30px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 26px;
	left: 0;
	line-height: 26px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 315px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #222222;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img_v2/template/arrow-down-2.png) 0 0 no-repeat;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	z-index: 99999;
}
.sbToggle:hover{
}
.sbToggleOpen{
	background: url(../img_v2/template/arrow-up-2.png) 0 0 no-repeat;
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	/* background: #999999 url(../img_v2/template/fond-select-list.png) top left repeat-x; */
	background: #ffffff;
	border: solid 1px #7f7f7f;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 315px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	/* background: transparent url(../img_v2/template/fond-select-option.png) bottom left repeat-x; */
	background: #ffffff;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions li:first-child a{
	background-image: none;
	display:none;
	}
	
.sbOptions li:last-child a{
	background-image: none;
	}
	
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #ffffff;
	background: #676665;
}
.sbOptions a.clicked{
	background: #676665;
	color: #ffeb00;
}


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

.sbHolder.optionSelected{
	background-image : url(../img_v2/template/fond-select-list-ok-2.png);
	font-weight: bold;
	}

.sbHolder.optionSelected a:link:first-child{
	font-weight: normal;
	}

.sbOptions a strong{
	color: red;
	}
