/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; 
    color: #353535;
    display: block;
    padding: 7px 0px;
     }


  .dk_toggle:hover {
   }
  .dk_toggle:after {
    position: absolute;
    top: 50%;
    right: 10px;
    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; }

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
    border-color: #B3B3B3;
 }

/* Applied whenever the dropdown is open */
.dk_open {

  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10; }
.dk_options_inner li a{
   font-size: 14px; 
   padding-top: 10px;
   height: 30px;
   padding-right: 10px;
} 

/* The outer container of the options */
.dk_options {
  background: #fff;
  /* Removes transparent background on iOS5+ scroll */
  }
  
  .dk_options a:hover,
  .dk_options .dk_option_current a {
   
    border-bottom-color: #004c72;
    
    text-decoration: none;
    }
   
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  color: #8a8a8a;
  margin: 0;
  text-align: right;
  background: #f2f2f2;
   }
.dk_options_inner li{
    background: url(../images/category_border.png) no-repeat;
    background-position: bottom;
    height: 40px;
    border-bottom:1px solid #bababa;
}
.dk_options_inner li:hover{
    color: #1a86ca;
}
#dk_container_state a:hover{
  color:#1a86ca;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/

  .dk_container a {
    outline: 0; }


.dk_open {
  position: relative; 
  z-index: 3000;}
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit;
    }

.dk_options {
  display: none;
  margin-top: -3px;
  position: absolute;
  right: -1px;
  width: 100%; 
  z-index: 3000;
  border: 1px solid #BABABA;
}
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  padding:0 0px;  
  overflow: auto;
  position: relative;
  z-index: 3000;
  -webkit-overflow-scrolling: touch; }

/* Hides only dropkick <select> instances */
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

/*  nativeMobile override */ 
.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    visibility: visible;
    opacity: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; }
/***** End Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
   
  border-left: 1px solid #cecece;
  color: #727272;
  font-family: webYekan,tahoma,Arial,sans-serif;
  font-size: 14px;
  height: 40px;
  width: 200px;
  background: #f2f2f2;
}
span.dk_label{
  display: block;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  color: #272727;
}
a.dk_toggle:hover{
  color: #272727;
}
select#search_category{
  background: none;
  border:none;
  float: right;
}

