@CHARSET "UTF-8";
.sbHolder {
	text-align: left;
	position: relative;
	height: 28px;
	width: 210px;
	border: solid 1px #DDD;
}
#right-side .sbHolder {
	width: 175px;
}
.sbHolder:hover {
	border-color: #c4c4c4; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px!important;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
#right-side .sbSelector {
	width: 135px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #484848;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url('../../images/jquery/jquery-selectbox/select-icons.png') 0 -116px no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}
.sbToggle:hover{
	background: url('../../images/jquery/jquery-selectbox/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url('../../images/jquery/jquery-selectbox/select-icons.png') 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url('../../images/jquery/jquery-selectbox/select-icons.png') 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #f9f9f9;
	border: solid 1px #E5E5E5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	width: 210px;
	z-index: 1;
	overflow-y: auto;
}
#right-side .sbOptions{
	width: 175px;
	line-height: 16px!important;
}
.sbOptions li{
	padding: 0 7px;
	margin: 0;
}
.sbOptions a{
	border-bottom: dotted 1px #E5E5E5;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #676767;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #272727;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #E5E5E5;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #E5E5E5;
	color: #272727;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* SMALL */
.sbHolder-SmallH {
	text-align: left;
	position: relative;
	height: 28px;
	border: solid 1px #DDD;
}
.sbHolder-SmallH:hover {
	border-color: #c4c4c4; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.sbHolder-SmallH:focus .sbSelector{
	
}
.sbHolder-SmallH {
	width: 70px;
}
.sbHolder-SmallH .sbSelector {
	width: 40px!important;
}
.sbHolder-SmallH .sbOptions {
	line-height: 16px!important;
	width: 70px!important;
}

/* BIGER */
.sbHolder-BigerH {
	text-align: left;
	position: relative;
	height: 28px;
	border: solid 1px #DDD;
}
.sbHolder-BigerH:hover {
	border-color: #c4c4c4; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.sbHolder-BigerH:focus .sbSelector{
	
}
.sbHolder-BigerH {
	width: 280px;
}
.sbHolder-BigerH .sbSelector {
	width: 250px!important;
}
.sbHolder-BigerH .sbOptions{
	line-height: 16px!important;
	width: 280px!important;
}

/* VERRY BIG */
.sbHolder-VBigH {
	text-align: left;
	position: relative;
	height: 28px;
	border: solid 1px #DDD;
}
.sbHolder-VBigH:hover {
	border-color: #c4c4c4; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.sbHolder-VBigH:focus .sbSelector{
	
}
.sbHolder-VBigH {
	width: 420px;
}
.sbHolder-VBigH .sbSelector {
	width: 390px!important;
}
.sbHolder-VBigH .sbOptions{
	line-height: 16px!important;
	width: 420px!important;
}