/**
 * @subpackage  mod_phocadownload_list
 *
 * @copyright   Copyright (C) 2014 - APweb, Inc. All rights reserved.
 */

#phocadownload-list {
    font-size: inherit;
    font-weight: bold;
    background-color: #eee;
    padding: 7px 5px;
    margin-bottom: 10px;
}

ul.phocadownload-list {
    list-style-image: url('images/Document.png');
}

ul.phocadownload-list > li {
    border-bottom: 1px dotted #CCC;
}

span.download-date {
    padding-left: 10px;
    color: #999;
    font-size: 11px;
}

span.download-category {
    font-style: italic; 
}