/**
 * 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 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	background-repeat: no-repeat;
}
.dk_toggle .dk_label {

}

/* Opens the dropdown and holds the menu label */
.dk_toggle,
.center .esq.classificados .busca .lfloat .dk_toggle {
	/**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
	background-image: url(../imgd/boxSelect.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 15px;
	border-radius: 3px 0 0 3px;
	background-color: #F8F8F8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	background-color: #F8F8F8;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 2px solid #D4D4D4;
}


/* Applied whenever the dropdown is open */
.dk_open {
  z-index: 10;
}
.dk_open:hover > a span {
	color: #999;
	text-shadow: #fff 1px 1px 0;
}
  .dk_open .dk_toggle {
	background-color: #ececec;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-top-color: #0061A6;
	border-right-color: #0061A6;
	border-bottom-color: #0061A6;
	border-left-color: #0061A6;
  }

/* The outer container of the options */
.dk_options {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding-top: 1px;
}
  .dk_options a {
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
	background-color: #0061A6;
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #0061A6;
  }

/* Inner container for options, this is what makes the scrollbar possible. */

.dk_options_inner {
	border-bottom-width: 2px;
	border-bottom-color: #0061A6;
	color: #0061A6;
	max-height: 250px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0061A6;
	border-right-color: #0061A6;
	border-left-color: #0061A6;
}

/* 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;
  }
body .dk_toggle .dk_label {
	color: inherit;
	font-size: 15px;
  }

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