.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-size: 0.8em;
	float:left;
	margin: 0 0 0 2em;
	white-space:nowrap;
}
.dd .ddTitle {
	background-color:#c7d6e6;
	border: 1px solid #7992ab;
	padding: 0.1em;
	text-indent: 0.5em;
	cursor: pointer;
	overflow: hidden;
	height: 15px;
}
.dd .ddTitle span.arrow {
	background:url("http://localhost/sol/img/dd_arrow.png") no-repeat top center ; 
	float:right;
	display:inline-block;
	width:10px; 
	height:10px;
	margin: 4px;
	cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:15px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 0.1em 0 0}
.dd .ddTitle img.selected {
	padding:0 0.1em 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #7992ab;
	border-top:none;
	text-indent: 1em;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#c7d6e6;
}
.dd .ddChild a img {
	border:0;
	padding:0 0.1em 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#c7d6e6;
	
}
.hidden {display:none;}
