.xar-uploads-attachment-wrapper
{
    float:       left;
    width:       100%;
}

.xar-uploads-clearer
{
    clear:       left;
    display:     block;
    line-height: 14px;
    height:      0;
}

.xar-uploads-icon-disabled
{
    float:       left;
    width:       30px;
    border:      0px solid #999;
    margin:      0 15px 15px 0;
    font-size:   8pt;
    text-align:  center;
    padding:     5px;
    word-break:  normal;
    clear: both;
}

.xar-uploads-icon-disabled img
{
    float:       left;
    width:       36px;
    height:      39px;
}

ul.xar-uploads-icon {
    list-style: none;
    border: 1px solid #999999;
    background-color: #eeeeee;
}
ul.xar-uploads-icon img
{
    /*float:       left;*/
    width:       36px;
    height:      39px;
    vertical-align: middle;
    margin-right: 1em;
}

.xar-uploads-action:hover
{
    cursor: pointer;
    color: #F12600;
    text-decoration: underline;

}
