.rss {
	height: 340px;
	background-color: #f0f0f0;
	padding: 20px 15px;
	margin: 35px 0px;
}

.rss .rssTitle {
	font-size: 16px;
	font-style: normal;
	text-align: left;
	color: #333;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.rss .greyLine {
	border: 1px solid #c1c1c1;
}

.rss .whiteLine {
	border: 1px solid #ffffff;
	margin: 0 0px 10px 0px;
}

.rss .feed {
	width: 513px;
	background-color: #FFF;
	margin: 0px 0px 10px 0;
	padding: 1px;
	float: left;
}

.rss .feed .feedLeft {
	height: 143px;
	width: 50%;
	margin: 0 15px 0 0px;
	float: left;
}

.rss .feed .feedLeft img {
	height: 100%;
	width: 100%;
}

.rss .feed .feedLeft .feedSubLeft {
	margin: -35px 0px 0px 0px;
	position: absolute;
}

.rss .feed .feedLeft .feedSubLeft .feedIcon {
	padding: 10px 15px;
	background-color: #fff;
}

.rss .feed .feedLeft .feedSubLeft .feedIcon img {
	width: 15px;
	height: 15px;
	vertical-align: top;
}

.rss .feed .feedLeft .feedSubLeft .feedDate {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color: #ffffff;
	margin: -35px 0px 0px 45px;
	background-color: #90c53e;
	padding: 9px 15px 10px 15px;
}

.rss .feed .feedRight {
	padding: 15px 15px 15px 0px;
}

.rss .feed .feedRight .feedTitle {
	height: 40px;
	color: #333;
	font-size: 16px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
}

.rss .feed .feedRight .feedDescription {
	color: #919191;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rss .feed .feedRight .feedLink {
	margin: 16px 0px 0px 0px;
	text-align: right;
	color: #037b00;
}

.rss .feed .missingFeed {
	height: 143px;
	background-color: #e1e1e1;
}

.rss .feed .missingFeed .moreFeeds {
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #919191;
	font-weight: bold;
	position: relative;
	top: 25%;
}

.rss .feed .missingFeed .moreFeeds img {
	width: 28px;
	height: 21px;
	margin: 0 auto 10px;
}

.rssLarge {
	height: 330px;
	background-color: #f0f0f0;
	padding: 0 !important;
	margin: 35px 15px;
}

.rssLarge .rssTitle {
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	color: #333;
	padding: 20px 0px 10px 0px;
	font-weight: bold;
}

.rssLarge .greyLine {
	border: 1px solid #c1c1c1;
	margin: 0 15px 0 0px;
}

.rssLarge .whiteLine {
	border: 1px solid #ffffff;
	margin: 0 15px 10px 0px;
}

.rssLarge .feed {
	width: 292px;
	background-color: #FFF;
	margin: 0 11px 0 0;
	float: left;
}

.rssLarge .feed .feedTop {
	height: 130px;
}

.rssLarge .feed .feedTop img {
	height: 100%;
	width: 100%;
}

.rssLarge .feed .feedTop .feedSubTop {
	margin: -35px 0px 0px 0px;
	position: absolute;
}

.rssLarge .feed .feedTop .feedSubTop .feedIcon {
	padding: 10px 15px;
	background-color: #fff;
}

.rssLarge .feed .feedTop .feedSubTop .feedIcon img {
	width: 15px;
	height: 15px;
}

.rssLarge .feed .feedTop .feedSubTop .feedDate {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color: #ffffff;
	margin: -35px 0px 0px 45px;
	background-color: #90c53e;
	padding: 9px 15px 10px 15px;
}

.rssLarge .feed .feedTitle {
	margin: 15px 15px 6px 15px;
	height: 40px;
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
}

.rssLarge .feed .feedDescription {
	margin: 6px 15px;
	color: #919191;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rssLarge .feed .feedLink {
	margin: 15px 15px;
	text-align: right;
	color: #037b00;
}

.rssLarge .feed .missingFeed {
	height: 289px;
	background-color: #e1e1e1;
}

.rssLarge .feed .missingFeed .moreFeeds {
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #919191;
	font-weight: bold;
	position: relative;
	top: 40%;
}

.rssLarge .feed .missingFeed .moreFeeds img {
	width: 28px;
	height: 21px;
	margin: 0 auto 10px;
}