/**
 * Search 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! ******/

/* Container */
.dk_theme_grey.dk_container {
    background-color: #fff;
    font-weight: normal;
	margin-right:2px;
	/* font-size: 100%;*/
	/* line-height: 4px;*/
	/* display: inline-block !important;
	float: none !important; */
}

.dk_theme_grey a {
    cursor: pointer;
    text-decoration: none;
}

/* Toggle */
.dk_theme_grey .dk_toggle {
    background: url(../images/bg_pull.png) 99% center no-repeat #f9f9f9;
    border: 1px solid #ccc;
    color: #3c3c3c;
    padding: 0 0 0 5px;
    text-shadow: none;
}

.dk_theme_grey .small .dk_toggle {
	width:40px !important;
}

.dk_theme_grey .dk_toggle:hover {
    border-color: #cccccc;
}

.dk_theme_grey .dk_toggle .dk_label{
	/*padding-right:25px;*/
	overflow:hidden;
	font-size:x-small;
	padding-right: 25px;
}

/* Focus State */
.dk_theme_grey.dk_focus,
.dk_theme_grey:focus {
}

.dk_theme_grey.dk_focus .dk_toggle {
}

/* Open State */
.dk_theme_grey.dk_open {
}

.dk_theme_grey.dk_open .dk_toggle {
}

/* Options Menu */
.dk_theme_grey .dk_options {
    background-color: #fff;
    border-bottom: none;
    font-weight: normal;
    padding: 0;
	
}

.dk_theme_grey .dk_options li {
    background: none !important;
    text-align: left !important;
    padding: 0 !important;
    float: none !important;
}

.dk_theme_grey .dk_options a {
    font-size: 100%;
    border-bottom: none;
	color: #000;
}

.dk_theme_grey .dk_options a:hover,
.dk_theme_grey .dk_option_current a {
    background-color: #ccc;
    border-bottom: none;
    color: #000;
    text-decoration: none;
    text-shadow: none;
	/*width:100%;*/
}



.con_form .box_form ul.li_form li .dk_options_inner{
	overflow:auto;
}

.con_form .box_form ul.li_form li .dk_options_inner li{
	width:30px;
}

/* Inner options */
.dk_theme_grey .dk_options_inner {
    border: none;
    color: #505050;
    /*max-height: 100px;*/
    text-shadow: none;
}

/* Set a width property here */
.dk_theme_grey .dk_options_inner,
.dk_theme_grey.dk_touch .dk_options {
	overflow:auto;

}

