/* LZE VYPNOUT KONFIGURACNI DIREKTIVOU NW_ARTICLES::CFG_LOAD_DEFAULT_STYLE */

.items .item {
    background-color: #fafafa;
    float: left;
    margin: 0 3% 20px 0;
    padding: 10px 2%;
    width: 27%;
}
.items .item a {
    display: block;
    text-decoration: none;
}
.items .item:nth-of-type(3n+1) {
    clear: left;
}
.items .item:nth-of-type(3n) {
    margin-right: 0;
}
.items .item .image_container {
    height: 90px;
    overflow: hidden;
    position: relative;
}
.items .item .image_container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.items .item .headline {
    margin-bottom: 5px;
}
.items .item .perex {
    font-size: 100%;
    margin: 5px 0 0 0;
}

.detail .item {
    float: none;
    margin: 0;
    padding: 10px 2%;
    width: auto;
}
.detail .item .image_container {
    float: left;
    height: 187px;
    margin: 0 20px 20px 0;
    width: 250px;
}
