.dd-select{height: 38px; border-radius:2px; background: rgb(255, 255, 255) !important; border:solid 1px rgb(167, 168, 171); position:relative; cursor:pointer;}
.dd-desc { color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 14px; float: right; width: 89%;}
.dd-selected{font-size: 16px; line-height: 30px; overflow:hidden; display:block; padding:4px; font-weight:400; text-decoration: none;}
.dd-selected:hover {text-decoration: none; cursor: pointer;}

.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 rgb(111, 111, 111); }
.dd-pointer-up{border:solid 5px transparent !important; border-bottom:solid 5px #000 !important; margin-top:-8px;}
.dd-options{ border:solid 1px #ccc; border-top:none; list-style:none; box-shadow:0px 1px 5px #ddd; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto;}
.dd-option{ padding:8px 4px; 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-options > li:last-child > .dd-option{ border-bottom:none;}
.dd-option:hover {background:#f3f3f3; color:#000; text-decoration: none; cursor: pointer;}
.dd-option label {font-size: 16px; line-height: 15px; padding-bottom: 1px; text-decoration: none; cursor: pointer; float: right; width: 89%;}

.dd-selected-description {display: none;}
.dd-selected-description-truncated { text-overflow: ellipsis; white-space:nowrap; }
.dd-option-selected {background:#f6f6f6;}
.dd-option-image, .dd-selected-image {width: auto; height: auto; max-width: 100%; max-height: 100%; margin: auto; vertical-align:middle;}
.dd-image-right { float:right; margin-right:15px; margin-left:5px;}
.dd-container{ position:relative;}​ 
.dd-selected-text { font-weight:400;}

.dd-option i, .dd-selected i {width: 30px; height: 30px; display: block; float: left; text-align: center; background: white;}
.dd-selected i {margin-right: 10px;}