
/* CSS Document */
	
#chat_f1,#chat_f2{font-size:12px; z-index:999; }
#chat_f1{position:fixed;right:0px;top:100px;width:126px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+100))}
#chat_f1_main{
	height:193px;
	background-image: url(../img/top_01.gif);
	background-repeat: no-repeat;
}
#close{display:block;width:17px;height:17px;margin-left:110px;cursor:pointer;}

#chat_f1_bottom{
   height:65px;
   width:126px;
   overflow:hidden;
   }

#chat_f1 .chat_f1_expr{
   width:126px;

   overflow:hidden;
   background-color:#4e9e01;
  
   height: 123px; 
   display: block;}
#chat_f1 .list{
   height:30px;
   line-height:30px;
   overflow:hidden;
   color:#787878;
   }
   
#chat_f1 .list h5{
	height:30px;
	line-height:30px;
	display:block;
	text-align:center;
	background-image: url(../img/top_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
   }   
   
#chat_f1 .list h5 a{
   color:#FFFFFF;
   font-size:14px;
   font-family:"微软雅黑";
     padding-right: 11px;
   }  
   #chat_f1 .list h5 a img{
  border: 0;
  padding-right: 8px;
   }  
#chat_f1 .list h5 a:hover{
   color:#fffbbf;
   }   
   
   
   
#chat_f1 .name{line-height:25px}


#chat_f1 .detail{
   position:absolute;
   margin-left:-242px;
   margin-top:-32px;
   display:none;
   width:220px;
   padding:10px;
   border:1px solid #0373b6;
   background:#fff4ea;
   line-height:18px;
   }
   
#chat_f1 .detail img{
   width:100px;
   height:100px;
   float:left;
   padding-right:10px;
   display:block;
   }
   
#chat_f1 .detail strong{
  font-size:14px;
  height:24px;
  color:#0373b6;
  display:block;  
   }
   
#chat_f1 .detail p{
   line-height:18px;
   color:#666s;
   display:block;
   height:70px;
   overflow:hidden;
   margin-bottom:12px;
   }
   
#chat_f1 .detail span{
   line-height:24px;
   display:block;
   color:#333;
   font-size:12px;
   }

#chat_f1 .detail span a{
	width:99px;
	height:24px;
	line-height:24px;
	text-indent:36px;
	display:block;
	margin:10px 0px 10px 60px;
	color:#fff;
	background-image: url(../img/qq_bg.gif);
	background-repeat: no-repeat;
   }
   
#chat_f1 .chat_f1_expr .list .detail .border{
   position:absolute;
   width:1px;height:25px;
   margin-left:210px;
   background:#fff;
   margin-top:-10px;}
   
#chat_f2{display:none;position:fixed;right:1px;top:220px;background:#65ab21; padding:8px 10px;width:1em;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+220));color:#fff;cursor:pointer; font-size:14px;}

#uptop{
  padding-left:36px;}
  
  * {
padding: 0px;

}

a {

text-decoration: none;
}
