.product-grid .newlabel, .product-grid .popularlabel, .product-grid .speciallabel , .product-grid .soldlabel {
        position:absolute; 
        width:81px; 
        height:81px;
        margin-top: -38px; 
        margin-left: 166px;
        }
.product-list .newlabel, 
.product-list .popularlabel, 
.product-list .speciallabel , 
.product-list .soldlabel {
        position:absolute; 
        width:81px; 
        height:81px;
        margin-top: -3px; 
        margin-left: 130px;
        }
.newlabel         { 
        background: url('../image/new.png') left top no-repeat; 
        z-index:14;
        }
.popularlabel { 
        background: url('../image/popular.png') left top no-repeat; 
        z-index:13;
        }
.speciallabel { 
        background: url('../image/special.png') left top no-repeat; 
        z-index:12;
        }
.soldlabel       { 
        background: url('../image/sold.png') left top no-repeat; 
        z-index:15;
        }
.product-info .newlabel, 
.product-info .popularlabel, 
.product-info .speciallabel, 
.product-info .soldlabel {
        position:absolute; 
        width:81px; 
        height:81px;
        margin-top: -3px; 
        margin-left: 170px;
        }