table#tabmenu { 
    margin-bottom: 0em; 
}
td.tabs, td.selectedtab, td.tabspacer, td#contentscell { 
    border: 1px solid #8c8582; border-right: 0; border-top: 0; border-left: 0;
}
td.tabspacer { 
    border-width: 0 0 1px; 
}
td.tabs, td.selectedtab { 
    padding: 3px; width: 90px; font-weight: bold; 
}
td.tabs { 
    background-image: url(/cart/skin1/images/tab.gif);
     background-repeat: no-repeat; cursor: pointer; 
}
td.selectedtab { 
    border-bottom: 1px solid #8c8582; 
}
td.selectedtab, td#contentscell { 
    background: #FFFFFF; 
}
td#contentscell { 
    border-width: 0 1px 1px; padding: 5px; 
}
div.contents { 
    display: none; 
}
div.selectedcontents { 
    display: block; 
}
