@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 2px #ccc;
	font-family: 'HPSimplified', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	position: relative;
	width: 250px;
	color:#007dba;
}
.sbHolder:focus .sbSelector{
	border: solid 2px #454545;
}

.sbHolder:hover{
	border: solid 2px #454545;
}

.sbSelector{
	display: block;
	height: 36px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 210px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #007dba;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 36px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -166px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border-top: solid 1px #ccc;
	border-bottom:solid 2px #454545;
	border-right:solid 2px #454545;
	border-left:solid 2px #454545;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	width: 250px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0px;
}
.sbOptions a{
	color:#000;
	border-bottom: solid 1px #ccc;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background-color:#007dba;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #ccc;
	color:#000;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-top: solid 1px #454545;
	border-bottom: solid 1px #ccc;
	background-color:#eee;
	color:#000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 10px;
}
.sbOptions .sbSub{
	padding-left: 10px;
}