.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	float:left;
	color:#000000;
}
.dd .ddTitle {
	background:#ffffff;
	border:1px solid #ffffff;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:15px; /*width:auto;*/
	/*width:100px;*/ /*width of the combo box (the title element only)*/
}
.dd .ddTitle span.arrow {
	background:url(../i/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:20px; height:15px; cursor:pointer;
}

.dd .ddTitle span.textTitle {font-weight:normal;padding-left:3px;text-indent:1px; overflow:hidden; line-height:15px;}
.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 #36bc1e; border-top:0px;
	/*border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;*/
	display:none;
	margin:0;
	margin-top:1px;
	margin-left:-1px;
	padding-right:1px; padding-left:1px;
	/*width:auto;*/
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-weight:normal;
		/*width:200px;*/ /*width of the combo box (the option elements only)*/

}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px;}
.dd .ddChild a {
	display:block;
	padding:3px 3px 3px 3px;
	text-decoration:none;
	color:#000;
	/*overflow:hidden;*/
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
}
.dd .ddChild a:hover {
	background:#ffffff;
	color:#36bc1e;
	text-decoration:none;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#36bc1e;
	padding-right:2px;
	color:#ffffff;
	text-decoration:none;
}
.dd .ddChild a.selected:hover {
	background:#36bc1e;
	color:#ffffff;
	text-decoration:none;
}
.hidden {display:none;}