/* -------------
 * select
 * ------------- */
.jqtransformdone div.select_bg {
	width:168px !important;
	height: 25px;
	background:url(../images/bgr_select.png) no-repeat;
	direction:rtl;
}

.select_bg .jqTransformSelectWrapper {
	width: 168px;
	position:relative;
	font-size:12px;
	color:#434343;
}
.select_bg .jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	padding:0;
	overflow: hidden;
	cursor:pointer;
	width:160px !important;
	padding-right:8px;
	left:0;
	top:0;
}
.select_bg .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	left: 0px;
	width: 0px;
	height: 0px;
}
.select_bg .jqTransformSelectWrapper ul {
	position: absolute;
	width: 166px !important;
	top: 25px;
	left:0px;
	list-style: none;
	background-color: #FFF;
	border:1px solid #dbdbdf;
	display: none;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px ;
	height: 150px;
	overflow: auto;
	overflow-y: auto !important;
	z-index:10;
}
.select_bg .jqTransformSelectWrapper ul a {
	display: block;
	padding: 0px 8px 0px 0px;
	text-decoration: none;	
	color:#434343;
	background-color: #FFF;
	font-size: 12px;
	line-height:18px;
	text-align:right;
}
.select_bg .jqTransformSelectWrapper ul a.selected {
	background: #74a9b4;
	color: #fff;
}
.select_bg .jqTransformSelectWrapper ul a:hover, .select_bg .jqTransformSelectWrapper ul a.selected:hover {
	background:#f0f0f0;
	color: #1a82b5;
}
.select_bg .jqTransformHidden {display: none;}

/* -------------
 * select
 * ------------- */
.jqtransformdone div.select_bg1 {
	width:127px !important;
	height: 25px;
	background:url(../images/bgr_select1.png) no-repeat;
}

.select_bg1 .jqTransformSelectWrapper {
	width: 127px;
	position:relative;
	font-size:12px;
	color:#434343;
}
.select_bg1 .jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	padding:0;
	overflow: hidden;
	cursor:pointer;
	width:120px !important;
	padding-right:7px;
	left:0;
	top:0;
}
.select_bg1 .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	left: 0px;
	width: 0px;
	height: 0px;
}
.select_bg1 .jqTransformSelectWrapper ul {
	position: absolute;
	width: 125px !important;
	top: 25px;
	left:0px;
	list-style: none;
	background-color: #FFF;
	border:1px solid #dbdbdf;
	display: none;
	margin: 0px;
	padding-bottom:10px ;
	padding-right:0!important;
	height: 150px;
	overflow: auto;
	overflow-y: auto !important;
	z-index:10;
}
.select_bg1 .jqTransformSelectWrapper ul a {
	display: block;
	padding: 0px 7px 0px 0px;
	text-decoration: none;	
	color:#434343;
	background-color: #FFF;
	font-size: 12px;
	line-height:18px;
	text-align:right;
}
.select_bg1 .jqTransformSelectWrapper ul li{
	font-weight:normal !important;
	font-size:12px!important;
	padding-bottom:0 !important;
	list-style:none!important;
}
.select_bg1 .jqTransformSelectWrapper ul a.selected {
	background: #74a9b4;
	color: #fff;
}
.select_bg1 .jqTransformSelectWrapper ul a:hover, .select_bg1 .jqTransformSelectWrapper ul a.selected:hover {
	background:#f0f0f0;
	color: #1a82b5;
}
.select_bg1 .jqTransformHidden {display: none;}

