#pubblicazioni ul li.pt, 
.postIt ul li.pt {
    border: 0px !important;
    float: left;
    /*padding: 2px 0px 0px !important;*/
    background-image: none;
    margin:0px !important;
    list-style: none;
}
.postIt ul li a, 
.postIt ul li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    text-decoration: none;
}
.postIt ul li a img, 
.postIt ul li a:visited img{
    border: 0 none;
}

.postIt ul li a img.postIt
{
	margin: 0px;	
}
.postIt ul li dl {
    position: absolute;
    visibility: hidden;
}

.postIt dl {
    padding: 0 0 0 0;
    width: 200px;
}

.postIt dl.web {
   /*background-color: #eee;*/
   background-color: #DDEBF9;
   box-shadow: 0 0 5px 388;
   padding:10px;
   margin:0px;
   box-shadow: 0 0 5px 0 #CCC;
   -moz-box-shadow: 0 0 5px 0 #CCC;
   -webkit-box-shadow: 0 0 5px 0 #CCC;
}

.postIt dl.web dt {
     background-color: #f4eeb5;
}

.postIt ul li:hover, 
.postIt ul li a:hover {
    color: #000000;
    cursor: pointer;
    position: relative;
}
.postIt ul li:hover dl, 
.postIt ul li a:hover dl {
    color: #000000;
    cursor: default;
    right: 40px;
    top: 0px;
    visibility: visible;
}

.postIt ul li:hover dl a, 
.postIt ul li a:hover dl a {
    background: none repeat scroll 0 0 transparent;
    color: #660066;
    display: inline;
    height: 0.8em;
    text-decoration: underline;
}
.postIt ul li:hover dl a:hover, 
.postIt ul li a:hover dl a:hover {
    background: none repeat scroll 0 0 transparent;
    text-decoration: none;
}


#dati ul li .postIt{
	float: left;
    width: 30px;
}

.schede .postIt{
	text-align: right;
	margin-right: 10px;
}
.schede .postIt ul li.pt{
	float: none;
}
.schede .postIt ul li.pt dl{
	text-align: left;
}