/* CSS Document */

.main_border {
	border: 1px solid #941738;
	background-color: #ECDEDE;
}
p {
	font-family:Verdana;
	font-size:12px;
	margin:10px 20px 10px 0px;
	line-height: 20px;
}
body {
	font-family:Verdana;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image: url(img/bg.gif);*/
	background-color: #EAD4F6;
} 

.head1 {
	font-size: 14px;
	color: #CC0033;
	text-align: center;
	display: block;
	font-weight: bold;
}
.left {
	background-image: url(img/menu_bg.gif);
}
/*Полоса с названием статьи*/
.post_title {
	background-image: url(img/polosa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*Текст в полосе с названием*/
.post_name {
	font-weight:bold;
	/*	margin-top:3px;*/
/*	margin-bottom:3px;*/
	font-size: 14px;
	text-decoration: none;
}
.post_name a {
	text-decoration: none;
}
/*Вывод анонса статьи*/
.post_view_middle {
	font-size:11px;
	line-height: 15px;
}

/*Количество просмотров*/
.post_view {
	font-size:11px;
	color:#990033;
	padding-right: 25px;
}

/*Вывод миниатюры*/
.mini {
border: 1px solid #941738;
}
/*Заголовок категории в странице*/
.post_title2 {
	font-size:16px;
	font-weight:bold;
	color:#941938;
	text-align:left;
	background-color: #F7F1F1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #941738;
	border-bottom-color: #941738;
}

/*Поиск - текст*/
.search_t {
	font-size:10px;
	color: #990033;
	padding-left: 10px;
}
/*Поиск - окошко*/
.search_t1 {
	font-size:12px;
	border: 1px solid #941738;
	background-color: #EDDEDF;
	margin-left: 15px;
}
/*Поиск - кнопка*/
.search_b {
	/*border:3px double #9F4827;*/
	/*margin-top:10px;*/
	background-image: url(img/kn_poisk.gif);
	border:0px;
	margin-top:15px;
	margin-left: 10px;
	height: 26px;
	width: 94px;
	background-repeat: no-repeat;
	cursor: hand;

}
/*Кнопка Вернуться*/

.Button_back {
	border:0px;
	height: 28px;
	width: 139px;
	margin-top:3px;
	background-image: url(img/kn_bottom.gif);
	margin-left: 20px;
	padding-top: 1px;
	cursor: hand;
}

/*Прорисовка точек в меню*/
.point {
background-image:url(img/point.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:7px;
padding-top:3px;
/*margin-bottom:5px;
margin-top:5px;*/
}

.nav_link {
	color:#990033;
	font-size:12px;
	margin-left: 0px;

}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #990033;
	}
a:hover {
	text-decoration: none;
	color: #FF6699;
	}
/*Стиль для навигации внизу страницы*/
.pstrnav {
	padding: 0px 10px 20px 15px;
	color:#990033;
}

.pstrnav a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px;color:#FF6699; text-decoration:underline;
}
#text {
	text-align: justify;
	display: block;
	color: #660033;
}
.footer{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #941738;
	border-right-color: #941738;
	border-bottom-color: #941738;
	border-left-color: #941738;
	background-color: #F7F1F1;
	font-size:11px;
	color: #941738;

}
.small{
	font-size: 10px;
}

.link {
	font-size:10px;

}
.link a{
	font-size:10px;

}
.link a:hover{
	font-size:10px;

}



