/*@import url("main.css");
@import url("faq.css");*/
html, body {
    height:98%;
    border:0;
    margin:0;
    padding:0;
    }
body{
    background: url('http://russianwill.ru/images/styles/redbox/misc/back.jpg');
    height: 100%;
    width: 100%;
    background-color: gray;
    background-attachment: fixed;
    font-family: Arial;
    border:0;
    margin:0;
    padding:0;
    }
    
table.budget{
border: 0px dashed #000000;
}
.iconsbrow {
    height: 75px;
    }
div.shadow {
    -webkit-box-shadow: inset 0 2px 15px rgba(0,0,0,0.4), 0 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 15px rgba(0,0,0,0.4), 0 5px 15px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 15px rgba(0,0,0,0.4), 0 5px 15px rgba(0,0,0,0.4);
    margin:20px 0px 30px 0px;
    padding:15px;
    padding-left:30px;
   }
   
.header{
    padding-top:15px;
}
.instr {
    opacity: 0.6; /* Значение прозрачности */
    filter: alpha(Opacity=60); /* Прозрачность в IE */
    margin:20px 0px 30px 0px;
    padding:15px;
    padding-left:30px;
    }
 .ffchropera {
    color: black;
    opacity: 1; /* Значение прозрачности */
    filter: alpha(Opacity=100); /* Прозрачность в IE */
    }   
#faq {
    background-color: white;
    text-align:left;
    }
#ff {
    background-color:orange;
    text-align:left;
    background-image: url('../img/main/firefox.png');
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 128, auto;
    }
#opera {
    background-color: white;
    text-align: left;
    background-image: url('../img/main/opera12.png');
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 128, auto;    
    }
#chrome {
    background-color:silver;
    text-align:left;
    background-image: url('../img/main/chrome.png');
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 128, auto;
    }      
#footer {
    color: gray;
    font-size: smaller;
    margin-top: 5px;
    padding-top: 15px;
	padding-bottom: 5px;
    /*height: 30px;*/
    }
#descOp{
    padding: 0px 5px 0px 5px;
    font-size: 15pt;
    color: silver;
    }
#descChr{
    padding: 0px 5px 0px 5px;
    font-size: 15pt;
    color: silver;
    }
#descMoz{
padding: 0px 5px 0px 5px;
    font-size: 15pt;
    color: silver;
    }
A.download{
    color: rgb(219, 219, 219);
    border-bottom: 1px dashed rgb(219, 219, 219);
    text-decoration: none;
    font-size: 10pt;
    }
A.desc{
    text-decoration: none;
    }
A.descInstr{
    border-bottom: 1px dashed #000000;
    text-decoration: none;
    color: #000000;
    }
blockquote{
    border-left: 7px double #525252;
    padding-left: 4px;
    width: 87%;
    font-family: Georgia;
    font-style: italic;
    color: #525252;
    }
blockquote a {
    color: #525252;
    border-bottom: 1px dashed #525252;
    text-decoration: none;
    font-size: 10pt;
}
acronym{
border-bottom: 1px dashed #525252;
}
table{
border: 1px dashed #000000;
}

td{
padding: 15px;
}
td.nameof{
font-weight: bold;
font-size: 14pt;
}
td.bodyof{
font-style: italic;
font-size: 10pt;
width: 75%;
}

td.sumof{
/*font-style: italic;*/
font-size: 12pt;
width: 18%;
}