@CHARSET "UTF-8";
.sbHolder
{
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #edebe7;
	height: 32px;
}

.sbHolder:focus .sbSelector
{

}

.sbSelector{
	display: block;
	height: 32px;
	left: 0;
	line-height: 32px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 180px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover
{
	color: #a49986;
	outline: none;
	text-decoration: none;
}

.sbSelector.selected
{
	color:#000;
}

.sbToggle
{
	background: url(/web/images/names/expand.png) 0px 13px no-repeat;
	display: block;
	height: 32px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.sbToggle:hover
{

}

.sbToggleOpen
{

}

.sbToggleOpen:hover
{

}

.sbHolderDisabled
{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder
{

}

.sbHolderDisabled .sbToggle
{

}

.sbOptions
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;

	box-shadow: 0px 8px 8px #888888;
	-webkit-box-shadow: 0px 8px 8px #888;

	background-color: #FFF;

	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1000;
	overflow-y: auto;
}

.sbOptions li
{

}

.sbOptions a
{
	display: block;
	outline: none;
	padding:0px 10px;
	line-height:30px;
}

.sbOptions a:link,
.sbOptions a:visited
{
	color: #000;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus
{
	color: #FFF;
	background-color: #f77a52;
}

.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: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub
{
	padding-left: 17px;
}

.sbUl
{

}