/**
 * 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 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 18px;
  padding:10px 30px;
  width:220px;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }/*
  .dk_container .dk_label span {
    width:34px; 
    margin-left: -36px; 
    margin-top: -5px; 
    position: absolute;
    height:34px;
  }
  .dk_container .dk_label span {
    background: url(../images/outros.png) no-repeat;
  }
  .dk_container .dk_label span.carro {
    background: url(../images/carro.png) no-repeat;
  }
  .dk_container .dk_label span.cartao {
    background: url(../images/cartao.png) no-repeat;
  }
  .dk_container .dk_label span.decoracao {
    background: url(../images/decoracao.png) no-repeat;
  }
  .dk_container .dk_label span.electrodomestico {
    background: url(../images/electrodomestico.png) no-repeat;
  }
  .dk_container .dk_label span.festas {
    background: url(../images/festas.png) no-repeat;
  }
  .dk_container .dk_label span.mota {
    background: url(../images/mota.png) no-repeat;
  }
  .dk_container .dk_label span.reparacoes {
    background: url(../images/reparacoes.png) no-repeat;
  }
  .dk_container .dk_label span.tecnologia {
    background: url(../images/tecnologia.png) no-repeat;
  }
  .dk_container .dk_label span.peq_projetos {
    background: url(../images/peq_projetos.png) no-repeat;
  }*/

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  border: 0;
  color: #222221;
  padding: 0px 35px;
  /*text-shadow: #fff 1px 1px 0;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  width:220px !important;
  border-color:red;
}
  .dk_toggle:hover {
    
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    outline:0;
	border:0;
  }
  .dk_focus .dk_toggle {
    outline:0;
	border:0;

  }

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
  outline:0;
	border:0;

}
  .dk_open .dk_toggle {
    /*background-color: #ececec;*/
  outline:0;
	border:0;

    color: #ccc;
  }

/* The outer container of the options */
  .dk_options a {
    background-color: #588202;
    font-weight: bold;
    padding: 10px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    border-bottom-color: #004c72;
    text-decoration: none;
  }
 .dk_options li a:hover{
	background-color:#81B719;
 }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  color: #333;
  max-height: 500px;
	margin-top:20px;
	z-index:500;
	padding:0 -20px;
	width:250px;
	margin-left:30px;
  }

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 500px;
}

/******  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;
  outline:0;
	border:0;

}
  .dk_open .dk_options {
    display: block;
    outline:0;
	border:0;


  }
  .dk_open .dk_label {
    color: inherit;
  outline:0;
	border:0;

  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  left:26px;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
	color:white;
  }
  .dk_options li{
		margin-bottom:0;
	}
  .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 ******/
