.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background:none;
	font-size:11px;
	float:right;
    padding: 3px 5px 0px 0px;
}
.dd .ddTitle {
	background:none;
	border:none;
	padding:4px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:16px;
	width:auto;
}
.dd .ddTitle span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0; 
    float:right; 
    display:inline-block;
    width:16px; 
    height:16px; 
    cursor:pointer;
}

.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 13px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border-top: 1px solid #7B7B7B;
	display:none;
	margin:1px 0px 0px 0px;
	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:#F39A00;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background: #F39A00;
}
.hidden {display:none;}