.sbHolder {
	background-color: #fff;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 220px;
}

.sbSelector {
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	width: 100%;
	padding: 0 30px 0 10px;
	color: #494948;
	text-decoration: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.sbToggleOpennew {
	background: #0072bc;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.sbToggleOpennew:hover {
	color: #fff;
}

.sbOptions li:first-child {
	border-top: 0;
}

.sbOptions li {
	border-top: solid 1px #fff;
}

.sbOptions li a {
	padding: 5px 7px;
	display: block;
	color: #0072bc;
	line-height: 18px;
	text-decoration: none;
}

.sbOptions a:hover {
	background: #d6ecf9;
}

.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;
}

/* Dropdown control */
.selectBox-dropdown {
	min-width: 150px;
	position: relative;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	color: #494948;
	outline: none;
	vertical-align: middle;
	background: #FFF;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus {
	background: #0072bc;
	color: #fff;
}

.selectBox-dropdown:focus .selectBox-arrow {
	background: url(../../Images/bgi/sprites.png) -258px -59px no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../Images/bgi/sprites.png) -258px -29px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	width: 30px;
	z-index: 1;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
	background-color: #bfdcee;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 3;
	overflow-y: auto;
}

/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: 1px solid #BBB;
	background: #FFF;
	display: inline-block;
	overflow: auto;
}

.selectBox-inline:focus {
	background: #d6ecf9;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	border-top: solid 1px #fff;
	color: #0072bc;

}

.selectBox-options.selectBox-options-top {
	border-bottom: none;
	margin-top: 1px;
}

.selectBox-options.selectBox-options-bottom {
	border-top: none;
}

.selectBox-options LI A {
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	text-decoration: none;
	padding: 5px 7px;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #0072bc;
	color: #fff;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #0072bc;
	color: #fff;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
