html{
    overflow: scroll;
}
body{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #3D3D3D;
}

h1{
    font-size: 18px;
    position: relative;
    padding: 0 0 3px 10px;
    margin-bottom: 10px;
    color: #E56600;
    border-bottom: 3px solid #029BC1;
}
h2{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 0 0 3px 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #029BC1;
}
.one_content h1, .one_content h2{
    border: 0px !important;
}

a{
    color: #029BC1;
    text-decoration: underline;
    outline: none;
}
    a:hover{
        color: #04CDFF;
    }
    a.active{
        color: #3D3D3D;
        text-decoration: none;
    }

hr{
    margin: 4px 0;
    height: 1px;
    border: 0px;
    border-top: 1px solid #D2D2D2;
}

strong{
    font-weight: bold;
}

p{
    margin-bottom: 15px;
}

#body_content{
    line-height: 16px;
}

#body{
    position: relative;
    width: 980px;
    padding-bottom: 50px;
    margin: 0px auto;    
}
#logo{
    font-size: 22px;
    display: block;
    position: absolute;
    left: 26px;
    top: 25px;
    width: 145px;
    z-index: 100;
    color: #029BC1;
    text-decoration: none;
    text-transform: uppercase;
}
    #logo span{
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        color: #E56600;
        text-transform: none;
    }
/* BEGIN Left block */
#left{
    position: relative;
    float: left;
    margin-right: 10px;
    padding-top: 108px;
    width: 170px;
    z-index: 1;
}
    #left strong{
        display: block;
        position: relative;
        padding: 10px 0 0 27px;
        font-size: 12px;
        font-weight: bold;
        color: #029BC1;
        background: url('/site/img/search.gif') left bottom no-repeat;
    }
    
.grey_block{
    display: block;
    position: relative;
    background: #fafafa url('/site/img/angle.gif') 1px 1px no-repeat;
    margin: 3px 0 30px 0;
    padding: 10px;
    border: 1px solid #D2D2D2;
    border-top: 2px solid #77C3D6;
}
.grey_block a{
    text-decoration: none !important;
}
.grey_block p{
    margin-bottom: 5px;
}
.grey_block ul li{
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
    .grey_block .delete_s{
        display: block;
        position: absolute;
        top: 3px;
        left: 0px;
        width: 5px;
        height: 5px;
        background: url("/site/img/delete.gif") center center no-repeat;
    }

.left_input{
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    border: 1px solid #707070;
    color: #3D3D3D;
}

#char{
    width: 40px;
    text-align: center;
}
a.get_char{
    font-size: 11px;
    font-weight: bold;
    float: right;
    line-height: 17px;
    color: #3D3D3D;
    text-decoration: none;
}
    a.get_char:hover{
        color: #029BC1;
    }
/* END Left block */

/* BEGIN Right block */
#right{
    float: left;
    width: 800px !important;
    width: 790px;
}
/* END Right block */

/* BEGIN menu */
#menu_block{
    padding-bottom: 15px;
    background: url('/site/img/menu.jpg') center bottom no-repeat;
}
.menu{
    display: block;
    margin: 0 6px;
    text-align: center;
}
    .menu li{
        font-size: 15px;
        display: inline;
        margin: 0 3px;
        color: #ccc;
        text-transform: uppercase;
    }
        .menu li.all{
            text-transform: none;
        }
        .menu li a{
            font-size: 15px;
            display: inline-block;
            padding: 7px 2px 0 2px;
            color: #3D3D3D;
            text-decoration: none;
        }
            .menu li a:hover{
                color: #029BC1;
            }
            .menu li a.active{
                font-weight: bold !important;
                color: #E56600 !important;
            }
/* END menu */

.content span{
    display: block;
    position: relative;
    padding: 0 10px;
}
.content img{
    float: right;
    margin: 0 0 10px 15px;
}
.content a{
    text-decoration: none;
}

.apic{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 21px;
    height: 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
    a.apic:hover, .apic_active{
        background-position: 0px -20px !important;
    }

.search{
    background-image: url('/site/img/search.gif');
}


#left .apic{
    top: -8px !important;
    left: 0px !important;
}
    

.content img{
    margin-bottom: 30px;
}

div.font{
    padding-left: 3px;
}
    div.font div{
        float: left;
        width: 78px;
        height: 78px;
        padding: 3px;
        margin:  1px;
        border: 1px solid #ECECEC;
    }
    div.font span{
        line-height: 12px;
        color: #858585;
    } 

#capcha{
    border: 1px solid #707070;
    margin: 15px 0px;
}

.input{
    border: 1px solid #707070;
}

.submit{
    margin: 0px;
    color: #E56600;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #707070;
}

.input_error{
    background-color: #fa9084 !important;
}


div.index_info{
    margin-bottom: 25px;
    clear: both;
}

/* +Preloader */
#preload_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#preload_img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('/site/img/preloader.gif') center center no-repeat;
}
/* -Preloader */