@charset "utf-8";
/* CSS Document */

#text_tishi {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	width: 588px;
	position: absolute;
	left: 700px;
	top: 100px;
	background-color: #FFF;
	border: 1px solid #999;
}
 
 #text_tishi ul{margin: 0px;padding: 0px;}
  #text_tishi li{
	margin: 0px;
	padding: 5px 10px;
	color:#333;
	cursor:pointer;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
}

#text_tishi li:hover{
	color:#FFF;
	text-decoration:none;
	background-color: #06F;
}