/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

.dk_container {
font-size: 14px;
line-height: 38px;
width: 100%;
font-family: 'UniversLTStd55Regular', Arial, Helvetica, sans-serif;
}
	.dk_container:focus {
	outline: 0;
	}
	.dk_container a {
	cursor: pointer;
	color: #2E4455;
	}

.dk_toggle {
background: url('../../css/img/select-arrow.png') no-repeat top right;
color: #333;
padding: 0 50px 0 13px;
}

.dk_options {
}

.dk_options_inner {
max-height: 250px;
}

.dk_options_inner, .dk_touch .dk_options {
max-height: 250px;
margin-top: 2px; 
}

.dk_container {
display: none;
float: left;
position: relative;
}

.dk_toggle {
display: -moz-inline-stack;
display:block;
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: 0;
position: absolute;
right: -1px;
width: 100%;
border:1px solid #fff;
border-top: 0px;
font-size: 14px;
}
	html .dk_options ul {
	}
	html .dk_options li {
	display:block;
	width: 100%;
	margin: 0;
	}
	.dk_options a {
	display: block;
	text-align: left;
	}
	.dk_options a {
	background-color: #dfdfdf;
	border-bottom: 1px solid #fff;
	line-height: 29px;
	*line-height: 37px;
	padding: 0 22px;
	}
	.dk_options li:last-child a {
	border-bottom: none;
	}
	
	#form-contact #dk_container_form-product .dk_options li:last-child a {
	color: #DB5F13 ;
	}
	
	.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.select-skin {
position: relative;
top: -99999em;
visibility: hidden;
}