@CHARSET "UTF-8";

.sbHolder{

	

    color: #424242;

	font-size: 14px;

	font-weight: normal;

	height: 100px;

	position: absolute;

	width: 71px;

    border:0;

    outline:0;

    /*margin-left: -20px;*/

}

.sbHolder:focus .sbSelector{

      border:0;

      outline:0; 

}



.sbSelectorOpen { color: #fff !important;}



.sbHolderOpen{

	color: #424242;

    background: #333;

}



.sbSelector{

	display: block;

	height: 40px;

	left: 15px;

	line-height: 40px;

	outline: none;

	overflow: hidden;

	position: absolute;

	text-indent: 10px;

	top: 30px;

	width: 40px;

}



.sbSelector:link, .sbSelector:visited, .sbSelector:hover{

	color: #424242;

	outline: none;

	text-decoration: none;

}





.sbToggle{

	background: url(../images/select-icons.png) 0 -111px no-repeat;

	display: block;

	height: 40px;

	outline: none;

	position: absolute;

	right: 6px;

	top: 30px;

	width: 30px;

}

.sbToggle:hover{

	background: url(../images/select-icons.png) 0 -162px no-repeat;

}

.sbToggleOpen{

	background: url(../images/select-icons.png) 0 -11px no-repeat;

}

.sbToggleOpen:hover{

	background: url(../images/select-icons.png) 0 -61px no-repeat;

}

.sbHolderDisabled{

	background-color: #3C3C3C;

	/*border: solid 1px #515151;*/

}

.sbHolderDisabled .sbHolder{

	

}

.sbHolderDisabled .sbToggle{

	

}

.sbOptions{

	background-color: #333333;

	/*border: solid 1px #515151;*/

	list-style: none;

	/*left: -1px;*/

	margin: 0;

	padding: 0;

	position: absolute;

	top: 100px;

	width: 71px;

	z-index: 1;

	overflow-y: auto;

    

}

.sbOptions li{

	/*padding: 0 7px;*/

    line-height: normal;

    text-align: center;

}

.sbOptions a{

	/*border-bottom: dotted 1px #515151;*/

	display: block;

	outline: none;

	padding: 10px 0 10px 0px;

}

.sbOptions a:link, .sbOptions a:visited{

	color: #fff;

    font-size: 14px;

	text-decoration: none;

}

.sbOptions a:hover,

.sbOptions a:focus,

.sbOptions a.sbFocus{

	color: #d61f7a;

}

.sbOptions li.last a{

	border-bottom: none;

}

