.discover-system-wrap .sbSelector, .system-know .sbSelector, .discover-your-system .sbSelector { color:rgba(255,255,255,0.4); font-size:14px; top:0; text-align:center; line-height:30px; }
.discover-system-wrap .sbSelector > a { line-height:35px; }
.discover-your-system .ind-area-section input[type="submit"] { width:auto;font-size: 18px;padding: 6.5px 15px;}

.sbHolder{
	background-color:rgba(128,161,182,0.4); border:1px solid #80A1B6; color:#FFF; text-transform:uppercase;  font-weight:400; font-family: Arial, sans-serif; font-size: 14px; position: relative; padding:8px 20px; height:37px; width:230px !important; float:left; margin-right:20px;text-align: left;}
.sbHolder:focus .sbSelector{
	
}
.sbSelector > a{ color:rgba(255,255,255,0.4); text-decoration:none; }
.sbSelector{
	display: block;
	height: 100%;
	left: 0;
	line-height: normal;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	cursor:pointer;
	color:#fff;
    padding-top:2px; 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/home-select-icon.png);
	background-repeat:no-repeat;
	background-position:96% center;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/* .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;
} */
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #80A1B6;
	border: solid 1px #80A1B6;
	list-style: none;
	left:0px;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 30px; now with js controlled*/
	width: 200px;
	z-index: 999;
	overflow-y: auto;
	top:31px !important;
}
.sbOptions li{
	padding: 0px 0px;
}
.discover-your-system{
    z-index:3;
}
.sbOptions li img{
	display:inline-block;
	float:left;
padding-top:7px;
padding-left:3px;
	
	
	}


.sbOptions li a:first-child{padding-left:10px;}

.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 10px 0 10px 30px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background:#80A1B6;
}
.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;
}