.dd 
{
	/*display:inline-block !important;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle 
{
	background: url('../images/dd_bg.jpg') no-repeat top left;
	/*border:1px solid #d13436;*/
	border-right:none;
	padding:0 0 0 35px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	width:142px;
	font-size:11px;
}

.dd .ddTitle span.arrow {
	background:transparent url(../images/dd_arrow.png) no-repeat 0 0; float:right; display:inline-block;width:23px; height:20px; cursor:pointer;right:4px;position:releative;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;color:#3A3A3A; line-height:20px;}
.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 {
	border:1px solid #d13436;
	border-top:none;
	display:none;
	margin:0;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#FFFFFF;
	line-height:15px;
	right:4px;
	top:19px;
	width:199px;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 14px;
	text-decoration:none;
	color:#3A3A3A;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:11px;
}
.dd .ddChild a:hover {
	background:#8CCDFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	color:#2767a7;
}

.hidden {display:none;}
s