/********************
 * COMMON
 */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body {
    /*height: 100%;*/
}
body {
    background: #ffffff;
    color: #000000;
    font: 12px Tahoma;
    line-height: 14px;
    box-shadow: 0 0 5px #dadcdc;
}

.clear {
    clear: both;
}
.left {
    float: left;
    margin-right: 10px
}
.right {
    float: right;
    margin-left: 10px
}
.center {
    display: block;
    margin: 0 auto
}
img.left {}
img.right {}
img.center {
    display: block;
    margin: 10px auto;
}
.hide{
    display: none;
}
.container {
    position: relative;
    width: 990px;
    /*border: 1px solid #dadada;*/
    /*min-height: 100%;*/
    height: auto;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px #dadcdc;
}

/* *************** */
/* COLUMNS  */
.col_content {
    float: left;
    width: 650px;
    margin-left: 15px;
}
.col_right {
    float: left;
    width: 310px;
}
.col_half_content {
    float: left;
    width: 315px;
}
.col_half_content:first-child{
    margin-right: 10px;
}
.row{
    margin-bottom: 20px;
}
.row:last-child{
    margin-bottom: 10px;
}
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.first {
    margin-left: 0;
    margin-right: 10px;
}
.inner {
    margin-left: 10px;
    margin-right: 10px;
}
.last {
    margin-left: 10px;
    margin-right: 0;
}

.vk_vid {
    border: 1px solid #ccc;
    margin-top: 10px;
}

/********************
 * BLOCKS
 */
.line {
    background-color: #B3B3B3;
    height: 1px;
    margin: 10px 0;
}
.text_block {
    margin: 10px 0;
    line-height: 18px;
}
.goog_300{
    height: 250px;
}


/********************
 * FONTS & HEADERS
 */
a {
    color: #0F579F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.quiet {
    color: #777777;
}
.quiet a {
    color: #777777;
}

/* *************** */
/* OVERALL HEADER */
.topline{
    height: 100px;
    padding: 10px;
    background: url("/img/logo.png") no-repeat;
}
    .logoshare{
        margin: 20px 20px 0 0;
    }
    .logo {
        /*background: url("images/logo.png") no-repeat scroll 0 0 transparent;*/
        display: block;
        float: left;
        height: 100px;
        width: 300px;
    }
    .search{
        width: 461px;
        float: right;
        margin-top: 40px;
    }
    .search input[type=text]{
        float: left;
        background: url("/img/search.png") 0 0 no-repeat;
        color: #929292;
        border: none;
        display: block;
        height: 28px;
        width: 350px;
        padding: 0 5px;
    }
    .search input[type=submit]{
        float: left;
        background: url("/img/search.png") 100% 0 no-repeat;
        width: 100px;
        border: none;
        color: #fff;
        cursor: pointer;
        height: 28px;
        text-transform: uppercase;
    }
.breadcrumbs {
    margin: 5px 0 15px;
}
    .breadcrumbs a {
        color: #777777;
        font-size: 11px;
    }
.header_menu {
    display: block;
    width: 1010px;
    height: 41px;
    margin: 0 -10px;
    margin-bottom: 20px;
    text-align: center;
    background: #ac2925;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
    .header_menu > li {
        position: relative;
        display: inline-block;
        padding: 0 1px 0 2px;
        background: url('/img/menudiv.png') 0 0 no-repeat;
    }
    .header_menu > li:first-child {
        background: none;
    }
    .header_menu > li > a {
        display: block;
        height: 41px;
        padding: 0 15px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 38px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .header_menu > li ol {
        position: absolute;
        top: -999px;
        left: 0;
        display: block;
        min-width: 150px;
        padding: 10px;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 9999;
        list-style: none;
    }
    .header_menu > li:hover a {
        background: #fff;
        color: #A2243F;
    }
    .header_menu > li:hover ol {
        top: 41px;
        border-top: 0;
    }
    .header_menu > li:hover ol a {
        display: block;
        padding: 7px;
        color: #333;
        text-align: left;
        text-decoration: none;
        white-space: pre;
    }
    .header_menu ol > li:hover a {
        background-color: #ebebeb;
        border-radius: 4px;
    }

/********************
*     CONTENT
*/
.content {
    text-align: justify;
}
    .content img{
        max-width: 640px;
    }
    .content h1{
        color: #405c63;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .content p{
        margin: 12px 0;
        line-height: 16px;
    }
    .content li{
        margin-left: 20px;
    }

.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
    .pagination li{
        display: inline;
    }
    .pagination li a{
        float: left;
        padding: 6px 12px;
        text-decoration: none;
        color: #428bca;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }
    .pagination li.active a{
        background: #002240;
        color: white;
    }
.part_title{
    background: #cacaca;
    height: 30px;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
    .part_title h2{
        font-size: 12px;
        line-height: 30px;
        float: left;
        height: 30px;
        padding: 0 10px;
        background: #ac2925;
        color: #ffffff;
    }
    .part_title h2 a{
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        line-height: 30px;
    }
    .part_title span{
        display: block;
        float: right;
    }
    .part_title span a{
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        line-height: 30px;
        margin: 0 20px 0 0;
        font-size: 10px;
        font-weight: bold;
    }
    .part_title span a:hover{
        text-decoration: underline;
    }
.line_title{
    margin-top: 20px;
    border-top: 1px solid #9a9a9a;
}
    .line_title > * {
        top: -8px;
        position: relative;
        background-color: #ffffff;
        padding-right: 10px;
        line-height: 1.3em;
    }
    .line_title h2{
        float: left;
        font-size: 11px;
        text-transform: uppercase;
        background: #ffffff;
    }
table {
    max-width: 750px;
}

    table.content_full{
        width: 640px;
    }
    td.center{
        text-align: center;
    }

    table.gray {
        border-collapse: separate;
        border-spacing: 1px;
    }

    table.gray td {
        background: #ffffff;
        padding: 8px 3px;
    }

    table.gray tr:nth-child(2n) td {
        background-color: #F2F2F2;
    }

    table.gray thead td, table.gray thead th {
        background: #EEEDE8;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        padding: 7px;
        border-bottom: 1px solid #D8D6C6;
        text-align: center;
    }

    table.gray thead tr:nth-child(2n) td {
        background-color: #EEEDE8;
    }

    table.gray td.noborder {
        border: 0;
        background: none;
    }
    table.gray td.message{
        font-weight: bold;
        text-align: center;
    }

/************************
 *   REGISTRATION / AUTH
 */
.login_buttons{
    position: absolute;
    top: 5px;
    right: 5px;
}
.enter_login{
    width: 170px;
    float: left;
    padding: 15px;
}
.enter_div{
    background: #cacaca;
    width: 1px;
    height: 200px;
    float: left;
    margin: 0 15px;
}
.enter_register{
    width: 170px;
    float: left;
    padding: 15px;
}
.enter_col{
    margin: 15px;
}
.enter_first{
    margin-left: 0;
}
.enter_last{
    margin-right: 0;
}

/********************
 *     FOOTER
 */
.footer {
    background: #e0e0e0;
    padding: 10px;
}
    .footer_topline{
        height: 20px;
    }
    .footer a {
        font-size: 11px;
        font-weight: bold;
    }
    .footer_counters {
        float: right;
        height: 20px;
        width: 50px;
        text-align: right;
    }

    .copyright {
        height: 25px;
    }

.footer_menu {
    list-style: none;
    margin: 15px;
}
    .footer_menu {
        display: block;
        width: 100%;
        overflow: hidden;
        font: 12px/1 Tahoma, Helvetica, Arial, sans-serif;
    }
    .footer_menu > li {
        display: block;
        width: 175px;
        float: left;
        margin: 0 0 15px;
    }
    .footer_menu > li > a {
        display: block;
        height: 14px;
        margin: 0 0 10px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }
    .footer_menu ol {
        width: 175px;
        padding: 0;
        min-height: 115px;
        list-style: circle;
    }
    .footer_menu ol > li {
        min-height: 14px;
        padding-left: 0;
    }
    .footer_menu ol > li > a {
        display: block;
        color: #000;
        text-align: left;
        text-decoration: none;
    }
    .footer_menu ol > li > a > img {
        display: none;
    }
    .footer_menu > div {
        display: none;
    }


/* Alert */
.alert-box {
    color:#555;
    border-radius:5px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 36px;
    margin:10px 0;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec url('/img/alert/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('/img/alert/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('/img/alert/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('/img/alert/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

/* Images */
.thumbnail{
    border: 1px solid #dadada;
}