/***************************************/
/**************  LAYOUT ****************/
/***************************************/

.news_list {
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_list li {
	width: 240px;
	list-style: none;
	background: url('/images/dot4.gif') no-repeat left top;
	margin: 0px 3px 3px 3px;
	padding-left: 12px;
	float: left;
}

.news_menu_list {
	overflow: hidden;
}
.news_menu_list li {
	list-style: none;
	background: url('/images/dot6.gif') no-repeat left 5px;
	margin: 0px 3px 3px 3px;
	padding-left: 8px;
}

.news_archive {
	padding: 5px;
	width: 30%; /* <- Убрать через 4 года! 17.05.2007*/
	float: left;
}
.news_archive li {
	list-style: none;
	background: url('/images/dot6.gif') no-repeat left top;
	margin: 0px 3px 3px 3px;
	padding-left: 8px;
}
.news_archive li.title {
	background-image: url('/images/dot4.gif');
	padding-left: 12px;
}
.news_archive a {
	text-decoration: none;
}
.news_archive li.title a {
	font-weight: bold;
}
.news_archive a.sel {
	color: #00f;
}

h1.news {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

h2.news {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	text-indent: 10px;
	background: url('/images/dot6.gif') no-repeat left 2px;
}

/***************************************/
/***************  FONTS ****************/
/***************************************/

h1.news {
	font-size: 12pt;
}

h2.news {
	font-size: 10pt;
}

.news_list li a {
	font-weight: bold;
}

/***************************************/
/************** COLORS *****************/
/***************************************/

/***************************************/
/****************  MISC ****************/
/***************************************/

