
/* Drop Kick Styling */
.dk_container { height:40px; width:200px; text-transform:lowercase; font-size:90%; background: transparent url('../img/side-select.png') 93% 50% no-repeat; }
.dk_container:focus { outline: 0; }
.dk_container a { cursor: pointer; text-decoration: none; }

.dk_toggle { border:1px solid #afafaf; color: #afafaf; height:20px; padding:9px 19px; width:160px !important; }
.dk_focus .dk_toggle { background-color: #e1e1e1; }

.dk_open { z-index: 10; }
.dk_open .dk_toggle { background: #ececec url('../img/side-select.png') 93% 50% no-repeat; border-color: #8c8c8c; color: #ccc; }

.dk_options { background-color: #fff; }
.dk_options li { background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dk_options li:hover { background-color: #e1e1e1; }
.dk_options a { border-bottom: 1px solid #c3c3c3; color: #afafaf; padding:12px 10px; margin:0 10px; height:14px; }
.dk_options li:last-child a { border-bottom: none; }
.dk_options a:hover,
.dk_option_current a { }
.dk_options .disabled { cursor: default; }
.dk_options .disabled:hover { cursor: default; background-color: #fff; border-bottom-color: #999; text-shadow: none; }

.dk_options_inner { border: 1px solid #afafaf; }
.dk_options_inner,
.dk_touch .dk_options { max-height: 250px; }


/* Drop Kick Critical Functionality */
.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; }
.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.dropkick { position: relative; top: -99999em; visibility: hidden; }


