// JavaScript Document

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#librerie","top","#fff","#1c2f48","smooth");
Rounded("div#nav","bottom","#fff","#1c2f48","smooth");
Rounded("div#footer","all","#fff","#1c2f48","smooth");
Rounded("div#vetrina","top","#fff","#556774","smooth");
Rounded("div.vetloop","all","#F0F4F4","#f0f4f4","smooth");
Rounded("div.rounded","all","#fff","#fff","border #ccc");

Rounded("form.cerca","tr","#fff","#556774","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","#f0f4f4","border #ccc");
Rounded("div#wrap","all","#95A5B0","#fff","border #5a7580");


Rounded("div#pass","all","#f0f4f4","#000","border #666");
Rounded("td#bordotl","tl","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordotr","tr","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordobl","bl","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordobr","br","#f0f4f4","#8DAEC0","smooth");

Rounded("td#bordo_ok_bl","bl","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordo_ok_br","br","#f0f4f4","#d8e2e1","smooth");


Rounded("td#bordotop","top","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordobottom","bottom","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordotbl","tl bl","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordotbr","tr br","#f0f4f4","#d8e2e1","smooth");
Rounded("div#paga","all","#f0f4f4","#8DAEC0","smooth");

}

