/*-------------------------------------------------------------*/
/*--------------------reset------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
}

.menu ul, .menu li,
    .region_body ul, .region_body li,
    .top-menu ul, .top-menu li,
    .url ul, .url li,
    .vacancies ul, .vacancies li,
    .sitemap ul, .sitemap li,
    .pager ul, .pager li,
    .bottom-menu ul, .bottom-menu li,
    .tab-menu ul, .tab-menu li,
    .actions ul, .actions li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: 0;
}

img {
    border: none;
}

td {
    vertical-align: top;
}

/*--------------------end of reset-----------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*--------------------layout-----------------------------------*/
html {
    width: 100%;
    height: 100%;
    font: 100% Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: .75em;
    color: #484949;
}

table {
    font-size: 100%; /* ie5 hack */
}

.main-wrap {
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    border-bottom: 65px solid #fff;
}

.main-wrap,
    .footer {
    /*
        min-width:1000px;
        max-width:1600px;
    */
    width: 880px;
    overflow: hidden;
}

.content-area {
    padding: 0;
    vertical-align: top;
}

.columns-container,
    .header {
    min-width: 880px;
}

.columns-container {
    padding: 0 0 30px 0;
}

.header {
    padding-top: 35px;
}

.header .left,
    #index .column-1 {
    float: left;
    width: 660px;
}

.header .right,
    #index .column-2 {
    float: right;
    width: 200px;
}

#next .header .header-3 .left {
    width: 100%;
}

/* page layouts */
#next .column-1 {
    float: left;
}

#next .column-2 {
    float: right;
}

/*
                cc-21 -- content column visually goes after sidebar
                cc-12 -- content column visually goes before sidebar
                cc-1 -- only content column
            */
/* cc-12 */
#next .cc-12 .column-1 {
    width: 518px;
}

#next .cc-12 .column-2 {
    width: 342px;
}

/* /cc-12 */
/* cc-1 */
#next .cc-1 .column-1 {
    width: 100%;
    min-width: 560px;
}

#next .cc-1 .column-1-in {
    margin-right: 0;
}

#next .cc-1 .column-2 {
    /*display: none;*/
}


/* After authorization */
#next.after_auth .cc-12 .column-1 {
    /*width: 660px;*/
}
#next.after_auth .cc-12 .column-2 {
    /*width: 200px;*/
}


/* /cc-1 */
/* cc-21 */
#next .cc-21 .column-1 {
    float: right;
    width: 660px; /* min-width:560px; */
}

#next .cc-21 .column-1-in {
    margin-right: 0;
    margin-left: 0px;
}

#next .cc-21 .column-2 {
    float: left;
    width: 200px; /* min-width:300px; */
}

/* /cc-21 */
/* /page layouts */
.main-container {
    padding-bottom: 0px;
    background: #c8d8e2;
}

.column-1-in {
    margin-right: 0px;
    padding: 0px 0 0 0px;
}

.footer {
    margin: -65px auto 0;
    padding: 0px;
    font-size: .9em;
    color: #fff;
}

.footer .in-1 {
    margin: 0;
}

.footer .in-2 {
    padding: 20px 20px 0;
    height: 45px;
    background: #f2f2f2 url( /img/bg-footer.gif) no-repeat 0 0;
}

/*--------------------end of layout----------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------clear------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.clearfloats {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    display: block;
}

/*--------------------end of clear-----------------------------*/
/*-------------------------------------------------------------*/