
.sbHolder{
	background: #fff;
	border: 2px solid #628e34;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	position: relative;
	width: 216px;
	color:#628e34;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 10px 0;
}

.sbSelector{
	display: block;
	height: 50px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 12px;
	top: 0;
	width: 216px;
}



.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #628e34;
	
}
.sbToggle{
	background: url("../images/icon-select-arrow.png")no-repeat center center;
	display: block;
	height: 50px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.arabic .sbToggle{
	right:auto;
	left:0px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}

.sbOptions{
	background-color: #fff;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px !important;
	padding:5px 0 0 0;
	width: 216px;
	z-index: 1;
	overflow-y: auto;
	border: 2px solid #628e34;
	border-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sbOptions li{
	padding: 0 0px;
}

.sbOptions li:first-child{
	border-top:2px solid #dddddd;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 16px 12px 16px 12px;
	color:#628e34;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background:#f2f2f2;
}


.min-select .sbHolder{
	float:left;
	margin:0 0px 0 0 !important;
}
.min-select .sbHolder,
.min-select .sbSelector,
.min-select .sbOptions{
	width: 80px;
}
