@charset "utf-8";
/* CSS Document */

#buzz_thefeed{
	float:left;
	width:537px;
}

#buzz_thefeed #buzz_thefeed_head{
	float:left;
	width:334px;
	background:url(../images/details/buzz/feedsbg.jpg) 0 0 no-repeat;
	height:112px;
	overflow:hidden;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#buzz_thefeed #buzz_thefeed_body ul{
	margin-left:0px;
	padding-left:0px;
}

#buzz_thefeed #buzz_thefeed_body li {
	background:url(../images/details/buzz/feedsbg.jpg) no-repeat scroll 0 -132px transparent;
	float:left;
	height:50px;
	margin-left:0;
	overflow:hidden;
	padding:11px 20px;
	position:relative;
	width:334px;
}

#buzz_thefeed #buzz_thefeed_body li.grey{
	background-position:0px -203px;
}

#buzz_thefeed #buzz_thefeed_body li:last-child{
	background-position:0px -562px;
	/*height:31px;*/
}

#buzz_thefeed #buzz_thefeed_body li p {
	padding-left: 40px;
	min-height: 30px;
	line-height: 12px;
	color: #999;
	font-size: 10px;
}

#buzz_thefeed #buzz_thefeed_body li p.fb{
	background:url(../images/feeds/facebook-logo.png) 0 0 no-repeat;
}

#buzz_thefeed #buzz_thefeed_body li p.tw{
	background:url(../images/feeds/twitter-logo.png) 0 0 no-repeat;
}
#buzz_thefeed #buzz_thefeed_body li p.my{
	background:url(../images/feeds/mybb-logo.png) 0 0 no-repeat;
}

#buzz_thefeed #buzz_thefeed_body li p.in {
	background:url(../images/feeds/inbb-logo.png) 0 0 no-repeat;
}

#buzz_thefeed_head .description {
	color:#888888;
}

/* feed links */
a.feedLink {position:absolute; bottom:14px;}
.tw a.feedLink {left:18px;}
.in a.feedLink {left:26px;}
.my a.feedLink {left:26px;}
.fb a.feedLink {left:24px;}


