@font-face { 	font-family: ALK Sanet; 	src: url('../fonts/alk-sanet.ttf'); }

@font-face { 
font-family: BPGmrgvlovani; 	
src: url('../fonts/bpg_mrgvlovani_2010.eot'); 
src: url('../fonts/bpg_mrgvlovani_2010.woff') format('woff'); 
src: url('../fonts/bpg_mrgvlovani_2010.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color:#FFF;


}
header, nav, section, article, aside, footer {
	display: block;
}

a {
	color: #696969;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
input {
	vertical-align: middle;

}

 input,
 textarea {
  outline:none;
}
                
.line{
margin:4px 0px 4px 0px;
width:99.98%;
border:1px solid #CCC;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#fff;

}
.slider-tit{
display:block;
height:55px;
overflow:hidden;
width:170px;
}

.imgslider{
}
/* Header
-----------------------------------------------------------------------------*/
#header {

width:100%;
height:240px;
margin-top:40px;
}
.headbanner{
position:relative;
left:50px;
bottom:80px;
}
.headline{
width:100%;
height:120px;
background-image:url("../img/logo.png") no-repeat;
background: #4250A2; /* Old browsers */
background: -moz-linear-gradient(left,  #4250A2 0%, #626DB2 41%, #626DB2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4250A2), color-stop(41%,#626DB2), color-stop(100%,#626DB2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4250A2 0%,#626DB2 41%,#626DB2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4250A2 0%,#626DB2 41%,#626DB2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4250A2 0%,#626DB2 41%,#626DB2 100%); /* IE10+ */
background: linear-gradient(to right,  #4250A2 0%,#626DB2 41%,#626DB2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4250A2', endColorstr='#626DB2',GradientType=1 ); /* IE6-9 */
font: GeoPixelRegular;
}
.headline a{
position:relative;

left:1%;
font-size:4em;
color:#FFF;
text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
font: "GeoPixelRegular";
text-decoration:none;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 1200px;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 830px;
float: left;
margin: -15px 10px 0 0px;
overflow: hidden;
}
#content {
	
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 255px;
	margin-top: 10px;
	position: relative;

}

#sideRight {
	float: left;
	width: 350px;
	margin-top: 10px;
	
	position: relative;
	
}

.block-right{
    margin-bottom:15px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1200px;
	margin: -40px auto 0;
	height: 40px;	
	position: relative;
}
#footer hr {
border-color: red;
}
.block1 {
height:181px;
margin-left:10px;
float: left;
}
.block11 {

}


.center {
float: left;
width: 475px;
border:1px solid #ddd;
margin-left:10px;
}
.top_menu  ul{

list-style-type: none;
background-image: url(navi_bg.png);
height: 80px;
width: 663px;
margin: auto;

}


.top_menu li {
float: left;
list-style-type: none;
padding-right: 5px;
height: 30px;
line-height: 30px;
}
.top_menu a {
background-image: url(../images/navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 80px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #371C1C;
}
.chat-bubble {
background-color: #EDEDED;
font-size: 14px;
color: #25577f;
text-decoration: none;
font-family: verdana;
line-height: 1.3em;
margin: 10px auto;
text-decoration:none;
padding: 10px;
position: relative;

-moz-box-shadow: 0 0 1px #888888;
-webkit-box-shadow: 0 0 1px #888888;
}
 
.chat-bubble-arrow-border {
  border-color: #666666 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-22px;
  left:30px;
}
 
.chat-bubble-arrow {
  border-color: #EDEDED transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:30px;
}

.photonews 
 {
height:360px;
width:480px;
border:1px solid #ddd;
}

.chat-bubble1 {
background-color: #EDEDED;
font-size: 14px;
color: #25577f;
text-decoration: none;
font-family: verdana;
line-height: 1.3em;
margin: 10px auto;
padding: 10px;

position: relative;
-moz-box-shadow: 0 0 1px #888888;
-webkit-box-shadow: 0 0 1px #888888;
}
 .chat-bubble1 a{color:red;
 text-decoration:none;}
 
.chat-bubble-arrow-border {
  border-color: #666666 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-22px;
  left:30px;
}
 
.chat-bubble-arrow1 {
  border-color: #EDEDED transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:30px;
}
.chat-bubble2 {
background-color: #EDEDED;
font-size: 14px;
color: #25577f;
text-decoration: none;
font-family: verdana;
line-height: 1.3em;
margin: 10px auto;
padding: 10px;
width: 181px;
text-decoration:none;
 float:left;
 margin-left: 10px;
position: relative;
-moz-box-shadow: 0 0 1px #888888;
-webkit-box-shadow: 0 0 1px #888888;
}
 .chat-bubble4 {
background-color: #EDEDED;
font-size: 14px;
color: #25577f;
text-decoration: none;
font-family: verdana;
line-height: 1.3em;
margin: -8px auto;
padding: 9px;
width: 98px;
text-decoration: none;
float: left;
margin-left: 1px;
position: relative;
-moz-box-shadow: 0 0 1px #888888;
-webkit-box-shadow: 0 0 1px #888888;
}

.chat-bubble5 {

font-size: 14px;
color: #25577f;
text-decoration: none;
font-family: verdana;
line-height: 1.3em;
margin: -8px auto;
padding: 9px;
width: 175px;
border: 1px solid #DDD;
text-decoration: none;
float: left;
margin-left: 1px;
position: relative;

}

.chat-bubble-arrow-border {
  border-color: #666666 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-22px;
  left:30px;
}
 
.chat-bubble-arrow2 {
  border-color: #EDEDED transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  left:30px;
}

.chat-bubble-arrow3 {
  border-color: #EDEDED transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:relative;
  bottom:10px;
  left:30px;
}
.reclama  {
height:60px;
background-color: #EDEDED;
margin-top:10px;
}
.baner  {

 width:200px;
 float:left;
 margin-left: 10px;
}
.baner1  {

 float:left;
  width:200px;

margin-top: 5px;
}




.title {
color: #000;
text-decoration: none;

margin: 0;
width: 320px;

}
.date {font-size: 11px;
padding: 1px 2px;
background: white;
width: 28px;
text-align: center;
color: #58490f;
border: 1px solid white;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-bottom: 1px solid #d0c9b1;
margin-left: 10px;
float: left;
}

.news {padding: 8px 0;
list-style: none;
overflow: hidden;

}
.news1,.news2,.news3,.news4,.news5{
margin-bottom:10px;
}

.date-news {
font-size: 11px;
color: #858585;
float:left;
}
.date-news-main {
font-size: 11px;
color: #858585;
float:right;
}
.field-picture {
float: left;
border: 4px solid #dfdbc8;
margin-right: 12px;
margin-bottom: 0px;
}
.field-content{
font: normal 12px Arial,Helvetica,sans-serif;
color: #000;
text-decoration: none;
}
.news6{
margin-bottom:30px;
}
.field-picture1 {
float: left;
border: 4px solid #dfdbc8;
margin-right: 12px;
margin-bottom: 0px;
}
.field-content1{
font: normal 12px Arial,Helvetica,sans-serif;
color: #000;
text-decoration: none;
}

.space{
height:10px;
display:block;
}
em {font-style:normal}



.tabs{
position:relative;   
height: 300px;
}

.tab{
display:inline-block;        
}

.tab>span{
cursor:pointer;
}

.tab>span.selected{
color:white;
}

.tab-content{
display:none;
position:absolute;
left:0;
top:31px;
color:#DDD;
width:100%
}

/* Главное меню */
#menu1
{
        width: 100%;
        margin: 10px 0 0 0;
          list-style: none;
  
}

#menu1 li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}
#menu1 a
{
        float: left;
        height: 14px;
        padding: 0 5px;
        color: #333333;
        text-decoration: none;
       
}


#menu18
{
        width: 100%;
        margin: 10px 0 0 0;
          list-style: none;
       
}

#menu18 li
{
        float: left;
        padding: 6px;
        position: relative;
		background: url(../images/menu-separator.gif) 100% 0 no-repeat;
}

#menu18 a
{
        float: left;
      
        padding: 0 14px;
        color: #fff;
        text-transform: uppercase;
        font: bold 11px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#menu18 li:hover > a
{
        color: #fff;
}

*html #menu18 li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu18 li:hover > ul
{
        display: block;
}

/* Подменю */

#menu18 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    
}

#menu18 ul li
{
    float: left;
padding: 0 2px 0 0;
background: url(../images/menu-separator.gif) 100% 0 no-repeat;
}
}

#menu18 ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu18 ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu18 ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu18 ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu18 ul a:hover
{
    background: #ec1c24;
       
}

#menu18 ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu18 ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu18 ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu18 ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#menu18:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

.active1 {background:#ccc;}

* html #menu18             { zoom: 1; } /* IE6 */
*:first-child+html #menu1 { zoom: 1; } /* IE7 */






.block_title1 {
clear: both;
font: 13px Georgia;
line-height: 16px;

}
.block_title2  {
font-family:ALK sanet;
font-weight:bold;
clear: both;
display: block;
font-size: 13px;
margin-left: 10px;
color: red;
text-shadow: #fff 0px 1px 1px;
}
.block_title2 img{
position:relative;
top:5px;
}
.economic-item {
display: inline-block;
vertical-align: top;
width: 143px;
position: relative;
margin: 0px 11px 21px 0px;
}
.economic-title p{
margin: 3px 0px 3px;
font-family: Georgia,serif;
font-size: 0.9em;
font-weight: normal;
line-height: 1.35em;
text-overflow: ellipsis;
}
.economic-item:hover {
width: 143px;
border: 1px solid #d8d8d8;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
text-decoration: none;
position: relative;
z-index: 10;
}
.culture {
width: 186px;
float: left;
padding: 5px;
border: 1px solid #ddd;
margin-left: 10px;
margin-bottom:5px;
}

.img-c {
border: 1px solid #C2C2C2;
float: left;
overflow: hidden;
padding: 4px;
position: relative;

word-wrap: break-word;
margin-bottom: 8px;
}
.culture a {
color: #666666;
text-decoration: none;
}
.culture-title p {

margin: 0 0 5px;
}

.culture a:hover {
color: #b1050f;
text-decoration: none;
}

.navbar {
position: fixed;
left: 0;
top: 0;
float:left;
right: 0;
z-index: 1030;
margin-bottom: 0;
height: 32px;
background: #494da8;
border-bottom: 1px solid #d3d3d3;
}

.nav {
width: 1200px;
margin: 0 auto;
position: relative;
}

.share-new {
float:right;
margin: -11px 0 10px 2px;
}

.share-new .icon-twitter {
background: url(../images/Web-Twitter-alt-2-Metro-icon.png) 0 center no-repeat;
padding: 4px 0px 0px 0px;
font-size: 17px;
}
.share-new .icon-facebook {
background: url(../images/facebook-icon.png) 0 center no-repeat;
padding: 4px 0px 0px 0px;
font-size: 17px;
}
.share-new .icon-Google {
background: url(../images/Web-Google-plus-alt-Metro-icon.png) 0 center no-repeat;
padding: 4px 0px 0px 0px;
font-size: 17px;
}
.share-new .icon-rss {
background: url(../images/rss-icon.png) 0 center no-repeat;
padding: 4px 0px 0px 0px;
font-size: 17px;
}
.share-new .icon-mail {
background: url(../images/mail-icon.png) 0 center no-repeat;
padding: 4px 0px 0px 0px;
font-size: 17px;
}
.share-new a {
display: inline-block;
width: 32px;
height: 32px;
margin: 0 7px 0 0;
opacity: 0.6;
-moz-transition: all 0.5s 0.05s ease;
-o-transition: all 0.5s 0.05s ease;
-webkit-transition: all 0.5s 0.05s ease;
}

.share-new a:hover {
opacity: 1.0;
}

.menu-wrapper {

background: #000;
}

.catmenu .active{
color: #000 !important;
background: #EFF8FF !important;
}
.catmenu .active a{
color: #000 !important;
}
.topmenu .active{

}
.topmenu .active a{
color:red;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

/* Стили для контейнера формы */
.form-wrapper {
   
    padding: 5px;
    margin: -25px auto 50px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Стили поля ввода текста */
 
.form-wrapper input {
    width: 125px;
height: 18px;
float: left;
font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #eee;
border-radius: 3px 0 0 3px;    
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Кнопка отправки формы */
.form-wrapper button {
    overflow: visible;
position: relative;
float: right;
border: 0;
padding: 1px;
width: 57px;
font: bold 11px/16px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: #fff;
text-transform: uppercase;
background: #d83c3c;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
.form-wrapper button:hover{     
    background: #e54040;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.form-wrapper button:before { /* стрелка влево */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 0px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.form-wrapper button::-moz-focus-inner { /* Удаляем дополнительное пространство рядом с кнопкой в Mozilla Firefox */
    border: 0;
    padding: 0;
}    


/*
input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
 color: #666666;
   font: 13px Georgia;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -57px top no-repeat;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.pngg) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}
*/
.votes_title {
color: #000;
font: 14px ALK sanet;
}

.button {
	display: block; 
	font-size: 12px; 
	text-decoration: none!important; 
	font-family: Helvetica, Arial, sans serif;
	padding: 8px 12px; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
}
.button:active {
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
}

/* The styles for the grey button */
.grey {
	color: #444;
	border: 1px solid #d0d0d0;
	background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	background-image: -o-linear-gradient(#ededed, #e1e1e1);
	text-shadow: 1px 1px 1px #fff;
	background-color: #e1e1e1;
}
.grey:hover {
	border: 1px solid #b0b0b0;
	background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	background-image: -o-linear-gradient(#e1e1e1, #ededed);
	background-color: #ededed;
}
.grey:active {border: 1px solid #666;}

/* news */

.news-center {
margin-top:25px;
border:1px solid #ddd;
padding:15px;
}
.menu-top5 {
color: #000;
font-family:ALK sanet;
font-size: 20px;
padding: 10px;
text-align: center;
}

.newsimg {
color: #4C4C4C;
font-size: 14px;
float: left;
padding: 10px 20px 0 0;
}

.newsimg p {
color: #4C4C4C;
font-size: 14px;

}

/* input */


.form label { 
	margin-left: 10px; 
	color: #999999; 
	}


	
	.bann1{width: 468px;
float: left;
margin: -8% 35%;}

.news-date-doc {
clear: both;
font-size: 12px;
margin-left: 3px;
color: #928F82;
text-shadow: white 0px 4px 19px;
}

/* valute  */

.currency_list {
margin-top:8px;
width:350px;
float:left;
list-style-type: none;
color: #FFF;
list-style-type: none;
font: normal 13x "DINCondensedWeb", "Arial Narrow", Arial;

}
.currency_item {
float:left;
margin-bottom: 1px;
}
.currency_name {

color: #0386F5;
}
.currency_value {
padding-right: 7px;
background-position: 100% 50%;
background-repeat: no-repeat;
}

/* category  */

.rightbox  {
font: 17px/17px ALK sanet;
padding: 2px 0 2px 0;
color:#000;
}
.rightbox a {
color:#000;
text-decoration:none;
}
.rightboxpost  {
color:#000;
padding: 2px;
text-decoration:none;
}
.totalres {

padding: 0px 24px 5px 0;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
color: #666;
}

.tabs1 {width:100%;overflow:hidden;font-size:0.9em;margin:2em 0;zoom:1;padding:1px;position:relative;}
.tabs1 dt {float:left;line-height:2;height:2em;color:#FFF;background:#494da8;border:1px solid #e8f0f5;border-bottom:0;padding:0 1em;position:relative;left:35px;margin-right:1px;cursor:pointer;
}
.tabs1 dt:hover {background-color:#bfdff4;}
.tabs1 dt.selected {border-color:#A9B0B6;background:#494da8;cursor:auto;}
.tabs1 dd {background:#fff;display:none;float:right;width:100%;margin:2em 0 0 -100%;position:relative;}
.tabs1 dd.selected {display:block;}
.tabs1 .tab1-content {border:1px solid #A9B0B6;padding:20px;
}

.comm-body{
background-color: #F7F6F7;

padding: 7px 10px 0px 10px;
margin-bottom: 4px;
border-color: #E4E0E3;
border-style: solid;
border-width: 1px;
}
.commenttitle {
float: left;
padding: 0px 10px;
font-size: 14px;
color: #666;
}

.block_title3 {

font-size: 12px;
margin-left: 10px;
color: #C1BDAB;
text-shadow: white 0px 1px 1px;
}

.comm-body p{
padding: 9px 1px 0px 56px;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
color: #C1BDAB;
}

.wh {
margin-top:2px;
float:right;
width:560px;
margin-right:40px;
color:#FFF;
}
.wh b{
font-weight:bold;
}

.tabs2{
position:relative;   
height: 404px;
float:left;
}

.tab2{
display:inline-block;        
}

.tab2>span{
cursor:pointer;
}

.tab2>span.selected{
border-top: 1px solid #DDD;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: none;
top: -1px;
}

.tab-content2{
display:none;
position:absolute;
left:0;
height:373px;
top:31px;
color:#A9A9A9;
width:100%
}
.question {position: absolute;display: inline;text-align: center;width: 174px;height: 78px;font-size: 13px;
	line-height: 1.5em;background: url('../images/bubble.png') left top no-repeat;padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;margin-left: -7em;margin-top: -6em;opacity: 0;z-index:3;}
.yes{margin-top: .5em;margin-right: .5em;cursor: pointer;display: inline-block;width: 63px;height: 21px;color: #434d17;
	text-shadow: 0px 1px 0px #fff;background: url('../images/buttony.png') left top no-repeat;}
.cancel {margin-top: .5em;margin-right: .5em;cursor: pointer;display: inline-block;width: 63px;height: 21px;color: #fff;
	text-shadow: 0px 1px 0px #000;background: url('../images/buttonn.png') left top no-repeat;}

	
/* gallary
-----------------------------------------------------------------------------*/

.galcat {
padding: 8px;
margin: 5px 0 0;
border-bottom: 1px dashed #DDD;
overflow: hidden;
}
.imgcat {
float: left;
width: 170px;
}
.item {

padding-bottom: 10px;

}
.link_title {
display: block;
margin-bottom: 10px;
text-align:center;
}
.link_title  a{
color: #000;
font-weight: normal;
}


.bg_img {
position: absolute;
display: none;
width: 93px;
height: 93px;

}

.detailcat {color: dimGray;}
.img-g {
border: 1px solid #C2C2C2;
padding: 4px;
margin: 5px;
float: left;
cursor: pointer;}

.photo-news {
width: 665px;
border: 1px solid #DDD;
padding: 15px;
position: absolute;}

.box1         {position:relative; width: 280px; float:left; overflow:hidden; margin-bottom:5px;}
.video-thumb {width:200px; height:auto;}
.overley1     {position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/play.png) no-repeat center center;}
a.blockmodule{
text-decoration:none;
color:none;
}
a.blockmodule:hover{
text-decoration:none;
}

.catlink  {font-size: 14px;
color: #25577F;
text-decoration: none !important;
font-family: verdana;}

.pagenation a{
display: inline-block;
color: white;
font-size: 12px;
line-height: 16px;
font-weight: bold;
padding: 5px 6px 5px 6px;
background: #414141;
border-radius: 1px;
-moz-border-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.pagenation a:hover{
color: #000;
text-decoration: none;
background: #ccc;
}
.pagenation span{
  color: #463732;
  text-decoration: none;
  background: #ccc;
  display: inline-block;
font-size: 12px;
line-height: 16px;
font-weight: bold;
padding: 5px 6px 5px 6px;
border-radius: 1px;
-moz-border-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.central_scrollpane_simple {

overflow: hidden;
background: #FFF;
float: none;
clear: both;
margin: 0 0 10px;
}
.head .col {
width: 50%;
}
.head .caption {
padding: 0px 50px;
}
.head .caption {
display: block;
padding: 0px 15px 0 25px;
font: normal normal 10px "Times New Roman";
line-height: 15px;
letter-spacing: 0.63em;
color: #858585;
text-transform: uppercase;
white-space: nowrap;
background: #FFF;
border-radius: 30px;
border: solid 1px #B2B2B2;
}
.sep-0 {
display: block;
height: 17px;
font-size: 0;
margin-top: -30px;
}
.clear {
clear: both;
display: block;
line-height: 0;
height: 0;
overflow: hidden;
}
.head {
background: url(../images/bg_caption.gif) repeat-x 0 50%;
}
.central_section_main.right {
float: right;
}
.central_section_main {
width: 425px;
}
.central_section_main.left {
float: left;
}


.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

#fdw nav select {
	display:none; /* Для дисплеев мобильных устройств */
}
#fdw nav ul {
	display:block;
	z-index:999999;
}
#fdw nav ul li {
	display:inline-block;
	padding:0px 3px 10px;
	margin-left:20px;
	position:relative;
}
#fdw nav ul li :hover{
padding: 0px 0px 10px;
	border-bottom: 2px solid #E25D29;
}



#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#444;
	font:normal 12px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color:#FF0303;
	text-decoration:none;
	border-bottom: 2px solid #E25D29;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('../images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	
}
#fdw nav ul li.current a {
	color:#e25d29;
	cursor: default;
}
#fdw nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== Стили для sub_menu =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:20px;
	width: 536px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('../images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
/*===========================================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#fdw nav ul li{
			margin-left:12px;
		}
}

	/* Для всех мобильных устройств */
@media only screen and (max-width: 767px) {

		/* Навигационное меню */
		#fdw nav ul {
			display:none;
		}
		#fdw nav select {
			width:100%;
			display:block;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}
/*-----------------------------------------------------------------------------------*/
/*	3. CAROUSEL photo
/*-----------------------------------------------------------------------------------*/

.d-carousel ul li {
	background: none;
	
	padding: 15px;
	width: 175px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.d-carousel h4 {
	margin: 5px 0 5px 0;
}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	
}

.d-carousel .jcarousel-item {
	width: 280px;

}

.d-carousel .jcarousel-container-horizontal {
	width: 310px;
height: 280px;
padding: 0 34px;
}

.d-carousel .jcarousel-item-horizontal {

margin-bottom: 3px;
margin-top: 3px;
margin-right: 10px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 100px;
	right: 0;
	margin-right: 34px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 34px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}
.d-title {
color: #858585;
font-weight: normal;

}

/*-----------------------------------------------------------------------------------*/
/*	3. CAROUSEL photo
/*-----------------------------------------------------------------------------------*/

.d-carousel1 ul li {
	background: none;
	
	padding: 15px;

}

.jcarousel-direction-rtl {
	direction: rtl;
}

.d-carousel1 h4 {
	margin: 5px 0 5px 0;
}

.d-carousel1 .jcarousel-container {
	display: block;
	overflow: hidden;
	
}

.d-carousel1 .jcarousel-item {
	width: 280px;

}

.d-carousel1 .jcarousel-container-horizontal {
	width: 310px;
height: 280px;
padding: 0 34px;
}

.d-carousel1 .jcarousel-item-horizontal {
	
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 11px;
}

.d-carousel1 .jcarousel-next-horizontal {
	position: absolute;
	top: 100px;
	right: 0;
	margin-right: 34px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top right;
}

.d-carousel1 .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel1 .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}

.d-carousel1 .jcarousel-prev-horizontal {
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 34px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top left;
}

.d-carousel1 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel1 .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}
.d-title1 {
color: #858585;
font-weight: normal;

}
/*
 #topsearch { float:right; margin:25px 0 0 0;}
 #topsearch {margin-right:77px;}
 #topsearch #search {width:248px; height:48px; margin:0 auto; padding:0; background:transparent; overflow:hidden;}
 #topsearch #search div {width:251px; height:48px; background:url(../images/bg_search.gif) no-repeat 0 0; overflow:hidden; }
#topsearch #search div label {display:none;}
 #topsearch #search #query {float:left; width:172px; height:16px; margin:15px 0 0 13px; background:transparent; border:0; font:normal normal 14px arial; line-height:16px; color:#666565;}
#topsearch #search .submit {float:right; width:22px; height:22px; margin: 13px 8px 0 0; border:0; cursor:pointer; background:url(../images/icon_search.gif) no-repeat 0 0; font-size:0px; color:#fff; line-height:0px; text-indent:10000px; overflow:hidden;}
 #topsearch #search .submit:hover {background-position: 0 -22px;}
 */
 /* search form 
-------------------------------------- */
#search {

}

#search input[type="text"] {
    background: url(/img/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 180px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }



#query:focus {
border:none;
}
.itemday {
margin-bottom: 1px;
padding:10px;
background:#EBEBEB;
border-bottom: dotted 1px #B4B4B4;
font: normal bold 21px "Times New Roman";
line-height: 24px;
text-align: center;
color: #231F20;
}

.itemday  a{
text-decoration:none;
color: #231F20;
}
.shadow1 {
        padding: 20px;
        border: 1px solid #f0f0f0;
        border-bottom: 2px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
img.light {
        outline: 1px solid #ddd;
        border-top: 1px solid #fff;
        padding: 10px;
        background: #f0f0f0;
}
.cloud_comments {
overflow: hidden;
}
.cloud_comments a {
font: italic normal 11px Georgia;
padding-right: 16px;
text-align: right;
color: #898585;
background: url("../images/icon_comments.png") no-repeat scroll 100% 50%;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_comments.png',sizingMethod="no-scale");
}

.author {
display: block;
font: normal normal 11px "Times New Roman";
line-height: 19px;
color: #231F20;
text-transform: uppercase;
text-align: center;
}
.date1 {
font-size: 10px;
color: #A9A9A9;
margin-top: 2px;
text-align: center;
}
.pannel {
margin-top: 5px;
text-align: center;
}
.title1 {
display: block;
font: normal normal 12px "Times New Roman";

color: #231F20;

}
.title1 a {
color: #231F20;
text-decoration: none;
}
.lead {
height: 40px;
border-top: 1px dotted #B4B4B4;
border-bottom: 1px dotted #B4B4B4;
overflow: hidden;
}
.photo_descr {
color: #888;
font: 13px/15px 'Times New Roman';
margin-top: 8px;
display: block;
text-align: center;
}
.views1 {
margin-left: 5px;
font: normal normal 11px arial;
line-height: 18px;
color: #A9A9A9;
}

.language  {
position: relative;
float: right;
width: 22px;
top: 23px;
right: -318px;

}

#featured{   
    width:400px;   
    padding-right:250px;   
    position:relative;   
    height:250px;  
    background:#fff;  
    border:5px solid #ccc;  
}  

#featured ul.ui-tabs-nav{   
    position:absolute;   
    top:0; left:400px;   
    list-style:none;   
    padding:0; margin:0;   
    width:250px;   
}  
#featured ul.ui-tabs-nav li{   
    padding:1px 0; padding-left:13px;    
    font-size:12px;   
    color:#666;   
}  
#featured ul.ui-tabs-nav li span{   
    font-size:11px; font-family:Verdana;   
    line-height:18px;   
}  

#featured .ui-tabs-panel{   
    width:400px; height:250px;   
    background:#999; position:relative;  
        overflow:hidden;  
}  
#featured .ui-tabs-hide{   
    display:none;   
}  

#featured li.ui-tabs-nav-item a{/*On Hover Style*/   
    display:block;   
    height:60px;   
    color:#333;  background:#fff;   
    line-height:20px;  
    outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{   
    background:#f2f2f2;   
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
    background:url('images/selected-item.gif') top left no-repeat;    
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{   
    background:#ccc;   
}  

#featured li.ui-tabs-nav-item a{/*On Hover Style*/   
    display:block;   
    height:60px;   
    color:#333;  background:#fff;   
    line-height:20px;  
    outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{   
    background:#f2f2f2;   
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
    background:url('images/selected-item.gif') top left no-repeat;    
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{   
    background:#ccc;   
}  
#featured li.ui-tabs-active{   
    background:url('images/selected-item.gif') top left no-repeat;    
}  
#featured ul.ui-tabs-nav li.ui-tabs-active a{   
    background:#ccc;   
}  
.b_news {
position: relative;
overflow: hidden;
padding-bottom: 16px;
}

.block_title {
float: left;
width: 190px;
display: block;
overflow: hidden;
background: #EFECE0;
padding: 0px 0px 20px 0px;
border-bottom: 1px solid #E2DECE;

}
.views-field-title, .b_news .block_title h1 {
clear: both;
font: 16px Georgia;

}
h3.headers {
color: #930000;
font: italic normal 14px Georgia;
border-bottom: 1px solid #930000;
position: relative;
height: 16px;
margin-bottom: 16px;
clear: both;
}
.headers span {
background-color: #FFF;
position: relative;
margin-top: 6px;
padding: 0 2px;
display: block;
position: relative;
float: left;
margin-left:43%;
}

.block_title {
float: left;
width: 190px;
display: block;
overflow: hidden;
background: #F7F7F7;
padding: 0px 0px 20px 0px;
border-bottom: 1px solid #F4F4F4;

}
.block_title_r{
float: left;
width: 230px;
display: block;
overflow: hidden;
background: #F7F7F7;
padding: 0px 0px 20px 0px;
border-bottom: 1px solid #F4F4F4;

}
.views-field-title, .b_news .block_title h1, .b_news .block_title_r h1 {
clear: both;
font: 16px Georgia;
line-height: 16px;
padding: 5px;
}
.block_title_r .views-field-title a, .block_title .views-field-title a, .b_news .block_title h1 a, .b_news .block_title_r h1 a {
color: #58490F;
text-decoration: none;
}
.views-field-field-data-value {
clear: both;
display: block;
font-size: 10px;
margin-left: 0px;
color: #C1BDAB;
text-shadow: #FFF 0px 1px 1px;
}

.date-display-single i {
text-transform: lowercase;
font-style: normal;
}
span.date-display-single {

font-size: 10px;
color: #C1BDAB;
text-shadow: #FFF 0px 1px 1px;
}
.views-field-comment-count {

background: url(../images/icon_comments.png) no-repeat left top;
width: 18px;
height: 15px;
overflow: hidden;
color: #FFF;
display: block;
line-height: 15px;
font-size: 9px;
text-align: left;
float: right;
padding-top: 2px;
padding-left: 1px;
position: relative;
margin-top: -17px;
margin-right: -1px;

}
.views-field-comment-count  a {
font: italic normal 11px Georgia;
color: #898585;
}
.block_data {
float: left;
width: 250px;
margin-left: 5px;
display: block;
overflow: hidden;
}
.views-row {
padding-bottom: 7px;
padding-top: 7px;
background: url(/sites/all/themes/biblos/images/news_li.png) no-repeat left 17px;
padding-left: 12px;
border-bottom: 1px dotted #EFECE0;
}
.right {
float: right;
}
.left {
float: left;
}
.news_tab {
overflow: hidden;
position: relative;
width: 214px;
padding-bottom: 16px;
}
.left_side {
width: 670px;
float: left;
position: relative;
}
.b-block-name {
color:#c00;
font: normal 12px ALK sanet;
font-weight: bold;
text-align:center;
margin-bottom:10px;
height: 1%;

}
.b-block-name h3 a{
color:#c00 !important;
}
.b-block-name h3 a:hover{
color:#c00 !important;
text-decoration:none;
}
/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 320px; margin: 0px auto;
									  background: url(../images/widget-bottom-bg.jpg) 7px bottom no-repeat;
									  padding-bottom: 50px; position: relative; }
#blogSlider 						{ margin-left: 15px; padding: 25px 18px 0px 18px; width: 263px;
									  background: url(../images/widget-middle-bg.jpg) center center repeat-y; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 280px; }
.stripNav 							{ margin-left: 22px; position: relative; top: 18px; z-index: 99;
									  width: 285px; }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 273px; overflow: hidden; }
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../images/tab-psdtuts.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab2 a { background: url(../images/tab-vectortuts.jpg) top center no-repeat; width: 85px; }
*/
.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(../images/tab-psdtuts.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(../images/tab-vectortuts.jpg) bottom center no-repeat; }



/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 75px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 35px; left: 45px; background: url(../images/previous.png); }
.stripNavR a 						{ bottom: 35px; right: 45px; background: url(../images/next.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 240px; }
.panel ul li a 						{ border-bottom: 1px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 7px 10px; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover 		{ background: #b20202; color: white; }
.panel ul#net-list li a:hover 		{	background: #4a8c7f; color: white; }
.panel ul#vector-list li a:hover 	{ background: #1f5293; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }























/********************************************** CSS MENU ************************************/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 35px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;

background: #494da8; /* Old browsers */
border-bottom: 2px solid #c00;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #494da8; /* Old browsers */
  color: #ffffff;
  display: inline-block;
  font-family: ALK Sanet;
  font-size: 12px;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
  
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c00;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
background: #777ba3; /* Old browsers */
background: -moz-linear-gradient(top,  #777ba3 0%, #494da8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777ba3), color-stop(100%,#494da8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777ba3 0%,#494da8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777ba3', endColorstr='#494da8',GradientType=0 ); /* IE6-9 */

}
#cssmenu > ul > li:hover > a {
background: #777ba3; /* Old browsers */
background: -moz-linear-gradient(top,  #777ba3 0%, #494da8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777ba3), color-stop(100%,#494da8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777ba3 0%,#494da8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777ba3', endColorstr='#494da8',GradientType=0 ); /* IE6-9 */

}
#cssmenu .has-sub {
  z-index: 999;
}
#cssmenu .has-sub:hover > ul {
  display: block;
 
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width:1100px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  float:left;
  margin-top: 2px;
}
#cssmenu .has-sub ul li a {
  background: #c00;
  border-bottom: 1px dotted #0067AC;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px 7px 10px 7px;
 
    z-index:1000;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	
}
#cssmenu .has-sub ul li:hover a {
  background: #494da8;
    z-index:1000;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
    z-index:1000;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index:1000;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #DA251C;
  border-bottom: 1px dotted #0067AC;
    z-index:1000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #DA251C;
    z-index:1000;
}

.latesnews {
padding:5px;
border-bottom: 1px dotted #CCC;
}
.latesnews img{
margin-right:5px;
}

.hit {
font: normal 12px/18px Arial,Helvetica,sans-serif;
white-space: nowrap !important;
overflow: hidden;
display: inline;
float:right;
}

.course {

overflow: hidden;
margin-top:10px;
}
#course_nav {
float: left;
list-style: none;
position: relative;
border-bottom: 4px solid #959595;
}
#content-course, #content-conv {
padding: 10px;

background:#EFECE0;

border-radius: 0 0 5px 5px;
border: 1px solid #c2c2c2;
-moz-box-shadow: 0 1px 1px #e0e0e0;
-webkit-box-shadow: 0 1px 1px #e0e0e0;
box-shadow: 0 1px 1px #e0e0e0;
}
#course_l {
border-bottom: 1px solid #c2c2c2;
padding: 5px 20px;

}
.course_switcher.active, .course_switcher_conv.active {
background: #dfdfdf;
border-radius: 4px;
border: 1px solid #dfdfdf;
border-top: 1px solid #acacac;
border-bottom: none;
padding: 3px 6px 2px;
margin: 0px;
padding-bottom: 4px;
font-size: 11px;
}
.course_switcher, .course_switcher_conv {
cursor: pointer;
border-bottom: #000 1px dashed;
padding: 3px 2px;
padding-bottom: 2px;
font-size: 11px;
margin-left: 4px;
}
#content-course table {
width:90%;
border-collapse: collapse;
}
#content-conv {
width: 251px;
height: 194px;
background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: linear-gradient(top, #f7f7f7 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
border-radius: 0 0 5px 5px;
border: 1px solid #c2c2c2;
-moz-box-shadow: 0 1px 1px #e0e0e0;
-webkit-box-shadow: 0 1px 1px #e0e0e0;
box-shadow: 0 1px 1px #e0e0e0;
}

#course_nav li.active {
cursor: pointer;
background: #b9b9b9;
background: -moz-linear-gradient(top, #b9b9b9 0%, #959595 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#959595));
background: -webkit-linear-gradient(top, #b9b9b9 0%,#959595 100%);
background: -o-linear-gradient(top, #b9b9b9 0%,#959595 100%);
background: -ms-linear-gradient(top, #b9b9b9 0%,#959595 100%);
background: linear-gradient(top, #b9b9b9 0%,#959595 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#959595',GradientType=0 );
color: #fff;
}
#course_nav li {
float: left;
text-align: center;
width: 142px;
height: 100%;
background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#ededed 100%);
background: linear-gradient(top, #f7f7f7 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
padding: 7px 0;
border-radius: 5px 5px 0 0;
border: 1px solid #c2c2c2;
border-bottom: none;
}
#course_nav ul {
display: block;
list-style: none;
}
#content-course td {
padding: 6px 13px;
}
#content-course tr {
border-bottom: 1px dotted #c2c2c2;
}
.b-thermometer__water {
margin-left: 1em;
text-align: right;
color: #464646;
}
.l-layout_layout_current-weather .l-layout__column_type_lshade {
background-image: url(//yandex.st/weather/_/iy-ZbqH20-0JN8CK1eeaYd-YKe4.png);
background-position: 100% 0;
background-repeat: repeat-y;
}
.b-thermometer__now {
font-size: 200%;
}
.b-info-item_type_fact-big {
font-size: 85%;
display: -moz-inline-box;
display: inline-block;
width: 10em;
margin-left: 5px;
vertical-align: top;
line-height: 1.3em;
white-space: normal;
padding-left: 5px;
}
.b-info-item {
font: 100%/1.5 Arial;
white-space: nowrap;
}
.l-layout_layout_current-weather .l-layout__column {
padding: 8px 10px;
}
.l-layout__column {
padding: 0;
vertical-align: top;
}
.b-t_c_18 {

}

.header-block {
position: relative;
height: 36px;
font-size: 1em;

}
.m-header-block-blue .header-block-i {
background: #0066ab;
color: #fff;
}
.header-block-i {
background: #0066ab;
color: #fff;
position: relative;
display: block;
padding: 0 21px 0 19px;
height: 35px;
border-bottom: #bcbbbb 1px solid;
line-height: 35px;
font-size: 1em;
}
.b-maincontent-il {



}
.l-content .b-maincontent {
margin-bottom: 17px;
}
.b-maincontent {

}

.metro1{
padding: 10px;
color:#fff;
width: 570px;
height: 80px;
background: #2C84EE;
}
.metro1:hover {
box-shadow: 0px 0px 6px 3px #38D1F7;
-webkit-box-shadow: 0px 0px 6px 3px #38D1F7;
-moz-box-shadow: 0px 0px 6px 3px #38D1F7;
-o-box-shadow: 0px 0px 6px 3px #38D1F7;
-ms-box-shadow: 0px 0px 6px 3px #38D1F7;
}




.cbm_wrap {


    display: inline-block;
    width: 258px;
    height:380px;
    background: #FFF;
	margin-top:10px;
    position: relative;
	padding-right:10px;
    border-right:1px solid #CCC;
	margin-right:5px;
}
.cbm_wrap img{
    max-width:200px;
}
.cbm_wrap_last{


    display: inline-block;
    width: 258px;
    height:380px;
    background: #FFF;
	margin-top:10px;
    position: relative;
	padding-right:10px;
	margin-right:5px;
}

.boldline{
margin-bottom:5px;
 border:2px solid #CCC;
}
.noise {
    position: relative;
    z-index: 1;
}
        .noise:before, .body-noise:before {
    content: '';
    position: absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:1px;
    right:0;
    
}

.horiz-flag {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9FBFDC), color-stop(100%, #3C74A6));
    background-image: -webkit-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -moz-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -o-linear-gradient(#9FBFDC, #3C74A6);
    background-image: -ms-linear-gradient(#9FBFDC, #3C74A6);
    background-image: linear-gradient(#9FBFDC, #3C74A6);
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    position: absolute;
    padding-right: 40px;
    left: -2px;
    padding-left: 10px;
    top: 15px;
    color: white;
}
.horiz-flag::before {
    content: '';
    display: block;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: transparent;
    border-right-color: #EBEBEB;
    position: absolute;
    right: -1px;
    top: 0;
}

.cbm_wrap p{ 
    margin-top: 15px !important;
    text-align: justify !important;
}
.cbm_wrap h1{
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.cbm_wrap a{
    text-decoration: none;
    color: #4A4A4A !important;
}.cbm_wrap a:hover{
    text-decoration: underline;
    color: #6B6B6B !important ;
}
​.top_article {
padding: 0 0 16px 0;
border-bottom: #DBDBDB 1px solid;
}
.top_articles {
float: left;
border: #DBDBDB 1px solid;
margin: 3px 2.5% 10px 0;
max-width: 385px;
padding: 5px;
}
.top_article .time1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
font-weight: normal;
padding: 6px 0 0 0;
}
.top_article h2 {
font-family: 'PFDinDisplayProMedium', Arial, Helvetica, sans-serif;
line-height: 1em;
font-weight: normal;
margin: 9px 0 3px 0;
}
.top_article p {
margin: 0 0 3px 0;
font-size: 14px;
line-height: 1.2em;
}
.time1 a:link, .time1 a:visited, .time1 a:hover {
color: #1F3564;
text-decoration: underline;
}
.view1 {
background: url(../img/sprite1.png) no-repeat -1px -78px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #666;
padding: 0 0 0 10px;
margin: 0;
}
.comments1 {
background: url(../img/sprite1.png) no-repeat -1px -88px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #666;
padding: 0 0 0 10px;
margin: 0 0 0 8px;
}
.maxwidth4 {
width: 100%;
overflow: hidden;
}
.width4 {
width: 101.5%;
vertical-align: top;
}
.textbox11 {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
_overflow: hidden;
vertical-align: top;
padding: 0 0 10px 0;
}
.w1, .w2 {
width: 31%;
margin: 3px 1.5% 10px 0;
vertical-align: top;
}
.textbox11 h2 {
font-family: 'PFDinDisplayProMedium', Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 1.1em;
margin: 4px 0 6px 0;
}
.textbox11 a:link {
color: #333;
text-decoration: none;
}
.textbox11 p {
margin: 0 0 3px 0;
font-size: 12px;
line-height: 1.3em;
}
h2.head2 {
color: #666;
font-size: 12px;
line-height: 1.1em;
padding: 5px 0 5px 0;
margin: 0;
font-family: 'PFDinDisplayProMedium', Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: uppercase;
}
.border2 {
border-top: #666 1px solid;
border-bottom: #666 1px solid;
clear: both;
height: 3px;
font-size: 0;
}
.block_border1 {
border: #DBDBDB 1px solid;
padding: 14px 16px;
}
h2.head1 {
color: #666;
font-size: 18px;
line-height: 1.1em;
padding: 8px 0 5px 0;
margin: 0;
font-family: 'PFDinDisplayProMedium', Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: uppercase;
}
ul.list3 {
list-style-type: none;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 7px 0 6px 0;
}
ul.list3 li {
display: -moz-inline-stack;
display: inline-block;
overflow: hidden;
}
ul.list3 span {
display: -moz-inline-stack;
display: inline-block;
_overflow: hidden;
position: relative;
background: #797979;
color: #FFF;
padding: 3px 9px;
font-size: 11px;
letter-spacing: 0;
}
ul.list3 a {
display: -moz-inline-stack;
display: inline-block;
_overflow: hidden;
padding: 3px 9px;
font-size: 11px;
letter-spacing: 0;
text-decoration: underline;
}
ul.popular1 {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}
ul.popular1 li {
padding: 0;
padding: 9px 0 9px 0;
border-bottom: #F0F0F0 1px solid;
}
.oth1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
}
.index_photo {
float: left;
width: 585px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 340px;
border: 1px solid #EDEDED;
margin-left: 9px;
}
.index_photo_header {
height: 45px;
margin: 0;
padding: 15px 20px 4px 20px;
color: #000;
font: normal 30px "DINCondensedWeb", "Arial Narrow", Arial;
text-transform: uppercase;
white-space: nowrap;
}
.index_photo_content {
padding: 0 20px;
}
.index_photo_all_link {
position: relative;
padding: 20px;
}
.index_photo_content figure.big {
position: relative;
}
.index_photo_content figure {
float: left;
position: relative;
margin: 0 4px 4px 0;
}
.index_photo_content figure.big i {
display: none;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 244px;
height: 140px;
background-color: #000;
opacity: 0.6;
line-height: 0;
font-size: 0;
}
.index_photo_content figure.small {
margin-bottom: 0;
}
.top_side_article {
display: block;
text-decoration: none;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
overflow: hidden;
border-bottom: #DBDBDB 1px solid;
}

.livetime{
float: right; 
margin-left:5px; 
padding:8px;
}
.livetime span{
color:#FFF;
font-weight:normal;
font-family: ALK sanet;
}

.running{
width:100%;
margin-top:5px;
margin-bottom:5px;

}


.card{
	text-align: center;
	cursor:pointer;
}

section.card-container{
    position:absolute;
	margin-left:200px;
	margin-top:5px;

	

}
.mainsearch{
float:right;
position:relative;
margin-top:1px;
width:232px;

}

#srbtn{
cursor:pointer;
width:15px;
height:15px;
 position:absolute;
 margin-top:7px;
margin-left:8px;
float:left;
}


.menu-popular .popularnews{
float:left;
width:400px;
overflow:hidden;
}
.menu-popular .popularnews img{
margin-right:10px;
padding:5px;
}
.menu-popular .popularnews a span{
font-weight:bold;
color:#093E94;
}
.menu-popular .popularnews .pnews1{

height:110px;
margin-right:10px;
}
.menu-popular  .popularnews .pnews1  a{
color:#000;
font-weight:bold;
}

.menu-popular .popularnews .pnews2{
height:110px;
margin-right:10px;
}
.menu-popular  .popularnews  .pnews2  a{
color:#000;
font-weight:bold;
}

.menu-popular .popularnews .pnews3{

height:110px;
}
.menu-popular .popularnews .pnews3  a{
color:#000;
font-weight:bold;
}


.main_news h1{
font-family: ALK Sanet;
font-size:2em;
height:30px;
}
.main_news h1 a{
text-decoration:none;
color:#c000;
cursor:pointer;
}


/*rss main txt*/
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:220px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		width:350px;
		height:220px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:350px; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
		#gallery span{
		font-size:14px;
		color:#FFF;
	}
	
	
	


.vbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #3b6394;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3b6394;
	box-shadow:inset 0px 1px 0px 0px #3b6394;
	background-color:#494da8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #364d6e;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:500;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #294f75;
}
.vbutton:hover {
background: #777ba3; /* Old browsers */
background: -moz-linear-gradient(top,  #777ba3 0%, #494da8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777ba3), color-stop(100%,#494da8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777ba3 0%,#494da8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777ba3 0%,#494da8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777ba3', endColorstr='#494da8',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.vbutton:active {
	position:relative;
	top:1px;
}

.cattitle{
display:block;
overflow:hidden;
font-weight:bold;
height:52px;
padding-bottom:5px;
}
.catother{
display:block;
overflow:hidden;
height:94px;
}
.catother a{
margin-bottom:10px;
}
.mslider{
display:auto;
}
.hslider{
display:none;
}


.numb{
color:#c00;
}
#numb{
margin-top:10px;
}
#numb a{
color:#FFF;
font-weight:bold;
padding:6px 10px 6px 10px;
background: #777ba3;
text-decoration:none;
}
#numb a:hover{
text-decoration:none;
}
.slidertext{
display:block;
height:325px;
overflow:hidden;
width:300px;
}
.sdtexttd{

width:300px;
}
.error{
margin-top:20px;
}
.error h1{
margin-bottom:10px;
}

.fio{
font-size:10px;
font-weight:bold;
font-family:ALK sanet;
color:#c00;
}

.mainnews a{
text-decoration:none;
color:#000;
}
.mainnews a,h1{
text-decoration:none;
color:#000;
}
.mainnews a:hover{
text-decoration:none;
color:#000;
}

.archive_class{
list-style:none;
margin:0;
padding:0;
}
.archive_class li{
  font-size:14px;
  padding:14px;
  text-align:center;
  float:left;
  width:170px;
  margin-top:10px;
}
.archive_class li img{
  max-height:160px;
  overflow:hidden;
}

.yearnation{
 display:inline-block;
 text-align:center;

}
.yearnation span{
  padding:5px;
  background-color:#626db2;
  color:#FFF;
}
.yearnation a{
  padding:5px;
  background-color:#bdbdbd;
  color:#FFF;
}
