
/********** simplifica STYLE ********/
ul.simplifica {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px outset #444;
	position: absolute;
	z-index: 9999;
	cursor: default;
	display: none;
	background: #fff;
}
ul.simplifica li {
	-moz-user-select: none;
	padding: 3px 0 3px 5px;
	color: #999999;
	text-decoration: none;
	cursor: default;
	min-height: 16px;
   _height: 16px;
	_padding: 3px 0 3px 5px; /* IE ... */
	white-space:normal;
}

ul.simplifica li.selected {
	background: 989898;
	color: #fff;
}

a.simplifica {
	width: 100%;
	display: block;
	height: 20px;
	//height: 22px;
	text-decoration: none;
	cursor: default;
	color: #999999;
	border: 1px solid #989898;
	background: white url("img/select_button.gif") right top no-repeat;
}
.podbor_area .wide, .podbor_area .wide{
	width: 200px !important;
}

a.simplifica div {
	background: url(/templates/template_0/img/dostavka_select_arrow.gif) no-repeat right 0;
	padding: 3px 0 0 0;
	height: 17px;
	_height: 20px;  /* IE ... */
	overflow: hidden;
	margin-left: 7px;
	-moz-user-select: none;
	width: auto !important;
}

a.simplifica:hover,
a.simplifica:focus,
a.simplifica:active {
	/*border: 1px inset steelblue;*/
	color: #999999;
}



a.simplifica:hover div,
a.simplifica:focus div,
a.simplifica:active div {
	background: url(/templates/template_0/img/dostavka_select_arrow.gif) no-repeat right 0;
}

