/**
 * 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 {
	text-align:left;

}
.dk_options a:hover {
	color:#a4a4a6;	
	}

  .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:url(../../Images/extend/combo.png?uid=-1689595203) no-repeat 0 0px;
	padding-left:5px;
	height:34px;

}

.wIco .dk_toggle span span.ico {background:url(../../Images/ico_currency.png?uid=-1689595203) no-repeat;padding-left:43px;height:34px;display:inline-block;float:left;margin-top:-6px;position:relative;z-index:1;}

.wIco .dk_toggle span span.ico.vadesizTl {background-position:0 0}
.wIco .dk_toggle span span.ico.vadesizEuro {background-position:0 -100px}
.wIco .dk_toggle span span.ico.vadesizUSD {background-position:0 -200px}
.wIco .dk_toggle span span.ico.vadeliTl {background-position:0 -300px}
.wIco .dk_toggle span span.ico.vadeliEuro {background-position:0 -400px}
.wIco .dk_toggle span span.ico.vadeliUSD {background-position:0 -500px}



.wIco .dk_options a {padding:0px 0 0px 43px;display:block;height:30px;line-height:30px;}
.wIco .txt {padding-left:0!important}
.wIco .dk_options li {background:url(../../Images/ico_currency.png?uid=-1689595203) no-repeat;padding:3px 0}
.wIco .dk_options li.vadesizTl {background-position:0 0}
.wIco .dk_options li.vadesizEuro {background-position:0 -97px}
.wIco .dk_options li.vadesizUSD {background-position:0 -197px}
.wIco .dk_options li.vadeliTl {background-position:0 -297px}
.wIco .dk_options li.vadeliEuro {background-position:0 -397px}
.wIco .dk_options li.vadeliUSD {background-position:0 -497px}

.dk_label {width:100%;display:inline-block;height:25px;background:url(../../Images/extend/combo.png?uid=-1689595203) no-repeat right -44px;padding-top:9px;}
  .dk_toggle:hover {
    border-color: #8c8c8c;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    border-color: #40b5e2;
  }
  .dk_focus .dk_toggle {

  }
.dk_label .txt {padding-left:10px;}
/* Applied whenever the dropdown is open */
.dk_open {

  z-index: 10;
}
  .dk_open .dk_toggle {

  }

/* The outer container of the options */
.dk_options {
	background:url(../../Images/extend/combo_options.png?uid=-1689595203) no-repeat left bottom ;
}
  .dk_options a {
    padding: 8px 0px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
	
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
background:url(../../Images/extend/combo_options.png?uid=-1689595203) no-repeat right bottom ;
margin-left:5px;
padding-top:5px;
}


/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

.dk_options_inner li a {padding-left:5px}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.taR .dk_container {float:right}
.dk_container {
  display: none;
  float: left;
  position: relative;
  font-weight:normal;
  color:#333;
}
  .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: inherit;
  }
  .dk_open .dk_label span {
	opacity:.5;
  }

.dk_options {
  display: none;
  margin-top: -4px;
  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;
}
.dk_fouc select.nocustom {
  position: inherit;
  top: 0;
  visibility: visible;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/
