.dk_container {
}

.dk_container:focus {
  outline: 0;
}

.dk_container a {
  cursor: pointer;
  text-decoration: none;
  color:#ffffff;
  font-size:14px;
}

.dk_toggle {
  background:url(/Templates/Default/Images/order_by_arrow_down.png) no-repeat center right 9px #ffffff;
  width:209px;
  height:43px;
  line-height:43px;
}

.dk_toggle .dk_label{
  padding-left:6px;
}

.dk_focus .dk_toggle {

}

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #f2f2f2;
  color:#3e3e3e;
}

/* The outer container of the options */
.dk_options {
}

.dk_options a {
  border-bottom: 1px solid #cecece;
  padding-left:10px;
  color:#3e3e3e;
  background: #f2f2f2;
}

.dk_options li:last-child a {
  border-bottom: none;
}

.dk_options a:hover {
  color: #8d7a58;
  text-decoration: none;
}

.dk_option_current a {
  font-weight:bold;
  text-decoration: none;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #3e3e3e;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 450px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {

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

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: #3e3e3e;
  }

.dk_options {
  display: none;
  margin-top: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
    list-style:none;
    padding:0;
    margin:0;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

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

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

/***** End Critical to the continued enjoyment of working dropdowns ******/
