﻿/* customisations for dropkick dropdowns */

.dk-select {
	width: 300px;
}

.dk-select ul li {
	margin: 0;
	background: none;
}

.dk-selected {
	padding: 5px 45px 5px 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #333;

	font-family: 'FrutigerLTW01-75Black',Helvetica,Arial,Sans-Serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

.dk-option {
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 8px 10px;
	color: #263036;
}

.dk-select-options .dk-option-selected,
.dk-select-options-highlight .dk-option-selected,
.dk-select-options .dk-option-highlight {
	background-color: #8ab115;
	border-bottom-color: #fff;
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
}