/* CSS Document */

.cont {
float: left;
width: 100%;
}


body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

#wrapper {
width: 100%;
min-width: 990px;
max-width: 1600px;
margin: 0 auto;
}

    #header {
    /*float: left;
    width: 100%;*/
    height: 273px;
    background-image: url(images/header.jpg);
    }
    
        #header a {
        width: 148px;
        height: 92px;
        margin-left: 27px;
        margin-top: 19px;
        }
    
    #menu_table td {
    width: 16%;
    height: 47px;
    color: #005081;
    cursor: pointer;
    background: url(images/menu_backgr_middle.jpg) 0% 0% no-repeat;
    }
    
    #menu_table .first {
    background: url(images/menu_backgr_left.jpg) 0% 0% no-repeat;
    }
    
    #menu_table .last {
    background: url(images/menu_backgr_right.jpg) 100% 0% no-repeat;
    }
    
    #menu_table .empty {
    width: auto;
    background: none;
    }
    
    #menu_table, #menu_table tr, #menu_table td { margin: 0; padding: 0; } 
    
    #menu_table .delimeter {
    width: 2px;
    height: 47px;
    background: url(images/menu_backgr_middle.jpg) repeat-x;
    }
    
    #menu_table a {
    color: #005081;
    text-align: center;
    font: bold 15px/3 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-decoration: none;
    }
    
    #menu_table a.current,
    #menu_table a:hover {
    color: #319102;
    }
    
        #menu_table a span {
        font: normal 10px/1 Verdana, Geneva, sans-serif;
        vertical-align: -6px;
        }

    
    #menu {
    float: left;
    width: 90%;
    margin: 0 5%;
    }
    
        #menu li {
        float: left;
        width: 16.185%;
        height: 47px;
        color: #005081;
        cursor: pointer;
        background: url(images/menu_backgr_middle.jpg) 0% 0% no-repeat;
        }
        
        #menu li.first {
        background: url(images/menu_backgr_left.jpg) 0% 0% no-repeat;
        }
        
        #menu li.last {
        background: url(images/menu_backgr_right.jpg) 100% 0% no-repeat;
        }
        
            #menu a {
            color: #005081;
            text-align: center;
            font: bold 15px/3 Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            white-space: nowrap;
            width: 100%;
            height: 100%;
            text-decoration: none;
            }
            
            #menu a.current,
            #menu a:hover {
            color: #319102;
            }
            
                #menu a span {
                font: normal 10px/1 Verdana, Geneva, sans-serif;
                vertical-align: -6px;
                }
            
        #menu .delimeter {
        float: left;
        width: 2px;
        height: 47px;
        background: url(images/menu_delimeter.gif) no-repeat;
        }
    
    #main {
    color: #005081;
    font-family: Verdana, Geneva, sans-serif;
    }
    
        #main h1 {
        /*margin-left: 20px;*/
        font-size: 20px;
        text-align: center;
        color: #437ea2;
        }
        
            #news_block {
            margin-left: 225px;
            margin-top: 15px;
            height: auto;
            }
            
                #news_block .container {
                float: left;
                display: inline;
                width: 93%;
                margin-left: 2.5%;
                }
                
                    #news_block .cell { margin-top: 15px; }
                                
                    #news_block .cell .tb { background: url(images/main_news_backgr_tb.gif) repeat-x; }
                    #news_block .cell .bb { background: url(images/main_news_backgr_bb.gif) 0% 100% repeat-x; }
                    #news_block .cell .lb_r { background: url(images/main_news_backgr_lb_r.gif) repeat-y; }
                    #news_block .cell .lb_nor { background: url(images/main_news_backgr_lb_nor.gif) no-repeat; }
                    #news_block .cell .rb_r { background: url(images/main_news_backgr_rb_r.gif) 100% 0% repeat-y; }
                    #news_block .cell .rb_nor { background: url(images/main_news_backgr_rb_nor.gif) 100% 0% no-repeat; }
                    #news_block .cell .tl { background: url(images/main_news_backgr_tl.gif) no-repeat; }
                    #news_block .cell .tr { background: url(images/main_news_backgr_tr.gif) 100% 0% no-repeat; }
                    #news_block .cell .bl { background: url(images/main_news_backgr_bl.gif) 0% 100% no-repeat; }
                    #news_block .cell .br { background: url(images/main_news_backgr_br.gif) 100% 100% no-repeat; }
                    
                        #news_block .cell .inner {
                        margin: 20px;
                        }
                        
                        #news_block .text {
                        /*margin-right: 226px;*/
                        text-align: justify;
                        }
                        #news_block .text.short {
                        margin-right: 226px;
                        }
                        
                        #news_block div {
                        font-size: 12px;
                        color: #000;
                        font-family: Arial, Helvetica, sans-serif;
                        }
                        
                            #news_block .cell .text .date {
                            color: #679c00; 
                            font-size: 13px;
                            }
                            
                            #news_block h2 {
                            margin: 0.1em 0 0.5em;
                            color: #437ea2;
                            font-size: 16px; 
                            font-weight: bold;
                            }
                                #news_block h2 a, #news_block h2 a:visited {
                                color: #437ea2;
                                text-decoration: none;
                                }
                                #news_block h2 a:hover {
                                text-decoration: underline;
                                }

                        #news_block .cell .img {
                        display: inline;
                        width: 198px;
                        height: 137px;
                        margin: 10px 0 0 -198px;
                        text-align: center;
                        }
                        
                        #news_block .container li { margin-left: 20px; }
                        
            #news_block .pages {
            float: left; 
            width: 100%;
            margin: 15px 0;
            text-align: center;
            vertical-align: middle;
            line-height: 1.5;
            font-family: Arial, Helvetica, sans-serif;
            }
            
                #news_block ul {
                /*line-height: 1.5;*/
                vertical-align: middle;
                }
            
                    #news_block .pages li {
                    float: left;
                    margin: 0 4px;
                    font-size: 14px;
                    }
                    
                    #news_block .pages li a {
                    text-decoration: none;
                    color: #005081;
                    }
                    
                    #news_block .pages li a.current,
                    #news_block .pages li a:hover {
                    text-decoration: underline;
                    color: #679c00;
                    }
                    
        #info_block {
        float: left;
        display: inline;
        width: 200px;
        margin-left: -100%;
        padding-left: 25px;
        /*padding-left: 48px;*/
        color: #005081;
        font-family: Verdana, Geneva, sans-serif;
        background-color: #fff;
        }
        
            #info_block .form_1 {
            /*float: left;
            width: 100%;*/
            width: 155px;
            margin: 0 auto;
            padding-top: 20px;
            }
        
                #info_block .form_1 .header {
                float: left;
                width: 100%;
                height: 47px;/*57px;*/
                background-image: url(images/inform_block_form1_header1.gif);
                }
                #info_block .form_1 .header a {
                display: block; width: 100%; height: 100%; text-decoration: none;
                }
                
                #info_block .form_1 .left_backgr {
                float: left;
                width: 8px;
                height: 51px;/*55px;*/
                font-size: 1px;
                background-image: url(images/inform_block_form1_left.gif);
                }
                
                #info_block .form_1 .inner {
                float: left;
                width: 140px;
                height: 51px;/*55px;*/
                background: url(images/inform_block_form1_middle.gif) repeat-x;
                }
                
                    #info_block .form_1 .inner .title {
                    float: left;
                    width: 100%;
                    height: 18px;
                    margin-top: 4px;
                    text-align: center;
                    font-size: 12px;
                    font-weight: bold;
                    }
                    
                    #info_block .form_1 .inner .galka {
                    float: left;
                    display: inline;
                    width: 24px;
                    height: 24px;
                    margin-left: 8px;
                    background-image: url(images/galka.png);
                    }
                    
                    #info_block .form_1 .inner .download {
                    float: right;
                    display: block;
                    /*margin-left: 11px;*/
                    margin-top: -12px;/*-2px;*/
                    font-size: 12px;
                    color: #319102;
                    text-align: left;
                    }
                    
                    #info_block .form_1 .inner .text {
                    float: left;
                    width: 108px;
                    /*margin-top: 13px;*/
                    margin-top: 5px;
                    text-align: right;
                    font-size: 10px;
                    }
                
/*				#info_block .form_1 .right_backgr {
                float: left;
                width: 7px;
                height: 55px;
                font-size: 1px;
                background-image: url(images/inform_block_form1_right.gif);
                }
*/				
                .clearer {
                height: 0; 
                font-size: 1px; 
                overflow: hidden; 
                clear: both;
                }

            #info_block .form_2 {
            /*float: left;
            width: 100%;*/
            width: 155px;
            margin: 0 auto;
            padding-top: 10px;
            }
        
                #info_block .form_2 .left_backgr {
                float: left;
                width: 8px;
                height: 51px;
                font-size: 1px;
                background-image: url(images/inform_block_form2_left.gif);
                background-color: #D2D2D2;
                }
                
                #info_block .form_2 .inner {
                float: left;
                width: 140px;
                height: 51px;
                background: #D2D2D2 url(images/inform_block_form2_middle.gif) repeat-x;
                }
                
                    #info_block .form_2 .inner .title {
                    float: left;
                    width: 100%;
                    height: 18px;
                    margin-top: 4px;
                    text-align: center;
                    font-size: 12px;
                    font-weight: bold;
                    }
                    
                    #info_block .form_2 .inner .galka {
                    float: left;
                    display: inline;
                    width: 24px;
                    height: 24px;
                    margin-left: 8px;
                    background-image: url(images/galka.png);
                    }
                    
                    #info_block .form_2 .inner .download {
                    float: left;
                    display: block;
                    margin-left: 11px;
                    margin-top: -2px;
                    font-size: 12px;
                    color: #319102;
                    text-align: left;
                    }
                    
                    #info_block .form_2 .inner .text {
                    float: left;
                    width: 108px;
                    /*margin-top: 13px;*/
                    margin-top: 5px;
                    text-align: right;
                    font-size: 10px;
                    }
                
                #info_block .form_1 .right_backgr {
                float: left;
                width: 7px;
                height: 51px;
                font-size: 1px;
                background-image: url(images/inform_block_form1_right.gif);
                background-color: #D2D2D2;
                }
                
                #info_block .form_1 .bottom_backgr {
                float: left;
                width: 155px;
                height: 6px;
                font-size: 1px;
                background-image: url(images/inform_block_form2_bottom.gif);
                }
                
                #info_block .form_1 .footer {
                float: left;
                width: 155px;
                height: 29px;
                background-image: url(images/inform_block_form2_footer.gif);
                }
        
        #info_block .form_3 {
        /*float: left;
        width: 100%;*/
        width: 155px;
        margin: 0 auto;
        padding-top: 5px;
        }
        
            #info_block .form_3 .cont {
            float: left; 
            background: url(images/inform_block_form3_main_backgr.gif) repeat-y;
            }
        
            #info_block .form_3 .header {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            }
            
            #info_block .form_3 .left_backgr {
            float: left;
            width: 8px;
            /*height: 119px;*/
            height: 96px;
            font-size: 1px;
            background-image: url(images/inform_block_form3_left.gif);
            }

            #info_block .form_3 .inner {
            float: left;
            width: 140px;
            background: url(images/inform_block_form3_middle.gif) repeat-x;
            }
            
                #info_block .form_3 .inner .contacts {
                float: left;
                margin-top: 16px;
                }
                
                    #info_block .form_3 .inner .contacts li {
                    float: left;
                    width: 100%;
                    padding-bottom: 5px;
                    font-size: 12px;
                    }
                    
                    #info_block .form_3 .inner .contacts .icq {
                    width: 115px;
                    padding: 3px 12px;
                    }
                    
                        #info_block .form_3 .inner .contacts li a,
                        #info_block .form_3 .inner .contacts li a:visited {
                        text-decoration: none;
                        color: #005081;
                        }
                        
                    #info_block .form_3 .inner .contacts .text {
                    padding-bottom: 2px;
                    color: #000;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    text-align: center;
                    }
                        
                    #info_block .form_3 .inner .contacts .delimeter {
                    height: 2px;
                    margin-top: 3px;
                    font-size: 1px;
                    background: url(images/inform_block_form3_delimeter.gif) no-repeat;
                    }

            #info_block .form_3 .right_backgr {
            float: left;
            width: 7px;
            height: 96px;
            font-size: 1px;
            background-image: url(images/inform_block_form3_right.gif);
            }
            
            #info_block .form_3 .bottom_backgr {
            float: left; 
            width: 155px; 
            height: 14px; 
            background: url(images/inform_block_form3_bottom.gif) no-repeat;
            }
            
        #info_block .banner {
        float: right;
        width: 200px;
        /*height: 601px;*/
        padding-top: 5px;
        }
        
    #footer .margins {
    margin: 10px 25px 0;
    height: 31px;
    /*padding: 0px 19px;*/
    }
    
        #footer .left_backgr {
        float: left;
        width: 19px;
        height: 31px;
        background-image: url(images/footer_backgr_left.png);
        }

        #footer .inner {
        height: 31px;
        background: url(images/footer_backgr_middle.gif) repeat-x;
        }
        
            #footer .inner .text {
            text-align: center;
            padding: 0 20px;
            font-size: 11px;
            line-height: 2.7;
            }

        #footer .right_backgr {
        float: right;
        width: 18px;
        height: 31px;
        background-image: url(images/footer_backgr_right.png);
        }


/************************************ Стили, импортированные из VSENA ************************************/
.main_img_cont {
height:auto;
margin:30px auto 0;
overflow:visible;
text-align:center;
width:auto;
}

.main_img_cont img {
border:1px solid #7F8486;
padding:5px;
}

.gal_cont {
/*display:inline;
float:left;
height:auto;
margin-left:21px;*/
margin: 15px auto 30px;
width: 654px;
}

.gal_cont .gal_img {
cursor: pointer;
display: inline;
float: left;
height: auto; /*111px;*/
margin: 0 10px;
width: 133px;
}

.full_descript_cont, 
.content {
display: inline;
float: left;
height: auto;
/*margin-left: 20px;*/
width: 100%;
}

#news_block .full_descript_cont .text {
font-size: 12px;
line-height: 1.7;
text-align: justify;
}

#news_block a,
#news_block a:visited {
color: #319102;
}

#footer .inner .bestit {
float: left;
display: inline;
margin-left: 20px; 
line-height: 2.7;  
font-size: 11px; 
color: #000;
}

    #footer .inner .bestit a,
    #footer .inner .bestit a:visited {
    color: #000;
    text-decoration: none;
    }

    #footer .inner .bestit a:hover { text-decoration: underline; }

#footer .inner .chimeracms {
float: right;
margin-right: 20px;
display: inline;
line-height: 2.7;  
font-size: 11px; 
color: #000;
}

    #footer .inner .chimeracms a,
    #footer .inner .chimeracms a:visited {
    color: #000;
    text-decoration: none;
    }

    #footer .inner .chimeracms a:hover { text-decoration: underline; }


#buyit_table {
border: 1px solid #D2D2D2;
border-collapse: collapse;
}
    #buyit_table .section {
    color: #004C7D;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    }
    #buyit_table .image {
    text-align: center;
    }
    #buyit_table .name {
    color: #3f98c0;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    }
    #buyit_table .more {
    color: #319102;
    font-family: Times New Roman;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    }
        #buyit_table .more a {
        text-decoration: none;
        }
        #buyit_table .more a:hover {
        text-decoration: underline;
        }
    #buyit_table .price_blue, #buyit_table .price_red {
    font-family: Georgia;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    }
    #buyit_table .price_blue {
    color: #004c7d;
    }
    #buyit_table .price_red {
    color: #ad0800;
    }
