.file-label {
    font-size: 13px;
    font-weight:bold;
    padding: 2px 0;
}

.file-label.image {
    display: inline;
    margin: 0 5px 0 0;
}

.file-label .thumb-link,
.file-label .filename,
.file-label .mp3player {
    display:none;
}

.file-label .mp3player a{
    display: block;
}

.file-label .thumb-link .thumb{
    border:1px solid #DDDDDD;
    padding:1px;
}

.file-label .icon
{
    height: 16px;
    width: 16px;
    position:relative;
    top: 3px;
    margin-right: 0.1em;
}

.file-label .icon.txt {
    background: url(http://images.edmodo.com/images/icons/txt.gif) no-repeat left top;
}

.file-label .icon.pdf
{
    background: url(http://images.edmodo.com/images/icons/pdf.gif) no-repeat left top;
}

.file-label .icon.doc
{
    background: url(http://images.edmodo.com/images/icons/doc.gif) no-repeat left top;
}

.file-label .icon.xls
{
    background: url(http://images.edmodo.com/images/icons/xls.gif) no-repeat left top;
}

.file-label .icon.ppt
{
    background: url(http://images.edmodo.com/images/icons/ppt.gif) no-repeat left top;
}

.file-label .icon.audio
{
    background: url(http://images.edmodo.com/images/icons/audio.png) no-repeat left top;
}

.file-label .icon.video
{
    background: url(http://images.edmodo.com/images/icons/video.gif) no-repeat left top;
}

.file-label .icon.zip
{
    background: url(http://images.edmodo.com/images/icons/zip.gif) no-repeat left top;
}

.file-label .icon.image
{
    background: url(http://images.edmodo.com/images/icons/image.gif) no-repeat left top;
}

.doc-view
{
    position:relative;
    top:3px;
    margin-left:3px;
    cursor: pointer;
}

.doc-viewer
{
    display:none;
    clear:both;
    margin-left:3px;
    margin-top:7px;
}
