﻿ body {  padding: 0; }
.tabs {  width:auto;  height:auto;  border: 0px solid red; }
#tabs_box { font-size: 12px; width: 95%; padding: 8px 0 0 10px; word-break:break-all;}
.selectTab,.unselectTab { width:120px; height:23px; line-height:24px; vertical-align: middle; text-align:center; background-color:#37709b; margin: 0 5px 0 0; font-weight:bold; font-size:12px; color:#fff; cursor: pointer; float:left; border-color: #37709b; border-style: solid; border-width: 1px 1px 0; }
.unselectTab {  color:#37709B;  background-color: white; }
.selectContent {  border-top: 5px #37709b solid; padding-top: 8px;  clear: both; }
.unselectContent {   display: none; }