.new {
    filter: saturate(4) drop-shadow(0px 0px 8px green);
}
.saletag {
    background-image: url("saletag.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width:50px;
    height:50px;
    position: absolute;
    z-index:2;
    translate: 250px -50px;
    filter: drop-shadow(4px 4px 2px gray);
    border: 0px solid red;
}
.newtag {
    background-image: url("newtag.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width:50px;
    height:50px;
    position: absolute;
    z-index:2;
    translate: 250px -50px;
    filter: drop-shadow(4px 4px 2px gray);
    border: 0px solid red;
}
.newtagTable {
    translate: 50px -100px;
    opacity:0.77;
    }
.newtiles {
    background-color:red;
    width:300px;
    color:#ffffff;
    border:3px solid #777777;
    margin:0 0 10px 320px;
    position:absolute;
    z-index:10;
    padding:4px 10px 30px 10px;
    overflow:auto;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.newtiles div {
        border-bottom:2px solid #777777;
        font:bold 1.0em verdana, sans-serif;
}
.newtiles ul {
/*         line-height:1.6em; */
        font-size:0.98em;
        border-bottom:0 dashed #777777;
        margin-bottom:8px;
}
.newtilesIndex {
    translate: 0px -135px; 
    height: 84px;    
}
.newtilesTable {
    translate: 0px 0px; 
    height: 106px;    
}
