#content {
    padding-bottom: 30px;
}

#right_side {
    float: right;
    width: 590px;
    margin-top: 0px;
    margin-left: 30px;
    padding-bottom: 40px;
}

#left_side {
    float: left;
    width: 265px;
}


#right_side h1 {
    font-style: inherit;
    font-family: inherit;    
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    padding: 5px 0px 0px 0px;
}

#left_text {
    font-size: 12px;
    color: #808080;
    padding: 0px 0px 0px 0px;
}

#inside_text {
    font-size: 12px;
    color: #808080;
    padding: 0px 0px 0px 0px;
}

/* Каталог */
.catalog-head {
    font-size: 16px;
    font-weight: bold;
    color: #808080;
}

#catalog_area {
    width: 245px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 40px;  
}

.catalog-section-area {
    width: 240px;

}
.catalog-section {
    height: 20px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    margin-top: 1px;
    padding-left: 15px;
    background-color: #a5b4c9;
}

.catalog-section span {
    cursor: pointer;

}

.catalog-subsection {
    text-align: left;
    font-size: 14px;
    padding: 5px 0px 7px 10px;
    margin-bottom: 15px;
    background-color: #f0f2f7;
}

.catalog-subsection strong {
    color: #5f5f5f;     
    font-weight: bold;
}

a.catalog-subsection-link {
    color: #5f5f5f; 
    text-decoration: none;
}
a.catalog-subsection-link:hover {
    color: #5f5f5f; 
    text-decoration: underline;
}

.user-outside {
    width: 100%;
    clear: both;
    margin-top: 15px;
}

.user-frame {
    color: #333333;
    background-color: #e8e8e8;
    padding: 10px 10px 10px 0px;
}

.user-photo {
    float: left;
    width: 100px;
    text-align: center;
}

.user-detail {
    float: left;
    width: 200px;
}
.user-detail-inside {
    padding: 5px 10px 5px 15px;
}

.user-detail-fio{
    font-size: 13px;
}

.user-responses {
    float: right;
    width: 80px;
}
.user-responses-inside {
    padding-top: 5px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.user-responses-positive {
    color: #4e8e3e;
}
.user-responses-middle {
    color: #666666;
    padding-left: 6px;
}
.user-responses-negative {
    color: #6699cc;
}

.user-rate {
    float: right;
    width: 120px;
    text-align: center;
}
.user-rate-inside {
    padding-top: 25px;
    font-size: 14px;
}

.user-vertical-line {
    float: left;
    border-left: 1px solid #cccccc; 
    height: 50px;
    font-size: 1px;
    margin-top: 10px;
}

.user-phone {
    font-size: 12px;
    color: #696969;
    clear: both;
    width: 100%;
}
.user-phone-inside {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
}

.user-phone-img {
    float: left;
    width: 12px;

}
.user-phone-text {
    margin-top: -1px;
}


/* 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;}


/**
 * RegForm
*/
#reg_form {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
}

#reg_form input[type="text"], #reg_form input[type="password"], #reg_form input[type="text"][name="fio"] {
    border: 1px solid #b3b9c3;
    width: 260px;
    height: 22px;
    font-size: 15px;
} 

#reg_form select {
    width: 265px;
    height: 22px;
    font-size: 14px;
    padding-left: 3px;
} 

