/**
 * @author: Kars Kremers
 * @about: 	mm-archive-list.css - General styles for the archive list snippet of mod mailing2
 */

.mm-archive-list {
    list-style-type: none;
    margin-left: 0;
}

.mm-archive-list-image-container {
    float: left;
    margin: 0 5px 0 0;
    height: 64px;
    width: 64px;
    display: inline-block;
    background: no-repeat center top;
}

.mm-archive-list .odd {
    background-color: #f0f7fb;
}

.mm-archive-list .even {
    background-color: #fff;
}

.mm-archive-list li:hover {
    background-color: #c0e7fb;
}

.mm-archive-list a {
    display: block;
    padding: .3em;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}