.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
    color: #2c434f;
	float:left;
    text-indent:0;
    cursor:default;
    overflow:hidden;
    height:30px;
    background:url(../images/bg_select.gif) repeat-x left;
}

.ddTitle {
	background:url(../images/left_select.gif) no-repeat left;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:30px;
    padding-left: 5px;
}
.dd .ddTitle span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:24px; height:30px; cursor:pointer;
}

.dd .ddTitle span.textTitle { text-indent:1px; overflow:hidden; line-height:30px; height: 30px;}
.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: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:#bbe4f9;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#bbe4f9;
	
}
.hidden {display:none;}

