.sel {width: 40px; height: 40px; display: block; float: left; cursor: pointer; overflow: hidden;  }
#tools { margin-bottom: 10px; }
#tools .all { background: url(/img/p_all_small.gif) no-repeat 0 0px; }
#tools .v {	background: url(/img/p_all_small.gif) no-repeat -40px 0px; }
#tools .mp { background: url(/img/p_all_small.gif) no-repeat -80px 0px; }
#tools .s { background: url(/img/p_all_small.gif) no-repeat -120px 0px; }
#tools .c {	background: url(/img/p_all_small.gif) no-repeat -160px 0px; }
#tools .fp { background: url(/img/p_all_small.gif) no-repeat -200px 0px; }
#tools .m { background: url(/img/p_all_small.gif) no-repeat -240px 0px; }
#tools .kd { background: url(/img/p_all_small.gif) no-repeat -280px 0px; }

#tools .sel:hover {background-position-y: 2px; }

#tools #a_all, #tools #a_none,  #tools #p_all_small, #tools #p_users
{
	color: #666;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


/* TWEETS AND CONTAINERS */
#all { width: 600px; margin: auto;}

.tweet .fp
{
	background: url(/img/small/fp_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .m
{
	background: url(/img/small/m_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .s
{
	background: url(/img/small/s_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .mp
{
	background: url(/img/small/mp_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .kd
{
	background: url(/img/small/kd_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .v
{
	background: url(/img/small/v_b.png) no-repeat;
	padding-left: 20px;
}
.tweet .c
{
	background: url(/img/small/c_b.png) no-repeat;
	padding-left: 20px;
}
