﻿#lista-drop
{
    list-style: none;
}
#lista-drop li
{
    display: block;
    padding: 5px 10px;
    margin-bottom: 3px;
    background-color: #eaeaea;
    margin-bottom: 3px;
    border-bottom: 1px solid #ccc;
    /*width: 600px;*/
    background-image: linear-gradient(top, #b4afaa, #626266); /* vale solo per IE */
}
#lista-drop li:first-child
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
#lista-drop li:last-child
{
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
#lista-drop li img.trascinabile
{
    margin-right: 0px;
    cursor: move;
    vertical-align: middle;
    float: right;
}
#lista-drop li strong
{
    vertical-align: middle;
    min-height: 50px;
}
#infosort
{
    color: Green;
    font-weight: bold;
}
