﻿#page
{
    width: 765px;
    margin: 10px auto 0 auto;
}

#header
{
    width: 100%;
}

#title
{
}

#langs
{
    position: relative;
    top: 30px;
}

#langs a
{
    position: relative;
    float: left;
    margin: 5px;
    display: block;
    width: auto;
    height: 17px;
    border: 1px solid #999;
    padding: 6px;
    font-weight: bold;
    color: #999;
    text-decoration: underline;
}

#langs a:hover
{
    border-color: #c33;
    color: #c33;
    text-decoration: none;
}

#langs a.selected, #langs a.selected:hover
{
    color: #c33;
    border-color: #c33;
    text-decoration: none;
    background-color: #ebebeb;
}

#nav-list
{
    margin: 10px 0;
    padding: 0;
}

#nav-list li
{
    display: inline;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 22px;
}

#nav-list li a
{
    color: #999;
}

#nav-list li a:hover
{
    color: #c33;
}

#nav-list li a.selected
{
    color: #c33;
    text-decoration: none;
}

#content
{
    position: absolute;
    top: 0;
    left: 253px;
    width: 381px;
    height: 380px;
    background-color: #fff;
    z-index: 10;
    display: block;
}

#content-info
{
    width: 371px;
    height: 377px;
    margin: 1px 5px 0 5px;
    overflow: auto;
    border: 1px solid #999;
}

#content-close
{
    text-align: right;
    height: 25px;
    margin-right: 5px;
}

#content h2
{
    padding: 10px 10px;
}

#content h3
{
    padding: 10px;
}

#content p
{
    padding: 0 10px;
}

.doc-row
{
    position: relative;
    clear: both;
    width: 770px;
}

.doc-img
{
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    padding: 1px;
}

#footer
{
    width: 100%;
}

#footer p
{
    font-size: 11px;
    text-align: right;
    margin-right: 5px;
}
