/* OPTION */
.optionbox * {
	outline: 0;
}
.optionbox {
	display: inline-block;
	position: relative;
	font-size: 11px;
	cursor: pointer;
	color:#4D4F4F;
}
.optionbox .selected {
	height: 20px;
	width:305px;
}
.optionbox .selected .selected-inner {
	white-space: nowrap;
	overflow: hidden;
	
	/*padding: 4px 25px 5px 5px;
	background: white url('arrow.gif') no-repeat center right;*/
	background: white url('img/vkladi/select_arrow.png') 290px 5px no-repeat;
	border: 1px solid #C3C1B7;
	height: 16px;
	padding-left:3px;
	padding-top:-1px;
	
	/*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: 304px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	top: 18px;
	border-left:1px solid #C3C1B7;
	border-right:1px solid #C3C1B7;
	border-bottom:1px solid #C3C1B7;
	
	/*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, .optionbox .options a.option-selected {
	padding: 5px;
	padding-left:10px;
	display: block;
	color: #4D4F4F !important;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.optionbox .options a.option:hover, .optionbox .options a.option-selected:hover {
	color: #FFFFFF !important;
	background-color:#529000;
	padding-left:10px;
	/*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;
}