/**
 * PLAMEN TO FLY TEAM: This file is meant as a replacement
 * for the original "dropkick.css". All the unnesseccary styling
 * is removed and you can directly edit this file instead of
 * creating a new theme from reset-theme.css. You can still
 * create additional themes which modify the one you specify
 * here. Can be useful if you have dropdowns with similar
 * or completley different designs on the same page.
 *
 * 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-size:15px;
	width:316px;
	height:30px;
	margin:10px 0 15px 0;
	padding:11px 6px 0 6px;
    background:url(../images/includeForm/bkgrdDropdown.jpg) no-repeat;
  /*min-width: 100px;
  font-weight: normal;*/
}
.dk_container:focus {
	outline: 0;
}
.dk_container a {
	cursor: pointer;
	text-decoration: none;
}

/* Opens the dropdown and holds the menu label */
.dk_toggle {
	display: block;
	padding: 0;
	margin: 0;
	color:#3d4142;
	width:328px !important;
}
.dk_toggle:hover {
}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
	width:100% !important;
}

/* 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 {
}

/* The outer container of the options */
.dk_options {
	background:url(../images/includeForm/bkgrdDropdownOptions.png) no-repeat;
	top:38px !important;
	width:336px !important;
	right:-2px !important;
	height:171px;
	color:#3d4142;
	font-weight:100;
}
.dk_options a {
	height:22px;
	padding:5px 14px;
}
.dk_options li{
	border-bottom:2px solid #eaeaea;
	margin:1px 0 1px 6px;
}
.dk_options li:last-child a {
	border:none;
}
.dk_options a:hover,
.dk_option_current a {
	color:#fff;
	background:#f01426;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	max-height: 164px;
	width:318px !important;
}

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

/******  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;
	background:url(../images/includeForm/bkgrdFormDropdownActive.jpg) no-repeat;
}
.dk_open .dk_options {
	display: block;
}
.dk_open .dk_label {
	color: inherit;
}

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