﻿/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content
        +content-main
            +submenu(common)
                =tab-menu
                =tab-track
                =btn
                =pager
-----------------------------------------------------------------------------*/


/* +content
*----------------------------------------------------------------------------*/
/* +content-main
*----------------------------------------------------------------------------*/

/**
 *
 * +service
 *
 **/

#content-main .service .submenu {
    width: 690px;
    height: 144px;
    margin: 10px auto;
    background: url(../../i/bg-member-tabnav.gif) no-repeat;
}

/**
 *
 * =tab-menu
 *
 **/

table.tab-menu {
    width: 690px;
    height: 132px;
    margin: 6px auto;
    border: 1px solid #acdae9;
    font: 13px/20px Arial, sans-serif, "新細明體";
}

table.tab-menu td {
    padding: 5px 10px;
}
table.tab-menu td.add,
table.tab-menu th.add {
    background: #fee3e4;
}

table.tab-menu th {
    width: 20%;
    height: 27px;
    height: 24px\9;
    border: 1px solid #acdae9;
    color: #fff;
    text-align: left;
    padding: 2px 10px 0 20px;
    padding: 2px 10px 0 20px\9;
    background: #41a0c7 url(../../i/icon-member-03.gif) no-repeat 8px 10px;
    background: #41a0c7 url(../../i/icon-member-03.gif) no-repeat 8px 9px\9;

    
    line-height: 20px;
    line-height: 24px\9;
}
table.tab-menu td { 
    height: 102px;
    border: 1px solid #acdae9;
    color: #444;
    background: #ffffff;
}

table.tab-menu td b {
    color: #709ec5;
    padding: 0 5px;
    font-weight: normal;
}

table.tab-menu td span {
    color: #7b7b7b;    
}

table.tab-menu ul li {
    padding: 0 0 0 10px;
    background: url(../../i/icon-member-02.gif) no-repeat left center;
}

table.tab-menu ul li a:hover {
    color: #fd7da4;    
}

table.tab-menu ul li:hover {
    padding: 0 0 0 10px;
    background: url(../../i/icon-member-01.gif) no-repeat left center;
}

/**
 *
 * =btn
 *
 **/

/**
 * 20090306修改為不顯示hover效果
 * 變更為  a:hover = a.r
 **/

#content-main .service .btn {    
    width: 690px;
    height: 20px;
    margin: 10px 0 0 0;
    *margin: 0;
    _margin: 0;
}

#content-main .service .btn ul { 
    position: absolute;
    right: 13px;
    *right: 15px;
    _right: 1px;
}

#content-main .service .btn ul li { 
    float: left;
    margin: 0 10px 0 0;
}

#content-main .service .btn button.asc-r { 
    float: left;
    display: block;
    width: 102px;
    height: 20px;
    background: url(../../i/btn-member-asc-r.gif) no-repeat;
    text-indent: -100000px;
}

/**
 *
 * =pager
 *
 **/
 
/**
 * 20090306修改為不顯示hover效果
 * 變更為  a:hover = 註解
 **/


#content-main .service .pager {
    text-align: center; 
    margin: 0 0 20px 0;
    font: 13px/18px Arial, sans-serif, "新細明體";
}

#content-main .service .pager ul { 
    position: absolute;
    right: 13px;
    *right: 15px;
    _right: 1px;
}

#content-main .service .pager ul li { 
    float: left;
    margin: 0 10px 0 0;
}

#content-main .service .pager ul li a { 
    color: #7cd2d6;
}

#content-main .service .pager ul li.active,
#content-main .service .pager ul li a:hover { 
    color: #ff7e81;
    font: 18px/20px Arial, sans-serif, "新細明體";
}


/* pre */
#content-main .service .pager ul li.pre a {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-p.gif) no-repeat 0 0;
    text-indent: -100000px;
}
/*
#content-main .member .pager ul li.pre a:hover {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-p.gif) no-repeat 0 -18px;
    text-indent: -100000px;
}
*/
/* next */
#content-main .service .pager ul li.next a {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-n.gif) no-repeat 0 0;
    text-indent: -100000px;
}
/*
#content-main .member .pager ul li.next a:hover {
    display: block;
    width: 58px;
    height: 18px;
    background: url(../../i/btn-member-pager-n.gif) no-repeat 0 -18px;
    text-indent: -100000px;
}
*/

