
/*- CONTENT PAGE -*/

#site { font:14px Arial;}

.h1 {font-weight:bold; }
.h1, 
h1 { 
		font-size:20px; color:#539449; margin-bottom:14px; 
}
	
h2 { 
		font-size:16px; color:#00427f; margin-bottom:13px;
}
	
h3 { 
		font-size:16px; color:#2f8541; margin-bottom:13px;
}
	
h4 { 
		font-size:14px; color:#00427f; margin-bottom:12px;
}
	
h5 { 
		font-size:14px; color:#2f8541; margin-bottom:12px;
}
	
h6 { 
		font-size:12px; color:#000000; margin-bottom:12px;
}

.content p {
	line-height:17px; 
}

a {color:#3d8d4e;}
.black {color:#020202 !important; }

img, .nofoto {border:1px solid #bac2cd;}

.content  th,.content  td  {border:1px solid #c0c4b6; padding:5px 5px;}
.content  th, .content  thead td {color:#000000; background:#f9fbfd repeat-x top url(../images/th_fon.png);}

.content table {margin-bottom:27px; }

.content  ol {margin-left:34px;}
.content  ol li {margin-bottom:7px;}

.content  ul {margin-left:20px;}
.content  ul li {margin-bottom:7px; padding-left:14px; background:no-repeat left 5px url(../images/mark.gif);}


/*links*/
p.more a, p.back a, a.more, a.back 
		{
			font:normal 14px Arial;
			color:#2f5d28;			
		}
a.more, a.back {
	line-height:28px; 
}		
		
p.more a, a.more 	
		{
			padding-right:10px;
			background:no-repeat right 6px url(../images/more.gif);
		}
		
p.back a, a.back 	
		{
			padding-left:10px;
			background:no-repeat left 6px url(../images/back.gif);
		}
p.all {
	margin-top:-9px; margin-right:2px; 
}		
p.all a {
	color:#000000;
	padding-right:10px;
	background:no-repeat right 7px url(../images/more.gif);	
}


/*listing*/
#listing a 
		{color:#000000;}																			
		
#listing a.back-list, 
#listing a.forward-list 
		{color:#000000;}												/*Цвет букв для "пред." и "след."  */
		
#listing a.back-list:hover, 
#listing a.forward-list:hover 
		{color:#7b7b7b;} 												/*Цвет букв для "пред." и "след." при наведении */		
		
p.more-list a
		{color:#000000;} 												/*Цвет букв для "показать всё" */
		
p.more-list a:hover 
		{color:#7b7b7b;} 												/*Цвет букв для "показать всё" при наведении */
		
#listing span, 
#listing a:hover
		{background:#2f8541;}										/*Цвет фона: цифры при наведении и выделенного пункта*/
		
#listing span, 
#listing span, 
#listing a:hover 
		{color:#FFFFFF;}													/*Цвет  выделенного пункта и цифры при наведении*/	
		
		
		
		