@CHARSET "UTF-8";

a:focus, * {
     _noFocusLine: expression(this.hideFocus=true);
}
.sbHolder {
	background:#ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 478px;
	float:left;
}
.choix-region .sbHolder {
	width:350px;
	height:40px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 24px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666!important;
	text-decoration:none!important;
}

.choix-region {
	text-align:left!important;
}
.choix-region .sbSelector {
	width:349px;
	height:38px;
	line-height:38px;
	border:1px solid #999999;
	cursor:pointer;
}
/*.sbSelector:focus {
	border:1px solid #0f8ab8!important;
	outline:none;
 }*/
/*.sbSelector:hover, .sbSelector.focus  {
	color: #0f8ab8;
	outline: none!important;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #0f8ab8;
	line-height:36px;
	height:36px;
	text-indent: 9px;
}
.sbSelector:focus {
	border:1px solid #0f8ab8!important;
	outline:none;
	height:36px;
 }*/

.sbToggle {
	background: url(../images/btn-select-directory.gif) no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
}
.sbToggleOpen {
	background: url(../images/btn-select-directory.gif) no-repeat left bottom;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
}
.choix-region .sbToggle {
	background: url(../images/btn-select.jpg) no-repeat;
	width:37px;
	height:38px;
	top:1px;
}
.choix-region .sbToggleOpen {
	background: url(../images/btn-select.jpg) no-repeat left bottom;
	width:37px;
	height:38px;
}
/*.sbToggle:hover{
	background: url(../images/select-icons.png) no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -38px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -38px no-repeat;
}*/
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #fff;
	border: solid 1px #cfcfcf;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px!important;
	width: 477px;
	z-index: 1;
	overflow-y: auto;
}
.choix-region .sbOptions {
	width:349px;
	top:38px!important;
	z-index: 10;
}

.addIndex .sbOptions {
  z-index: 10;
}
.sbOptions li {
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 7px 10px;
	font:normal 14px arial;
	color:#333!important;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #ddd;
	text-decoration: none;
	outline:none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #333!important;
	background:#E5E4DD;
	outline:none;
}
.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 {
	color: #333;
	display: block;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding: 7px 0 7px 10px;
}
.sbOptions .sbSub {
/*padding-left: 17px;*/
}
.sbHolder {
	outline:none;
}
