function roundedCorners(){
	if(!NiftyCheck())
		return;
	Rounded("div.roundedBoxTrans","all","#fff","transparent","small");
	Rounded("div.navTwoCol","all","#fff","transparent","small");
	Rounded("div#infoheader","all","#fff","#fff","small border #E9E9E9");
	Rounded("div#contentOneColLeft","all","#fff","#fff","small border #E9E9E9");
	Rounded("div.roundedBoxes","all","#fff","#fff","small border #E9E9E9");
	Rounded("div.selectRounded","all","#fff","transparent","small");
	Rounded("div.selectFilterRounded","all","#fff","transparent","small");
	Rounded("div#rightcol","all","#fff","#fff","small border #E9E9E9");
	Rounded("h1","all","#fff","transparent","small");
	Rounded("h2","all","#fff","transparent","small");
	Rounded("h3","all","#fff","transparent","small");
	Rounded("h4","all","#fff","transparent","small");
	Rounded("div#quickFilters","all","#fff","#fff","small border #E9E9E9");
/*	Rounded("a.linkBotonComprar","all","#fff","transparent","small");
	Rounded("a.linkBotonSeguirComprando","all","#fff","transparent","small");
	Rounded("div#contentonecol","all","#fff","#fff","small border #EFEFEF");
	Rounded("div#contentonecol","all","#fff","#fff","small border #EFEFEF");*/
	Rounded("a.linkBotonListaCompleta","all","#fff","transparent","big");
	Rounded("a.botonBuscar","all","#fff9de","transparent","small");
	Rounded("a.botonComprarChico","all","#fff","transparent","small");
	Rounded("a.botonComprarNormal","all","#fff","transparent","small");
	Rounded("a.linkBotonProductoAgregarCarrito","all","#fff","transparent","small");
	Rounded("a.linkBotonPopCarritoEnviar","all","#fff","transparent","small");
	Rounded("a.linkBotonProductoSeguirComprando","all","#fff","transparent","small");
	Rounded("a.botonChicoInline","all","#fff","transparent","small");
	/* alertas */
	Rounded("div.anuncioonecol","all","#fff","#009900","big");
	Rounded("a.cruzCerrarRoundedAnuncio","all","#009900","transparent","small");
	Rounded("div.alertaonecol","all","#fff","#FF5E5E","big");
	Rounded("a.cruzCerrarRoundedAlerta","all","#FF5E5E","transparent","small");
	Rounded("div.custom-advice","all","#fff","#009900","big");
}
function roundedCornersSimple(){
	if(!NiftyCheck())
		return;
	Rounded("div#infoheader","all","#fff","#fff","small border #EFEFEF");
	Rounded("div.roundedBoxes","all","#fff","#fff","small border #EFEFEF");
	Rounded("div#quickFilters","all","#fff","#fff","small border #efefef");
	Rounded("div.selectRounded","all","#fff","transparent","small");
	Rounded("div.selectFilterRounded","all","#fff","transparent","small");
	Rounded("div#rightcol","all","#fff","#fff","small border #EFEFEF");
	Rounded("div#contentonecol","all","#fff","#fff","small border #EFEFEF");
	Rounded("a.linkBotonListaCompleta","all","#fff","transparent","big");
	Rounded("a.botonBuscar","all","#fff9de","transparent","small");
	Rounded("a.botonComprarChico","all","#fff","transparent","small");
	Rounded("a.botonComprarNormal","all","#fff","transparent","small");
	Rounded("a.linkBotonProductoAgregarCarrito","all","#fff","transparent","small");
	Rounded("a.linkBotonPopCarritoEnviar","all","#fff","transparent","small");
	Rounded("a.linkBotonProductoSeguirComprando","all","#fff","transparent","small");
	Rounded("a.linkBotonComprar","all","#fff","transparent","small");
	Rounded("a.linkBotonSeguirComprando","all","#fff","transparent","small");
	/* alertas */
	Rounded("div.anuncioonecol","all","#fff","#009900","big");
	Rounded("a.cruzCerrarRoundedAnuncio","all","#009900","transparent","small");
	Rounded("div.alertaonecol","all","#fff","#FF5E5E","big");
	Rounded("a.cruzCerrarRoundedAlerta","all","#FF5E5E","transparent","small");
}
