.teasers-right ul {
    margin: 0;
}

.teasers-right li {
    list-style: none;
    margin-left: 0;
}

.teasers-right li a {
    text-decoration: none;
    color: #5F5F5F;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.teasers-right .item {
    width: 230px;
    height: 104px;
    position: relative;
    background: #DEECF8;
    background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBF4FC), color-stop(100%, #DEECF8));
    background: -webkit-linear-gradient(top, #EBF4FC 0%, #DEECF8 100%);
    background: -o-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -ms-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: linear-gradient(to bottom, #EBF4FC 0%, #DEECF8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    margin-bottom: 9px;
    display: table;
}

.teasers-right .item:has(.digit-doc) {
    background: linear-gradient(to bottom, #17cb7c 0%, #00cd73 100%);
}

.teasers-right li a:has(.digit-doc) {
    color: #FFFFFF;
}

.teasers-right .item img {
    width: 65px;
    height: 61px;
    float: left;
    margin: 23px 0 0 16px;
}

.teasers-right .item .desc {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.teasers-right .search {
    padding: 15px;
    width: 230px;
    background: #DEECF8;
    background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBF4FC), color-stop(100%, #DEECF8));
    background: -webkit-linear-gradient(top, #EBF4FC 0%, #DEECF8 100%);
    background: -o-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -ms-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: linear-gradient(to bottom, #EBF4FC 0%, #DEECF8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
}

.search {
    position: relative;
    margin-bottom: 20px;
}

.teasers-right .search .row {
    position: relative;
}

.teasers-right .search input {
    padding: 0 10px;
    width: 200px;
    font-style: italic;
    height: 33px;
    border: none;
    line-height: 33px;
    font-size: 13px;
}

.teasers-right .search .ico {
    position: absolute;
    right: 6px;
    left: auto;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url("../images/search.png") no-repeat;
    cursor: pointer;
}