@charset "utf-8";
/* CSS Document */

.anylinkcss{
	position:absolute;
	z-index: 1000;
	visibility: hidden;
	border:1px solid #cccccc;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 15px;
	background-color: #7a8ca0;
	width: 180px;
	list-style:none;
	overflow:hidden;/*must have*/
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#e8f1fa;
}

.anylinkcss a:hover{
	background-color: #e8f1fa;
	color: #7a8ca0;
}


.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	
}
.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*/;
}
.select-free .bd
{
	border:solid 1px #6e6e6e;
	padding:0; 
	background:#262626 ;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.select-free .bd a
{ 
	display:block;
	margin:0;
	padding:5px 5px;
	width:115px;
	color:#797979; text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
	text-align:left;

  }
.select-free .bd a:hover{ 
/*background-color:none; */
color:#969494;
 text-decoration:none; font:12px/12px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
text-align:left;
}

.underline{

border-bottom:solid 1px  #6e6e6e;
}

/*.select-free .bd{border:solid 1px #aaaaaa;padding:12px;}*/

