a {
	/*text-decoration: underline;*/
	color: #5e83b0;
}
a:hover {
	color: #ff5223;
}

#link_box a {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border: 3px solid #FFF;
}
#link_box a.forum {
	background-image: url(../img/forum.gif);
	color: #b0b0b0;
	padding: 2px 10px 3px 32px;
	background-position: 10px 6px;
}
#link_box a.add {
	background-image: url(../img/add.gif);
	background-position: 7px 5px;
	margin: 0 0 0 30px;
	padding: 2px 10px 3px 27px;
	color: #75b260;
}
#link_box a.forum:hover {
	border: 3px solid #CCC;
}
#link_box a.add:hover {
	border: 3px solid #75b260;
}


a.link_top_menu {
	display: block;
	font-size: 14px;
	color: #3a3a3b;
	margin: 3px 10px 3px 10px;
	padding: 5px 10px 6px 10px;
	border: 1px solid #fff6de;
}
a.link_top_menu:hover {
	color: #dca000;
}
a.on {
	border: 1px solid #7fa46b;
	background-color: #9aca80;
	color: #FFF;
	background-image: url(../img/link_top_menu_fon.gif);
	background-repeat: repeat-x;
}
a.on:hover {
	color: #FFF;
}


#top_dop_menu a {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	margin: 14px 0;
}
#top_dop_menu a img {
	vertical-align: middle;
}

h1 {
	font-size: 24px;
	margin: 15px 0 3px 0;
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 18px;
	margin: 10px 0 2px 0;
	font-weight: normal;
	color: #555;
}

h1.zag_razdel {
	font-size: 24px;
	margin: 15px 0 3px 0;
	font-weight: normal;
}
h1.zag_pod_razdel {
	font-size: 18px;
	margin: 10px 0 2px 0;
	font-weight: normal;
}
h1 a {
	text-decoration: underline;
	color: #5e83b0;
}
h1 a:hover {
	color : #000;
}

.linki_spiski {
	text-decoration: none;
	color: #000;
}
.linki_spiski:hover {
	text-decoration: underline;
	color: #ff5223;
}





.primer {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #555;
	/*background-image: url(../img/primer_dot.gif);
	background-repeat: repeat-x;
	background-position: 0 15px;*/
}
.primer:hover {
	color: #000;
	border-bottom: 1px solid #000;
}



ul.spisok_rec {
	list-style: none;
	margin: 10px 0 10px 10px;
} 
ul.spisok_rec li {
	background-image: url(../img/list_point.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 2px 0px 2px 15px;
}
sup.new {
	position: relative;
	line-height: 0;
	padding: 0 0 0 19px;
	vertical-align: baseline;
	top: 2px;
	left: 2px;
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
}


.ingr {
	padding: 5px 20px 20px 20px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
}