

.holder_dd
{
	width:90%;
	float:left;
	height:100px;
}

.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:0 none/*#f2f2f2*/;
	border:0 none/*1px solid #c3c3c3*/;
	padding:0 2px 0 2px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:12px;
}
.dd .ddTitle span.arrow {
	background:url(bg/dd_arrow_purled.gif) no-repeat 0 0; float:right; display:inline-block; margin:2px 0 0 0; width:17px; height:10px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; /*line-height:8px;*/}
.dd .ddTitle span.textTitle img{text-align:left; padding:4px 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;
	margin:0;
	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:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#dddddd;
	color:#ffffff;
}
.dd .ddChild a img {
	border:0;
	padding:4px 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	/*background:#66CCFF;*/
	background-color:#dddddd;
	color:#ffffff;
	
}
.hidden {display:none;}
#test_searchCategorySelect_msdd{
	width:170px !important;
}
#test_searchCategorySelect_child{
	width:178px !important;
	height:310px !important;
	margin-left:-2px;
}