#items_list {
	
}
#items_list .item {
	clear: both;
}
#items_list .itemTitle, #items_list .itemTitle a {
	color: #567cf5;
	font-weight: bold;
}
	#items_list .itemTitle a {
		text-decoration: none;
	}
	#items_list .itemTitle a:hover {
		text-decoration: underline;
	}
#items_list .itemDate {
	color: #3d3d3d;
	font-weight: bold;
}
#items_list .itemDescription {
	/*color: #525252;*/
}
	#items_list .itemDescription a {
		text-decoration: none;
	}
	#items_list .itemDescription a:hover {
		text-decoration: underline;
	}
#items_list .itemDelimiterContainer {
	clear: both;
}
#items_list .itemDelimiter {
	float: left;
	height: 20px;
	width: 495px;
	background: url('/images/news-dots.gif') repeat-x center left;
}
#items_list .itemLinkMore {
	float: right;
	text-align: right;
	width: 30px;
	padding: 0 0 0 10px;
	background: url('/images/news-arrow.gif') no-repeat 3px 7px;
}
#items_list .itemLinkMore a {
	color: #567cf5;
}


#item_data .itemTitle {
	color: #567cf5;
	font-weight: bold;
}
	#item_data .itemTitle h1 {
		font-size: 11px;
	}
#item_data .itemDate {
	color: #3d3d3d;
}
#item_data .itemDescription {
	/*color: #525252;*/
	padding: 10px 0 0 0;
}
	#item_data .itemDescription a {
		text-decoration: none;
	}
	#item_data .itemDescription a:hover {
		text-decoration: underline;
	}

