
.dbShow{
display:block;
position:relative;
margin-top:10px;
min-height:42px;
}


.dbBlock{
display:inline-block;
position:relative;
background-repeat:no-repeat;
background-position:center center;
float:left;
width:37px;
height:37px;
border-radius:25px;
margin-right:10px;
}

.dbName{

position:relative;

font-size:12pt;

}



.ActivetedBlock:hover .dbBlock{
cursor:pointer;
}

.ActivetedBlock:hover .dbName{
cursor:pointer;
}

.ActivetedBlock:hover .miniTrash{
visibility: visible;
}

.miniTrash{
display:inline-block;
visibility: hidden;
position:relative;
float:right;
width:17px;
height:17px;
cursor:pointer;
vertical-align:bottom;
margin-left:10px;
margin-top:-18px;
}

.dbDate{
display:inline;
position:relative;
float:left;
font-size:8pt;
}

