.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:210px;
}
.dd .ddTitle {
	background:url(img/citypicker.png) top left no-repeat;
	padding:6px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:33px;
	width:198px;
}
.dd .ddTitle span.arrow {
	background:url(img/selectarrow.png) no-repeat 0 0; float:right; display:inline-block;width:32px; height:32px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:33px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 4px 0 0}
.dd .ddTitle img.selected {
	padding:0 6px 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:6px 0 6px 6px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	 line-height:32px;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 4px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}
