/**	CONTENT NEWS LIST*/

.content-news-list-item {
	margin: 0;
	padding: 10px;
	background-color: #F5F4EB;
	margin: 10px 0 10px 10px;
	}

.content-news-list-title  a {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 2px 20px 3px 20px;
	margin: 0;
	display: block;
	color: #626261;
	border: 0;
	text-decoration: none;
	cursor: hand;
	background: url(img/list-icon.gif) 5px center no-repeat #f2eec3;
	}

.content-news-list-title  a:hover {
	background: url(img/list-icon.gif) 5px center no-repeat #e9a000;
	color: white;
	}

.content-news-list-date {
	font-size: 1.2em;
	float: left;
	margin-right: 10px;
	padding: 0px 3px 3px 3px ;
	font-weight: bold;
	color: #626261;
	}

.content-news-list-subheader {
	margin:	 0 0 0 30px;
	padding: 0;
	font-size:1.1em;

	}

.content-news-list-item:hover,
.content-news-list-item:hover .content-news-list-date {
	color: #e9a000;
	}

.content-news-list-more a{
	position: relative;
	top: -30px;
	float: right;
	margin-right: -23px;
	width: 13px;
	height: 35px;
	text-decoration: none;
	border: 0;
	}

.content-news-list h3.newsheadact {
	background: url(img/newsheaderup.gif) 97% center no-repeat #f2eec3;
	color: #e9a000;
	}

.content-news-list-item:hover .content-news-list-more a {
	background: url(img/news-more-list.jpg) no-repeat top left;
	}