@charset "utf-8";



#rssbox{

/*background:#f00;*/

margin:8px;

width:680px;

width:674px;

border:dotted 1px #ccc;

	}



#rssbox .loading{

	background:url(../images/loading.gif) no-repeat;

	background-position:center;

	line-height:200px;

	height:200px;

	/*width:376px;*/

	}



/*********************************/



#rssbox ul{

	clear:both;

	line-height:24px;

	height:24px;

	padding:4px;

	border-bottom:dotted 1px #ccc;

	background:#fcfcfc;

	}



#rssbox ul.even{

	background:#f6f6f6;

	}



#rssbox ul li{

	float:left;

	margin-left:8px;

	}



#rssbox ul li a{

	color:#333;

	text-decoration:none;

	}



#rssbox ul li.entryDate{

	background:#fc6;

	background:#f90;

	color:#fff;

	padding:2px 4px;

	margin-top:2px;

	line-height:16px;

	}



