*html select{
	display: none;
}
.dd {
	display:inline-block !important;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #b5a46e;
}
.dd .ddTitle {
	background:#FFF;
	border:1px solid #B5A46E;
	padding:2px 3px 3px 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;	
	height:14px;
}

*html .dd .ddTitle{
	height: 22px;
}

.dd .ddTitle span.arrow {
	background:url(../combobox/icons/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:13px; height:12px; cursor:pointer;background-position: 0pt 0pt !important;margin-top:2px;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;padding-left:2px;color:#B5A46E}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #B5A46E;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;		
}
* html .dd .ddChild{
	width:100% !important;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px;}
.dd .ddChild a {
	display:block;
	padding:3px 0px 3px 5px;
	text-decoration:none;
	color:#B5A46E !important;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	text-decoration: none !important;			
}
.dd .ddChild a:hover {
	background:#CCC;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#CCC;
	
}
.hidden {display:none;}


.frmEdit .dd{
	position: relative;
	top: -21px;
	left: 160px;
}

* html .frmEdit .dd{
	left: 168px;
	top:-22px;
}

* html .frmEdit .submit{
	left: 215px;
	top: -40px;
}

*html .frmEdit .dd .ddTitle{
	height: 21px;
}