@CHARSET "UTF-8";
.sbHolder {
	position: relative;
	font-size: 14px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 9px 14px;
	border: 1px solid #546886;
	/*border-radius: 2px;
	display: inline-block;
	clear: both;*/
	height: 36px;
	width:100%;
	/*float: left;
	width: 44%;
	margin-right:2%;*/
	text-align:left;
}

.sbHolder:focus .sbSelector{
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 7px;
	/*width: 100%;*/
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #546886;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	padding: 5px 0;
	background: url(../img/drop_down.jpg) 10px 3px no-repeat;
	display: block;
	height: 23px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 29px;
	border-left: 1px solid #546886; 
}
.sbToggle:hover{
	background: url(../img/drop_down.jpg) 10px 3px no-repeat;
}
.sbToggleOpen{
	background: url(../img/drop_up.jpg) 10px 3px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/drop_up.jpg) 10px 3px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #FFF;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #546886;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px !important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	max-height: 225px !important;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; 
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #D7D7D7;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #565656;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #8fa4ad;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #FFF;
	display: none;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
div.controls div.sbHolder:nth-of-type(2) {
	width:25%;
	margin-right:2%;
	float: left;
}
div.controls div.sbHolder:nth-of-type(3) {
	float: left;
	width: 42%;
	margin-right:2%;
}	
div.controls div.sbHolder:nth-of-type(4) {
	float: left;
	width:29%;
	margin-right:0;
}

ul.social-list li div.sbHolder {
	/*display: inline-block;
	clear: both;*/
	float: left;
	width:130px;
}

ul.social-list li div.sbHolder li {
	float:none;
}
ul.social-list li div.sbHolder a {
	display:block;
}
