// JavaScript Document


window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#librerie","top","#fff","#39391C","smooth");
Rounded("div#nav","bottom","#fff","#39391C","smooth");
Rounded("div#footer","all","#fff","#39391C","smooth");
Rounded("div#vetrina","top","#fff","#663","smooth");
Rounded("div.rounded","all","#fff","#fff","border #ccc");

Rounded("form.cerca","tr","#fff","#993","smooth");
Rounded("div.rece","bottom","#fff","#fff","border #ccc");
Rounded("td.bordotl","tl","#fff","#BFBF80","smooth");
Rounded("td.bordotr","tr","#fff","#BFBF80","smooth");

Rounded("div#contenitore","all","#fff","#fff","border #ccc");
Rounded("div#wrap","all","#949971","#fff","smooth");


Rounded("div#pass","all","#fff","#BFBF80","border #666");
Rounded("td#bordotl","tl","#fff","#BFBF80","smooth");
Rounded("td#bordotr","tr","#fff","#BFBF80","smooth");
Rounded("td#bordobl","bl","#fff","#BFBF80","smooth");
Rounded("td#bordobr","br","#fff","#BFBF80","smooth");

Rounded("td#bordo_ok_bl","bl","#fff","#D8D8B1","smooth");
Rounded("td#bordo_ok_br","br","#fff","#D8D8B1","smooth");


Rounded("td#bordotop","top","#fff","#BFBF80","smooth");
Rounded("td#bordobottom","bottom","#fff","#BFBF80","smooth");
Rounded("td#bordotbl","tl bl","#fff","#BFBF80","smooth");
Rounded("td#bordotbr","tr br","#fff","#BFBF80","smooth");
Rounded("div#paga","all","#fff","#BFBF80","smooth");

}

