.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	float:left;
}
.dd .ddTitle {
        background: url(/images/bg/bg_select.jpg) 0 0 no-repeat;
	width: 135px;
        height: 27px;
        padding: 0 0;
        border: none;
	text-indent:0;
	cursor:default;
	overflow:hidden;
}
.dd .ddTitle span.arrow {
	background:url(/images/bg/bg_select_arrow.jpg) no-repeat 0 0; float:right; display:inline-block;width:24px; height:29px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:28px; padding-left: 10px;}
.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-top:none;
	display:none;
	margin:0;
	width: 133px;
	overflow:auto;
	overflow-x:hidden !important;
	background:#ffffff url(/images/bg/bg_select_item.jpg) no-repeat 0 bottom;
        padding-bottom: 5px;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 3px 3px 10px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
        line-height: 16px;
        padding-left: 10px;
}
.dd .ddChild a:hover {
	font-weight: bold;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	font-weight: bold;
	
}
.hidden {display:none;}
s