@charset "gb2312";
/* CSS Document */
ul { list-style:none;margin: 0px;padding: 0px;}
.hide{
	display:none;
	}

.floater{
	width:145px;
	height:193px;
	background:url(/images/mainbg.gif) no-repeat;
	color:#666;

	}
.close{
	float:right;
	margin:5px 5px 0 0;
	}
.floater ul{
	float:left;
	width:135px;
	padding:40px 10px 0 0px;
	}
.floater ul li{
	line-height:24px;
	height:24px;
	background:url(/images/icons.gif) 0 0 no-repeat;
	color:#666;
	padding-left:15px;
	}
.floater ul li a{
	color:#666;
	}
.floater ul li.type1{
	background-position:0 0px;
	}
.floater ul li.type2{
	background-position:0 -24px
	}
.floater ul li.type3{
	background-position:0 -47px
	}
.floater ul li.type4{
	background-position:0 -70px
	}
.online{
	color:#666;
	font-size:12px;
	}
.offline{
	color:#666;
	font-size:12px;
	}
