@charset "utf-8";
/* css document */
html{
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}

.l{float:left;}
.r{float:right;}

.add-rss-to,.add-collect-to{
	overflow:hidden;
	z-index:1000;
}

.add-rss-to .title-l,.add-collect-to .title-r{
	width:20px;height:260px;
	color:#fff;text-align:center;
	padding-top:0px;
	cursor:pointer;
}
.add-collect-to .title-r{
	float:right;
}
.add-rss-to .title-l{
	float:left;
}

.float-box-content{
	height:260px;
	width:150px;
}

.add-collect-to{width:170px;}
