.dd-select {
	border-radius: 0px;
	/*border: solid 1px #ccc;*/
	position: relative;
	cursor: pointer;
	background: #E6E6E6!important;
	height: 32px;
}
.dd-desc {
	color: #aaa;
	display: block;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
}
.dd-selected {
	overflow: hidden;
	display: block;
	padding: 0px 43px 0px 0px;
	font-weight: bold;
	  text-align: center;
}
.dd-pointer {
	  width: 42px;
  height: 31px;
  position: absolute;
  right: 0px;
  top: 0px;
  /* margin-top: -3px; */
  
  padding: 0px;
}
.dd-pointer-down {
	/*border: solid 5px transparent;
	border-top: solid 5px #000;*/
	background: url(/images/arrow_sans_down-16.png) no-repeat center center;
	background-color: #4D4D4D;
}
.dd-pointer-up {
	/*border: solid 5px transparent !important;
	border-bottom: solid 5px #000 !important;
	margin-top: -8px;*/
	background: url(/images/arrow_sans_down-16.png) no-repeat center center;
	background-color: #4D4D4D;
}
.dd-options {
	border: solid 1px #ccc;
	border-top: none;
	list-style: none;
	box-shadow: 0px 1px 1px #ddd;
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: auto;
}
.dd-option {
	  height: 40px;
  	padding: 3px 0px 0px 10px;
	display: block;
	border-bottom: solid 1px #ddd;
	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-option label{
	  line-height: 32px;
	  font-weight: normal;
}
.dd-options li{
	  text-align: left;
	    height: 40px;
}
.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}
.dd-option:hover {
	background: #f3f3f3;
	color: #000;
	  text-decoration: none;
}
.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;
  margin-top: -2px;
  max-width: 25px;
}
.dd-option-image{
	margin-top: -6px;
}
.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}
.dd-container {
	position: relative;
}
.dd-selected label {
	font-weight: normal;
	color:#4D4D4D;
	  margin-top: 6px;
}
