@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	background-color: #ffffff;
	border: solid 1px #c2c2c2;
	width: 200px;
	height: 25px;
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	outline: none;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 25px;
	padding: 0 25px 0 10px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
	outline: none;
	overflow: hidden;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	position: absolute;
	background-image: url(http://sophie.eyedeadev.com/themes/Sophies/images/icons.png);
	background-repeat: no-repeat;
	background-position: -57px -42px;
	top: 50%;
	right: 8px;
	width: 9px;
	height: 5px;
	margin-top: -2.5px;
	outline: none;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	position: absolute;
	background-color: #ffffff;
	border: solid 1px #c2c2c2;
	left: -1px;
	top: 100%;
	width: 100%;
	margin: -2px 0 0;
	padding: 0;
	list-style: none;
	overflow-y: auto !important;
	z-index: 1;
}
.sbOptions li{
	height: 25px;
	padding: 0;
}
.sbOptions a{
	display: block;
	border-bottom: solid 1px #c2c2c2;
	height: 25px;
	padding: 0 10px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #343434;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	display: block;
	border-bottom: solid 1px #c2c2c2;
	padding: 0 10px;
	line-height: 25px;
	color: #999;
}
.sbOptions .sbGroup{
	display: block;
	border-bottom: solid 1px #c2c2c2;
	font-weight: bold;
	padding: 0 10px;
	line-height: 25px;
	color: #343434;
}
.sbOptions .sbSub{
	padding-left: 17px;
}