.dd-select { text-decoration: none; border-radius: 2px; position: relative; box-shadow: 0px 0px 3px 3px rgba(155, 155, 155, 0.3); margin: 10px 0px; cursor: pointer; }
.dd-select a { display: block; text-decoration: none; font-weight: bold; background: transparent -moz-linear-gradient(center top , rgb(255, 255, 255) 1%, rgb(234, 234, 234) 100%) repeat scroll 0% 0%; box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1); cursor: pointer; }
.dd-desc { color: rgb(102, 102, 102); display: block; overflow: hidden; font-weight: normal; line-height: 1.4em; cursor: pointer; }
.dd-option-selected .dd-desc { color: rgb(61, 116, 137); text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6); cursor: pointer; }
.dd-selected { overflow: hidden; display: block; padding: 10px; font-weight: bold; }
.dd-pointer { width: 0px; height: 0px; position: absolute; right: 10px; top: 50%; margin-top: -3px; }
.dd-pointer-down { border-width: 5px; border-style: solid; border-color: rgb(0, 0, 0) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; cursor: pointer; }
.dd-pointer-up { border-width: 5px ! important; border-style: solid ! important; border-color: transparent transparent rgb(0, 0, 0) ! important; -moz-border-top-colors: none ! important; -moz-border-right-colors: none ! important; -moz-border-bottom-colors: none ! important; -moz-border-left-colors: none ! important; border-image: none ! important; margin-top: -8px; cursor: pointer; }
.dd-options { list-style: outside none none; display: none; position: absolute; z-index: 2000; margin: 0px; padding: 0px; overflow: visible; box-shadow: 0px 0px 3px 3px rgba(155, 155, 155, 0.3); background: rgb(234, 234, 234) none repeat scroll 0% 0%; }
.dd-options::before { content: ""; position: absolute; border-width: 6px; border-style: solid; border-color: transparent transparent rgba(155, 155, 155, 0.3); top: -14px; right: 8px; }
.dd-options::after { content: ""; position: absolute; border-width: 6px; border-style: solid; border-color: transparent transparent rgb(234, 234, 234); top: -12px; right: 8px; }
.dd-options li { position: relative; margin: 0px; padding: 0px; }
.dd-option { padding: 10px; margin: 0px; display: block; overflow: hidden; text-decoration: none; color: rgb(51, 51, 51); transition: all 0.25s ease-in-out 0s; cursor: pointer; }
.dd-options li a { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-image: url(6e117f809957000dd143533e8c1ebd500cab7a86.) ; }
.dd-option:hover, .dd-option-hover, .dd-option-selected.dd-option-hover { background: transparent -moz-linear-gradient(center top , rgb(255, 255, 255) 1%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%; }
.dd-selected-description-truncated { text-overflow: ellipsis; white-space: nowrap; }
.dd-option-selected { background: transparent -moz-linear-gradient(center top , rgb(198, 225, 236) 1%, rgb(198, 225, 236) 100%) repeat scroll 0% 0%; color: rgb(61, 116, 137); text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6); box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1); }
.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; margin: 0px; }
​ .dd-selected-text { font-weight: bold; cursor: pointer ! important; }
