* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	
}
a {
	text-decoration: underline;
	color: #09c;
}
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: right;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0px;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

.mini {clear: both; 
	font-size:x-small; text-align:right;
	color: #000000;
	height: 20px; margin:5px;}
/** BEGIN wrapper **/
#wrapper {
	width: 1150px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
       background-color: #4b4d5a; 
	   width:100%; 
	   height:180px; 
	   margin-bottom:1px;
	}

#logo {float:left; margin-left:20px;}
#name { height:180px; float:right; }	
#header h2 {
	clear: both;
	float: right;
	padding: 0px 40px 10px 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	vertical-align:baseline;
	outline: none;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size:2em; margin-top:45px; margin-right:45px; 
}

	    
/** END header **/

/** BEGIN left sidebar **/

#lsidebar {
	clear: both;
	width: 17.39%;
	float: left;
	margin: 1px 5px 1px 0;
	padding: 5px;
	background-color: #E2E6E9;
}
#lsidebar .box {
		background: #ffffff url(/skins/header.gif) repeat-x 0 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #D9D9D9;
}
#lsidebar .minibox { background: #ffffff;
		border-width: 0 1px;
		border-style: solid;
		border-color: #D9D9D9; font-size: 10px; color:#4b4d5a; padding:5px;
}	
		
#lsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 6px 7px 10px;
}
#lsidebar .box ul {
			list-style-type: none;
			padding: 2px 2px 10px;
}
#lsidebar .box ul li {
				font-weight: bold;
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
}
#lsidebar .box ul li a {
				color: #808080;
				text-decoration: none; font-size: 12px;
}
#lsidebar .box ul li a:hover {
				color: #243749;
}
.mlist { background-color:#F8F8FF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; font-style:italic;}
#lsidebar .box ul li .mlist a { background-color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; font-style:italic; }
.mlist a:hover{ background-color:#F8F8FF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; font-style:italic;}
			
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 60%;
	float: left;
	margin: 1px 0; 
}
#content .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
}
#content .box .buffer {
			background: #ffffff url(/skins/header.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
}
#content .box .buffer h1 {
			color: #243749;
			text-transform: uppercase;
			font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder;  
			padding: 6px 7px 10px;
}
#content .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
}
#content .homelist li {
			clear: both;
			padding-top: 7px;
}
#content .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
}
#content .homelist li a.title {
			color: #243749;
			font-size: 1.3em;
			font-weight: bold;
			text-decoration: none;
}
#content .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
}
#content .homelist li .more {
			display: block;
			background: url(/skins/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
}
#content .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
}
#content .postnav a {
			text-decoration: none;
}
#content .content {
		padding: 10px;
}
#content .content p {
			line-height: 1.4em;
			margin-bottom: 10px;
}
#content .content ul, #content .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
}
#content .content li {
			line-height: 1.4em;
			padding: 2px 0;
}
		#content .box .buffer .content .cat {font-size:10px;}
		#content .box .buffer .content .adv_bl {  width:100%; height:auto; margin-bottom:50px; margin-top:25px; font-size:0.9em;}
		#content .box .buffer .content .adv { margin-bottom:20px; margin-top:20px; padding: 15px; border: 2px solid #eeeeee; font-size:0.9em;}
		#content .box .buffer .content .adv h2 { color:#CC0000;}
		#content .box .buffer .content .adv h3 { color:#CC0000; font-size: 15px;}
		#content .box .buffer .content .adv_red { margin-bottom:20px; margin-top:5px; padding: 15px; border: 2px solid #eeeeee; background:#F8F8FF; color:#252525; font-size:0.9em;}
		#content .box .buffer .content .adv_red a{ color:#0000FF; font-weight:bold;}
		#content .box .buffer .content .adv_red h5 { font-size: 1.3em; color:#666666; margin-bottom: 5px;}
		#content .box .buffer .content .sovet { width:100%; clear:none; float: inherit;
		padding: 5px;
		margin-bottom: 10px; margin-top:25px;
		font-family:Arial,Verdana,Helvitica,sans-serif;
	    font-size:12px;
	    font-weight:bold;
		} 
#content .box .buffer .content .sovet h3 {   
		background-color:#4b4d5a; width:100%; height:20px;
        font-family: Geneva, Arial, Helvetica, sans-serif; 
        color:#FFFFFF; 
		font-size:14px; 
		font-weight:bolder;
		font-stretch:expanded; 
		text-transform: uppercase; 
		padding-left:20px; 
		margin-bottom:20px;			
        }
	
		#content .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .content h2 {
			font-size: 1.5em; text-align:center; margin-bottom: 10px; text-shadow:3px 3px 3px #e0e0e0;}
		
		#content .content h3 {
			font-size: 1.4em;
			color:#666666;
			margin-bottom: 5px;
		}
		#content .content  h4 {
			font-size: 1.1em;
			margin-bottom: 5px;
		}
	    #content .content  h5, h6 {
			font-size: 1.0em;
			margin-bottom: 5px;
		}
			
	#content .content  .prim {font-size: 0.9em; }
	#content .featured {
		padding: 5px;
	}
	#content .subscribe {padding: 5px; border: 2px solid #eeeeee; background-color:#F8F8FF;  font-weight:bold;}
	#content .green {background:#00FF00; width:50px; padding-left:5px;}
	#content .yellow {background: #FFFF00; width:50px; padding-left:5px; padding-right:5px;}
	#content .grey { color:#666666; font-weight:bold;}
	#content .red {color: #CC0000; font-weight: bold;}
#content .list1{
	padding: 10px 10px 10px; font-size:14px; font-weight:bolder; list-style: url(/skins/stop.gif); 
}

#content .list1 li{
	padding: 5px 10px 5px 20px;
	margin: 0 0 3px;
}

#content .list1 li:nth-child(even){
	padding: 5px 10px 5px 20px;
	background: #fde990 ;
}
#content .warning {border-color:#eeeeee; border:solid 2px; background-color:#F8F8FF; font-size: 0.9em; text-align:center; margin:10px; padding:5px;}
#content .main { border-top:solid 10px; border-color:#E2E6E9; margin-top:20px; }
#content .main h3 {color:#666666; font-weight:bold; margin-top:30px; margin-bottom:15px; border-bottom:solid 2px; border-bottom-color:#E2E6E9; padding-bottom:10px;}
#banner {width:100%; height:auto; text-align:center; background-color:#ffffff; margin:15px; padding:15px; }
#combo { width:53.04%; height:250px; background-color:#ffffff; margin-top:15px; margin-bottom:15px; margin-left:20px; }
#combo_1 { width:26.08%; height:250px; float:left;}
#combo_2 { width:26.08%; height:250px; clear:inherit; float:left;}
#double { width:53.04%; height:auto; background-color:#ffffff; margin-top:15px; margin-bottom:15px;}
#double_1 { width:26.08%; height:auto; float:left;}
#double_2 { width:26.08%; height:auto; clear:inherit; float:left;}
#content .recommend { width:47.83%; height:30px; background-color:#ffffff; margin-top:25px; margin-bottom:35px; margin-left:50px;}
.sel_1 { width:26.08% float:left;  border-bottom:1px solid #999999; padding-top:10px; padding-bottom:6px; margin-left:20px; margin-bottom:5px; margin-top:15px; text-align:center; background-color:#F8F8FF;}
.bl_select { width:auto;
           height:auto;
		   text-align:left;
		   border:#CCCCCC solid 1px;
		   padding:25px; margin-left:5px; margin-right:5px; margin-top:10px;
		   text-decoration: none;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;}
.bl_select:hover { width:auto;
           height:auto;
		   text-align:left;
		   border:#CCCCCC solid 1px; 
		   padding:25px; margin-left:5px; margin-right:5px; margin-top:10px;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
			text-decoration: none;
			-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 2);}
			
#aff_tools {
	width:100%;
	border-collapse:collapse;
}

#aff_tools td {
	width:50%;
	text-align:center;
	padding:10px;
	border-bottom:solid 1px #999;
	background-color:#F8F8FF;
}

#aff_tools td.active {
	border-bottom:0;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-top:solid 1px #999;
	background-color:#FFFFFF;
}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 21.739%;
	float: right;
	margin: 1px 0; 
}
	#rsidebar .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
	}
		#rsidebar .box .buffer {
			background: #ffffff url(/skins/header.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding-bottom: 3px;
		}
		#rsidebar .box .smenu {
			background: #4b4d5a;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 3px;
		    margin-bottom: 5px;
		}
		#rsidebar .box .smenu ul {list-style-type: none;}
		#rsidebar .box .smenu ul li {border-bottom: 1px solid #ffffff; padding: 7px; font-size: 1.1em;}
		#rsidebar .box .smenu ul li:hover { background-color:#34495E;}
		#rsidebar .box .smenu a {color: #ffffff; text-decoration: none;}
		#rsidebar .box .smenu a:hover {color: #ffffff;}
		#rsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 6px 7px 10px;
		}
		
		#rsidebar .box ul {
			list-style-type: none;
		}
			#rsidebar .box ul li {
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
				font-size: 11px;
			}
			#rsidebar .box ul li a {
				color: #808080;
				text-decoration: none;
			}
			#rsidebar .box ul li a:hover {
				color: #243749;
			}
			
		#rsidebar .box .flickr {
			text-align: center;
		}
			#rsidebar .box .flickr img {
				margin: 5px;
			}
		#rsidebar .box .video {
			padding: 3px 3px 0;
		}
		#rsidebar .box .tags {
			padding: 10px;
		}
		
		#rsidebar .box .tags a {
				color: #808080;
				text-decoration: none;
			}
			#rsidebar .box .tags a:hover {
				color: #243749; 
				text-decoration:underline;
			}
		#rsidebar .box .biblio {padding: 5px 15px 5px 5px;	
		}
		#rsidebar .box .biblio a {
				color: #808080; font-weight: 500;
				text-decoration: none;
			}
			#rsidebar .box .biblio a:hover {
				color: #243749; font-weight:bold; 
				}
			
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #4b4d5a; 
	font-size:xx-small;
	color: #ffffff;
	height: 50px;
	padding: 10px;
}
	#footer .buffer { 
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	#footer p {
		line-height: 1.6em;
		margin-bottom: 5px;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .l { width:200px;  height:40px;
		float: left; text-align:center;
	}
	#footer .m{ width:690px;  height:40px; float: left; text-align:center; font-size:10px;}
	#footer .r { width:250px;  height:40px;
		float: left; text-align:center; font-size:10px; 
	}
 
.sub_flag {
  display:block;
  width:30px;
  height:200px;
  position:fixed;
  right:0;
  top:325px;
  z-index: 99999;
  border: #999999 solid 1px;
}
.sub_flag:hover {
  display:block;
  width:40px;
  height:200px;
  position:fixed;
  right:0;
  top:325px;
  z-index: 99999;
  border: #999999 solid 2px;
}


#bl_par { width:auto; height:auto; border:#CCCCCC solid 4px; padding-top:25px; padding-bottom:50px;}
#form_bl_top {font-size: 18px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; text-align:center;}
#form_bl {font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align:center;}
#form_bl_prim {font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic; color:#CCCCCC; text-align:center;}
#bl_form { width:auto;
           height:auto; 
		   border:#CCCCCC solid 1px; 
		   padding:25px; margin-left:25px; margin-right:25px; margin-top:20px;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;}
			
.bl_form_select { width:auto;
           height:auto;
		   text-align:center;
		   border:#CCCCCC solid 1px;
		   padding:25px; margin-left:25px; margin-right:25px; margin-top:20px;
		   text-decoration: none;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;}
.bl_form_select:hover { width:auto;
           height:auto;
		   text-align:center;
		   border:#CCCCCC solid 1px; 
		   padding:25px; margin-left:25px; margin-right:25px; margin-top:20px;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
			text-decoration: none;
			-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 2);}			
.bl_form_select a: { width:auto;
           height:auto;
		   text-align:center;
		   border:#CCCCCC solid 1px; 
		   padding:25px; margin-left:25px; margin-right:25px; margin-top:20px;
		   text-decoration: none;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
			text-decoration: none;
			-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 2);}
			

.bl_select_1 { width:auto;
           height:auto;
		   background-image:url(/skins/2002.png); background-position:right; background-repeat:no-repeat;
		   text-align:left;
		   border:#CCCCCC solid 1px;
		   padding:25px; margin-left:5px; margin-right:5px; margin-top:10px;
		   text-decoration: none;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;}
.bl_select_1:hover { width:auto;
           height:auto;
		   text-align:left;
		   border:#CCCCCC solid 1px; 
		   padding:25px; margin-left:5px; margin-right:5px; margin-top:10px;
	 -webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
			text-decoration: none;
			-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 2);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 2);}			


@media only screen and (max-width: 1150px) {
img {max-width: 100%; height: auto;} /*делаем изображения эластичными*/
embed, object, iframe {width: 100%;} /*делаем встроенные объекты эластичными*/
#wrapper, #header #box {width: 100%; height: auto;} /*заголовок и тело эластичными*/
#logo {width: 42%;} /*делаем лого эластичным*/
#name {font-size: 0.8em; } /*уменьшаем шрифт хедера*/
#footer {width: 100%; height: 50px; margin-top:50px; padding: 10px;} /*футер на всю ширину*/
#footer .l {display:none;  float: none;}
#footer .m {width: 100%; height: auto; float: left;}
#footer .r {display:none;  float: none;}
}

@media only screen and (max-width: 940px) {
#header {height:150px;}
#header h2 {margin-top:20px; }
#lsidebar  {display:none;  float: none;}
#content {width: 79.8%;}
#rsidebar {width: 20%;}
}
 
@media only screen and (max-width: 768px) {
#header { height:120px;}
#name { font-size: 0.6em;} /*уменьшаем шрифт хедера*/
#header h2 {margin-top:30px; }
#content {width: 100%; float: none;} /*контент на всю ширину*/
#rsidebar {width: 100%; } /*сайтбар на всю ширину*/
h1 {font-size: 1.8em;} /*изменяем размер заголовка*/
#bl_form {padding:5px 10px 5px 10px; margin:10px 10px 5px 10px;} /*внутренние отступы для контента*/
}

@media only screen and (max-width: 660px) {
#header { height:100px;}
#header h2 {margin-top:15px; }
#DIV_DA_102101{ display:none;}
}

@media only screen and (max-width: 620px) {
#footer {width: 100%; height: 80px; margin-top:50px; padding: 10px;} /*футер на всю ширину*/
}

@media only screen and (max-width: 560px) {
#header { display:none;}
}

/*
     */
/*
*/