.ddCustom {
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial;
	font-size:12px;
}

.ddCustom .ddTitleCustom {
	width:164px;
	background: url(../images/txt_bx_177.png) no-repeat left top;
	padding:4px 4px 4px 10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:17px;
}
.ddCustom .ddTitleCustom span.arrow {
	background:url(../images/dd_arrow.gif) no-repeat 0 0;
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
}

.ddCustom .ddTitleCustom span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.ddCustom .ddTitleCustom span.textTitle img{text-align:left; padding:0 2px 0 0}
.ddCustom .ddTitleCustom img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.ddCustom .ddChildCustom {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:175px;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
}
.ddCustom .ddChildCustom .opta a, .ddCustom .ddChildCustom .opta a:visited {padding-left:10px}
.ddCustom .ddChildCustom a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.ddCustom .ddChildCustom a:hover {
	background:#40679d;
	color:#fff;
	
}
.ddCustom .ddChildCustom a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.ddCustom .ddChildCustom a.selected {
	background:#1b375f;
	color:#fff;
	
}
.hidden {display:none;}