 #main {
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 981px;
	
	font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif !important;
	font-size: 13px;
}




#main h1 {
	position: relative;
	padding-left: 46px;
	padding-bottom: 3px;
	background: url(/img/h1-label.gif) no-repeat 0 6px;
	
	font-size: 24px;
	font-weight: normal;
	color: #781b0e;
}
#main h2 {
	position: relative;
	margin: 5px 0;
	padding-left: 40px;
	background: url(/img/h2-label.gif) no-repeat 0 4px;
	font-size: 18px;
	font-weight: normal;
	color: #781b0e;
}
#main h3 {
	margin: 5px 0;
	font-size: 18px;
	font-weight: normal;
}
#main a {
	color: #39578d;
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
	/*text-decoration: underline;*/
}
#main p {
	margin: 10px 0;	
}

#main .dots {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: url(/img/border-dotted.gif) repeat-x left bottom;
}
* html #main .dots {
	top: 3px;
	width: 100%;
	z-index: -1;
}
* html #main h1 .dots {
	margin-left: -46px;
	padding-left: 46px;
}
* html #main h2 .dots {
	margin-left: -40px;
	padding-left: 40px;
}
#main .breadcrumb {
	margin: 5px 0;
	font-family: Tahoma;
	color: #A1A1A1;
}
#main .breadcrumb a {
	color: #5F5F5F;
}

#main .info {
	color: #5e5e5e;
	font-family: Tahoma;
	font-size: 12px;
}
#main .block {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/border-dotted.gif) repeat-x left bottom;
	zoom: 1;
}
#main .block h3 {
	margin-top: 0;
}
#main .block .float {
	position: relative;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
#main .block .imgplay {
	position: absolute;
	top: 135px;
	left: 187px;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url(/img/player_button.png) no-repeat center;
	behavior: url(iepngfix.htc);
}
#main .block .actions {
	margin-left: -15px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 19px;
	background: #f0f0f0 url(/img/block-actions-bg.gif) no-repeat left top;
	font-family: Tahoma;
}
#main .block .actions .icons {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
#main .block .actions .icons a {
	margin-right: 2px;
}

#main .float90px .block {
	padding-left: 100px;
}
#main .float90px .float {
	margin-left: -100px;
}
#main .float110px .block {
	padding-left: 120px;
}
#main .float110px .float {
	margin-left: -120px;
}
#main .float225px .block {
	padding-left: 250px;
}
#main .float225px .float {
	float: left;
	margin-left: -250px;
}

#main .ctrl {
	color: #5e5e5e;
	font-family: Tahoma;
	text-align: right;
}

#main ul.none {
	margin: 0;
	padding: 0;
	color: #5F5F5F;
	font-family: Tahoma;
}

#main ul.none li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#main ul.none img {
	margin-bottom: -2px;
	margin-right: 2px;
}

#main .link {
	color: #39578d;
	font-size: 13px;
}
#main .link .all,
#main .link .all a {
	color: #7F1F11;
}

/* Sidebar
===============================================================================*/
#main .sidebar-left {
	float: left;
	/*padding: 0 20px 15px;*/
	width: 225px;
}
#main .sidebar-right {
	float: right;
	padding: 0 20px 15px;
	width: 270px;
	background: #F0F0F0;
}
#main .sidebar-right .separator {
	margin: 15px -20px 0;
	height: 25px;
	background: white;
}
#main .sidebar-right h2 {
	margin-left: -20px;
}

/* Content
===============================================================================*/
#main .content-left {
	margin-right: 335px;
}
#main .content-left .clear {
	clear: left;
}
#main .content-right {
	margin-left: 250px;
}
#main .content-right .clear {
	clear: right;
}
#main .content-right-land {
	margin-left: 0;
}

/* Pager
===============================================================================*/
#main .pager {
	padding: 4px;
	/*height: 20px;*/
	color: #5B5B5B;
	background: #DDDDDD;
	border: 1px solid #D5D5D5;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
}
#main .pager .prev {
	float: left;	
}
#main .pager .next {
	float: right;
}
#main .pager .nums {
	
}
#main .pager .nums a {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 17px;
	color: #5B5B5B;
	background: white;
	border: 1px solid #D5D5D5;
	text-decoration: none;
}
#main .pager .nums a.current {
	color: white;
	background: #5B5B5B;
}
#main .pager .text {
	margin: 4px 0;
	padding: 8px 15px 25px;
	border: 1px solid #D5D5D5;
	background: white;
	text-align: left;
	color: black;
	font: 13px Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
}
#main .pager .text h2 {
	margin: 0 0 25px;
	padding: 0;
	color: black;
	background: none;	
}

/* Video
===============================================================================*/
#main .video {
	margin-bottom: 40px;
	background: #DDDDDD;
	height: 514px;
}
#main .video .sidebar-right {
	padding: 0 24px 15px;
	width: 285px;
	background: transparent;
}
#main .video .content-left {
	margin-right: 327px;
	padding: 5px;
	background: #E6E6E6;
}

#main .video .download {
	margin-top: 30px;
	padding-bottom: 2px;
	background: url(/img/download-bottom-bg.gif) no-repeat left bottom;
}
#main .video .download h3 {
	position: relative;
	margin-bottom: -3px;
	margin-left: 15px;
	padding-left: 25px;
	height: 30px;
	background: url(/img/icon-download.gif) no-repeat 0 4px;
	z-index: 100;
}
#main .video .download ul {
	position: relative;
	padding: 10px 0 10px 18px;
	background: #F0F0F0 url(/img/download-top-bg.gif) no-repeat left top;
}
#enk_h3{
    color: #373737;
    font-family: times new roman;
    font-size: 18px;
}
.up_menu .title {
    color: #3A3A3A;
    font: 11px/1.4 Tahoma;
    list-style-type: none;
    display: inline;
    padding: 15px;
}
.up_menu .title .author {
    margin-top: 5px;
}


/* RUSLAND */
        .land_list{
	        margin: 10px 0;
	        border: 1px; solid black;
        }
        
        .land_list a .land {
            float: left;
            height: 280px;
            overflow: hidden;
            width: 354px;
            background-color: #f4f4f4;
			margin-bottom: 15px;
            border: 2px solid #f4f4f4;
            position: relative;
        }
        
        .rzbmargr{
	        margin-right: 15px;
        }
        
        .land_list a .land:hover {
            border: 2px solid #8a8243;
        }
            .land_list a .land .land_name{
                position: absolute;
                color: #87873d;
                display: inline-block;
                font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
                font-size: 12pt;
                top: 10px;
                left: 20px;
                width: 314px;
            }
            .land_list a .land .land_img{
                position: absolute;
                left:20px;
                top:40px;
                text-align: center;
                width: 314px;
                border: 1px solid #8a8243; 
            }
                
            .land_list a .land .land_text{
                position: absolute;
                top:205px;
                left:20px;
                color: #000;
                font-size: 11px;
            }
            
.land_detail {
    margin-top: 15px;
}

h3.commld{color: #363636;
    font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
    font-size: 24px !important;
}


.land_detail h3 {
    color: #363636;
    font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
    font-size: 24px !important;
}            
    .land_detail .land_detail_text {
       float:left;
	   width:420px;
	   text-align:justify;
    }
    .land_detail .land_detail_img {
        float: left;
        width: 300px;
		height:300px;
        margin-bottom: 10px;
        margin-left: 10px;
        text-align: center;
        display: block;
        
    }
	.land_detail_img {
		margin-bottom:0px !important;
		margin-left:0px !important;
		padding: 0px 10px 20px 10px;
	}
    
    .land_detail .land_detail_img img {
    margin: auto;
    }
    
    .slides {
        display: inline-block;
        margin-top: 30px;
        width: 100%;
    }
        .slides .slide {
            margin-top: 3px;
        }
            .slides .slide .slide_name {
                
                color: #82793e;
                font-family: serif;
                font-size: 16px;
                font-style: italic;
                font-weight: bold;
                background: url("/images/slides_close_arrow.png") no-repeat scroll 99% 64% #edead9;
                padding: 10px 20px 10px 10px;
                cursor: pointer;
            }
            .slides .slide .slide_text {
                display: none; 
                padding: 10px 20px 10px 10px;
                background: url("/images/slides_open_arrow.png") no-repeat scroll 99% 95% #f7f4ed;
            }
                .slides .slide .slide_text .slide_text_name {
                    font-family: serif;
                    font-size: 16px;
                    font-style: italic;
                    font-weight: bold;
                }
                .slides .slide .slide_text p {
                    margin: 10px 20px 0 !important;
                }
                .slides .slide .slide_text a.slide_text_read {
                    color: #82792e !important;
                    font-family: serif !important;
                    font-size: 14px !important;
                    font-weight: bold;
                    margin: 10px 20px !important;
                    text-decoration: underline;
                }
                span.from {
                    color: #5a5955;
                    display: inline-block;
                    float: left;
                    font-size: 14px;
                    margin-right: 5px;
                    min-height: 25px;
                }
                a.book_link {
                    color: #39578d !important;
                    font-size: 13px !important;
                    text-decoration: underline !important;
                    margin-bottom: 10px;
                }
                
                a.book_link:hover {
                    
                    text-decoration: none !important;
                }
                
.land_link {
    float: left;
    width: 300px;
}
.all_lands {
    float: right;
    text-align: right;
    width: 320px;
}
    .all_lands .popup_list {
        background-color: #f4f4f4;
        border: 1px solid #c0c0c0;
        padding: 30px 0 10px 20px;
        position: absolute;
        width: 300px;
        text-align: left;
        display: none;
        z-index: 9990;
    }
    .all_lands .popup_list a.popup_link {
        color: #5a5a5a !important;
        font-size: 11px !important;
        text-decoration: underline !important;
    }
    .all_lands .popup_list a.popup_link:hover {
        color: #61201c !important;
    }
    
    .all_lands a.popup_lands {
        color: #82792e !important;
        display: inline-block;
        font-family: serif !important;
        font-size: 14px !important;
        font-weight: bold;
        margin: 10px 20px !important;
        position: relative;
        text-decoration: underline;
        z-index: 10000;
    }
    .all_lands .popup_list span {
        color: #5a5955;
        display: inline-block;
        font-size: 11px;
        margin-right: 10px;
    }
    
table#knyzi_list {
    width: 100%;
}
    table#knyzi_list thead{
        
    }
        table#knyzi_list thead tr{
            
        }
            table#knyzi_list thead tr th{
                background-color: #dddddd;
                border: 1px solid #bfbfbf;
                color: #5a5a5a;
                padding: 10px 19px;
            }
            table#knyzi_list thead tr.volost th {
                font-size: 14px;
                padding: 10px 10px;
            }
    table#knyzi_list tbody{
        
    }
        table#knyzi_list tbody tr{
            
        }
            table#knyzi_list tbody tr.off{
                background-color: #f4f4f4;
            }
            table#knyzi_list tbody tr td{
                border: 1px solid #bfbfbf;
                padding: 10px 20px;
                color: #606060;
                font-size: 13px;
            }
            table#knyzi_list tbody tr td a {
                text-decoration: underline;
            }



#overlay-fon {
    background-color: #666666;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#overlay-fon-popup {
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#fast-view-window {
    background: none repeat scroll 0 0 #fff;
    bottom: auto;
    display: none;
    left: 50%;
    margin-left: -340px;
    min-height: 400px;
    position: absolute;
    top: 100%;
    width: 730px;
    height: 70%;
    z-index: 9990;
    overflow: hidden;
}

#fast-view-window .wrap{
    width: 730px;
    overflow: auto;
    height: 100%;
}
#fast-view-window .wrap {
    position: relative;
}
#fast-content {
    padding: 0 25px 25px 25px;
    /*position: relative;*/
}

#fast-view-window .wrap a.close {
    background: url("/images/close_rusland.png") no-repeat scroll 0 0 #ffffff;
    border-radius: 5px;
    display: block;
    height: 11px;
    opacity: 0.8;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 11px;
}

.close_slide {
    bottom: 0px; 
    display: block; 
    margin: 10px 0px 0px 695px;
}
/* END RUSLAND */

/* RUSWARS */


 .land_detail .land_detail_img_war {
        float: right;
        width: 300px;
        margin-top: 12px;
    }


.rsw_sections {
    
}
.rsw_last {
    margin: 0 !important;
}
.rsw_sections .rsw_sec {
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    float: left;
    margin-right: 14px;
    width: 230px;
}
    .rsw_sections .rsw_sec .rsw_name {
        color: #87873d;
        display: inline-block;
        font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
        font-size: 12pt;
        left: 20px;
         
        top: 10px;
    }
    .rsw_sections .rsw_sec .rsw_img {
        border: 1px solid #8a8243;
        left: 20px;
        
        text-align: center;
        top: 40px;
    }
    .rsw_sections .rsw_sec .rsw_war_list {
        
    }
        .rsw_sections .rsw_sec .rsw_war_list ul {
            
        }
            .rsw_sections .rsw_sec .rsw_war_list ul li {
                
            }
                .rsw_sections .rsw_sec .rsw_war_list ul li a {
                    
                }
    .rsw_sections .rsw_sec .rsw_war_list a {
        
    }

.rsw_war_year {
    color: #373737;
    display: inline-block;
        font-size: 12pt;
    
  
    margin: 6px 5px 5px 0;
}

.rsw_slides {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
    .rsw_slides .rsw_slide {
        margin-top: 3px;
    }
        .rsw_slides .rsw_slide .rsw_slide_name {
            
            padding: 10px 20px 10px 10px;
            
        }
        
        .rsw_slides .rsw_slide .rsw_slide_name a {
            color: #373737 !important;
            display: inline-block;
            font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif !important;
            font-size: 12pt !important;
           
        }
        .rsw_slides .rsw_slide .rsw_slide_text {
            display: none; 
            padding: 10px 20px 10px 10px;
            background: url("/images/slides_open_arrow.png") no-repeat scroll 99% 95% #f7f4ed;
        }
            .rsw_slides .rsw_slide .rsw_slide_text .rsw_slide_text_name {
            	font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif !important;
                font-size: 14pt;
                margin-bottom: 10px;
        }
            .rsw_slides .rsw_slide .rsw_slide_text p {
                margin: 10px 0 !important;
            }
            .rsw_slides .rsw_slide .rsw_slide_text a.rsw_slide_text_read {
                color: #B82B21 !important;
                font-family: Tahoma !important;
                font-size: 12px !important;
                margin: 10px 0 !important;
                text-decoration: underline;
               
            }
                

.open_slide {
    left: 639px;
    position: relative;
}
table#rsw_war_detail {
    width: 100%;
    margin-bottom: 10px;
}
    table#rsw_war_detail tbody tr th{
        
        border: 1px solid #bfbfbf;
        color: #5a5a5a;
        padding: 10px 19px;
        font-weight: normal;
    }
    table#rsw_war_detail tbody tr td{
        border: 1px solid #bfbfbf;
        color: #5a5a5a;
        font-size: 13px;
        padding: 10px 20px;
    }
    
    table#rsw_war_detail tbody tr.off,
    table#rsw_war_detail tr:nth-of-type(2n-1) {
        background-color: #dddddd;
    }

table#company_list {
    width: 100%;
}
    table#company_list thead{
        
    }
        table#company_list thead tr{
            
        }
            table#company_list thead tr th{
                background-color: #dddddd;
                border: 1px solid #bfbfbf;
                color: #5a5a5a;
                padding: 10px 19px;
            }
            table#company_list thead tr.volost th {
                font-size: 11px;
                padding: 10px 10px;
            }
    table#company_list tbody{
        
    }
        table#company_list tbody tr{
            
        }
            table#company_list tbody tr.off{
                background-color: #f4f4f4;
            }
            table#company_list tbody tr.rsw_fight td:first-child{
                padding: 10px 40px;
            }
            
            table#company_list tbody tr.rsw_fight {
                display: none;
            }
            table#company_list tbody tr td{
                border: 1px solid #bfbfbf;
                padding: 10px 20px;
                color: #606060;
                font-size: 11px;
            }
            table#knyzi_list tbody tr td a {
                text-decoration: underline;
            }

blockquote.rsw_quote p {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 1);
    
    margin: 0 !important;
    padding: 5px 0;
    text-align: left;
    text-decoration: none;
}
blockquote.rsw_quote {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 1);
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}
.from_qoute {
    color: #5a5955;
    display: inline-block;
    
    font-size: 11px;
    margin-right: 5px;
    min-height: 25px;
}

blockquote.rsw_quote p:before {
    content: "«";
    font-size: 20px;
    color: grey;
}
blockquote.rsw_quote p:after {
    content: "»";
    font-size: 20px;
    color: grey;
}

.h4zagst{
	padding-top:5px;
	color: #767F8C !important;
display: inline-block;
font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif !important;
font-size: 12pt !important;
}

.marbottward{
	margin-bottom: 10px;
}





.ctcont4book{
	float:left;
}

.knpadd{
	position: relative;
	top:5px;
	
}

div.sob3{
	margin-left: 25px;
	display:table;
}

div.sob4{
	margin-left: 45px;
	display:table;
}

.tcwar{
	display:table-cell; padding:2px 5px;
}

.orange_title {
    background-color: #D49B2A;
    font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: -25px;
    margin-top: 0;
    padding: 15px 0 15px 25px;
    width: 690px;
}


.from_rus {
border-right: 1px solid #bfbfbf;
display: inline-block;
float: left;
padding-right: 5px;
width: 48%;
}

.from_vrag {
width: 48%;
display: inline-block;
float: right;
}

.mtable{
	width: 980px;
	margin-top: 20px;
	border:0;
}

.htable tr{
	margin: 0;
	padding: 0;
	border:0;
}

.htable td{
	margin: 0;
	padding: 0;
	border:0;
}

.htable{

	font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
	vertical-align: middle;
	font-size: 16pt;
	border-bottom: 1px black solid;
	padding-bottom: 10px;

}

.brsp{
	border-right: solid white 2px;
}

.mtland{
	background:  #fafafa;
	margin: 3px 30px;
	padding: 2px 20px 3px;
	font-size: 10pt;
	position: relative;
}

.dopmtland2{
	margin: 3px 30px 3px 60px !important;
	}
	
	.dopmtland2n{
	margin: 0px 30px 0px 60px !important;
	}

.dopmtland2-45{
	margin: 3px 0 3px 30px !important;
	}

.dopmtland2-45n{
	margin: 0px 0 3px 30px !important;
	}


.dopmtland2-46{
	margin: 3px 0 3px 60px !important;
	}
	
	.dopmtland2-47{
	margin: 3px 0 3px 90px !important;
	}

	
	.dopmlt{
	margin: 3px 30px 3px 18px !important;
	}


.dopmtland3{
		margin: 3px 30px 3px 100px !important;
	
}

.dopmtland4{
	margin: 3px 70px 3px 60px !important;
	}
	
	.dopmtland4-4{
	margin: 3px 70px 3px 90px !important;
	}

	.dopmtland4-1{
	margin: 3px 70px 3px 30px !important;
	}
	
	.dopmtland4-132{
	margin: 3px 70px 3px 120px !important;
	}
	
	.dopmtland4-2{
	margin: 3px 70px 3px 60px !important;
	}
	
	.dopmtland1-1-1{
	margin: 3px 0 3px 30px !important;
	}
	
	.dopmtland1-1-1n{
	margin: 0px 0 0px 30px !important;
	}
	
	.dopmtland1-1-1g{
	margin: 0px 0 3px 30px !important;
	}
	
	.dopmtland1-1-1-1{
	margin: 3px 0 0 0 !important;
	}
	
	.dopmtland2-1-1{
	margin: 3px 70px 3px 0 !important;
	}
	
	.dopmtland2-1-1n{
	margin: 0px 70px 0px 0 !important;
	
	}
	
	.dopmtland7{
	margin: 3px 460px 0px 0 !important;
	
	}
	
		.dopmtland2-1-2{
	margin: 3px 30px 3px 0 !important;
	
	}
	
	.dopmtland2-1-2n{
	margin: 3px 30px 0 0 !important;
	
	}
	
	.dopmtland2-1-2g{
	margin: 0 30px 0 0 !important;
	
	}
	
	.dopmtland2-1-2z{
	margin: 0 30px 3px 0 !important;
	
	}

		.dopmtland2-1-3{
	margin: 3px 100px 3px 0 !important;
	
	}
	
	.dopmtland4-3{
	margin: 3px 70px 3px 100px !important;
	}
	
	.dopmtland5{
	margin: 3px 110px 3px 60px !important;
	}
	
	.dopmtland5-1-1-1{
	margin: 3px 220px 3px 60px !important;
	}

.cube{
	width: 15px;
	height: 15px;
	position: absolute;
	top:4px;
}


.padplus1{
	padding-bottom: 5px !important;
}

.leftcube{
	left:-18px;
}


.rightcube{
	right:-18px;
}

.rightcube1{
	right:205px;
}


.zcube{
	background: #D49B2A;
}

.lzcube{
	color: #000 !important;
}

.mtland span{
	color: #999;
	font-size: 11pt !important;
}

.tdmtable{
	width: 300px;
}

.tddmtable{
	width: 500px;
}

.bluevlad{
	background: #DDEBF7;
}

.greenvlad{
	background: #E2EFDA;
}


.graylad1{
	background: #c1c1c1;
}

.ylvlad{
	background: #FFF2CC;
}


.greenvlad1{
	background: #53A93F;
}

.bluevlad1{
	background: #5C82AB;
}

.motionmenu{
	
}	

aside{
	/*background: #f0f0f0;*/
    background: #CACACA;
	width: 980px;
	height: 40px;
	position: absolute;
	
}

.sticly{
	position: fixed;
	top:0;
z-index: 10001;
	
}

.motionmenu ul{
	margin: 0;
	padding: 0;
}

.motionmenu ul li{
	float: left;
	list-style: none;
	margin:8px 20px;
	font-size: 12pt;
}

.specwhitelay{
	position: relative;
	width: 980px;
	height: 40px;
	top:1px;
	left:1px;
}

.land_detail_text b{
	color: #363636;
}


.spectable4rl{
	border-left: #E3EAED solid 1px;
	border-top: #E3EAED solid 1px;
	margin-top: 10px;
	width: 980px;	
}

.spectable4rl td{
	border-right: #E3EAED solid 1px;
	border-bottom: #E3EAED solid 1px;
	padding: 4px 10px;
}


№button-close{
	margin-bottom: 10px;
}

№button-open{
	margin-bottom: 10px;
}
#button-close{
	float: right;
	display: none;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: underline;
	padding: 3px 10px;
	background: #EEF2F4;
}

#button-close:hover{
	text-decoration: none;
}

#button-open{
	float: right;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: underline;
	padding: 3px 10px;
	background: #EEF2F4;
}

#button-open:hover{
	text-decoration: none;
}

/* END RUSWARS */










#overlay-fon {
    background-color: #666666;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#fast-view-window {
    background: none repeat scroll 0 0 #fff;
    bottom: auto;
    display: none;
    left: 50%;
    margin-left: -340px;
    position: absolute;
    top: 100%;
    width: 730px;
    height: 69%!important;
    z-index: 9990;
    overflow: hidden;
}
#fast-view-window .wrap{
    width: 730px;
    overflow: auto;
    height: 100%;
}
#fast-view-window .wrap {
    position: relative;
}
#fast-view-window .wrap .close-wind{
    position: fixed;
    width: 24px;
    height: 24px;
    top: 21px;
    right: 50%;
    margin-right: -376px;
    display: block;
    opacity: .6;
    background: url(/bitrix/components/iesadevelop/calendar/img/win-close.png);
    cursor: pointer;
    z-index: 800;
}



#main #newenc, #main #newenc a,  #main #newenc b,  #main #newenc h1,  #main #newenc h2,  #main #newenc h3, #main #newenc .info {
	font-family:georgia !important;
}
