/**
 * Developed by Kernel Team.
 * http://kernel-team.com
 */

body {
    font-family: Lucida Sans Unicode, sans-serif;
    background: #f5f5f9;
}

* {
    margin: 0;
    padding: 0;
}

*.g_hidden {
    display: none;
}

form {
    display: inline;
}

input, select, textarea {
    padding: 2px;
    font-family: Lucida Sans Unicode, sans-serif;
    font-size: 13px;
}

span.kvs {
    color: #222;
    font-weight: bold;
}

span.price {
    font-size: 14px;
    color: #ff3333;
}

span.context_info {
    color: #f00;
}

span.new {
    font-weight: bold;
    color: #ff3333;
}

a, a:visited {
    color: #0c1831;
    text-decoration: underline;
}

a:hover {
    color: #ef5644;
    text-decoration: none;
}

br.g_clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

div.sep_hor {
    height: 16px;
    line-height: 1px;
    font-size: 1px;
    background: url("../images/separator_horizontal.gif") left center repeat-x;
}

div.form_control {
    font-size: 12px;
    padding-top: 10px;
}

div.form_control span.form_desc {
    font-size: 11px;
    color: #666;
}

div.errors {
    padding: 2px;
    border: 1px solid #f00;
    margin-top: 5px;
    font-size: 12px;
    color: #f00;
}

ul {
    color: #444;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 7px 5px 0 5px;
    line-height: 15px;
}

ul li {
    background: url("../images/arrow_1.gif") left 4px no-repeat;
    margin: 4px 0 0 0;
    padding: 0 0 0 24px;
}

label {
    cursor: pointer;
}

#content {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

#header {
    height: 49px;
    background: #f3f3f4 url("../images/header_tile.gif") left top repeat-x;
    font-size: 12px;
}

#header_logo {
    float: left;
    width: 245px;
    height: 49px;
    background: #f3f3f4 url("../images/header_logo.gif") left top no-repeat;
    text-indent: -1000px;
}

#header_links {
    float: right;
    padding: 5px;
    margin: 10px 14px 0 0;
    background: #fff;
    border: 1px solid #e7e7e7;
}

#header_links a {
    padding: 0 5px;
}

#header_links a.lang_en {
    background: url("../images/header_lang_en.gif") 7px 2px no-repeat;
    padding-left: 27px;
    padding-right: 7px;
}

#header_links a.lang_ru {
    background: url("../images/header_lang_ru.gif") 7px 2px no-repeat;
    padding-left: 27px;
    padding-right: 7px;
}

#header_links span {
    padding: 0 5px;
    color: #ef5644;
}

#header_logon {
    float: right;
    padding: 4px 10px 4px 0;
    margin: 9px 14px 0 0;
    background: #fff;
    border: 1px solid #e7e7e7;
}

#header_logon label {
    display: block;
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}

#header_logon label.error {
    color: #f00;
}

#header_logon input {
    display: block;
    float: left;
    margin-left: 5px;
    border: 1px solid #c7c7c7;
    padding: 2px;
}

#header_logon input.submit {
    border: 0;
    padding: 0;
}

#header_separator {
    height: 4px;
    background: #000;
    font-size: 4px;
}

#subheader {
    height: 135px;
    background: #031c57;
}

#subheader1 {
    float: left;
    width: 378px;
    height: 135px;
    background: url("../images/subheader_image1.jpg") left top no-repeat;
}

#subheader2 {
    float: left;
    width: 582px;
    height: 135px;
    background: url("../images/subheader_image2.jpg") left top no-repeat;
    text-align: right;
}

#subheader2 #btn_demo {
    padding-top: 8px;
}

#subheader2 a {
    color: #fff;
}

#subheader2 img {
    border: 0;
}

#main_menu {
    height: 37px;
    background: #f05946 url("../images/main_menu_tile.gif") left top repeat-x;
}

#main_menu a {
    display: block;
    float: left;
    height: 37px;
    line-height: 34px;
    padding: 0 17px;
    border-right: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#main_menu a.last {
    border-right: none;
    padding: 0 20px;
}

#main_menu a:hover {
    background: url("../images/main_menu_tile_mover.gif") left top repeat-x;
}

#main_menu span {
    display: block;
    float: left;
    height: 37px;
    line-height: 34px;
    padding: 0 17px;
    border-right: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #f05946 url("../images/main_menu_tile_active.gif") left top repeat-x;
}

#main_menu span.last {
    border-right: none;
    padding: 0 20px;
}

#main_area {
}

#col_1 {
    float: left;
    width: 650px;
    padding: 0 10px;
    margin-top: -5px;
}

#col_1.wide {
    width: 940px;
}

#col_1 h1 {
    font-size: 16px;
    padding-top: 15px;
}

#col_1 h2 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #858688;
}

#col_1 h3 {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 2px;
}

#col_1 ul {
    font-size: 13px;
}

#col_1 label {
    font-size: 13px;
}

#col_1 p {
    color: #444;
    font-size: 13px;
    padding-top: 10px;
}

#col_1 p.highlighted {
    color: #021d5b;
    font-weight: bold;
}

#col_1 p.additional_links {
    padding-top: 5px;
    font-size: 11px;
    text-align: right;
}

#col_1 p.additional_links a {
    color: #021d5b;
}

#col_1 p.additional_links a:hover {
    color: #ef5644;
    text-decoration: none;
}

#col_1 p.news_date {
    color: #ef5644;
    font-size: 11px;
    padding-top: 1px;
}

#col_1 p.question {
    font-weight: bold;
}

#col_1 div.player {
    padding: 10px;
}

#col_1 table {
    width: 100%;
    margin-top: 7px;
    border-collapse: collapse;
}

#col_1 img {
    margin: 10px 10px 5px 5px;
    display: block;
    float: left;
}

#col_1 table td {
    border: 1px solid #c7c7c7;
    padding: 3px 5px;
    border-spacing: 0;
    font-size: 13px;
}

#col_1 table tr.header td {
    font-weight: bold;
    background: #e7e7e7;
    white-space: nowrap;
}

#col_2 {
    float: left;
    width: 260px;
    border: 1px solid #858688;
    padding: 2px;
    margin: 15px 0 0 10px;
}

#col_2 h1 {
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
    height: 20px;
    line-height: 20px;
    background: #032165 url("../images/news_title_tile.jpg") left top no-repeat;
}

#col_2 h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px 0 5px;
}

#col_2 p {
    color: #444;
    font-size: 12px;
    padding: 7px 5px 0 5px;
}

#col_2 p.additional_links {
    padding-top: 5px;
    font-size: 10px;
    text-align: right;
}

#col_2 p.additional_links a {
    color: #021d5b;
}

#col_2 p.additional_links a:hover {
    color: #ef5644;
    text-decoration: none;
}

#col_2 p.hl_links {
    padding: 0 10px 5px 10px;
}

#col_2 p.hl_links a {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

#col_2 p.news_date {
    color: #ef5644;
    font-size: 11px;
    padding: 1px 5px 0 5px;
}

#footer {
    padding: 10px;
    font-size: 11px;
    height: 74px;
    line-height: 18px;
}

#footer a {
    margin-right: 10px;
}

#order_form .c1 {
    display: block;
    float: left;
    width: 120px;
    padding-top: 2px;
}

#order_form .c2 {
    display: block;
    float: left;
    width: 530px;
}

#feedback_form .c1 {
    display: block;
    float: left;
    width: 120px;
    padding-top: 2px;
}

#feedback_form .c2 {
    display: block;
    float: left;
    width: 530px;
}

#feedback_form .c2 input, #feedback_form .c2 textarea {
    width: 98%;
}

#ticket_form .c1 {
    display: block;
    float: left;
    width: 110px;
    padding-top: 2px;
}

#ticket_form .c2 {
    display: block;
    float: left;
    width: 830px;
}

#profile_form .c1 {
    display: block;
    float: left;
    width: 120px;
    padding-top: 2px;
}

#profile_form .c2 {
    display: block;
    float: left;
    width: 820px;
}

#profile_form .c3 {
    display: block;
    float: left;
    width: 820px;
    padding-top: 2px;
}