@CHARSET "UTF-8";
.sbHolder{
	background-color: #999;
	/*border: solid 1px #515151;*/
	font-family:'Avenir', Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	margin:5px 0 0;
	text-decoration:none;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 100%;
}

p.droppy .sbHolder{
	background-color: #fff;
	border: solid 1px #efefef;
	font-size:14px;
	font-family:'Helvetica', Arial, sans-serif;
	text-transform:none;
	letter-spacing:.1em;
	color:#999 !important;
	margin:5px 0 0;
	text-decoration:none;
	font-weight: normal;
	height: 28px;
	position: relative;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}

.droppy .sbSelector{
	height: 28px;
	line-height: 28px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #97cb38;
	outline: none;
	text-decoration: none;
}

.droppy .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666;
	outline: none;
	text-decoration: none;
}

.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}

.droppy .sbToggle{
	background: url(../images/select-icons-clean.png) 0 -116px no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.droppy .sbToggle:hover{
	background: url(../images/select-icons-clean.png) 0 -167px no-repeat;
}
.droppy .sbToggleOpen{
	background: url(../images/select-icons-clean.png) 0 -16px no-repeat;
}
.droppy .sbToggleOpen:hover{
	background: url(../images/select-icons-clean.png) 0 -66px no-repeat;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #212121;
	border-bottom: solid 1px #515151;
	border-top: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 999;
}

.sbOptions li {
	padding: 0 7px;
	background-color: #212121;
	border-left: solid 1px #515151;
	border-right: solid 1px #515151;
	font-size:14px;
	list-style-type:none;
}
.sbOptions a {
	background-color: #212121;
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
p.droppy .sbOptions{
	background-color: #fff;
	border-bottom: solid 1px #efefef;
	border-top: solid 1px #efefef;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 999;
}
p.droppy .sbOptions li {
	padding:0 5px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	font-size:12px;
	margin:0 !important;
	list-style-type:none;
}
p.droppy .sbOptions a {
	background-color: #fff;
	border-bottom: dotted 1px #efefef;
	color:#666;
	display: block;
	outline: none;
	padding: 2px 0;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #97cb38;
}
.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;
}