@charset "utf-8";
/* CSS Document */
.right_feed {
	text-align:left;
	width:301px;
	margin:0 auto;
	margin-bottom:20px;
}

.right_feed h3 {
	padding:6px 8px;
	margin:0;
	color:#FFF;
	background-color:#C4121C;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	font-weight:bold;
}

.content_wrapper .right_feed h3 a {
	display:inline;
	color:#FFF;
	line-height:normal;
	text-decoration:none;
	border-bottom:none;
}

.content_wrapper .right_feed h3 a:hover {
	text-decoration:underline;
}

.right_feed p {
	padding:6px 8px;
	margin:0;
}	

.right_feed ul, .right_feed li {
	list-style:none;
	padding:0;
	margin:0;
}

.right_feed ul {
	margin:0 0 20px 0;
}

.right_feed li {
	line-height:140%;
}

.right_feed li.rssItems a:link {
	display:block;
	width:285px;
	padding:2px 8px;
	margin:0;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	border-bottom:1px solid #CD131D;
}

.right_feed li.rssItems a:visited {
	display:block;
	width:285px;
	padding:2px 8px;
	margin:0;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	border-bottom:1px solid #CD131D;
}

.right_feed li.rssItems a:hover {
	background-color:#DDDBDC;
	text-decoration:underline;
	border-bottom:1px solid #000;
}

.right_feed li.rssItems a:active {
	color:#000;
	text-decoration:none;
}

