/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ RSS READER ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.RSSReader {
}
		.RSSReader p {
			margin: 0px 0px 2px 0px;
			padding: 0px 0px 0px 0px;
		}
.RSSReader .ListHolder {
}
.RSSReader .ListItem {
	margin: 0.4em 0;
	clear: both;
}

	/* Separators */
	.RSSReader .ListPrimarySeparator {
		margin: 0.2em 0;
		color: #858585;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #94B74D;
	}
	.RSSReader .ListSecondarySeparator {
			font-size: 85%;
			line-height: 1.2em;
			font-weight: normal;
		}

	/* Title */
		.RSSReader .ListTitle {
			background: url(/Templates/_images/icon_rss.gif) no-repeat left 0.2em;
		}
		.RSSReader .ListTitle a:visited, 
		.RSSReader .ListTitle a:link, 
		.RSSReader .ListTitle a:hover {
			padding: 0px 0px 0px 18px;
			font-size: 85%;
			line-height: 1.4em;
			font-weight: bold;
		}

	/* Date, Keywords */
		.RSSReader .ListItemDate {
			font-weight: normal;
			color: #999999;
		}

	/* Summary */
		.RSSReader .ListSummary {
			line-height: 1.2em;
		}
		.RSSReader .ListSummary a {
		}

	/* EndItem (Visual break between each list item) */
		.RSSReader .ListEndItem {
		}
		
