/* Container */
.dk_container.dk_theme_tot  {
	background: transparent;
	border-radius: 0;
	padding-bottom: 9px;
}
  .dk_theme_tot a { font-family: LobsterTwoItalic, Georgia, "Times New Roman", Times, serif; }
  
  .dk_theme_tot .dk_label { font-size: 1em; padding-left: 4%; color: #000 !important; }

/* Toggle */
.dk_theme_tot .dk_toggle {
	background: transparent;
	border: none;
	border-radius: 0;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 16px;
	border-color: none;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #CCC;
  }
  .dk_theme_tot .dk_toggle:hover {}
  
  .dk_open { 
  	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 10;
  }
  
  .dk_options {
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
  .dk_options_inner {
	overflow: auto;
	position: relative;
	padding-bottom: 10px;
	}
	  

/* Focus State */
.dk_theme_tot.dk_focus,
.dk_theme_tot:focus {}
  .dk_theme_tot.dk_focus .dk_toggle {}
  
/* Open State */
.dk_theme_tot.dk_open {}
  .dk_theme_tot.dk_open .dk_toggle {}

/* Options Menu */
.dk_theme_tot .dk_options { right: 0px }
  .dk_theme_tot .dk_options a { font-size: 0.75em; }
  .dk_theme_tot .dk_options a:hover,
  .dk_theme_tot .dk_option_current a { background-color: #fff; color: #000; }
   
.dk_theme_tot .dk_option_current a { background-color: #f05a25 }

/* Inner options */
.dk_theme_tot .dk_options_inner { border: none; }

/* Set a width property here */
.dk_theme_tot .dk_options_inner,
.dk_theme_tot.dk_touch .dk_options,
.dk_theme_tot .dk_toggle {
	width: 100%;
}
