/*@CHARSET "UTF-8";*/
.CurrentItemBgcolor{background-color:#bc9c5f;}
.CurrentItemBgcolor1{background-color:red;}



.jquery-selectbox {
	position:absolute;
	z-index:10;
	height: auto;
	border: 0px solid #333300; 
	width:300px;
	height:auto;
	z-index: 0;
	float: left;
	display: inline;
	margin: -1px 4px 4px 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*color: #444;*/
	color: #838383;
	font-weight:bold;
	padding: 0;
	text-align:left;
	/*background-image: url("../img/bg-TextField.gif");
	background-image: url("../img/textBG.jpg");*/
	
}

.jquery-selectbox .jquery-selectbox-currentItem {

	padding: 1px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor:pointer;
} 

.jquery-selectbox .jquery-selectbox-currentItem {

	padding: -1px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor:pointer;
}
 
.jquery-selectbox .jquery-selectbox-list {
	position:absolute;
	z-index:1000;
	width:100px;
	height:200px;
	display: none;
	padding:6px;
	text-align:left;
	margin:25px 0 0 -5px;
	background: #f8f8f8;
	overflow-y: auto;
	border:0px solid black;
	
}
/*For IE7*/
*:first-child+html .jquery-selectbox .jquery-selectbox-list {
	position:absolute;
	z-index:120000000;
	width:100px;
	height:auto;
	padding:8px;
	text-align:left;
	margin:25px 0 0 -5px;
	background: #f8f8f8;
	overflow-y: auto;
	border:0px solid black;
	
}
* html .jquery-selectbox .jquery-selectbox-list {
	position:absolute;
	z-index:100;
	width:100px;
	height:auto;
	padding:8px;
	text-align:left;
	margin:25px 0 0 -5px;
	background: #f8f8f8;
	overflow-y: auto;
	border:0px solid red;
}


.jquery-selectbox .jquery-selectbox-list1 {
	position:absolute;
	z-index:1000;
	width:100px;
	height:200px;
	padding:6px;
	text-align:right;
	margin:25px 0 0 25px;
	background: #f8f8f8;
	overflow-y: auto;
}

.jquery-selectbox.selecthover {
	width:100px;
	border-color:#333300;
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-moreButtonSmall {
 
	background: url("../img/drop-down.gif") no-repeat;
	width: 25px;
	height: 26px;
	cursor: pointer;
	top:-4px;
	left:28px;
	clear:both;
	position: absolute;
	border:solid 0px red;
}
.jquery-selectbox .jquery-selectbox-moreButtonSmall.morebuttonhover { 
	background: url("../img/drop-down.gif") no-repeat;
	width: 25px;
	height: 26px;
	cursor: pointer;
	top:-4px;
	left:28px;
	clear:both;
	position: absolute;
	border:solid 0px red;
	z-index:100000;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #E3BFAF;
	color: #000000;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover1 {
	background: #87683d;
	color: red;
	
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}


