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

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container {
	background: #F2F2F2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #D8E9D5;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('images/toggler.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  
  color: #6D6D6D;
  padding: 0px 37px 0px 0;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}
  .dk_toggle:hover {
    border-color: #4E9C0A;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    border-color: #4E9C0A;
  }
  .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: #ececec;
    border:0;
    color: #ccc;
  }

/* The outer container of the options */
.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;
  background-color: #fff;
}
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    padding: 8px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    font-weight:bold;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
}

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

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

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

.dk_container {
  display: none;
  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_label {
    padding-left:15px;
    padding-right:5px;
    display: block;
   }
  .dk_open .dk_label {
	background:transparent url(../img/greenhover.png) repeat-x;
	color:#fff;
  }
  
  
  

.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;
  }

.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 ******/

#dk_container_radius .dk_toggle{
	background-image: url('../img/location.png');
}

#dk_container_category .dk_options{
	width:632px;
	right:auto;
	left: -190px;
}
#dk_container_category .dk_options li{
	float:left;
	width:210px;
}
#dk_container_category a[data-dk-dropdown-value="0"]{
	display:none;
}
#dk_container_category .dk_options a{
border-bottom: 0;
text-indent:45px;
}
#dk_container_category .dk_options a.option-6, #dk_container_category .dk_options a.option-4{
background:transparent url('../img/icons.png') no-repeat 16px -29px;
}
#dk_container_category .dk_options a.option-5{
background:transparent url('../img/icons.png') no-repeat 16px 15px;
}
#dk_container_category .dk_options a.option-2{
background:transparent url('../img/icons.png') no-repeat 16px -102px;
}
#dk_container_category .dk_options a.option-1{
background:transparent url('../img/icons.png') no-repeat 16px -146px;
}
#dk_container_category .dk_options a.option-7{
background:transparent url('../img/icons.png') no-repeat 16px -192px;
}
#dk_container_category .dk_options li {
background:#fff url('../img/icon_backgrounds.png') no-repeat 5px -38px;	
}
#dk_container_category .dk_options li:hover, #dk_container_category .dk_options .dk_option_current {
background:#fff url('../img/icon_backgrounds.png') no-repeat 5px 8px;	
}
.dk_autocomplete_input{
	width:auto!important;
	display:inline-block;
}
