.lt-container {
    background: #fff;
}

.lt-header {
    background: #183b6c url(/theme/asbis2012/img/header/header-bg-01.jpg) no-repeat bottom center;
}

.lt-footer {
    background: #c4ced4;
}

.lt-content-wrapper {
    background: transparent url(/theme/asbis2012/img/header/header-bg-02.png) repeat-x top left;
}

.lt-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.add-content {
    /*padding-top: 28px;*/
}

.lt-add-content-vertical-left .add-content {
    position: absolute;
    top: 28px;
    right: 0px;
    padding: 0px;
}

.lt-add-content-vertical-right .add-content {
    position: absolute;
    top: 28px;
    left: 0px;
    padding: 0px;
}

.lt-inner-center {
    display: block;
}

.lt-inner-center-left {
    display: block;
    float: left;
    width: 465px;
    padding-right: 15px;
}

.lt-inner-center-right {
    display: block;
    float: left;
    width: 139px;
    background: #eaf0f5;
    padding: 20px;
    margin: 0px -28px 28px 0px;
}