
.dk_theme_gore {
    background: url('../../images/productselector/bg-dropdown.gif') repeat-x bottom;
    background-color: #eeeeee;
    width: 530px;
    height: 30px;
}


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

.dk_fouc select {
  position: relative;
  top: 0px;
  visibility: visible;
}


/* Container */
.dk_container.dk_theme_gore {
    border-radius: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
  .dk_theme_gore a {}
    .dk_container.dk_theme_gore a {

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

/* Toggle */
.dk_theme_gore .dk_toggle {
    background-image: url('../../images/productselector/ico-arrow-dropdown.gif') ;
    background-position: top right;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-width: 475px;
    max-width: 475px;
    border: none;
}
  .dk_theme_gore .dk_toggle:hover {}

/* Focus State */
.dk_theme_gore.dk_focus,
.dk_theme_gore:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff2f2f;
}


  .dk_theme_gore.dk_focus .dk_toggle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  
/* Open State */
.dk_theme_gore.dk_open {}
  .dk_theme_gore.dk_open .dk_toggle {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
  }

/* Options Menu */
.dk_theme_gore .dk_options {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.dk_theme_gore .dk_options a {
    background-color:  #eeeeee;
    word-wrap: break-word;
}
.dk_theme_gore .dk_options a:hover,
.dk_theme_gore .dk_option_current a {
    background-color:  #ffffff;
    border-bottom-color: #838383;
    color:#000000;
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
}

/* Inner options */
.dk_theme_gore .dk_options_inner {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #aaaaaa;
    max-height:180px;
}

/* Set a width property here */
.dk_theme_gore .dk_options_inner,
.dk_theme_gore.dk_touch .dk_options {}

