/* OPTION */
.optionbox * {
	outline: 0;
}
.optionbox {
	display: inline-block;
	cursor: default;
	position: relative;
	float: left;
	margin-bottom: 38px;
}
.optionbox .selected {
	height: 84px!important;
	font-size: 10pt;
	color: #111;
	padding: 0 10px;
	position: absolute;
	line-height: 33px!important;
}
.optionbox .selected .selected-inner {
	width: 84px;
	white-space: nowrap;
	overflow: hidden;
	background: transparent url('arrow2.png') no-repeat 73px 14px;
	height: 35px;
	font-size: 10pt;
	cursor: pointer;
	line-height: 36px!important;
	font-family: 'Arial';
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 10px;
	border: 1px solid #98a0a6;
}
.optionbox .options {
	position: absolute;
	z-index: 2;
	display: block;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 10pt;
	line-height: 33px;
	cursor: pointer;
	padding: 0 10px;
	top: 36px;
	background: #fff;
}
.optionbox .options a {
	position: relative;
	font-family: 'Arial';
	font-weight: normal;
	color: #0d2d3e!important;
	font-size: 9pt!important;
	border-bottom: 1px solid #ccc;
}
.optionbox .options a.option {
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.optionbox .options a.option:hover {
	font-weight: 400!important;
}
.optionbox .options a.option-selected {
	height: auto;
	font-weight: 400!important;
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.optionbox .options a.option-selected:hover {
	font-weight: 400!important;
}
.optionbox .options a.option-disabled {
	
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.optionbox .options:hover {
	
}
.optionbox .options a.option-selected-disabled {
	
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.optionbox .options a.option-selected-disabled:hover {
}
.optionbox .options a .price {

}

.uf .options {
	z-index: 8;
	width: 76px!important;
	margin-left: 10px;
}