.dd-select {
     cursor: pointer;
    margin: 10px 0;
    position: relative;
    text-decoration: none;
   
}
.dd-select a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
	border: 1px solid #ddd;
}
.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 #fff;
    border: 1px solid #ddd;
    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 #ddd;
    border-style: solid;
    border-width: 6px;
    content: "";
    position: absolute;
    right: 8px;
    top: -14px;
}
.dd-options:after {
    border-color: transparent transparent #ddd;
    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-top: 1px solid transparent; 
	border-bottom: 1px solid transparent;	
}
.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;
	background: #f9f9f9;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd-option-selected {
    background: #f9f9f9;
    color: #3D7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.dd-option-image, .dd-selected-image {
    display: inline-block;
    margin-right: 5px;
    max-width: 20px;
    vertical-align: top;
}
.dd-image-right {
    float: right;
    margin-left: 5px;
    margin-right: 15px;
}
.dd-option label{
    font-size: 12px;
	font-weight: 300;
	line-height: 13px;
	width: 80%;
}
.dd-container {
    margin: 0;
    position: relative;
}
.dd-selected-text label {
    cursor: pointer !important;
    font-weight: bold;
}

