.dd-select {
	margin: 0 0 0 0;
	border-radius: 2px;
	border: solid 0px #f4f4f4;
	position: relative;
	cursor: pointer;
}
	.dd-select a {
		color: #fff;
	}
.dd-desc {
	color: #aaa;
	display: block;
	overflow: hidden;
	font-weight: normal;
	/*line-height: 1.4em;*/
}
.dd-selected {
	overflow: hidden;
	display: block;
	padding: 2px 5px;
	font-weight: bold;
}
.dd-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}
.dd-pointer-down {
	border: solid 5px transparent;
	border-top: solid 5px #fff;
}
.dd-pointer-up {
	border: solid 5px transparent !important;
	border-bottom: solid 5px #fff !important;
	margin-top: -8px;
}
.dd-options {
	border: solid 1px #f3f3f3;
	border-top: none;
	list-style: none;
	/*box-shadow: 0px 1px 5px #e8e8e8;*/
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: auto;
}
.dd-option {
	padding: 2px 5px;
	display: block;
	border-bottom: solid 1px #f3f3f3;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}
.dd-option:hover {
	background: #f3f3f3;
	color: #000;
}
.dd-selected-description-truncated {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dd-option-selected {
	background: #f6f6f6;
}
.dd-option-image, .dd-selected-image { 
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	/*max-width: 64px;*/
}
.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}
.dd-container {
	position: relative;
	display: inline-block;
}​ ​ 
.dd-selected-text {
	font-weight: bold
}
	.dd-container label {
		width: auto;
	}