.dd {
	text-align:left;
	font-size:.95em;
	position:relative;
}
.pesquisa .dd {
	font-size:1.2em;
}
.dd .ddTitle {
	background:#555555 url(../img/dd_bg.png) no-repeat 0 0;
	cursor:default;
	overflow:hidden;
	height:18px;
}
.pesquisa .dd .ddTitle {
	background:transparent url(../img/dd-grey_bg.png) no-repeat 0 0;
	height:27px;
}

.dd .ddTitle span.arrow {

	float:right;
	display:inline-block;
	width:19px;
	height:16px;
	cursor:pointer;
	margin:1px 1px 0 0;
	
	background:transparent url(../img/dd_arrow.png) no-repeat 0 0;	

}
.pesquisa .dd .ddTitle span.arrow {
	width:23px;
	height:21px;
	margin:3px 3px 0 0;
	background:transparent url(../img/dd-grey_arrow.png) no-repeat 0 0;	

}

.dd .ddTitle span.ddTitleText {
	color:#ccc;
	overflow:hidden;
	line-height:18px;
	white-space:nowrap;
	float:left;
	
}
.pesquisa .dd .ddTitle span.ddTitleText {
	color:#868585;
	line-height:27px;
	margin-left:4px;
	
}
.dd .ddTitle:hover span.ddTitleText {
	color:#fff;
	
}
.pesquisa .dd .ddTitle:hover span.ddTitleText {
	color:#212121;
}



.dd .ddTitle span.ddTitleText img {
	text-align:left;
	margin:1px 3px 2px 3px;
	height:16px;
	float:left;
	width:16px;
	position:relative;
	
}

.dd .ddChild {
	position:absolute;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	padding-bottom:3px;
	padding-top:5px;
	overflow-x:hidden !important;
	background:#424242;
	-moz-box-shadow:0 -1px 5px 0px rgba(0,0,0, .3);
	-webkit-box-shadow:0 -1px 5px 0px rgba(0,0,0, .3);
	box-shadow:0 1px 3px 0px rgba(0,0,0, .5);
	
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;

	
}
.pesquisa .dd .ddChild {
	margin:-2px 0 0 3px;
	border:#fff solid 2px;
	padding-top:1!important;
	
	width:139px!important;

	padding-bottom:3px;
	padding-top:5px;
	background:#f0f0f0;
	
}

.dd .ddChild a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:#868585;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	height:auto;
	line-height:16px;
	border:none;

}
.dd .ddChild a:hover {
	color:#fff;
}
.pesquisa .dd .ddChild a:hover {
	color:#212121;
}

.dd .ddChild a img {
	border:0;
	margin-right:3px;
	height:16px;
	width:16px;
	vertical-align: auto;
	float:left;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	
	
}
.dd .ddChild a:hover img {	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
.dd .ddChild a.selected {
	background-color:#212121;
	color:#fff;

}
.pesquisa .dd .ddChild a.selected {
	background-color:#c6c3c3;
	color:#fff;

}

.hidden {
	display:none;
}
.dd .borderTop {
	border-top:1px solid #c3c3c3 !important;
}
.dd .noBorderTop {
	border-top:none 0 !important
}
