.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	float:left;
}
.dd .ddTitle {
	height: 24px;
	background: url(../images/forms/select_left.png) no-repeat top left;
	line-height: 24px;
	padding-left: 7px;


	cursor:default;
	overflow: hidden;
}
.dd .ddTitle span.arrow {
	float: right; 
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: -4px;
	width: 27px;
	height: 24px;
	background: url(../images/forms/select_right.png) no-repeat center center;
}

.dd .ddTitle span.textTitle { 	white-space:nowrap; text-indent:1px; overflow:hidden; line-height:24px;}
.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;
	z-index: 11;
	margin-left: 2px;
	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: 5px;
	text-decoration: none !important;
	color: #333;
	background-color: #FFF;
	font-size: 12px;
/*	overflow: hidden;
	white-space: nowrap;
*/	cursor: pointer
}
.dd .ddChild a:hover {
	background: #EDEDED;
}
.dd .ddChild a img {
	border: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}
.dd .ddChild a.selected {
	background: #FF8C37;
	color: #FFF
	
}
.hidden {display:none;}
