/************* CUSTOM TAG FOR SELECT *************************/

.setScroll{
	overflow-y:scroll;
}
.hideitem,.elmValue{
	display: none; 
}
.selectbox{
	float:left;
	margin:0 0 10px 0;

}
.selectbox ul, .selectboxopen ul{
	vertical-align:top; /*causes ie to align text correctly*/
	list-style: none;
    border: solid 1px #999;
    width: 206px;
    padding: 4px 10px;
	background: url(../images/finder_apple_grad.png) repeat-x top center;
	background-color: #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 1px 2px rgb(0,0,0,0.2);
}
.selectbox ul:hover {
	background-color: #777;
	border-color: #777;
}
.select_wrap{
	clear:both;
	margin: 0px 0px 10px 0px;	
}
.selectboxopen{
	clear:both;
	float:left;
	margin:0 0 0px 0;
}
.selectbox ul li, .selectboxopen ul li{ 
	list-style: none;
	padding:0;
	margin:0;
	color:#fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	}
.selectbox ul li:hover, .selectboxopen ul li:hover, .selectbox ul:hover li { 
	border-color: #777;
}
.selectboxoptions_wrap{
	display:none;
	clear:both;
	padding:0;
	margin:0;
}
.selectboxoptions_radio,.selectboxoptions_check{
	clear:both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.selectboxoptions_radio li, .selectboxoptions_check li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color:#666;
	font-size: 12px;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
    
}
.hover{
	background-color:#8cc63f; 
    color: #fff;
}

.selectboxoptions_radio li{
    padding: 3px 10px 3px 26px;
    border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee;
    text-align: left;
    background:url('../images/circle_white.png') no-repeat center left;
	background-color: #fff;
    
}
.selectboxoptions_radio li.selected{
    background:url('../images/circle_green.png') no-repeat center left;
	color:#8cc63f;
	background-color: #fff;
	display:block !important;
}
.selectboxoptions_radio li.selected_disable{
	display:block !important;
}
/*.selectboxoptions_check li{
	
}*/
.selectboxoptions_check li.selected{
	display:block !important;
}
.selectboxoptions_check li.selected_disable{
	display:block !important;
}
.selectboxoptions_radio li.hover,.selectboxoptions_check li.hover{
	background-color:#333;
    color: #fff;
    border-color: #333;
}
.selectboxfoot{
    display: none;
}
.selectboxfoot div{
    display: none;
}
.jspVerticalBar
{
    right: 0;
}

.scroll-pane
{
    width: 100%;
    height: 200px;
    overflow: auto;
}