/* OPTION */
.optionbox *{
	outline: 0;
}
.optionbox{
	display: inline-block;
	position: relative;
	cursor: default;
	font-size: 12px;
	line-height: 14px;
}
.optionbox .selected{
	height: 20px;
}
.optionbox .selected .selected-inner{
	white-space: nowrap;
	overflow: hidden;
	padding: 2px 25px 3px 5px;
	background: white url('images/select_arrow.jpg') 100% no-repeat;
	text-align: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.optionbox .options {
	position: absolute;
	left: 0;
	background: white;
	z-index: 2;
	max-width: 550px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	top: 22px;
	
	
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.optionbox .options a {
	position: relative;
}
.optionbox .options a.option {
	padding: 3px 25px 3px 5px;
	display: block;
	color: #333333 !important;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.optionbox .options a.option:hover {
	color: #333333 !important;
	
	
	background-color: #e8e8e8;

	text-shadow: #ffffff 0 1px 0;
	background: -moz-linear-gradient(top, #f0f0f0, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f0f0f0), color-stop(1,#e1e1e1));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e1e1e1');
}
.optionbox .options a.option-selected {
	border: 0;
	height: auto;
	color: #333333 !important;
	
	padding: 3px 25px 3px 5px;
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	
	
	background-color: #f0f0f0;

	text-shadow: #ffffff 0 1px 0;
	background: -moz-linear-gradient(top, #e8e8e8, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#e8e8e8), color-stop(1,#f8f8f8));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f8f8f8');
}
.optionbox .options a.option-selected:hover {
	
	background-color: #e8e8e8;

	text-shadow: #ffffff 0 1px 0;
	background: -moz-linear-gradient(top, #f0f0f0, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f0f0f0), color-stop(1,#e1e1e1));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e1e1e1');
}
.optionbox .options a.option-disabled {
	color: #aaaaaa !important;
	
	padding: 3px 25px 3px 5px;
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.optionbox .options a.option-disabled:hover {
	background: #eeeeee !important;
	color: #aaaaaa !important;
}
.optionbox .options a.option-selected-disabled {
	color: #aaaaaa !important;
	
	padding: 3px 25px 3px 5px;
	display: block;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}
.optionbox .options a.option-selected-disabled:hover {
	background: #eeeeee !important;
	color: #aaaaaa !important;
}
.optionbox .options a .price {
	font-weight: bold;
	color: #1c689a;
	position: absolute;
	right: 5px;
	bottom: 5px;
}