@CHARSET "UTF-8";
.sbHolder{
	border: none;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: normal;
	height: 32px;
	position: relative;
	width: 200px;
}
#productManagementVersionActions .sbHolder {
	float: left;
	left: 34px;
}
.sbSelector{
	display: block;
/* 	background: url("../img/bg_sort.png") no-repeat scroll left top transparent; */
	background-color: #0C322C;
	height: 32px;
	width:172px;
	margin-right:28px;
	left: 0;
	line-height: 32px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	z-index:1;
}
#productManagementVersionActions .sbSelector {
	width: 120px;
	background-color: transparent;
	background-image: url("../img/status-colors.png"), url("../img/bg_sort.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 9px 9px, left top;
	text-indent: 30px;
}
#productManagementVersionActions .sbSelector[rel="Draft"], #productManagementVersionActions .sbSelector[rel="Removed"] {
	background-position: 9px -97px, left top;
}
#productManagementVersionActions .sbSelector[rel="Warning"] {
	background-position: 9px -61px, left top;
}
#productManagementVersionActions .sbSelector[rel="Expired"] {
	background-position: 9px -26px, left top;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/arrow_down_white.png) no-repeat;
	background-color: #0C322C;
	background-size: 25px 23px;
	background-position: -2px 4px;
	color: #fff;
	display: block;
	height: 32px;
	outline: none;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	z-index:2;
}
#productManagementVersionActions .sbToggle {
	right: 55px;
}

/* .sbToggle:hover{ */
/* 	background: url(../img/select-icons.png) 0 -167px 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;
}
.sbOptions{
	background-color: #fff;
/* 	border: solid 1px #E5E5E5; */
/*  	border-radius:5px; */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 3;
	overflow-y: auto;
}
#productManagementVersionActions .sbOptions {
    width: 144px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #E5E5E5;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}

#productManagementVersionActions .sbOptions a {
	text-indent: 20px;
}
#productManagementVersionActions .sbOptions a[rel="1"], #productManagementVersionActions .sbOptions a[rel="6"] {
	background: url("../img/status-colors.png") no-repeat scroll 2px -98px transparent
}
#productManagementVersionActions .sbOptions a[rel="2"], #productManagementVersionActions .sbOptions a[rel="3"] {
	background: url("../img/status-colors.png") no-repeat scroll 2px 8px transparent
}
#productManagementVersionActions .sbOptions a[rel="4"] {
	background: url("../img/status-colors.png") no-repeat scroll 2px -63px transparent
}
#productManagementVersionActions .sbOptions a[rel="5"] {
	background: url("../img/status-colors.png") no-repeat scroll 2px -28px transparent
}

.sbOptions a:link, .sbOptions a:visited{
	color: #666 !important;
	text-decoration: none !important;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000 !important;
}
.sbOptions li.last a, .sbOptions li:last-child 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;
}