// JavaScript Document


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

Rounded("form.cerca","tr","#fff","#c4c4c4","smooth");
Rounded("div.rece","bottom","#eed","#fff","border #ccc");
/*Rounded("td.bordotl","tl","#eed","#BFBF80","smooth");
Rounded("td.bordotr","tr","#eed","#BFBF80","smooth");
*/
Rounded("div#contenitore","all","#fff","#fff","border #ccc");
Rounded("div#wrap","all","#c4c4c4","#fff","border #BBBBBB");


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

Rounded("td#bordo_ok_bl","bl","#eed","#c4c4c4","smooth");
Rounded("td#bordo_ok_br","br","#eed","#c4c4c4","smooth");


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

}

