﻿.imgedit, .imgdelete, .imgcopy
{
    display: inline-block;
    width: 14px;
    height: 14px;
}
.imgedit
{
    background: url(images/edit_pencil.gif) no-repeat;
}
.imgdelete
{
    background: url(images/delete_trashcan.gif) no-repeat;
}
.imgcopy
{
    background: url(images/copy_paper.gif) no-repeat;
}
.imgenv
{
    background: url(images/menus/envs.png) no-repeat;
    width: 30px;
    height: 28px;
}
div.article-thumb, div.article-nothumb
{
    width: 80px;
    height: 80px;
    background-color: #fcfcfc;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
div.article-thumb span
{
    display: block;
    padding: 0;
    margin: 0;
}
div.article-nothumb
{
    height: 80px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.article-nothumb span
{
    display: block;
    padding-top: 35px;
}
