#left_side {
    float: left;
    width: 265px;
    padding-top: 15px;    
}

#right_side {
    float: left;
    width: 590px;
    margin-left: 30px;
    padding-top: 15px;    
}

#right_side h1 {
    font-style: inherit;
    font-family: inherit;    
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    padding: 0;
}

#left_text {
    padding-top: 15px;
    padding-right: 10px;
    font-size: 14px;
    color: #808080;
}

#inside_text {
    padding: 5px 0;
    font-size: 13px;
    color: #808080;
}

/* Каталог */
#catalog_area {
    width: 245px;
    padding-left: 20px;
    padding-bottom: 40px;
}

#catalog_head {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #808080;    
}

.link-show-catalog {float: right; padding-top: 3px;}
.link-show-catalog a {font-size: 13px; color: #808080; text-decoration: underline;}
.link-show-catalog a:hover {text-decoration: none;}

.catalog-section {
    height: 21px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1px;
    padding-left: 15px;
    background-color: #a5b4c9;
}




/* not_users_area */
#not_users_area {margin-top: 15px; padding: 10px 15px; border: 1px solid #ced7e1; background-color: #f7f8fb;}
#not_users_area .text {font-size: 17px; color: #808080; line-height: 19px;}

