@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;

}



#dd3{background:#e8f1fa}

#dd4{background:#e8f1fa}

.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 #e4e4e4;

	padding:0; 

	background-color:#edf1f4;

}

.select-free .bd a

{ 

	display:block;

	margin:0;

	font-family:Arial,Helvetica,sans-serif;

	font-size:14px;

	font-weight:bold;

	/*text-transform:uppercase;*/

	padding:5px 5px;

	text-decoration:none;

	color:#666666;

	width:100px;

  }

.select-free .bd a:hover{ 

background-color:#fbb40e; 

color:#FFFFFF;}





/*.select-free .bd{border:solid 1px #aaaaaa;padding:12px;}*/



