/************* CUSTOM TAG FOR SELECT *************************/
.setScroll{
	overflow-y:scroll;
}
.hideitem,.elmValue{
	display: none; 
}
.selectbox{
/*
	background: url("images/dropdown.png") no-repeat 0 0;
	float:left;
*/
	padding:0;
	margin:0;
}
.selectbox ul{
/*
	background: url("images/dropdown.png") no-repeat top right;
*/
	padding:0;
	margin:0;
	vertical-align:top; /*causes ie to align text correctly*/
	list-style: none;
}

.selectboxopen{
	clear:both;
/*
	background: url("images/dropdownopen.png") no-repeat 0 0;
*/
	padding:0;
	float:left;
	margin:0;
}
.selectboxopen ul{
/*
	background: url("images/dropdownopen.png") no-repeat top right;
*/
	padding:0;
	margin:0;
	vertical-align:top; /*causes ie to align text correctly*/
	list-style: none;
}
.selectbox ul li,.selectboxopen ul li{ 
	list-style: none;
	list-style-position:inside;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: Arial;
	color: #b3b3b3;
	font-size: 15px;
	cursor: pointer;
	}
	
.select_wrap{
/*
	clear:both;
	margin:0 5px 0px 0px;
	border:1px solid #fff;
*/	
}
	
.selectboxoptions_wrap{
	display:none;
	clear:both;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px -15px;
/*
	margin-left:87px;
*/
	background-color:#f5f5f5; 
	position:absolute;
	top:28px;
	z-index:20;
	width:99px;
	
}

.selectboxoptions_wrap ul {
	border-top: solid 1px #d9d9d9;
}

.selectboxoptions_radio,.selectboxoptions_check{
	clear:both;
	list-style: none;
	padding:0;
	margin:0 ;
	background:#f5f5f5;
}
.selectboxoptions_radio li, .selectboxoptions_check li{
	list-style: none;
	padding:5px 5px 5px 20px;
	margin:2px 0 0 2px;
	font-family: arial,helvetica,san-serif;
	color: #b3b3b3;
	font-size: 11px;
	cursor: pointer;
	line-height:1em;
}
.hover{
	background-color:#f5f5f5; 
}
.selectboxoptions_check li{
	background:#f5f5f5 url(images/checkboxoff.png) no-repeat 5px 6px;
}
.selectboxoptions_radio li{
	background:#f5f5f5 url(images/radiooff.png) no-repeat 5px 6px;
/*	width:100px;*/
}
.selectboxoptions_radio li.selected{

	background:#f5f5f5 url(images/selectradio.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_radio li.selected_disable{
	background:#f2f2f2 url(images/selectradio_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected{
	background:#f5f5f5 url(images/selectcheck.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_check li.selected_disable{
	background:#f2f2f2 url(images/selectcheck_disable.png) no-repeat 5px 6px;
	display:block !important;
}
.selectboxoptions_radio li.hover,.selectboxoptions_check li.hover{
	background-color:#f0f0f0;
}
.selectboxfoot{
	background:url("images/selectfoot.png") no-repeat 0 0;
	padding:0px 0px 0px 35px;
	float:left;
}
.selectboxfoot div{
/*
	background: url("images/selectfoot.png") no-repeat top right;
	padding:7px 22px 10px 0px;
*/
	margin:0;
	width:78px;
}