.th-tab { display:block; clear:both; padding:4px 3px 3px 3px; background:#FFF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px; box-shadow: 0 0 4px rgba(70, 70, 70, 0.4); -webkit-box-shadow: 0 0 4px rgba(70, 70, 70, 0.4); -moz-box-shadow: 0 0 4px rgba(70, 70, 70, 0.4); -khtml-box-shadow: 0 0 4px rgba(70, 70, 70, 0.4); -o-box-shadow: 0 0 4px rgba(70, 70, 70, 0.4); }
.th-tab .tabs { clear:both; width:100%; }
.th-tab .tabs ul { width:100%; display:block; height:30px; }
.th-tab .tabs li { background: #287AAF url(/documents/Thy/js/plugin/th-tabs/img/tab-bg.png) repeat-x; cursor:pointer; margin: 0 2px 0 0; padding:6px 0 0 0; float:left; height:25px;
                   font-size:12px; text-align:center; color:#fff; border-radius: 4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; -khtml-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; }
.th-tab .tabs li.hover { background-color: #53A4CB; background-position:0 -30px; }
.th-tab .tabs li.last { margin: 0; }
.th-tab .tabs li.selected { background-position: 0 -60px; color: #fff; background: #E70F0F !important; }
/*.th-tab .tabs li.selected { background:#fff; color:#000; box-shadow: 1px -2px 2px #C0C0C0; }*/
.th-tab .tab-content { min-height:110px; background:#fff; /*padding: 10px;*/}
