/* jquery.ddslick */
.dd-select{ 
	border-radius:4px; 
	position:relative; 
	cursor:pointer; 
	min-height: 37px;
}
.dd-select label { 
	color:#fff; 
	margin: 0;
	font-weight:bold; 
	font-size: 1.3em; 
	cursor:pointer; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
	display: block; 
}
.dd-desc { 
	color:#aaa; 
	display:block; 
	overflow: hidden; 
	font-weight:normal; 
	line-height: 1.4em; 
}
.dd-selected{ 
	overflow:hidden; 
	display:block; 
	padding: 8px 30px 8px 20px; 
	font-weight:bold; 
}
.dd-selected:focus,
.dd-selected:active, 
.dd-selected:hover{ 
	text-decoration:none; 
}
.dd-selected:focus{ 
	outline: 2px dotted #ee0000;
}
.dd-pointer{ 
	border-top-right-radius:4px; 
	border-bottom-right-radius:4px; 
	width:30px;
	height:100%; 
	position:absolute; 
	right:10px; 
	top:0; 
	bottom:0; 
	right: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 7px 0;
	height: 23px;
	line-height: 23px;
	font-size: 20px;
	text-align: center;
	border-left: 1px #fff solid; 
}
.dd-pointer-down:before {
	content: "\f0d7";
}
.dd-pointer-up:before {
	content: "\f0d8";
}
.dd-pointer-up{ 
	border-bottom-right-radius:0; 
}
.dd-options{ 
	border: none; 
	list-style:none; 
	border: 1px solid #ADA294; 
	border-top: none; 
	box-sizing: border-box; 
	box-shadow:0px 0px 5px #aaa; 
	display:none; 
	position:absolute; 
	z-index:2000; 
	margin:0; 
	padding:0;
	background:#fff; 
	overflow:auto; 
}
.dd-options li{ 
	margin: 0; 
}
.dd-option{ 
	padding:10px; 
	display:block; 
	border-bottom:solid 1px #ddd; 
	overflow:hidden; 
	text-decoration:none; 
	color:#666; 
	cursor:pointer; 
}
.dd-option:focus{ 
	outline: 2px solid #ee0000; 
}
.dd-option label{ 
	color:#666; 
	font-weight: bold; 
	cursor:pointer; 
}
.dd-options > li:last-child > .dd-option{ 
	border-bottom:none;
}
.dd-option:focus,
.dd-option:hover{ 
	background:#F2F1ED; 
	color:#333; 
	text-decoration:none; 
}
.dd-selected-description-truncated { 
	text-overflow: ellipsis; 
	white-space:nowrap; 
}
.dd-option-selected { 
	color: #fff; 
	background:#ada294; 
}
.dd-option-selected label { 
	color: #fff; 
}
.dd-option-selected:focus,
.dd-option-selected:hover { 
	color: #fff; 
	background:#ada294; 
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none; 
}
.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{ 
	margin: 0 auto; 
	text-align: left; 
	position:relative;
}
.dd-selected-text { 
	font-weight:bold; 
}
