.xml_list {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}


/*--- Content XML feed styles ---*/
div.xml_item {
	margin:0 0 20px 0;
	padding:5px 10px 10px 10px;
	font-weight:normal;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
div.xml_item h3 {
	font-size:12px;
}
span.xml_date {
	font-size:11px;
}
div.xml_item a {
	text-decoration:none;
}
div.xml_item a:hover {
	text-decoration:underline;
}
span.xml_title {
	font-size:16px;
	font-weight:bold;
	color:#999999;
}
span.xml_title a {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
div.xml_item img {
	margin-right:5px;
	border:1px solid #4d5f48;
}
div.xml_sub {
	font-size:16px;
	color:#666666;
}

