﻿/* Elements */
body
{
    margin: 0;
    padding: 0;
    min-width: 950px;
    background-color: #ffffff;
    color: #030303;
    font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
}

h3
{
    margin: 0;
    padding: 1em 0 0 0;
    color: #666666;
    font-size: 1.15em;
    font-weight: bold;
    line-height: normal;
}

h3 a
{
    text-decoration: none;
    color: #666666;
}

h4
{
    margin: 0;
    padding: 0;
    font-size: 1.15em;
    font-weight: normal;
    line-height: normal;
}

ul
{
    margin: 0;
    padding: 1em 0 0 1em;
}

ul li
{
    list-style-type: none;
    background-image: url('/images/arr.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0.2em 0 0.2em 15px;
}

dl
{
    margin: 0;
    padding: 0;
}

dt
{
    margin: 1em 0 0 0;
    padding: 0;
    color: #658b8c;
    font-weight: bold;
}

dt:first-child
{
    margin: 0;
}

dd
{
    margin: 0 0 0 0.5em;
    padding: 0;
}

strong
{
    font-weight: bold;
}

a
{
    color: #338835;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

a:hover
{
    color: #fc7435;
}

/* Clear */

div
{
    margin: 0;
    padding: 0;
}

img
{
    border-style: none;
}

p
{
    margin: 0.5em 0 0 0;
    padding: 0;
}

/* Element IDs */

#header
{
    padding: 1em;
    background-color: #658b8c;
    background-image: url('/images/header-background.gif');
    background-repeat: repeat;
    background-position: center;
}

#header h1
{
    margin: 0;
    padding: 0 0 0.15em 0;
    color: #ffffff;
    font-family: Courier;
    font-size: 2em;
    line-height: normal;
}

#header h1 a
{
    text-decoration: none;
    color: #ffffff;
    border-bottom-style: none;
}

#header h2
{
    margin: 0;
    padding: 0;
    color: #c9f2ce;
    font-size: 1.20em;
    line-height: normal;
}

#header h2 a
{
    color: #c9f2ce;
    text-decoration: none;
    border-bottom-style: none;
}

#capiton
{
    float: left;
}

#langSwitcher
{
    float: right;
}

#langSwitcher a
{
    text-decoration: none;
    border-bottom-style: none;
}

#menu
{
    margin-top: 1px; /* тонкая белая полоска */
    padding-left: 0.75em;
    background-color: #707f7f;
}

#menu ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

#menu ul li
{
    margin: 0px 45px 0px 0px;
    padding: 0px;
    float: left;
    color: #deefe0;
    font-size: 1em;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    background-image: none;
}

#menu ul li a
{
    color: #deefe0;
    text-decoration: none;
    border-bottom-style: none;
}

#menu ul li a.selected
{
    color: #ffffff;
}

#siteMapPath
{
    padding: 0px 0px 0px 0.85em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #658b8c;
    background-color: #fffff0;
    color: #658b8c;
    font-size: 0.8em;
    font-weight: bold;
}

#siteMapPath a
{
    color: #658b8c;
    text-decoration: none;
    border-bottom-style: none;
}

#news
{
    padding: 1em;
    width: 20em;
    text-align: justify;
    font-size: 0.9em;
    float: left;
    border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #658b8c;
}

#rightInfo
{
    margin-left: 20em;
    padding:  0.5em 1em 1em 2em;
    max-width: 65em;
    font-size: 0.95em;
    line-height: 1.5em;
}

#content
{
    text-align: center;
}

#info
{
    margin: 0 auto 0 auto;
    padding: 0.5em 1em 1em 1em;
    text-align: left;
    width: 75%;
    min-width: 30em;
    max-width: 65em;
    font-size: 0.95em;
    line-height: 1.5em;
}

#foot
{
    margin-top: 2em;
    padding: 1.25em;
    background-color: #cccccc;
    text-align: center;
    font-size: 0.7em;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
}

/* Classes */

.pictureContainer
{
    text-align: center;
}

.pictureContainer img
{
    margin-left: auto;
    margin-right: auto;
}

div.message
{
    margin: 2em 0 0 0;
    padding: 0.5em;
    background-color: #e1ffe1;
    border-color: #80ff80;
    border-style: solid;
    border-width: 1px;
}

div.message p:first-child:before
{
    content: 'Внимание! ';
    color: #ff5555;
    font-weight: bold;
}

.new:after
{
    content: ' — Новое!';
    color: #ff0000;
    font-weight: bold;
}

ul.subcategory
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.subcategory li
{
    margin: 1em 0; /* отступы между элементами */
    padding: 0 0 0 60px; /* картинка слева */
    background-image: url('/images/dll.gif');
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

ul.subcategory li.exe
{
    background-image: url('/images/exe.gif');
}

ul.subcategory li.cs
{
    background-image: url('/images/cs.gif');
}

ul.subcategory li.hlp
{
    background-image: url('/images/hlp.gif');
}

ul.subcategory li.java
{
    background-image: url('/images/java.gif');
}

.clear
{
    clear: both;
}
