/*** Page ***/
body {
margin:0px;
padding:0px;
background:#fff;
background-image:url(../images/background_02.jpg);
background-repeat:repeat-x;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color:#000;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
}

/*** Header ***/
#header {
width:100%;
height:138px;
min-width:960px;
background-color:#FFFFFF;
background-image:url(../images/background_04.jpg);
background-repeat:no-repeat;
background-position:top right;
display:block;
position:relative;
}

#logo {
width:485px;
height:auto;
float:left;
border:0px;
}

#banner-container-in-header {
width:470px;
height:138px;
float:right;
margin-right:5px;
}

.banner-in-header {
width:468px;
height:59px;
margin-top:5px;
border:1px solid #3366cc;
}

/*** Info containers ***/
.info-container{
margin:10px;
padding:10px;
display: block;
color:#fff;
background-color:#3333cc;
background-image:url(../images/background_03.gif);
background-repeat:repeat-x;
}

.info-container:before{
display: block;
background: url(../images/corner_02.gif) no-repeat 100% 0;
content: url(../images/corner_01.gif);
margin: -10px -10px 1px -10px;
}

.info-container:after{
display: block;
background: url(../images/corner_04.gif) no-repeat 100% 0;
content: url(../images/corner_03.gif);
margin: 1px -10px -10px -10px;
}

.info-container p {
margin:0;
font-size:12px;
}

.info-container-fixed {
min-width:450px;
height:50px;
}
.info-container-fixed a {
color:#FFFFFF;
}

/*** Menu ***/
.menu {
width:100%;
height:17px;
min-width:960px;
padding:4px 0 4px 0;
background-color:#3366cc;
border-top:1px solid #3366cc;
border-bottom:1px solid #3366cc;
text-align:center;
color:#fff;
background-image:url(../images/background_01.gif);
background-repeat:repeat-x;
}

.menu a {
color:#fff;
text-decoration:none;
}

.menu a:hover {
color:#fff;
text-decoration:none;
border-bottom:1px dashed #fff;
}

/*** Main ***/
#left-container {
width:180px;
height:auto;
padding:10px;
}

.left-container-header {
min-width:180px;
height:auto;
padding:0 0 5px 0;
margin:10px 0 5px 0;
border-bottom:2px solid #3366cc;
}

.left-container-header p {
font-size:16px;
font-weight:bold;
color:#cc3333;
margin:0;
}

#link_download {
font-size:14px;
font-weight:bold;
color:#0159E9;
}

#link_link_site {
text-decoration: none;
color:#0159E9;
}

.left-container-content {
padding:0 0 5px 0;
}

.left-container-content p {
margin:0;
text-align:justify;
}

.menu-container {
margin:0;
padding:0;
text-decoration:none;
margin-bottom:20px;
}

.menu-container li a{
text-decoration:none;
padding:3px 0 3px 0;
display:block;
color:#3366cc;
border-bottom:1px dashed #3366cc;
}

.menu-container li a:hover{
text-decoration:none;
padding:3px 0 3px 0;
display:block;
color:#cc3333;
border-bottom:1px dashed #cc3333;
}

#center-container {
width:auto;
height:auto;
min-width:540px;
padding:10px;
}

#right-container {
width:180px;
height:auto;
padding:10px;
}

.post-container {
min-width:500px;
height:auto;
margin:10px;
margin-bottom:25px;
}

.post-container p {
font-size:14px;
color:#333;
margin:0;
text-align:justify;
}

.post-container img {
padding:10px;
margin:10px;
text-align:center;
border: 1px dashed #3366cc;
}

.post-container-header {
min-width:500px;
height:auto;
padding:0 0 5px 0;
margin-bottom:5px;
border-bottom:2px solid #3366cc;
}

.post-container-header p {
font-size:16px;
font-weight:bold;
margin:0;
}


.post-container-header2 {
min-width:500px;
height:auto;
padding:0 0 5px 0;
margin-bottom:5px;
border-bottom:1px solid #3366cc;
}

.post-container-header2 p {
font-size:14px;
margin:0;
}

.post-container-header a, .post-container-footer a {
color:#3366cc;
text-decoration:none;
}

.post-container-header a:hover, .post-container-footer a:hover {
color:#cc3333;
text-decoration:none;
border-bottom:1px dashed #cc3333;
}

.post-container-footer {
min-width:500px;
height:auto;
padding:5px 0 5px 0;
margin-top:5px;
border-top:1px solid #3366cc;
border-bottom:1px solid #3366cc;
}

.post-container-footer2 {
min-width:500px;
height:auto;
padding:5px 0 5px 0;
margin-top:5px;
border-bottom:1px solid #3366cc;
}

.post-container-footer p {
font-size:12px;
color:#666;
margin:0;
}

/*** Footer ***/
#footer {
width:100%;
height:50px;
min-width:960px;
}

#footer a, .post-container a {
color:#3366cc;
text-decoration:none;
border-bottom:1px dashed #3366cc;
}

#footer a:hover, .post-container a:hover {
color:#cc3333;
text-decoration:none;
border-bottom:1px dashed #cc3333;
}

.footer-left-container {
width:auto;
height:auto;
margin:10px;
float:left;
}

.footer-right-container {
width:auto;
height:auto;
margin:10px;
float:right;
}

.footer-left-container p, .footer-right-container p {
margin:0;
}

.navigation {
	color:#666;
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}
/* ==================== */


/* Стили посветки BBCode: */
acronym {
    border-bottom: #303030 1px dotted;
    cursor: help;
}
pre {
    border: #c0e6ff 1px solid;
    background-color: #e0e8ef;
    color: #002;
}
hr {
    height: 0;
    border: none;
    border-top: #404040 1px dotted;
    width: 75%;
}
var {
    color: blue; font-style: normal; font-family: monospace;
}
li {
    padding-bottom: 2px;
}
ul li {
    font-size: 12px;
}
ul ul li {
    font-size: 12px;
}
ul ul ul li {
    font-size: 12px;
}
h1 {
    color: #404060;
}
h2 {
    text-align: center;
    color: #404060;
}
h3 {
    border-bottom: #b0b0b0 1px dotted;
    margin-top: 2em;
    border-top: #b0b0b0 1px dotted;
    background-color: #ddd;
}
h4 {
    margin-top: 1.6em;
    border-bottom: #c0c0c0 1px dotted;
    margin-bottom: 0;
}
h5 {
    border-bottom: #d0d0d0 1px dotted;
    margin-top: 1.2em;
    margin-bottom: 0;
}
h3, h4, h5 {
    color: #707070;
    font-weight: normal;
}
table.bb {
    border-collapse: collapse;
}
th {
    border: #b0b0b0 1px solid;
    background-color: #ddd;
    color: #555;
}
td.bb {
    border: #b0b0b0 1px solid;
}
a {
    color: #7777ff;
}
blockquote.bb_quote {
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #f6f6f6;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " писал(а):";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Код: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
#content {
    padding-left: 1em;
}
#top {
    border-bottom: #d0d0d0 1px dotted;
}
#top_h1 {
    margin: 0;
    color: #404060;
    font-size: 18px;
    margin-left: 100px;
}
#top_links {
    padding-bottom: 1em;
    margin-left: 100px;
}
#xbb_logo {
    border: none;
    float: left;
}
code.bb_code {
    font-size: 1em;
    color: #000000;
}
span.bb_spec_char {
    color: #000099;
}
span.bb_mnemonic {
    color: #ff0000;
}
span.bb_tag {
    color: #009900;
}
span.bb_bracket {
    font-weight: bold;
}
span.bb_slash {
    font-weight: normal;
}
span.bb_tagname {
    color: #990099;
}
span.bb_equal {
    color: #999900;
}
span.bb_quote {
    color: #009999;
}
span.bb_attrib_name {
    color: #999900;
}
span.bb_attrib_val {
    color: #009999;
}
span.bb_autolink {
    color: #0000ff;
}
caption {
    font-weight: bold;
}
