.news_list
{
	width: 920px;
}	

.news_list > li
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 20px 0;
	position: relative;
}
.news_list > li:hover
{
	background: url("../images/bg_transparent.png");
}

.news_list > li > .data
{
	width: 740px;
	margin-left : 5px;
	min-height: 50px;
}

.news_list > li > .data > h2
{
	background: url('../images/icons/newspaper.png') left no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: medium;
	color: #AC0009;
	border-bottom: #AC0009 solid 1px;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: left;
	line-height: 21px;
}

.news_list > li > .data
{
	font-size: small;
	color: #000;
	margin: 8px 0 10px 20px;
	padding: 0;
	display: block;
	text-align: justify;
	min-height: 50px;
}

.news_list > li > .data p.date
{
	background: url('../images/icons/date.png') left no-repeat;
	padding-left: 20px;
}

.actions
{
	position: absolute;
	text-align: right;
	top: 0;
	left: -110px;
	display: block;
	overflow: auto;
}

.actions > li
{
	background-color: #999;
	padding: 5px 5px;
	margin: 5px 0;
	display: block;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
}

.actions a, .actions a:hover
{
	color: #fff;
	text-decoration: none;
}
.actions > li:hover
{
	background-color: #ac0009;
}
.delete_news
{
	background: url("/images/icons/newspaper_delete.png") no-repeat bottom right;
	padding: 0 25px 0 0;
}

.edit_news
{
	background: url("/images/icons/pencil.png") no-repeat bottom right;
	padding: 0 25px 0 0;
}

.add_news
{
	background: url("/images/icons/newspaper_add.png") no-repeat bottom left;
	padding: 0 0 0 25px;
}

.main
{
	background: url("/images/background/background_news.jpg") no-repeat top right;
}