.dk_container:focus {
	outline: 0
}
.dk_container a {
	cursor: pointer;
	text-decoration: none
}
.dk_toggle {
	border: 1px solid #ccc;
	color: #333;
	padding: 7px 45px 7px 10px;
	position: relative
}
.dk_open {
	z-index: 10
}
.dk_options {
	background: #c6d4de !important;
}
.dk_options a {
	background-color: #c6d4de;
	border-bottom: 1px solid #d9e5ef;
	padding: 4px 10px;
	display: block;
}
.dk_container a:hover {
	color: #979797;
}
.dk_options .dk_option_current a {
	background-color: #b0bdc8;
	color: #FFF !important;
	display: block;
	text-align: left;
	text-decoration: none;
}
.dk_options a {
	color: #FFF;
}
.dk_options a:hover, .dk_options .dk_option_current a:hover {
	background: #6eb5e5 !important;
	color: #FFF !important;
}
.dk_options li:last-child a {
	border-bottom: none
}
.dk_options .disabled {
	cursor: default
}
.dk_options .disabled a {
	color: #aaa
}
.dk_options .disabled:hover, .dk_options .disabled:hover a {
	cursor: default;
	background-color: #fff;
	border-bottom-color: #999;
	text-shadow: none
}
.dk_options_inner {
	max-height: 300px;
	color: #333;
}
.dk_options_inner li {
	margin: 0 !important;
	display:block !important;
}
.dk_container {
	display: none;
}
.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;
	max-height:100px;
	overflow:auto;
}
.dk_open .dk_label {
	color: inherit;
}
.dk_label {
	padding-left:10px;
	display:inline-block;
}
.dk_options {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	margin-top: 2px;
}
.dk_options a, .dk_options a:link, .dk_options a:visited {
	display: block
}
.dk_options_inner {
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch
}
.dk_container select {
	position: absolute;
	top: -99999em;
	visibility: hidden
}
.dk_container {
	background: #FFF;
	border:1px solid #ceced0;
	cursor: pointer;
	font-size: 13px ;
	margin: 0 ;
	padding: 0px;
	position: relative;
	text-align: left;
	display: block !important;
}
.dk_toggle {
	color: #979797;
	background: url(../images/select-arrow.png) right center no-repeat !important;
	border: 0px;
	margin: 0px;
	padding: 6px 0;
	display: block !important;
	min-width:170px;
	width:100% !important;
}
