﻿/* Random Content Widget ===================================================== */

.links .loading {
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 15px;
    height: 16px;
    vertical-align: middle;
    background: url("../images/loader_w16.gif") no-repeat left top;
    zoom: 1;
    //display: inline;
}

.widget_content_random {
    height: 100%;
}

.widget_content_random ul.column{  
    width: 100%;  
    padding: 0;  
    margin: 0;  
    list-style: none;  
}  
.widget_content_random ul.column li { 
    display: inline-block; 
    vertical-align: top;
    width: 200px; /* ширина колонки по умолчанию */  
    padding: 0;  
    margin: 0 0 15px;  
    text-align: left;  
}

.widget_content_random ul.column li:last-child {   
    margin-bottom: 0;  
}

.rnd_item { overflow: hidden; margin-right: 10px; }

.rnd_item .loading {
    padding: 0 0 10px 25px;
    background: url("../images/loader16.gif") no-repeat left top;
}

.rnd_image {
    height: 140px;
    overflow: hidden;
}

.rnd_image > a { display: block; }

.rnd_image > a > img {
    max-width: 100%;
    height: auto; 
}

.rnd_item .title { font-size: 14px; }

.rnd_item .rnd_teaser { font-size: 12px; margin-top: 5px; }

.rnd_item .details { font-size:11px; color:#999; margin-top: 10px; }
.rnd_item .details a { color:#BDC3C7; }
.rnd_item .details a:hover { color:#d35400; }

.rnd_item .details span {padding-right: 5px;}
.rnd_item .details span.comments {
    padding-left: 20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.widget_content_random .clear-fix::after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    //display: table;
    //clear: both;
}