.dd-select {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 3px 3px rgba(155, 155, 155, 0.3);
    cursor: pointer;
    margin: 10px 0;
    position: relative;
    text-decoration: none;
   
}
.dd-select a {
    background: -moz-linear-gradient(center top , #FFFFFF 1%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.dd-desc {
    color: #666666;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.4em;
    overflow: hidden;
}
.dd-option-selected .dd-desc {
    color: #3D7489;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.dd-selected {
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 5px;
}
.dd-pointer {
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}
.dd-pointer-down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    cursor: pointer;
}
.dd-pointer-up {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: transparent transparent #000000 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 5px !important;
    cursor: pointer;
    margin-top: -8px;
}
.dd-options {
    background: none repeat scroll 0 0 #EAEAEA;
    box-shadow: 0 0 1px 1px rgba(155, 155, 155, 0.3);
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    z-index: 2000;
}
.dd-options:before {
    border-color: transparent transparent rgba(155, 155, 155, 0.3);
    border-style: solid;
    border-width: 6px;
    content: "";
    position: absolute;
    right: 8px;
    top: -14px;
}
.dd-options:after {
    border-color: transparent transparent #EAEAEA;
    border-style: solid;
    border-width: 6px;
    content: "";
    position: absolute;
    right: 8px;
    top: -12px;
}
.dd-options li {
    margin: 0;
    padding: 0;
}
.dd-options li:first-child {
    text-align: center;
}
.dd-option {
    color: #333333;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 7px;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.dd-option:hover, .dd-option-hover, .dd-option-selected.dd-option-hover {
    background: -moz-linear-gradient(center top , #FFFFFF 1%, #FFFFFF 100%) repeat scroll 0 0 transparent;
}
.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd-option-selected {
    background: -moz-linear-gradient(center top , #C6E1EC 1%, #C6E1EC 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #3D7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.dd-option-image, .dd-selected-image {
    float: left;
    margin-right: 5px;
    max-width: 64px;
    vertical-align: middle;
}
.dd-image-right {
    float: right;
    margin-left: 5px;
    margin-right: 15px;
}
.dd-container {
    margin: 0;
    position: relative;
}
.dd-selected-text label {
    cursor: pointer !important;
    font-weight: bold;
}

