.dd {
	background-color: #FFF;
	color: #666;
	display: inline-block;
	float: none;
	margin-bottom: 0;
	outline: none;
	vertical-align: middle;
}

.ddlabel {
	vertical-align: top;
}

.dd .ddTitle span.ddTitleText {
	vertical-align: middle;
}

.dd .ddTitle, .dd .ddChild {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 2px 5px;
	width: 158px !important;
}

.dd .ddChild ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dd .ddChild li {
	color: #666;
	cursor: pointer;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 3px 0;
	text-decoration: none;
}

.dd .ddChild span {
	color: #999;
	display: inline;
	padding: 3px 2px;
	vertical-align: top;
}

.dd .ddChild span:before {
	content: none;
}

.dd .ddChild li:hover, .dd .ddChild li.selected {
	background-color: #EEE;
}

.dd .ddChild li:hover span, .dd .ddChild span:hover, .dd .ddChild li.selected span {
	background-color: transparent;
	color: #666;
}