/* 共用設定 root element for tabs  */
ul.tabs{ margin:0 !important; background-image: url(../images/bg_darkGray.gif); overflow: hidden;}

/* single tab */
ul.tabs li{ float: left; font-size: 1.3em;}

/* link inside the tab. uses a background image */
ul.tabs a{
    text-decoration:none;
    color: #fff;
    position: relative;
}


/* 首頁 */
.index ul.tabs li{ border-left: solid 1px #d2d2d2;}
.index ul.tabs li:first-child{ border: none;}
.index ul.tabs a{
    background: url(../images/tags.png) no-repeat 0 0;
    display:block;
    height: 36px;
    line-height: 34px;
    line-height: 36px\0;
    width: 165px;
    text-align:center;
}
.index ul.tabs a:active{ outline:none;}
.index ul.tabs a:hover{ color:#f68829; background-position: 0 -36px;}
.index ul.tabs a.current,.index ul.tabs a.current:hover,.index ul.tabs li.current a {
    background-position: 0 -36px;
    cursor:default !important;
    color:#5d6872 !important;
}


/* initially all panes are hidden */
.panes .pane { display:none;}