﻿/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
    +header
        +header-logo
        +header-content
            =memberbar
            =loginbar
    +nav
    +search
    +content
        +content-menu
            =menu-class
    +footer
        =link
        =copyright
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
body,
html {
    min-width: 100%;
    color: #333;
    font: 12px/18px Arial, sans-serif, "新細明體";
    behavior: url(c/csshover.htc);
}
abbr,
acronym {
    cursor: help;
}
h1{
	font: bold 36px Arial, sans-serif, "新細明體";
	color: #027c6f;
}

h2{
	font: bold 15px/22px Arial, sans-serif, "新細明體";
	color: #027c6f;
}

h3{
	font: bold 12px/22px Arial, sans-serif, "新細明體";	
}

h5{
	font: bold 12px/22px Arial, sans-serif, "新細明體";
	color: #e63659;
}

/**
*
* =anchor
*
**/

/* 去除連結虛線框 */
a:focus {
    blr:expression(this.onFocus=this.blur());
    -moz-outline-style: none; 
}

a {
    blr:expression(this.onFocus=this.blur());
    -moz-outline-style: none; 
}

/* 順序不能改變 */

a:visited {
    text-decoration: none;
    color: #007aa7;
}

a:link {
    text-decoration: none;
    color: #007aa7;
}

a:active {
    text-decoration: underline;
    color: #007aa7;
}

a:hover {
    text-decoration: underline;
    color: #007aa7;
}

/**
*
* clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* end hide from IE-mac */


/**
*
* =form
*
**/

form .length-xxl {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-xl {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-l {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-m {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-s {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-xs {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-xxs {
    border: 1px double #a4adb2;
    background: #fff;
    color: #000;
}

form .length-xxs {
    width: 50px;
}

form .length-xs {
    width: 100px;
}

form .length-s {
    width: 150px;
}

form .length-m {
    width: 200px;
}

form .length-l {
    width: 250px;
}

form .length-xl {
    width: 300px;
}

form .length-xxl {
    width: 400px;
}

input[type="button"] {
    cursor: pointer;
}

input[type="reset"] {
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="image"] {
    cursor: pointer;
}

label {
    cursor: pointer;
}

input[type="text"]:focus {
    border: 1px double #333;
    background: #ddf5f5;
}

input[type="password"]:focus {
    border: 1px double #333;
    background: #ddf5f5;
}

option:focus {
    border: 1px double #333;
    background: #ddf5f5;
}

select:focus {
    border: 1px double #333;
    background: #ddf5f5;
}

textarea:focus {
    border: 1px double #333;
    background: #ddf5f5;
}

input[type="password"]:focus {
    padding: 2px 1px;
}

input[type="text"]:focus {
    padding: 2px 1px;
}

textarea:focus {
    padding: 1px;
}

button {
	cursor: pointer;
	border: 0px solid #fff;
}

/**
 *
 * +top
 *
 **/

.top {
    text-align: right; 
    padding: 5px;
}

/**
*
* =lightbox-safe-announce
*
**/

.floatlayer {
    position: absolute;
    top: 30px;
    left: 941px;
}

#lightbox-safe-announce {
    display: none;
    position: relative;
    width: 750px;
    text-align: left;
}

#lightbox-safe-announce h3 {
    width: 655px;
    height: 84px;
    background: url(../i/title-safe-announce.jpg) no-repeat 0 0;
    text-indent: -100000px;
}

#lightbox-safe-announce .btn-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 84px;
    background: url(../i/btn-safe-announce-close.jpg) no-repeat 0 0;
    text-indent: -100000px;
}

*:first-child+html #lightbox-safe-announce #flash-content {
    margin-top: -1px;
}

* html #lightbox-safe-announce #flash-content {
    margin-top: -1px;
}


/* +MerryChristmas
*----------------------------------------------------------------------------*/
#Layer1 { position:absolute; right: 0; width:1px; height:1px; z-index:1; }
#Layer2 { position:absolute; left: -150px; top: 0; width: 150px; height: 130px; background: url(../i/xmasbanner1.gif) repeat-x; z-index:1;}
#Layer2 a {display: block; width:150px; height: 130px; background: url(../i/xmasbanner1.gif) no-repeat; z-index:1; text-indent: -100000px;}
#Layer2 a:hover {background: url(../i/xmasbanner2.gif) no-repeat;}

/* +header
*----------------------------------------------------------------------------*/

/* +header-content
*----------------------------------------------------------------------------*/

#header-content h2 {
    color: #3e70b3;    
}

#header-content ul {
    float: left;
    width: 300px;
}

#header-content ul li {
    float : left;
    display: block;
    width: 150px;
    height: 25px;
    overflow: hidden;
}

#header-content ul.odd {
    float: left;
    width: 150px;
    margin: 0 0 0 5px;
}

#header-content ul.odd li {
    float : left;
    display: block;
    width: 150px;
    height: 50px;
    overflow: hidden;
}


/**
 *
 * =memberbar
 *
 **/

#memberbar {
    position: absolute;
    top: 10px;
    right: 0;
}

#memberbar ul li {
    float : left;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    background: url(../i/icon-add-member.gif) no-repeat;
}

#memberbar ul li.add-member {
    background: url(../i/icon-add-member.gif) no-repeat;
}

#memberbar ul li.add-member a {
    color: #da6f39;
}

#memberbar ul li.member {
    background: url(../i/icon-member.gif) no-repeat;
}

#memberbar ul li.member a {
    color: #da6f39;
}

#memberbar ul li.car {
    margin-right: 5px;
    background: url(../i/icon-car.gif) no-repeat;
}

#memberbar ul li.car a {
    color: #38b2b8;
}

#memberbar ul li.fb-like {
    padding: 0;
    background: none;
}

/**
 *
 * =loginbar
 *
 **/

#loginbar {
    position: absolute;
    bottom: 2px;
    right: 0;
}

#loginbar ul li {
    float : left;
    display: block;
    padding: 0 0 0 15px;
    margin: 0 5px 0 0;
    background: url(../i/icon-header-arrow.gif) no-repeat left center;
}

#loginbar ul li.greet {
    position: absolute;
    top: -20px;
    right: 0;
    background: none;
    color: #888888;
}

#loginbar ul li.greet span {
    color: #0099cc;
}

#loginbar ul li.list {
    padding: 0;
    margin: 0;
    background: none;
}

#loginbar ul li a {
    color: #606e6f;
}

/* +nav
*----------------------------------------------------------------------------*/

#nav ul {
     
}

#nav ul li {
    float : left;
}

#nav ul li a {
    display: block;
    width: 172px;
    height: 30px;
    text-indent: -100000px;
    background: url(../i/nav-01.jpg) no-repeat;
}

#nav ul li.a01 a {
    background: url(../i/nav-01.jpg) no-repeat;
}
#nav ul li.a01 a:hover {
    background: url(../i/nav-01-hover.jpg) no-repeat;
}

#nav ul li.a01 a.active {
    background: url(../i/nav-01-hover.jpg) no-repeat;
}

#nav ul li.a02 a {
    background: url(../i/nav-02.jpg) no-repeat;
}

#nav ul li.a02 a:hover {
    background: url(../i/nav-02-hover.jpg) no-repeat;
}

#nav ul li.a02 a.active {
    background: url(../i/nav-02-hover.jpg) no-repeat;
}

#nav ul li.a03 a {
    background: url(../i/nav-03.jpg) no-repeat;
}

#nav ul li.a03 a:hover {
    background: url(../i/nav-03-hover.jpg) no-repeat;
}

#nav ul li.a03 a.active {
    background: url(../i/nav-03-hover.jpg) no-repeat;
}

#nav ul li.a04 a {
    background: url(../i/nav-04.jpg) no-repeat;
}

#nav ul li.a04 a:hover {
    background: url(../i/nav-04-hover.jpg) no-repeat;
}

#nav ul li.a04 a.active {
    background: url(../i/nav-04-hover.jpg) no-repeat;
}

#nav ul li.view {
    margin: 0 0 0 10px;
}

#nav ul li.view a {
    display: block;
    width: 112px;
    height: 30px;
    text-indent: 0;
    background: url(../i/btn-view.jpg) no-repeat;
    text-indent: -100000px;
}
#nav ul li.view a:hover {
    background: url(../i/btn-view-hover.jpg) no-repeat;
}
#nav ul li.view a.active {
    background: url(../i/btn-view-hover.jpg) no-repeat;
}
#nav ul li.order a {
    display: block;
    width: 107px;
    height: 30px;
    text-indent: 0;
    background: url(../i/btn-order.jpg) no-repeat;
    text-indent: -100000px;
}

#nav ul li.order a:hover {
    background: url(../i/btn-order-hover.jpg) no-repeat;
}

#nav ul li.order a.active {
    background: url(../i/btn-order-hover.jpg) no-repeat;
}

/* +search
*----------------------------------------------------------------------------*/

#search img {
    position: relative;
    top: 0;
    float: left;
    vertical-align: middle;
}
#search label.rl {
    position: absolute;
    top: 0;
    right: 0;
}
#search input {
    float: left;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

#search select {
    float: left;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

#search button.searchbtn {
    float: left;
    display: block;
    width: 56px;
    height: 33px;
    background: url(../i/btn-search-go.jpg) no-repeat;
    text-indent: -100000px;
}

#search button.searchbtn:hover {
    background: url(../i/btn-search-go-hover.jpg) no-repeat;
}

#search button.sitesearchbtn {
    float: left;
    display: block;
    width: 114px;
    height: 33px;
    background: url(../i/btn-search.jpg) no-repeat;
    text-indent: -100000px;
}

#search form {
    float: left;
}

/* +adbanner
*----------------------------------------------------------------------------*/

#adbanner {
    
}
/* +content
*----------------------------------------------------------------------------*/
/* +content-menu
*----------------------------------------------------------------------------*/

/**
 *
 * =menu-class 
 *
 **/

#content-menu .menu-class {
	width: 192px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url(../i/bg-menu-top.gif) no-repeat top;
}
#content-menu .menu-class .information {
	padding: 4px 0;
}

#content-menu .menu-class .examination {
	padding: 4px 0;
}

#content-menu .menu-class .experience {
	padding: 4px 0;
}

#content-menu .menu-class .faith {
	padding: 4px 0;
}

#content-menu .menu-class .ad {
	padding: 4px 0;
}

#content-menu .menu-class .faith {
	*padding: 4px 0 1px 0;/* IE7 bug */
}

#content-menu .menu-class .menu-link {
	width: 192px;
	background: url(../i/bg-menu-class.gif) no-repeat top;
}
#content-menu .menu-class .menu-link ul {
	width: 160px;
	padding: 15px 16px 10px 16px;
	background: url(../i/bg-menu-class-bottom.gif) no-repeat bottom;
	clear: both;
    overflow: hidden;
}
#content-menu .menu-class .menu-link ul li {
	float : left;
	width: 65px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px dotted #2fa7b2;
	background: url(../i/icon-menu-arrow.gif) no-repeat 0 2px;
}
#content-menu .menu-class .menu-link ul li a {
    color: #2fa7b2;
}

#content-menu .menu-class .menu-link ul li.list {
	border-bottom: 0px dotted #2fa7b2;
}
#content-menu .menu-class .menu-link ul li.max {
	width: 100px;
}

/**
 *
 * =submenu 
 *
 **/

#content-menu .menu-class .submenu {
	width: 182px;
	margin: 0 5px 4px 5px;
	font: 13px/18px Arial, sans-serif, "新細明體";
}

#content-menu .menu-class .submenu h3 {
	height: 31px;
	width: 182px;
	text-indent: -100000px;
	border-left: 0px solid #fff;
	padding: 0; /* 還原 */
	margin: 0; /* 還原 */
}

#content-menu .menu-class .submenu h3.a01 {
	background: url(../i/bg-submenu-header.gif) no-repeat;
}

#content-menu .menu-class .submenu h3.a02 {
	background: url(../i/bg-submenu-header-02.gif) no-repeat;
}

#content-menu .menu-class .submenu h3.a03 {
	background: url(../i/bg-submenu-header-03.gif) no-repeat;
}

#content-menu .menu-class .submenu h3.a04 {
	background: url(../i/bg-submenu-header-04.gif) no-repeat;
}


#content-menu .menu-class .submenu ul {
	width: 182px;
	text-align: left;
}

#content-menu .menu-class .submenu ul li {
	width: 182px;
	height: 26px;
}

#content-menu .menu-class .submenu ul li a {
	width: 155px;
	height: 22px;
	display: block;
	padding: 4px 0 0 27px;
	color: #4f4f4f;
	background: url(../i/bg-submenu-nav-link.gif) no-repeat;
}

#content-menu .menu-class .submenu ul li a:hover {
    width: 155px;
	height: 22px;
	display: block;
	padding: 4px 0 0 27px;
    color: #4f4f4f;
	background: url(../i/bg-submenu-nav-hover.gif) no-repeat;
	text-decoration:none;
}

#content-menu .menu-class .submenu ul li.active a {
    width: 155px;
	height: 22px;
	display: block;
	padding: 4px 0 0 27px;
    color: #4f4f4f;
	background: url(../i/bg-submenu-nav-hover.gif) no-repeat;
	text-decoration:none;
}

#content-menu .menu-class .submenu .down {
	width: 182px;
	height: 7px;
	overflow: hidden;
	background: url(../i/bg-submenu-dottom.gif) no-repeat;
}

/**
 *
 * =fb-fans
 *
 **/

#content-menu .fb-fans {
    width: 182px;
    margin: 0 auto;
    background-color: #fff;
}

/* +content
*----------------------------------------------------------------------------*/
/* +content-main
*----------------------------------------------------------------------------*/

/**
 *
 * =crumb
 *
 **/

#content-main .crumb {
    height: 25px;
	font: 11px/18px Arial, sans-serif, "新細明體";
}

#content-main .crumb ul li {
    display: inline;
    height: 25px;
	padding: 0 5px 0 10px;
	background: url(../i/icon-crumb-02.gif) no-repeat 0 3px;
	color: #39b2b8;
}

#content-main .crumb ul li.home {
	padding: 0 5px 0 10px;
	background: url(../i/icon-crumb-01.gif) no-repeat 0 3px;
}

#content-main .crumb a {
	color: #989898;
	text-decoration:underline;
}

#content-main .crumb b {
	color: #f57f31;
	font: 11px/18px Arial, sans-serif, "新細明體";
}







/* +footer
*----------------------------------------------------------------------------*/

/**
 *
 * =link
 *
 **/


#footer .link {
    height: 31px;
    background: url(../i/bg-footer-link.gif) repeat-x;
    font: 12px/31px Arial, sans-serif, "新細明體"; 
}

#footer .link ul li {
    display: inline;
    padding: 0 5px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;
}

#footer .link ul li.list {
    border-right: 0px solid #fff;
}

#footer .link ul li a {
    color: #fff;
}

/**
 *
 * =copyright
 *
 **/


#footer .copyright {    
    padding: 10px 0 0 0;
    height: 83px;
    background: url(../i/bg-footer.gif) repeat-x;
}

