.news .item .ntitle, .news .item_alternate .ntitle
{
	font-weight: bold;
	letter-spacing: 1px;
}
.news .item
{
	/*padding: 5px;
	margin: 5px;*/
	border-bottom: 1px dotted #efefef;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom:10px;	
}

.news .head 
{
	background-color:#000;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:2px;
	color:#efefef;
	}

.news .data
{
	height: 500px; /*border:1px solid black;*/
	overflow: auto;
	margin-right: 2px;
	margin-left: 2px;
}
.news .item_alternate
{
	/*padding: 5px;
	margin: 5px;*/
	background-color: #efefef;
	border-bottom: 1px dotted #efefef;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom:10px;
}
.news
{
	font-family: Tahoma, Verdana, Arial, Courier, Sans-Serif;
	font-size: 9pt;
	height: 600px;
}
.news .content
{
	font-style: normal;
	margin-left: 2px;
}
.news .ico_1
{
	width: 24px;
	height: 14px;
}
.news .ico_2
{
	width: 24px;
	height: 24px;
}
.news UL
{
	list-style-image: url('images/design/list-item.png');
	list-style-type: none;
}
.news li
{
	margin-bottom: 5px;
}
.news .item .h2, .news .item_alternate .h2
{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing:1px;
}
.news .item .date, .news .item_alternate .date
{
	font-style: italic;
	font-size: 8pt;
}


