﻿*								{margin:0; padding:0;}
body							{width:100%;background:#fff;font-family: Arial,Georgia, "Times New Roman", Times, serif;font-size:12px;background: #fff;}
#bo								{margin:5px;}
img								{border:0;}

table 							{border-left: 1px solid #7ba0cd;border-bottom: 1px solid #7ba0cd;}
td								{border-top: 1px solid #7ba0cd;border-right: 1px solid #7ba0cd;padding: 7px 5px;}
tr.headt						{vertical-align:top;}
tr.one							{background:#d3dfee;}
tr.two							{background:#a7bfde;}


/* head */
#head							{width:100%;text-align:center;}
#head h1						{color:#FFF;font-size:29px;margin: 32px 0 0 0;}


/* center */
#center							{}
#cenleft						{float:left;width:252px;margin: 0 0 10px 5px;display:block;}

.time							{color:#307aa8;text-align:justify;margin: 0 0 10px 0;}

#cencen							{margin: 0 5px 10px 280px;}
#cencen a						{color:#2B6C9A;text-decoration:none;}

#imgT							{float:left;width:370px;}
#textT							{margin: 0 0 0 370px;border-bottom:1px solid #e3e9ef;border-right:1px solid #e3e9ef;border-top:1px solid #e3e9ef;}
.text							{padding:5px;cursor:pointer;height:81px;}
.text h1						{font-size:14px;}
.text:hover						{background:#f4f5f5}

.cur							{background:#dfdfdf url('../images/cur.png') repeat-x;border: 1px solid #989ca1;border-left:0;}
.cur h1							{color:#be0000;}
.cenT							{border-right:1px solid #e3e9ef;}
.endT							{border-bottom:1px solid #e3e9ef;border-right:1px solid #e3e9ef;}

.razdName						{margin: 10px 0;}
.razdName a						{color:#0a5192;font-size:16px;}

.razd							{display:block;height:200px;}
.imgR							{width:260px;float:left;}
.headR							{background: #2c6e9b; padding: 5px 10px;text-align:left;width:240px;color:#FFF;cursor:pointer;}
.newsR							{margin: 0 0 0 270px;}
.dateNew						{color:#666666;font-size:12px;margin: 0 0 2px 0;}
.textR							{text-align:justify;}
.textR a 						{text-decoration:none;color:#000;font-size:15px;padding: 5px 0;}
.hr								{width:100%;height:1px;background:#d9d9d9;margin: 10px 0;}
.cev							{}

/* menunew */
.menunew						{width:232px;height:25px;background: url('../images/menunew.png') no-repeat;color:#FFF;padding:4px 10px 0 10px;}


.img							{display:block;cursor:pointer;overflow:hidden;position:relative;}
.heading						{background:#000;opacity:0.6;position:absolute;color:#FFF;}
.caption						{background:#000;opacity:0.6;position:absolute;color:#FFF;}
.caption a						{color:#FFF;}

/* butlog */
#butlogL						{float:left;width:10px;height:55px;background: url('../images/butlogL.png') no-repeat;}
#butlogR						{float:right;width:10px;height:55px;background: url('../images/butlogR.png') no-repeat;}
#butlogC						{margin: 0 10px;background: url('../images/butlogC.png') repeat-x;height:55px;}
#logobut						{color:#ffffff;font-size:40px;font-weight:bold;padding: 5px 0 0 0;float:left;}
.razdbutlog						{height:40px;width:1px;background:#d9d9d9;margin: 8px 10px 7px 10px;float:left;}
#smi							{color:#fdfdfd;float:left;width:500px;margin: 7px 5px 0 10px;font-size:11px;}

#butmenu						{margin: 10px 0;font-size:12px;}
#butmenu ul						{list-style:none;}
#butmenu ul li					{float:left;margin: 0 17px;}
#butmenu ul li a				{color:#2b6c9a;padding: -5px 0 0 0;text-decoration:none;}
.razdmenubut					{width:1px;height:10px;}
.redsdsd						{width:1px;background:#cccccc;height:10px;margin: 3px 0 0 0;}


/* but */
#but						{margin:10px 0 0 0;font-size:11px;}
#butL						{float:left;width:9px;height:140px;background: url('../images/butL.png') no-repeat;}
#butR						{float:right;width:10px;height:140px;background: url('../images/butR.png') no-repeat;}
#butC						{margin: 0 10px 0 9px;background: url('../images/butC.png') repeat-x;height:140px;}

#butC1						{width:250px;float:left;margin: 0 0 0 10px;}
#butC2						{width:320px;float:left;margin: 10px 0 10px 25px;color:#FFF;font-size:11px;text-align:justify}
#butC3						{width:340px;float:left;margin: 10px 10px 0 25px;color:#FFF;font-size:11px;text-align:justify}

#menubut					{list-style:none;margin: 5px 0 0 0;}
#menubut li					{float:left;margin: 0 5px 0 0;}
#menubut li a				{color:#FFF;padding: -5px 0 0 0;text-decoration:none;font-size:10px;}


#butC1T						{color:#FFF;padding:10px 0 0 0;text-align:justify}
#searchbut					{margin: 5px 0 5px 0;}
#menubuttinp				{width:22px;height:20px;background: url('../images/searchBut.png') no-repeat;border:0;}


.zitem {
	/*width:125px;
	height:125px;*/	
	/*border:1px solid #222;*/	
	/*margin:5px 5px 5px 0;*/
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	/*width:125px;
	height:30px;*/
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
	width:100%;
	text-align:left;
}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	/*position:absolute;*/
}


.zitem2 {
	/*width:125px;
	height:125px;*/	
	/*border:1px solid #222;*/	
	/*margin:5px 5px 5px 0;*/
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	/*float:left;*/
}

.zitem2 .caption {
	/*width:125px;
	height:30px;*/
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
	width:100%;
	text-align:left;
}

.zitem2 .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem2 img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}


.foot1									{padding:3px 5px;background:#e6e7e7;}
.foot2									{padding:3px 5px;background:#d2d7dc;}
.foot1 a,.foot2 a						{text-decoration:none;color:#010101;}


.link 						{color:#2b6c9a;text-decoration:none;}


.menuOn							{width:232px;height:21px;background: url('../images/menunewb.png') no-repeat;color:#FFF;padding:4px 10px 0 10px;cursor:pointer;}
.menuOff						{width:232px;height:21px;background: url('../images/menuoff.png') no-repeat;color:#FFF;padding:4px 10px 0 10px;cursor:pointer;}

.babka							{float:left;width:70px;display:block;height:58px;padding:10px 0 0 10px;}
.bybabka						{float:left;width:86px;padding:10px 0 0 0;}
.polbabka						{height:1px;width:238px;margin: 0 0 0 9px;background:#f7f7f7;}

.pogodaItem						{height:18px;}
.pogoda							{float:left;width:110px;display:block;height:13px;padding:5px 0 0 10px;color:#999;}
.bypogoda						{float:left;width:66px;height:18px;padding:5px 0 0 0;color:#333;font-size:14px;}

.topnews						{width:252px;}
.topnews a						{color:#000;padding:2px 0 0 10px;}

.pagnav							{border:1px solid #D7D7D7;
color:#000000;
display:block;
float:left;
font-size:12px;
margin:0 2px 2px 0;
padding:6px 10px;
position:relative;
text-align:center;
top:3px;
width:10px;}

.pagnavOn							{border:1px solid #D7D7D7;
color:#fff;
display:block;
float:left;
font-size:12px;
margin:0 2px 2px 0;
padding:6px 10px;
position:relative;
text-align:center;
top:3px;
width:10px;
background:#BE0000;
}
.pagnavOn a	{color:#fff;}