.hiddenPopup-off {
	display: none;
}

.hiddenPopup-on {
	padding: 2px;
	width: auto;
	display: block;
	position: absolute;
	background:#efecca;
	width:180px;
	z-index: 10;
}

div.hiddenPopup-on ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.hiddenPopup-on ul li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.hiddenPopup-on ul li a {
	display: block;
	line-height: 22px;
	padding:0 10px;
	overflow: hidden;
	color:#002f2f;
	text-align:left
}

div.hiddenPopup-on ul li a:hover {
	background-color: #fbf9e6;
	text-decoration:none
}

/*** IE 6 FIX ***/
.select-free {
	position: absolute;
	z-index: 10; /*any value*/
	overflow: hidden; /*must have*/
	width: 33em; /*must have for any value*/;
}

.select-free iframe {
	display: none; /*sorry for IE5*/
	display /**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	width: 3000px; /*must have for any big value*/
	height: 3000px /*must have for any big value*/;
}