/* ----------------------------------------------------------
                           FONTS & COLORS
 ------------------------------------------------------------- */
body {
    background-color: #FFF;
    color: #030;
    font-family: Verdana, Geneva, Arial;
    font-size: 9pt;
}

#main {
    background-color: #FFF;
}
    #info {
    
    }
        #nickname2 {
            font-weight: bold;
        }
        
        .battle_level, .ekonom_level, .work_level, .sind_level,
        .str, .mark, .life, .end        {
            font-weight: bold;
        }
        
        
        
        .battle_level, .str {
            color: #900;
        }
        
        .ekonom_level, .mark {
            color: #009;
        }
        
        .work_level, .life {
            color: #090
        }
        
        .sind_level, .end {
            color: #660066;
        }
    
    #stats {

    }
        #free_stats {
            font-weight: bold;
        }
        
        #stats tr.title td, #weapons .title {
            font-weight: bold;
            text-align: center;
        }
    
    #weapons {
    
    }
        #weight, #cost, #cost_eun, #speed {
            font-weight: bold;
        }
    
    
    #skills {
    
    }
        #skills_weapons table, #skills_bonuses table{
            font-size: 80%;
        }
        
        #skills_weapons span, #skills_bonuses span{
            color: #900;
            font-weight: bold;
        }

.title{
    background-color: #d0eed0;
}

.bold {
    font-weight: bold;
}


 /* ----------------------------------------------------------
                                BORDERS
 ------------------------------------------------------------- */
#info, #stats{
    border: 1px solid #393;
}

#levels, #weapons .title, #weapons_content, #table_levels, #skills, #bonuses, #skills_weapons, #skills_bonuses, 
#more_info_content, #info_content {
    border-right: 1px solid #393;
}
 
#info .title, #pers_info, #levels, #params, #weapons .title, #weapons_content, #skills, #bonuses, #skills_weapons, #skills_bonuses ,
#more_info_content, #info_content {
    border-bottom: 1px solid #393;
}

#weapons .title, #weapons_content, #skills, #skills_weapons, #more_info_content, #info_content {
    border-left: 1px solid #393;
}

#weapons_img img {
    border: none;
}



 /* ----------------------------------------------------------
                                LAYOUT
 ------------------------------------------------------------- */

table {
    width: 100%;
}

#main {
    margin: 0 auto;
    width: 700px;
}

    #info {
        background: #d0eed0 url(http://images.ganjawars.ru/i/gon.gif) no-repeat scroll 0 0;
        height: 23px;
        margin-bottom: 15px;
        padding: 3px 0 0 30px;
    }
        #stats input {
            width: 27px;
        }
        
    
    #stats {
        
    }
        #stats td {
            width: 50%;
        }
    
    #weapons {
        
    }
        #weapons_content {
            position: relative;
        }
            #weapons_spisok {
                margin: 0 0 10px 10px;
            }
            
            #weapons_img {
                height: 200px;
                margin-top: 3px;
                position: absolute;
                right: 0;
                top: 0;
                width: 340px;
            }
                #weapons_img img {
                    margin: 0 1px 0 0;
                    padding: 0;
                }
        
    #info_content {
        padding: 10px;
        position: relative;
    }
        #info_content1 {
            width: 340px;
            height: 100px;
            float: left;
        }
            
        #info_content2 {
            height: 100px;
            width: 200px;
            margin-left: 360px;
        }
    
    #skills {
        width: 50%;
    }
        #skills_weapons, #skills_bonuses {
            vertical-align: top;
        }
        
        #skills_weapons table td{
            height: 17px;
        }
        
p {
    margin: 0;
    padding: 0;
}    





 /* ----------------------------------------------------------
                                MISC
 ------------------------------------------------------------- */
table {
    border-collapse: collapse;
}

span.battle_level, span.ekonom_level, span.work_level, span.sind_level,
span.str, span.mark, span.life, span.end,
#sind_img {
    cursor: pointer;
}

#sind_img {
    display: inline;
}

#table_levels {
    vertical-align: top;
}

#table_levels table td {
    
}

#info_content1 span, .bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}