/* CSS Document */

.main_border {
	border: 1px solid #1B4F9B;
	background-image: url(img/bg_table.jpg);
}
p {font-family:Verdana; font-size:12px; margin:15px;}
body {
	font-family:Verdana;
	font-size:12px;
	background-color: #E6EBEF;
	margin-top: 0px;
	margin-bottom: 0px;

} 

.head1 {
	font-size: 14px;
	color: #052656;
	text-align: center;
	display: block;
	font-weight: bold;
}


p {font-family:Verdana; font-size:12px; margin:15px;}

/*Вывод таблички с названием в левом меню*/
.p_title {
	color: #052656;
	font-weight:bold;
	text-align:center;
	vertical-align: bottom;
	background-image: url(img/knopka_menu1.gif);
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.end_menu{
	background-image: url(img/end_menu.jpg);
	height: 40px;
	background-repeat: no-repeat;
}

/*Окантовка статьи в странице с перечнем статей*/
.post {
/*border:1px solid #1B4F9B; */
width:96%;}

/*Полоса с названием статьи*/
.post_title {
	/*background-image: url(img/tabl_osn.gif);
	background-repeat: no-repeat;*/
	height: 48px;
}
/*Текст в полосе с названием*/
.post_name {
	font-weight:bold;
	margin-top:2px;
	margin-bottom:2px;
	font-size: 14px;
	text-decoration: none;
}
.post_name a {
	text-decoration: none;
}
/*Количество просмотров*/
.post_view { 
font-size:11px;
color:#0C59CD;
}
/*Вывод миниатюры*/
.mini {
border: 1px solid #1B4F9B;
margin-right: 10px;
margin-left: 30px;
margin-top:-8px;
}
.table_down{
	background-image: url(img/table_down1.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: 20px;
}

.knopka{
	padding-right: 30px;
}

/*Заголовок категории в странице*/
.post_title2 {
	font-size:16px;
	font-weight:bold;
	color:#052656;
	text-align:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #052656;
	border-bottom-color: #052656;
	background-image: url(img/post_title2.gif);
}

/*Поиск - текст*/
.search_t {
	font-size:10px;
	color: #052656;
}
/*Поиск - окошко*/
.search_t1 {
	font-size:12px;
	border: 1px solid #1B4F9B;
	background-color: #B3D1F2;
}
/*Поиск - кнопка*/
.search_b {
	/*border:3px double #1B4F9B;*/
	color: #052656;
	border:0px;
	margin-top:6px;
	background-image: url(img/knopka.gif);
	height: 27px;
	width: 102px;
	background-repeat: no-repeat;
	cursor: hand;
}
/*Кнопка Вернуться*/
.Button_back {
	color: #052656;
	/*	border:3px double #1B4F9B;*/
	border:0px;
	height: 27px;
	width: 102px;
	margin-top:6px;
	background-image: url(img/knopka.gif);
	margin-left: 20px;
	padding-top: 0px;
	cursor: hand;
}


/*Прорисовка точек в меню*/
.point {
background-image:url(img/polosa_menu.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:10px;
margin-bottom:0px;
margin-top:3px;

}

.footer{
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.nav_link {
	color:#052656;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 4px;

}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #052656;
	}
a:hover {
	text-decoration: none;
	color: #0C59CD;
/*	font-weight: bold;*/
}



/*Стиль для навигации внизу страницы*/
.pstrnav {
	padding: 0px 10px 20px 15px;
	color:#052656;
}

.pstrnav a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px;color:#0C59CD; text-decoration:underline;
}
#text {
	text-align: justify;
	display: block;
}

.link {
	font-size:10px;
	color: #0066CC;
}
.link a{
	font-size:10px;
	color: #0066CC;
}
.link a:hover{
	font-size:10px;
	color: #3399CC;
}

