.dd {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.dd .ddTitle {
	background:url(../images/select.png) no-repeat;
	width: 172px;
	height: 16px;
	color: #777777;
	font-size: 11px;
	cursor: pointer;
	padding: 2px 0 4px 8px;
}
.dd .ddTitle2 {
	background:url(../images/select2.png) no-repeat;
	width: 157px;
	height: 18px;
	color: #777777;
	font-size: 11px;
	cursor: pointer;
	padding: 2px 0 4px 8px;
}
.dd .ddTitle3 {
	background:url(../images/form_select_long.jpg) no-repeat #66CCCC;
	width: 245px;
	height: 15px;
	color: #777777;
	font-size: 11px;
	cursor: pointer;
	padding:6px 8px 7px 8px;
}

.dd .ddTitle span.arrow {
/*	background:url(../icons/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;*/
}

.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;
	width:180px  !important;
	overflow:auto;
	overflow-x:hidden !important;
	background:url(../images/wysz_sel.png) repeat-x #FFFFFF;
	border: 1px #D8DADB solid;
}
.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:#777777;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#DDDDDD;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#EEEEEE;
	
}
.dd .ddChild2 {
	position:absolute;
	display:none;
	margin:0;
	width:157px  !important;
	overflow:auto;
	overflow-x:hidden !important;
	background:url(../images/wysz_sel.png) repeat-x #FFFFFF;
	border: 1px #D8DADB solid;
}
.dd .ddChild2 .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild2 a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#777777;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild2 a:hover {
	background:#DDDDDD;
}
.dd .ddChild2 a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild2 a.selected {
	background:#EEEEEE;
	
}
.dd .ddChild3 {
	position:absolute;
	display:none;
	margin:0;
	width:243px  !important;
	padding:6px 8px 7px 8px;
	overflow:auto;
	overflow-x:hidden !important;
	background:url(../images/wysz_sel.png) repeat-x #FFFFFF;
	border: 1px #D8DADB solid;
}
.dd .ddChild3 .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild3 a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#777777;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild3 a:hover {
	background:#DDDDDD;
}
.dd .ddChild3 a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild3 a.selected {
	background:#EEEEEE;
	
}
.hidden {display:none;}