.dd {
	/*display:inline-block !important;*/
	 background-image:url('/img/items_select.gif'); 
	 
	text-align:left;
	background-color:#E0DBB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-top:42px;
	margin-left:23px;
 	//margin-left:12px;
 	
	
}
.dd .ddTitle {
	/* background-image:url('/img/techs_th_center.gif'); */
	
	border:0px solid #c3c3c3;
	padding:2px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:15px;
	width:165px;
	font-size:12px;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.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 #c3c3c3;
	border-top:none;
	display:none;
	margin:0px;
	width:auto;
	overflow:auto;
	/* overflow-x:hidden !important; */
	background-color:#E0DBB4;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
    width:97%;  
	padding:3px 0px 3px 3px;
	text-decoration:none;
	color:#000;
	font-size:12px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#d5c193;
	
}
.dd .ddChild a img {
	border:0px;
/* 	padding:0 5 0 0; */
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#d5c193;
}
.hidden {display:none;}

.dd .ddTitle span.arrow {
       /* background:url(/img/icons/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;*/
        background:url(/img/button.gif) no-repeat 0 0; 
		float:right; 
		display:inline-block;
		width:17px; 
		height:17px; 
		margin-right:-2px;
		margin-top:-1px;
		cursor:pointer;
		
}
    
