/*產品頁籤*/

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abgne_tab {
    width: 780px;
    margin-top: 20px;
    clear: both;
    float: left;
}

ul.tabs {
    width: 780px;
    height: 36px;
    border-top: 1px solid #020202;
    border-bottom: 1px solid #020202;
    background: #fff
}

ul.tabs li {
    float: left;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
    color: #000;
    font-size: .8em;
    /*letter-spacing: 2px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif, "微軟正黑體";
    background: #fff
}

ul.tabs li a {
    display: block;
    padding: 0 20px 0;
    color: #020202;
    font-weight: bold;
    text-decoration: none;
}

ul.tabs li a:hover {
    background: #FFD15F;
}

ul.tabs li.active {
    background: #F3AD00;
    color: #fff;
}

ul.tabs li.active a:hover {
    background: #F3AD00;
    color: #000;
}

div.tab_container {
    clear: left;
    width: 780px;
    background: #fff;
    padding-top: 10px;
}

div.tab_container .tab_content {}

div.tab_container .tab_content h2 {
    margin: 0 0 20px;
}

.garrery {
    width: 100%;
}

.garrery ul {
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.garrery li {
    float: left;
    width: 165px;
    margin-left: 15px;
}

.garrery li h1 {
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}
