.tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
.tabStrip li { margin: 0 2px 0 0; list-style-type: none; float: left; }
.tabLink { display: block; text-decoration: none; padding: 5px; background: #e8e8e8; border: #dadada solid; border-width: 1px 1px 0 1px; color: #8a8a8a; }
.tabLinkActive { display: block; text-decoration: none; padding: 5px; background: #e0e0e0; border: #c0c0c0 solid; border-width: 1px 1px 0 1px; color: #0066ff; }
.tabContent { display: none; }
.tabContentActive { display: block; clear: both; background: #f0f0f0; border: 1px #dedede solid; padding: 10px; }

