/**
 * @author nongio
 */
Event.observe(window, 'load', function() {
	CSS3("table.zebra thead tr th:first-child",
		"padding-left: 10px;border-left: none;	font-size: 13px;"
	);
	CSS3("table.zebra tbody tr:nth-child(odd)",
		"background: #f0f0f0 url(/images/sito/table_specs_bgGray.gif) repeat-x top;"
	);
	CSS3("table.zebra tr:nth-child(odd) td",
		"border-top: 1px solid #FFFFFF;"
	);	
});




