CopperB, what you're looking to change are the border colors. Go back into the tabs.css file and look for these:
Code:
#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background: #76B5F3;
}
and this:
Code:
#tabcontentcontainer{
width: 100%;
padding: 5px;
border: 1px solid #CCCCCC;
margin-left: 0;
}
just change the color to whatever you want where you find border. The #tablist dviion is the actual tab istelf and the #tabcontent container would be the division for the main box.
Adam, what controls are you talking about? Are you talking about the minicart or the tabs at the top of the page.