.splash {
    background: #b05b8a url(../images/blocks/splash-bg.png) repeat-x 0 bottom;
    border-left: 1px solid #583756;
    /*border-right: 1px solid #583756;*/
    padding: 0 0 17px;
}
.content {
    background: #fff url(../images/blocks/content/bg.png) repeat-x 0 bottom;
    border-left: 1px solid #aeb0a7;
    border-right: 1px solid #aeb0a7;
}
    .content-inner {
        background: url(../images/blocks/content/inner-bg.png) repeat-x 0 0;
        /*min-height: 300px;*/
        padding: 20px 15px 18px;
        padding-bottom: 8px;
        line-height: 1.3em;
    }
/* CATALOG-HITS */
.catalog-hits {
    overflow: hidden;
    width: 693px;
    margin: 0 -14px 0 0;
}
    .catalog-hits .catalog-hits-item {
        border: 1px solid #b7b7b5;
        background: #fff;
        padding: 14px;
        text-align: center;
        width: 197px;
        float: left;
        margin: 0 4px 0 0;
        
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }
        .catalog-hits .catalog-hits-item .catalog-hits-item-title {
            display: block;
            text-decoration: none;
            text-transform: lowercase;
            color: #e76a1c;
            font-size: 18px;
            font-family: Tahoma;
            margin: 0 0 10px;
        }
        .catalog-hits .catalog-hits-item .catalog-hits-item-thumb {
            display: block;
            margin: 0 0 10px;
        }
        .catalog-hits .catalog-hits-item .catalog-hits-item-descr {
        }
/* COLUMNS-WRAPPER */
.columns-wrapper {
    width: 100%;
}
    .columns-wrapper .columns-wrapper-c1 {
        vertical-align: top;
        padding: 0 10px 0 0;
    }
    .columns-wrapper .columns-wrapper-c2 {
        vertical-align: top;
    }
.columns-wrapper .news {
    padding-top: 17px;
}
/* CONTENT-WRAPPER */
.content-wrapper {
    min-height: 300px;
    position: relative;
    margin: -25px -17px -14px -16px;
}
    .content-wrapper-inner {
        padding: 30px 15px;
    }
    .content-wrapper-table {
        width: 100%;
    }
        .content-wrapper-table-c1 {
            padding: 30px 15px 15px 15px;
            border-right: 1px solid #b7b7b5;
            width: 180px;
            vertical-align: top;
        }
            .content-wrapper-table-c1 .menu {
                min-height: 300px;
            }
        .content-wrapper-table-c2 {
            padding: 30px 15px 15px 15px;
            vertical-align: top;
        }
/* PRODUCT */
.product {
    border: 1px solid #bfbfbe;
    background: #fff;
    padding: 13px 16px;
    margin: -15px 15px 15px 0;
    margin-right: 0;
}
    .product-title {
        background: #4b4b4b;
        color: #fff;
        padding: 6px 17px 7px;
        margin: 0 -16px 17px;
        font-size: 14px;
    }
/* ORDER */
.order {
    border: 1px solid #bfbfbe;
    background: #fff;
    padding: 13px 16px;
}
/* MAIN-WRAPPER */
.main-wrapper {
    width: 100%;
    margin: 40px 0 0;
}
    .main-wrapper-c1 {
        padding: 0 16px 0 0;
        width: 190px;
        vertical-align: top;
    }
    .main-wrapper-c2 {
        vertical-align: top;
    }