/* ---=== Стили для страницы новостей ===--- */
.content {
	}
.cell-body {
	margin:0px 0px 35px;
/*	padding-bottom:14px;
	float:right;
	width: 100%; */
	}	
.pindex { /* индекс прикола в заголовке новости */
	float: right;
	font: bold 14px monotype;
	color: #fcc;
	margin: 0 5px;
	}
.cell-links {
	float: right;
	width:8px;
	height:16px;
	}
/*	
.cell-links a, .cell-links a:visited {
	background-color: #000;
	color: #00f;
	padding: 0 4px 0 3px;
	border-left:1px dotted #00C;
	border-top:1px dotted #00C;
	}
.cell-links a:hover {
	background-color: #000038;
	border-left:0px dotted #44f;
	border-top:0px dotted #44f;
	border-bottom:1px dotted #44f;
	border-right:1px dotted #44f;
	color: #88f;
	text-decoration: underline;
	padding: 0 3px 0 4px;
	}
.cell-links img {
	vertical-align: middle;
	margin: 0;
	padding: 0 3px 0 0;
	}
*/

.news-pager {
	font-size: 12px;
	padding: 10px;
	background-color:#000038;
	border-bottom:1px dotted #AA0;
	border-top:1px dotted #AA0;
	text-align:center;
	margin:20px 5%;
	}
.news-pager a, .news-pager a:visited {
	text-decoration: none;
	}
	

/* --- стили для тел новостей --- */
.cell-body .al-left {
	text-align: left;
	}
.cell-body .al-right {
	text-align: right;
	}
.cell-body .al-justify {
	text-align: justify;
	}
.cell-body .quote { /* moved to main.css */
	}
.cell-body .achtung {	}

.cell-body img {
	margin: 0 15px 0 15px;
	}
.cell-body img[align^="right"] {
	margin: 0 -15px 0 15px;
	}
.cell-body img[align^="left"] {
	margin: 0 15px 0 -15px;
	}

.cell-head img {
	margin: 0 0;
	}
.cell-head a, .cell-head a:visited {
	color: #FFFFCC;
	}
.cell-head a:hover {
	color: #DDEEFF;
	}



