/* ---=== Контейнеры для новостей ===--- */

.cell-body { /* ex .news-cell */
	background-color:#000038;
	border-bottom:1px dotted black;
	border-left:1px dotted #666600;
	border-right:1px dotted black;
	font: 14px Arial;
	margin: 0;
	}
.cell-body-padding {	
	padding: 0px 15px 0px 15px;
	}

.cell-head { /* ex .news-title */
	background-color:#000025;
	background-image:url(../images/mnu-icon.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	border-top:1px dotted #AAAA00;
	color:#FFFFCC;
	font-size:16px;
	font-weight:bold;
/*	margin-left:-15px; */
	padding: 10px 0 10px 40px;
	}

.cell-head a, .cell-head a:visited: {
	color:#FFFFCC;
	text-decoration: none;
	}
.cell-head a:hover: {
	color:#09f;
	text-decoration: underline;
	}
	
.cell-body p {
	padding:2px 0;
	text-indent:1em;
	}

	
