.dk_container {
    background-color: white;
    font-family: 'PtSansBold', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dk_container:focus {
    outline: 0;
}
.dk_container a {
    cursor: pointer;
    text-decoration: none;
}

.dk_toggle {
    background-image: url('images/dk_arrows2.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 5px;
    border: 1px solid #dadada;
    color: #3c4650;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
}
.dk_toggle:hover {
    border-color: #8c8c8c;
}

.dk_focus .dk_toggle {
    border-color: #40b5e2;
}

.dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
}

.dk_open {
    z-index: 10;
}

/*.dk_open {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
    z-index: 10;
}

.dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}*/

.dk_options {
    box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background: url('../../../images/design/strip_background.png');
}

.dk_options a {
    text-align: left;
    border-top: 1px solid #cccccc;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 22px;
    color: #3c4650;
    font-size: 14px;
    font-family: PtSansBold;
}

.dk_options li:first-child a {
    border-top: none;
}

.dk_options a:hover {
    background: url('../../../images/design/strip_background_light.png');
    text-decoration: none;
    color: black;
    border-top-color: #ababab;
}

.dk_options li:hover + li a {
    border-top-color: #ababab;
}

.dk_option_current:hover {
    background: url('../../../images/design/strip_background_light.png');
}

.dk_option_current a {
    border-bottom-color: #cccccc;
    text-decoration: none;
    background: url('../../../images/design/arrow_right_red.png') 9px center no-repeat;
}

.dk_option_current a:hover {
    background: url('../../../images/design/arrow_right_red.png') 9px center no-repeat;
}

.dk_options_inner {
    border: 1px solid #cccccc;
    color: #333;
    max-height: 250px;
    text-shadow: #fff 0 1px 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.dk_options_inner {
    list-style-type: none !important;
    padding-left: 0px;
}

.dk_options_inner,
.dk_touch .dk_options {
    max-height: 189px;
}

.dk_container {
    display: none;
    float: left;
    position: relative;
}
.dk_container a {
    outline: 0;
}

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
}

.dk_open {
    position: relative;
}
.dk_open .dk_options {
    display: block;
}
.dk_open .dk_label {
    color: inherit;
}

.dk_label {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 5px;
    width: 500px;
    text-align: left;
}

.dk_label_wrap {
    width: 100%;
    display: block;
    overflow: hidden;
}

.dk_options {
    display: none;
    margin-top: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 200px;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
}
.dk_options_inner {
    overflow: auto;
    position: relative;
}

.dk_touch .dk_options {
    overflow-y: scroll;
    overflow-x: hidden;
}

.dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

.dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}

.dk_disabled .dk_toggle {
    border-color: #eeeeee !important;
    background-image: url('images/dk_arrows2_disabled.png');
    cursor: default;
}

.dk_disabled .dk_label {
    color: #d1d1d1 !important;
    cursor: default;
}