.news {
    margin-bottom:20px;
}

.news .item {
    border:1px solid #CCC;
    height:200px;
}
.news .item img {
    display:block;
    margin-bottom:10px;
}
.news .item .text {
    margin-top:20px;
    height:160px;
    padding:0 20px;
    overflow:hidden;
}
.news .item .short {font-size:0.9em;padding-bottom:10px}
.news .item .text-details {font-size:0.9em;padding-bottom:10px;clear:both;}
.news .item .date {font-size:0.85em; color:#999; margin:5px 0;}
.news .item .thumb.list {
    width:90px; 
    height:90px; 
    float:left; 
    background:center center no-repeat; 
    margin-right:10px; 
    margin-bottom:10px;
}
.news .item .thumb.details {
    margin-bottom:10px;
    float:left; 
    background:center center no-repeat; 
    margin-right:10px; 
    margin-bottom:10px;
}
.news .item h2 {font-size:1.1em}

.news .next {
    text-align:center;
    padding:10px;
    border-top:1px solid #8d8d8d;
    border-bottom:1px solid #8d8d8d;    
}

.news .tags {margin-top:10px; padding:0 0;}

.p404 {
    margin-top:40px;
    margin-bottom:100px;
    padding:10px;
    border-top:1px solid #8d8d8d;
    border-bottom:1px solid #8d8d8d;    
    width:100%;
}

.t404 {
    width:100%;
    color:#0CC;
    font-size:2em;
}

