Fiesta Rainbow Burst Table Linens

A natural mood enhancer!
Bestow a burst of color on your kitchen or dining room table for a cheerful, contemporary look that will ensure smiles all around. Shown with Fiesta Solid Napkin.
function tabGrouping() { var current_selected = “”; this.changeSelection = tabChangeSelection; function tabChangeSelection(new_tab_id, update_master_current_tab) { if (document.getElementById(current_selected)) { deactivateTab(current_selected); } current_selected = new_tab_id; activateTab(new_tab_id, update_master_current_tab); } function activateTab(which_tab, update_master_current_tab) { if (document.getElementById(which_tab+’_holder’) != null) { document.getElementById(which_tab+’_holder’).className = “tabHolder activeTab”; document.getElementById(which_tab+’_label’).className = “pdpTabLabel activeTab”; document.getElementById(which_tab+’_content’).className = “tabContent activeTabContent”; } if (document.productAttributeDropdown.PDP_TABNAME_HIDDEN != null && update_master_current_tab == 1) { document.productAttributeDropdown.PDP_TABNAME_HIDDEN.value = which_tab; } } function deactivateTab(which_tab) { if (document.getElementById(which_tab+’_holder’) != null) { document.getElementById(which_tab+’_holder’).className = “tabHolder inactiveTab”; document.getElementById(which_tab+’_label’).className = “pdpTabLabel inactiveTab”; document.getElementById(which_tab+’_content’).className = “tabContent inactiveTabContent”; } } } .tabsPanel { width:100%; } .tabContainer { width:100%; } .tabContentContainer { clear:left; background-color:#FFFFFF; border:1px solid #CCCCCC; position:relative; top:-1px; margin-bottom:-1px; } .pdpTab { margin-right:auto; margin-left:auto; } .tabCorner{ position:absolute; top:-1px; left:auto; right:0; z-index:4; } .pdpTabLabel { padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:6px; background-color:#CCCCCC; } .tabHolder { border-top:1px solid #CCCCCC; border-right:0; border-left:1px solid #CCCCCC; border-bottom:0; position:relative; float:left; margin-right:2px; } .tabtext { font-family:Verdana, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#323232; } .activeTab { background-color:#FFFFFF; z-index:3; cursor: default; } .inactiveTab { background-color:#CCCCCC; z-index:0; cursor: pointer; } .tabContent { background-color:white; padding:8px; min-height:135px; } .activeTabContent { display:block; } .inactiveTabContent { display:none; } pdp_info_tab_group = new tabGrouping();pdp_info_tab_group.changeSelection(‘pdpInfoTab1’,0);
