.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:none;
	width:125px;
	height:29px;
	background:url(../images/region_off.png) no-repeat;
	padding:5px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:3px;
	margin-top:-2px;
	vertical-align:middle;
}
.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;
	margin-top:7px;
	margin-right:8px;
}

.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;
	display:none;
	margin:0;
	margin-left:4px;
	overflow:auto;
	overflow-x:hidden !important;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	width:113px;
	padding:5px 5px 4px 15px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	color: #E99519;
}

.dd .ddChild .enabled {
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color:#EBEBEB;
}

.dd .ddChild .disabled {
	background-image:url(../images/select_bot.png);
	background-repeat:no-repeat;
	width:135px;
	height:7px;
	display:block;
}

.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#E99519;
	color:#FFF;
	
}
.hidden {display:none;}
