@charset "utf-8";
/* RSS Feed CSS */

#rssContainer {
	display: block;
	width: 600px;
}
#rssContainer .item {
	display: block;
	float: left;
	width: 600px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#rssContainer .item .field, #rssContainer .item .field-tems, #rssContainer .item .field h3 {
	color:#333333;
	font-family:Verdana,Geneva,sans-serif;
	font-size: 11px;
}
#rssContainer .item .field h3 {
	font-weight: bold;
}
