

.category_simple_items {
    margin-left: -10px;
    padding-bottom: 5px;
    overflow: auto;
}


.category_simple_item {
    float: left;
    width: 33.3%;
/*    height: 285px;*/
    text-align: center;

}

.category_simple_item_inner {
    border: 1px solid #ddd;
    padding: 10px;
    margin-left:10px;
    margin-bottom:10px;
    height:260px;
}

.category_simple_item__photo {

    width: 190px;
}

.category_simple_item__name,
.category_simple_item__name:visited{
    text-decoration: none;
    color: #000;
    display: block;

}


@media all and (max-width: 800px) {

    .category_simple_item {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 0 auto 15px auto;
    }

}

.i_table {
    width: 100%;
    margin-bottom: 18px;
}

.i_table__caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0.5em;
    color: #666;
}

.i_table th, .i_table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    padding: 0.75em 0.5em;
    border-top: 1px solid #ddd;
}
.i_table th {
    font-weight: bold;
    vertical-align: bottom;
}
.i_table td {
    vertical-align: top;
}
.i_table thead:first-child tr th, .i_table thead:first-child tr td {
    border-top: 0;
}
.i_table tbody + tbody {
    border-top: 2px solid #ddd;
}
.i_table-condensed th, .i_table-condensed td {
    padding: 4px 5px;
}
.i_table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
}

.i_table-stroked td,
.i_table-stroked th {
    border-bottom: 1px solid #eee;
}

.i_table__thead-gray td,
.i_table__thead-gray th {
    background-color: #f0f0f0;
}

.i_table__thead-black td,
.i_table__thead-black th {
    font-weight: normal;
    color: #f6f6f6;
    color: rgba(255, 255, 255, 0.9);
    background-color: #222;
}
.i_table-bordered .i_table__thead-black td,
.i_table-bordered .i_table__thead-black th {
    border: 1px solid #444;
}

.i_table-bordered th + th,
.i_table-bordered td + td,
.i_table-bordered th + td,
.i_table-bordered td + th {
    border-left: 1px solid #ddd;
}
.i_table-bordered thead:first-child tr:first-child th, .i_table-bordered tbody:first-child tr:first-child th, .i_table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.i_table-striped tbody tr:nth-child(odd) td, .i_table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

