@media print {
/* Takas title PRINT CSS */
#cap, #footer, #m-nav, #search, #b-content, #extra-nav, .sublinkai, a.more, a.comments, .img div, #comments, .news .list, #teo-services {
	display: none;
	visibility: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.rub-header {
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: bold;
}
div.page-header {
	font-size: 1.4em;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
#main-content {
	visibility: visible;
	font-size: 1.2em;
}
.item {
	clear: both;
	margin-bottom: 15px;
	font-size: 1em;
}
a {
	color: #000;
	text-decoration: underline;
	font-size: 1em;
}
.top-news {
	height: 130px;
	min-height: 130px;
	margin-bottom: 20px;
	font-size: 1em;
}
h1 {
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}
h1 a {
	text-decoration: underline;
}
h2, .top-news h1 {
	margin: 3px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}
h2 a, .top-news h1 a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}
h2.page-header {
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}
.img img, img.linkas, .ttl-img.img, .top-news img {
	float: left;
	/*width: 120px;*/
	margin: 0 10px 10px 0;
	padding: 0;
	/*border: 1px solid #000;*/
}
p {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
}
ul {
	clear: both;
	margin: 5px 0 10px 20px;
	padding: 0;
	font-size: 1.1em;
}
}