/* show tabs */

.showTabs { clear: both; line-height: 18px; margin-right: auto; border: 2px solid #fff; background: #fff; }

.showTabs h3 { margin-top: 5px; margin-bottom: 10px; font: bold 13px Arial, Tahoma; color:#ffa800; }
.showTabs h3 span { color: #000; }
.showTabs h3 a.tabformat { padding: 3px 5px; background: #ffa800; text-decoration: none; color: #fff; }
.showTabs h3 a.tabformat2 { padding: 3px 5px; text-decoration: none; color: #ffa800; }
.showTabs h3 a:link.tabformat2 { padding: 5px; color: #ffa800; }
.showTabs h3 a:hover.tabformat2 { padding: 5px; background: #000; color: #fff; }

.showTabs ul { margin: 0; padding: 0; list-style-type: none; }
.showTabs li { margin: 0; padding: 0; }
.showTabs li a { display: block; height: 1%; padding: 0 0 3px 2px; border-bottom: 1px dotted #ccc; text-decoration: none; font-size: 12px; }
.showTabs li a:hover { border-bottom: 1px solid #ffa800; color: #ffa800; }

