﻿/*  General Block Start */
.SearchFormPrefix
{
    display: none;
}

.SearchFormPostfix
{
    display: none;
}


.ContentPrefix
{
    display: none;
}

.ContentPostfix
{
    display: none;
}

.Content
{
    overflow: hidden;
    width: 100%;
}

.ValuePrefix
{
    display: none;
}


.ValuePostfix
{
    display: none;
}

.SearchForm
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 4%, #f6f6f6 14%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#ededed), color-stop(14%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ededed 4%,#f6f6f6 14%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ededed 4%,#f6f6f6 14%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ededed 4%,#f6f6f6 14%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ededed 4%,#f6f6f6 14%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-align: left;
    width: 100%;
}

.Parameter
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.Item
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.CaptionContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-family: "微軟正黑體" , Arial, sans-serif;
}

.Group
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.SearchFormContent
{
    display: table;
}

.SearchForm .Parameter
{
    display: table-cell;
    font-size: 12px;
}


.SearchForm .CategoryParameter
{
    width: 50%;
    padding-left: 20px;
}

.SearchForm .KeywordParameter
{
    width: 180px;
    text-align: right;
}


.SearchForm .ButtonList
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 7px;
}

.SearchForm .CaptionContainer
{
    display: table-row;
    text-align: left;
}

.SearchForm .Caption
{
    margin-bottom: 5px;
    font-size: 13px;
    float: left;
}

.SearchForm .CaptionPrefix
{
    padding-left: 20px;
    float: left;
    height: 15px;
    background-image: url(../Image/SearchIcon.gif);
    background-repeat: no-repeat;
}

.SearchForm .FieldContainer
{
    display: table-row;
    text-align: left;
}

.SearchForm .FieldPrefix
{
    padding-left: 20px;
    height: 10px;
    float: left;
}


.SearchForm .ButtonContainer
{
    vertical-align: bottom;
    height: 23px;
    margin-top: 16px;
}


.CategoryBlock
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    padding-left: 20px;
    text-align: left;
    display: table;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.ListBlock
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    padding-left: 20px;
    text-align: left;
    display: table;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    min-height: 200px;
}

.ValueContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-family: "微軟正黑體" , Arial, sans-serif;    
}



.DetailBlock
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    text-align: left;
    display: table;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.Button
{
    font-family: 微軟正黑體;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    border: 1px dotted black;
    background-color: White;
    outline: none;
    cursor: hand;
    cursor: pointer;
}

.EditForm
{
    width: 100%;
}

.FormTitle
{
    font-family: 微軟正黑體;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    width: 100%;
    margin-bottom: 10px;
}



.FieldContainer
{
    font-family: 微軟正黑體;
}

@media screen and (max-width : 660px)
{
    .SearchForm
    {
        display: none;
    }
}


.EditForm
{
    font-family: Arial;
    width: 600px;
    font-size: 16px;
    font-family: "微軟正黑體" , Arial, sans-serif;
}

.EditFormTitle
{
    color: #505050;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    font-family: "微軟正黑體" , Arial, sans-serif;
}

.EditFormContainer
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-image: url(../../Image/ListBack.jpg);
    background-repeat: repeat-x;
}

/*  General Block End*/

/* Maqruee Start */
.Marquee
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */   
    height:25px;
    max-width:990px;
    border:1px solid gray;
    width:auto;
    margin-top:5px;
    margin-left:4px;
    margin-right:10px;  
}

.MarqueeDescription
{
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    padding-top:2px;
    font-family: "微軟正黑體" , Arial, sans-serif";
}
/* Marquee End */

/*  ProductList Start */
.ProductListListBlock .Item
{
    float: left;
    display: block;
    width: 50%;
    min-height: 160px;
    padding: 4px;
}

.ProductListListBlock .ProductPictureValueContainer
{
    float: left;
    text-align: center;
    width: 40%;
    min-width: 100px;
}

.ProductListListBlock .ProductDescriptionGroup
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    float: left;
    display: table;
    width: 60%;
    vertical-align: top;
}

.ProductListListBlock .ShortDescriptionValueContainer
{
    padding-top: 2px;
}

.ProductListListBlock .ProductNameValueContainer
{
    float: left;
}

.ProductListListBlock .ProductNameValue
{
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


.ProductListListBlock .ProductNameValue:HOVER
{
    text-decoration:underline;
}

.ProductListListBlock .ProductDescriptionGroup .Parameter
{
    display: table-row;
    text-align: left;
}

.ProductListListBlock .ProductDescriptionGroup .CaptionContainer
{
    float: left;
    text-align: left;
}

.ProductListListBlock .ProductDescriptionGroup .CaptionPrefix
{
    float: left;
}

.ProductListListBlock .ProductDescriptionGroup .Caption
{
    float: left;
}

.ProductListListBlock .ProductDescriptionGroup .CaptionPostfix
{
    padding-left: 10px;
    float: left;
    text-align: left;
}

.ProductListListBlock .ProductDescriptionGroup .Parameter .ValueContainer
{
    float: left;
    text-align: left;
}

.ProductListListBlock  .ProductIdParameter
{
    overflow:hidden;
}
.ProductListListBlock .ProductIdCaptionContainer 
{
    white-space:nowrap;
    padding-right:0px;
}

.ProductListListBlock .ProductIdCaption
{
    overflow:hidden;
    color: #666666;
    font-size: 12px;
}

.ProductListListBlock .ProductIdCaption:after
{
    content : " : ";
    font-size:12px;
}


.ProductListListBlock .ProductIdValueContainer
{
    font-size: 12px;
}


.ProductListListBlock .ProductIdValueContainer .Value
{
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

.ProductListListBlock .ProductDescriptionGroup .ShortDescriptionValueContainer
{
    text-align: left;
    height: 74px;
}

.ProductListListBlock .ProductDescriptionGroup .ShortDescriptionValue
{
    font-size: 13px;
    text-align: left;
}

.ProductListListBlock .ButtonList
{
    text-align: right;
}


.ProductListListBlock .ProductPictureValue
{
    height: 120px;
}


@media screen and (min-width:761px)
{
    .ProductListListBlock .ProductPictureValue
    {
        height: 100px;
    }
}

@media screen and (max-width : 760px)
{
    .ProductListListBlock .Item
    {
        width: 50%;
        min-height: 200px;
    }

    .ProductListListBlock .Item .ProductPictureValueContainer
    {
        text-align: center;
        width: 100%;
        min-height: 220px;
    }

    .ProductListListBlock .Item .ProductPictureValue
    {
        width: 100%;
        height: auto;
    }

    .ProductListListBlock .Item .ProductDescriptionGroup
    {
        width: 100%;
    }

    .ProductListListBlock .ProductDescriptionGroup .ShortDescriptionValue
    {
        font-size: 15px;
    }
}

@media screen and (max-width : 440px)
{

    .ProductListListBlock 
    {
        padding-left:10px;
        
    }
    .ProductListListBlock .Item
    {
        width: 100%;
        padding: 0px;
        min-height: 300px;
        margin-bottom: 20px;
    }

    .ProductListListBlock .Item .ProductDescriptionGroup
    {
        height: auto;
        width: 100%;
    }


    .ProductListListBlock .Item .ProductPictureValueContainer
    {
        text-align: center;
        width: 100%;
        min-height: 0px;
    }

    .ProductListListBlock .ProductDescriptionGroup .ShortDescriptionValueContainer
    {
        height: auto;
    }

    .ProductListListBlock .ProductDescriptionGroup .ShortDescriptionValue
    {
        font-size: 16px;
    }

    .ProductListListBlock .ProductPictureValue
    {
        min-height: 0px;
        max-height: 1000px;
        min-width: 0px;
        max-width: 1000px;
        width: 100%;
        height: auto;
    }
}
/*  ProductList End*/


/*  ProductDetail Start */

.ProductDetailDetailBlock
{
    padding-left: 20px;
    padding-right: 20px;
    font-family: "微軟正黑體" , Arial, sans-serif;
}


.ProductDetailDetailBlock .ProductTopGroup
{
    display: table-row;
    vertical-align: top;
    
}

.ProductDetailDetailBlock .ProductTopGroup .ProductPictureValueContainer
{
    display: table-cell;
    width: 220px;
    min-width: 220px;
    max-width: 240px;
    padding: 0px;
    overflow: hidden;
    border: 1px solid lightgray;
}

.ProductDetailDetailBlock .ProductTopGroup .ProductAttributeGroup
{
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

.ProductDetailDetailBlock .ProductTopGroup .ProductAttributeGroup
{
}

.ProductDetailDetailBlock .ProductAttributeGroup .CaptionPrefix
{
    display: none;
}

.ProductDetailDetailBlock .ProductAttributeGroup .Caption
{
    padding-left:10px;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
    vertical-align: top;
}

.ProductDetailDetailBlock .ProductAttributeGroup .CaptionPostfix
{
    height: 20px;
    background-repeat: no-repeat;
    width: 10px;
    display: inline-block;
}

.ProductDetailDetailBlock .ProductAttributeGroup .CaptionPostfix:before
{
    content: " :";
}
.ProductDetailDetailBlock .ProductAttributeGroup .CaptionContainer
{
    display: table-cell;
    white-space: nowrap; 
}


.ProductDetailDetailBlock .ProductAttributeGroup .ValueContainer
{
    display: table-cell;
    width:80%; 
    font-size: 15px;
    vertical-align: top;
}

.ProductDetailDetailBlock .ProductAttributeGroup .ProductNameValue
{
    font-weight: bold;
}

.ProductDetailDetailBlock .ProductAttributeGroup .ProductIdValue
{
    font-weight: bold;
}

.InquiryProductDetailButtonListPrefix
{
    display: table-cell;
}

.ProductDetailDetailBlock .ButtonList
{
    margin-top: 4px;
    display: table;
    width: 100%;
}

.ProductDetailDetailBlock .ButtonList .ButtonListContentPrefix
{
    display: table-cell;
    width: 10%;
}

.ProductDetailDetailBlock .ButtonList .ButtonListContent
{
    display: table-cell;
    text-align: right;
    white-space: nowrap;
}

.ProductDetailDetailBlock .ButtonList .ButtonContainer
{
    display: inline-block;
    text-align: right;
    padding-left: 10px;
}

.ProductDetailDetailBlock .ButtonList .ButtonListContentPostfix
{
    display: none;
}


.ProductDetailDetailBlock .ButtonList .InquiryButton
{
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #a0a0a0;
    font-size: 15px;
    font-weight: bold;
    font-family: 微軟正黑體;
    color: White;
    text-shadow: -4px 4px 10px rgba(0,0,0,1);
    cursor: pointer;
    background-position-y: 3;
    background-image: url(../Image/InquiryBack.jpg);
    background-repeat: no-repeat;
    margin-left: 0px;
}



.ProductDetailDetailBlock .ButtonList .InquiryListButton
{
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 10px;
    border: 1px solid gray;
    background-color: #a0a0a0;
    font-size: 15px;
    font-weight: bold;
    font-family: 微軟正黑體;
    color: White;
    text-shadow: -4px 4px 10px rgba(0,0,0,1);
    cursor: pointer;
    background-position-y: 3;
    background-image: url(../Image/InquiryBack.jpg);
    background-repeat: no-repeat;
}


.LikeBarContainer
{
    position: relative;
    max-width: 200px;
    top: -22px;
}

.ProductDetailDetailBlock .DescriptionValueContainer
{
}

.ProductDetailDetailBlock .ApplicationPictureValue
{
    width: 100%;
}

@media screen and (max-width : 440px)
{
    .ProductDetailDetailBlock
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ProductDetailDetailBlock .ButtonList
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ProductDetailDetailBlock .ButtonList .ButtonListContentPrefix
    {
        width:0px;
       
    }
    
    .ProductDetailDetailBlock .ButtonList .ButtonContainer
    {
        padding-left:4px;
    }
    
    .ProductDetailDetailBlock .ButtonList .ButtonListContent
    {
        width: 100%;
    }

    .ProductDetailDetailBlock .ProductAttributeGroup
    {
        margin-top: 10px;
    }

    .ProductDetailDetailBlock .ProductTopGroup .ProductPictureValueContainer
    {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        min-width:100px;
    }

    .ProductDetailDetailBlock .ProductTopGroup .ProductAttributeGroup
    {
        display: block;
        text-align: center;
        width: 100%;
    }

    .LikeBarContainer
    {
        position: static;
        top: 0px;
    }


    .ProductDetailDetailBlock .DescriptionValueContainer
    {
        margin-top: 10px;
    }
    
    .ProductDetailDetailBlock .MoveToTopButton
    {
        display:none;
    }
}
/*  ProductDetail End*/


/*  GeneralContentList Start */
.GeneralContentListListBlock .Item
{
    float: left;
    display: block;
    width: 50%;
    min-height: 140px;
    padding: 4px;
}

.GeneralContentListListBlock .SmallPicturePathValueContainer
{
    float: left;
    text-align: center;
    width: 40%;
    padding: 2px;
}


.GeneralContentListListBlock .GeneralContentDescriptionGroup
{
    float: left;
    display: table;
    width: 60%;
    vertical-align: top;
    height: 80px;
}


.GeneralContentListListBlock .TitleValueContainer
{
    display: table-row;
}

.GeneralContentListListBlock .TitleValue
{
    display: inline-block;
    padding-left: 4px;
}

.GeneralContentListListBlock .ShortDescriptionValue
{
    display: inline-block;
    padding-left: 4px;
}

.GeneralContentListListBlock .ShortDescriptionValueContainer
{
    display: table-row;
    text-align: left;
    vertical-align: top;
    height: 60px;
}

.GeneralContentListListBlock .ButtonList
{
    display: table-row;
}

.GeneralContentListListBlock .ButtonList .ButtonContainer
{
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}


.GeneralContentListListBlock .SmallPicturePathValue
{
    float: left;
    width: 100%;
}


.GeneralContentListListBlock .TitleValue
{
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}



.GeneralContentListListBlock .GeneralContentDescriptionGroup .ShortDescriptionValue
{
    font-size: 13px;
    text-align: left;
}



@media screen and (min-width:761px)
{
}

@media screen and (max-width : 760px)
{
    .GeneralContentListListBlock .Item
    {
        width: 50%;
        min-height: 200px;
    }

    .GeneralContentListListBlock .Item .SmallPicturePathValueContainer
    {
        text-align: center;
        width: 100%;
    }

    .GeneralContentListListBlock .Item .SmallPicturePathValue
    {
        width: 100%;
        height: auto;
    }

    .GeneralContentListListBlock .Item .GeneralContentDescriptionGroup
    {
        width: 100%;
        min-height: 130px;
    }

    .GeneralContentListListBlock .GeneralContentDescriptionGroup .ShortDescriptionValue
    {
        font-size: 15px;
    }
}

@media screen and (max-width : 660px)
{
    .GeneralContentListListBlock .Item .SmallPicturePathValueContainer
    {
    }
}

@media screen and (max-width : 440px)
{

    .GeneralContentListListBlock .Item
    {
        width: 100%;
        padding: 0px;
        min-height: 100px;
        margin-bottom: 20px;
    }

    .GeneralContentListListBlock .Item .GeneralContentDescriptionGroup
    {
        height: auto;
        width: 100%;
    }


    .GeneralContentListListBlock .Item .GeneralContentSmallPicturePathValueContainer
    {
        text-align: center;
        width: 100%;
        min-height: 0px;
    }

    .GeneralContentListListBlock .GeneralContentDescriptionGroup .ShortDescriptionValueContainer
    {
        height: auto;
    }

    .GeneralContentListListBlock .GeneralContentDescriptionGroup .ShortDescriptionValue
    {
        font-size: 16px;
    }

    .GeneralContentListListBlock .Item .SmallPicturePathValueContainer
    {
        min-height: 0px;
    }

    .GeneralContentListListBlock .SmallPicturePathValue
    {
        min-height: 0px;
        max-height: 1000px;
        min-width: 0px;
        max-width: 1000px;
        width: 100%;
        height: auto;
    }

    .GeneralContentListListBlock .TitleValue
    {
        padding-top: 10px;
    }
}
/*  GeneralContentList End*/

/*  GeneralContentDetail Start*/

.GeneralContentDetailDetailBlock 
{
    padding-left:20px;
    padding-right:20px;
}

.GeneralContentDetailDetailBlock .GeneralContentTitleValueContainer
{
    padding-bottom: 15px;
}
.GeneralContentDetailDetailBlock .GeneralContentTitleValue
{
    font-size: 24px;
    font-family: "微軟正黑體" , Arial, sans-serif;
    font-weight: bold;
}

.GeneralContentDetailDetailBlock .ButtonList
{
    width: 100%;
    text-align: right;
}

.GeneralContentDetailDetailBlock .ButtonList .ButtonContainer
{
    display: inline-block;
    padding-left: 4px;
}


.GeneralContentDetailDetailBlock .GeneralContentDataContainer
{
    overflow: hidden;
}

.GeneralContentDetailDetailBlock .BigPictureContainer
{
    float: left;
    width: 60%;
    min-height: 300px;
}
.GeneralContentDetailDetailBlock .BigPictureContainer Img
{
    width: 100%;
}

.GeneralContentDetailDetailBlock .BigPictureNameContainer
{
    display: none;
}

PRE
{
    padding: 0px;
    margin: 0PX;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
}

.GeneralContentDetailDetailBlock .IntroductionContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
    width: 40%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.GeneralContentDetailDetailBlock .IntroductionNameContainer
{
    font-size: 20px;
    font-weight: bold;
}
.GeneralContentDetailDetailBlock .IntroductionValueContainer
{
    font-size: 14px;
}

.GeneralContentDetailDetailBlock .ServiceContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
    width: 40%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.GeneralContentDetailDetailBlock .ServiceNameContainer
{
    font-size: 20px;
    font-weight: bold;
}

.GeneralContentDetailDetailBlock .ServiceValueContainer
{
    font-size: 14px;
}

.GeneralContentDetailDetailBlock .WebPageContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
    width: 40%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.GeneralContentDetailDetailBlock .WebPageNameContainer
{
    font-size: 20px;
    font-weight: bold;
}

.GeneralContentDetailDetailBlock .WebPageValueContainer
{
    font-size: 14px;
}

.GeneralContentDetailDetailBlock .WebPageValueContainer A
{
    color: #A02929;
    text-decoration: none;
}

.GeneralContentDetailDetailBlock .WebPageValueContainer A:hover
{
    text-decoration: underline;
}

.GeneralContentDetailDetailBlock .TechnologyContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
    width: 40%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.GeneralContentDetailDetailBlock .TechnologyNameContainer
{
    font-size: 20px;
    font-weight: bold;
}

.GeneralContentDetailDetailBlock .TechnologyValueContainer
{
    font-size: 14px;
}

.GeneralContentDetailDetailBlock .GeneralContentBottomGroup
{
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
}

.GeneralContentDetailDetailBlock .GeneralContentTitleContainer
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 25px;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
    font-weight: bold;
}

.GeneralContentDetailDetailBlock .GeneralContentDescriptionContainer
{
    display: none;
}

.GeneralContentDetailDetailBlock .ItemDescriptionValueContainer
{
    padding-top: 10px;
    font-family: "微軟正黑體" ,Microsoft JhengHei;
}

.GeneralContentDetailDetailBlock .BigPictureContainer
{
    min-height: 500px;
}

@media screen and (max-width : 660px)
{
    .GeneralContentDetailDetailBlock 
    {
        padding-LEFT:10PX;
        padding-right:10PX;
    }
    .GeneralContentDetailDetailBlock .BigPictureContainer
    {
        float: none;
        width: 100%;
        min-height: 300px;
    }

    .GeneralContentDetailDetailBlock .IntroductionContainer
    {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .GeneralContentDetailDetailBlock .ServiceContainer
    {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .GeneralContentDetailDetailBlock .WebPageContainer
    {
        padding-left: 0px;
    }

    .GeneralContentDetailDetailBlock .Parameter
    {
        overflow: hidden;
        width: 100%;
    }


    .GeneralContentDetailDetailBlock .GeneralContentDetailDetailBlock .WebPageContainer
    {
        float: none;
        width: 100%;
        padding-left: 0px;
    }


    .GeneralContentDetailDetailBlock .TechnologyContainer
    {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
}

@media screen and (max-width : 440px)
{
     .GeneralContentDetailDetailBlock  .MoveToTopButton
     {
         display:none;
     }
}
/*  GeneralContentDetail End*/


/*ContactUs Start*/
.ContactUsMain
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.ContactUsMain .CategoryBlock
{
    border-radius: 0px;
    border: none;
    margin-top: 0px;
    padding: 0px;
}

.Caption
{
    padding: 1px;
    font-weight: normal;
    font-size: 15px;
    color: black;
    font-family: 微軟正黑體;
}

.ContactUsMain .FieldContainer
{
    padding-right: 10px;
}
.ContactUsMain .Field
{
    width: 95%;
}

.ContactUsMain .ContactMessageField
{
    width: 97%;
}


.ContactUsMain .ContactMessageFormTitle
{
    width: 96%;
}


.ContactMessageEditForm
{
    width:100%;
}

@media screen and (max-width : 440px)
{
    .ContactUsMain
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*ContactUs End*/

/*BranchOffice Start*/

.BranchOfficeListBlock .PictureValueContainer
{
    float: left;
    width: 40%;
    min-height: 100px;
    padding: 2px;
    padding-right: 4px;
}

.BranchOfficeListBlock .PictureValue
{
    padding: 2px;
    max-height: 100%;
    max-width: 100%;
    cursor: hand;
    cursor: pointer;
}

.BranchOfficeListBlock .BranchOfficeNameValueContainer
{
    float: left;
    padding-left: 10px;
    width: 60%;
}

.BranchOfficeListBlock .BranchOfficeNameValue
{
    font-size: 18px;
    font-family: "微軟正黑體" , Arial, sans-serif;
}

.BranchOfficeListBlock .UrlValueContainer
{
    float: left;
    padding-left: 10px;
    width: 60%;
}

.BranchOfficeListBlock .UrlValue
{
    color: Black;
}

.BranchOfficeListBlock .DescriptionValueContainer
{
    float: left;
    padding-left: 10px;
    width: 60%;
}

.BranchOfficeListBlock .UrlButtonValue
{
    display: none;
}


.BranchOfficeListBlock .Item
{
    overflow: hidden;
    min-width: 0px;
}
@media screen and (max-width : 440px)
{

    .BranchOfficeListBlock .PictureValueContainer
    {
        width: 40%;
    }

    .BranchOfficeListBlock .PictureValue
    {
        width: 100%;
    }
    .BranchOfficeListBlock .UrlValue
    {
        display: none;
    }

    .BranchOfficeListBlock .UrlButtonValue
    {
        display: block;
    }

    .BranchOfficeListBlock .UrlButtonValue[href^="http"]
    {
        text-decoration: none;
        border: 1px solid gray;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #202020;
        color: White;
    }

    .BranchOfficeListBlock .UrlButtonValue[href=""]
    {
        display: none;
    }

    .BranchOfficeListBlock .BranchOfficeNameValueContainer
    {
    }

    .BranchOfficeListBlock .UrlValueContainer
    {
    }

    .BranchOfficeListBlock .DescriptionValueContainer
    {
    }
}

/*BranchOffice End*/

/*JobOpportunity Start*/

.JobOpportunityCategoryBlock
{
        font-family: "微軟正黑體" , Arial, sans-serif;
}
/*JobOpportunity End*/

/*Faq Start*/

.FaqListBlock .Item A:hover
{
    text-decoration: underline;
}

.FaqListBlock .QuestionValueContainer
{
    float: left;
    display: table;
    padding-bottom: 0px;
    height: 32px;
    margin: 0px;
}

.FaqListBlock .QuestionValuePrefix
{
    display: table-cell;
    width: 33px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    background-image: url(/image/faq_Q.jpg);
    background-repeat: no-repeat;
}

.FaqListBlock .QuestionValue
{
    display: table-cell;
    padding-top: 4px;
    vertical-align: top;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.FaqListBlock .PublishTimeValueContainer
{
    float: left;
    height: 30px;
    vertical-align: top;
    padding-top: 4px;
}

.FaqListBlock .PublishTimeValuePrefix:before
{
    display: inline-block;
    padding-left: 10px;
    content: " (";
    width: 10px;
}

.FaqListBlock .PublishTimeValue
{
    color: Red;
    font-style: italic;
}

.FaqListBlock .PublishTimeValuePrefix
{
    display: inline-block;
}


.FaqListBlock .PublishTimeValuePostfix
{
    display: inline-block;
}

.FaqListBlock .PublishTimeValuePostfix:before
{
    display: inline-block;
    content: " ) ";
    width: 10px;
}

.FaqListBlock .AnswerValueContainer
{
    float: none;
    font-size: 0px;
    display: table;
    overflow: hidden;
    width: 100%;
}

.FaqListBlock .AnswerValuePrefix
{
    display: table-cell;
    float: left;
    vertical-align: top;
    width: 33px;
}

.FaqListBlock .AnswerValue
{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 99%;
}

.FaqListBlock .AnswerValuePostfix
{
    display: none;
}

@media screen and (max-width : 660px)
{
    .FaqListBlock .PublishTimeValueContainer
    {
        display: none;
    }
}


/*Faq End*/


/*FileDownload Start*/
.FileDownloadSearchForm
{
    padding: 10px;
    padding-left: 20px;
}


.FileDownloadSearchFormContent
{
    display: table;
}

.FileDownloadSearchForm .Parameter
{
    white-space: nowrap;
    text-align: right;
}

.FileDownloadSearchForm .FieldContainer
{
    display: block;
}


.FileDownloadSearchForm .FieldPrefix
{
    padding-left: 5px;
}

.FileDownloadSearchForm .ProductGroup
{
    display: table-cell;
    width: 60%;
}

.FileDownloadSearchForm .FileGroup
{
    display: table-cell;
    text-align: right;
    width: 20%;
}


.FileDownloadSearchForm .ButtonList
{
    display: table-cell;
    width: 20%;
    vertical-align: bottom;
}

.FileDownloadSearchForm .ProductCategoryNoParameter
{
    display: block;
    overflow: hidden;
}

.FileDownloadSearchForm .ProductCategoryNoCaptionContainer
{
    float: left;
}

.FileDownloadSearchForm .ProductCategoryNoCaptionPrefix
{
    background-image: none;
}

.FileDownloadSearchForm .ProductCategoryNoFieldContainer
{
    padding-top: 4px;
    float: left;
}


.FileDownloadSearchForm .ProductIdParameter
{
    display: block;
    width: 100%;
}

.FileDownloadSearchForm .ProductIdCaptionContainer
{
    float: left;
}

.FileDownloadSearchForm .ProductIdCaptionPrefix
{
    background-image: none;
}

.FileDownloadSearchForm .ProductIdFieldContainer
{
    padding-top: 2px;
    float: left;
}

.FileDownloadSearchForm .FileCategoryNoParameter
{
    display: block;
    overflow: hidden;
}

.FileDownloadSearchForm .KeywordParameter
{
    display: block;
}

.FileDownloadSearchForm .FileCategoryNoCaptionContainer
{
    float: left;
}

.FileDownloadSearchForm .FileCategoryNoFieldContainer
{
    float: left;
}


.FileDownloadSearchForm .FileCategoryNoCaptionPrefix
{
    background-image: none;
}

.FileDownloadSearchForm .KeywordCaptionContainer
{
    display: none;
}
.FileDownloadSearchForm .KeywordFieldContainer
{
    float: left;
    text-align: right;
    width: 95%;
}

.FileDownloadListBlock .CaptionPrefix
{
    padding-left: 20px;
    float: left;
    height: 15px;
    background-image: url(../Image/SearchIcon.gif);
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

@media screen and (max-width : 660px)
{
    .FileDownloadSearchForm
    {
        padding-left:10px;
    }
    
    .FileDownloadListBlock
    {
        padding-left:10px;
    }
}
/*FileDownload End*/



/*News Start*/

.NewsListBlock .Item
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.NewsListBlock .Item A:hover
{
    text-decoration: underline;
}

.NewsListBlock .TitleValueContainer
{
    float: left;
    display: table;
    padding-bottom: 0px;
    height: 20px;
    margin: 0px;
}

.NewsListBlock .TitleValuePrefix
{
    display: table-cell;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    background-image: url(/image/NewsIcon.gif);
    background-position-y: 6px;
    background-repeat: no-repeat;
}

.NewsListBlock .TitleValue
{
    display: table-cell;
    padding-top: 4px;
    vertical-align: top;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.NewsListBlock .PublishTimeValueContainer
{
    float: left;
    height: 20px;
    vertical-align: top;
    padding-top: 4px;
}

.NewsListBlock .PublishTimeValuePrefix:before
{
    display: inline-block;
    padding-left: 10px;
    content: " (";
    width: 10px;
}

.NewsListBlock .PublishTimeValue
{
    color: Red;
    font-style: italic;
}

.NewsListBlock .PublishTimeValuePrefix
{
    display: inline-block;
}


.NewsListBlock .PublishTimeValuePostfix
{
    display: inline-block;
}

.NewsListBlock .PublishTimeValuePostfix:before
{
    display: inline-block;
    content: " ) ";
    width: 10px;
}

.NewsListBlock .DescriptionValueContainer
{
    float: none;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-left: 20px;
}

.NewsListBlock .DescriptionValuePrefix
{
    display: none;
}

.NewsListBlock .DescriptionValue
{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width : 660px)
{
    .NewsListBlock .PublishTimeValueContainer
    {
        display: none;
    }
}
/*News End*/

/*CustomerEdit Start*/
.CustomerEditMain
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    display: table;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    background-image: url(../../Image/ListBack.jpg);
    background-repeat: repeat-x;
}


.CustomerEditMain .EditFormTitleContainer
{
    text-align: center;
    height: 40px;
}

.CustomerEditMain .EditFormTitle
{
}

.CustomerEditForm
{
    width: 100%;
    max-width: 600px;
}

.CustomerEditForm .CaptionContainer
{
    text-align: right;
    width: 50px;
    white-space: nowrap;
}

.CustomerEditForm .DescriptionField
{
    width: 100%;
    height: 100px;
}

.CustomerEditForm .JobTitleField
{
    width: 100%;
}

.CustomerEditForm .TelField
{
    width: 100%;
}

.CustomerEditForm .FaxField
{
    width: 100%;
}

.CustomerEditForm .GenderFieldContainer
{
    white-space: nowrap;
}


.CustomerEditForm .BusinessTypeField
{
}

.CustomerEditForm .BusinessOtherField
{
    max-width: 100%;
}

.CustomerEditForm .CountryField
{
    max-width: 100%;
}

.CustomerEditForm .Field
{
    max-width: 100%;
}

.CustomerEditForm .NameField
{
    width: 100%;
}

.CustomerEditForm .CompanyNameField
{
    width: 100%;
}

.CustomerEditForm .AddressField
{
    width: 100%;
}

.CustomerEditForm .WebSiteField
{
    width: 100%;
    max-width: 100%;
}

.CustomerEditForm .BusinessTypeCaptionContainer
{
    vertical-align: top;
}

.CustomerEditForm BusinessTypeOtherField
{
    font-size: 12px;
}

.CustomerEditForm .DescriptionCaptionContainer
{
    vertical-align: top;
}

@media screen and (max-width : 370px)
{
    .CustomerEditMain
    {
        padding-left: 0px;
        padding-right: 10px;
    }

    .CustomerEditForm .CountryField
    {
        width: 95%;
    }

    .CustomerEditForm .BusinessTypeOtherField
    {
        width: 60%;
    }
}
/*CustomerEdit End*/


/*CustomerLoginEditForm Start*/
.CustomerLoginEditForm
{
    max-width: 300px;
    width: 100%;
}

.CustomerLoginMain .FormTitle
{
    border-bottom: none;
}

.CustomerLoginEditForm .CaptionContainer
{
    width: 10%;
    white-space: nowrap;
}

.CustomerLoginEditForm .Caption
{
    font-family: "微軟正黑體" , Arial, sans-serif;
    border-bottom: none;
}

.CustomerLoginMain .EditFormContainer
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

.CustomerLoginMain .EditForm
{
    margin-top: 10px;
}

.CustomerLoginEditForm .EmailFieldContainer
{
    padding-right: 10px;
}

.CustomerLoginEditForm .EmailField
{
    width: 100%;
}


.ForgetPasswordEditForm .Email2CaptionContainer
{
    vertical-align: top;
}

.ForgetPasswordEditForm .Email2Field
{
    width: 100%;
}

.CustomerLoginMain .SignUpEditForm
{
    width: 100%;
}

.CustomerLoginMain .ForgetPasswordEditForm
{
    width: 100%;
}

.CustomerLoginMain .ForgetPasswordEditForm .RequestPasswordButtonContainer
{
    padding-left: 5px;
}

.SignUpEditForm .SignUpButton
{
    color: white;
    background-color: black;
}

@media screen and (max-width : 370px)
{
    .CustomerLoginEditForm .PasswordFieldContainer
    {
        padding-right: 10px;
    }

    .CustomerLoginEditForm .PasswordField
    {
        width: 100%;
    }

    .CustomerLoginMain .EditFormContainer
    {
        padding-left: 5px;
        padding-right: 5px;
    }

}
/*CustomerLoginEditForm End*/

/*InquiryList Start*/
.InquiryListMain .InquiryListListBlockFormTitle
{
    border-bottom:none;
}

.InquiryListMain .FirstSmallPicturePathValueContainer
{
    text-align: center;
}

.InquiryListMain .FirstSmallPicturePathValue
{
    width: 100%;
    max-width: 100px;
}

.InquiryListMain .ProductIdValueContainer
{
    text-align: center;
}

.InquiryListMain .ProductIdValue
{
    text-decoration: none;
    color: black;
}

.InquiryListMain .ProductNameValueContainer
{
    text-align: center;
}

.InquiryListMain .ProductNameValue
{
    text-decoration: none;
    color: black;
}

.InquiryListMain .ButtonContainer
{
    text-align: center;
}

.InquiryListMain .InquiryDescriptionField
{
    width: 100%;
    height: 80px;
}

.InquiryListMain
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding-top: 10px;
    padding-bottom: 10px;
}

.InquiryListListBlock
{
    border-radius: none;
    border: none;
    padding: 0px;
    padding-left: 0px;
    display: block;
    width: auto;
    overflow: hidden;
    margin-top: 0px;
    min-height: 0px;
}

/*InquiryList End*/

/*InquiryLog Start*/
.InquiryLogMain
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.InquiryLogMain .InquiryLogListBlockFormTitle
{
    height: 40px;
    border: none;
    margin-bottom: 20px;
}

.InquiryLogListBlock
{
    border-radius: 0px;
    border: none;
    padding: 0px;
    padding-left: 0px;
    display: block;
    width: auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 0px;
}

.InquiryLogListBlock .InquiryNoValueContainer
{
    text-align: center;
    font-size: 15px;
}

.InquiryLogListBlock .InquiryTimeValueContainer
{
    text-align: center;
    font-size: 15px;
}

.InquiryLogListBlock .ProductPictureValue
{
    max-width: 80px;
    cursor: pointer;
    width: 100%;
}

.InquiryLogListBlock .ProductNameValueContainer
{
    border: none;
    width: 75%;
    padding-left: 0px;
}

.InquiryLogListBlock .ProductNameValue
{
    text-decoration: none;
    color: black;
    font-size: 15px;
}

/*InquiryLog End*/


/*CustomerChangePassword Start*/
.CustomerChangePasswordMain
{
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-image: url(../../Image/ListBack.jpg);
    background-repeat: repeat-x;
}

.CustomerChangePasswordEditForm
{
    width:100%;
    max-width:300px;
    margin-top:10px;
}

.CustomerChangePasswordEditForm .CaptionContainer
{
    text-align:right;
}

.CustomerChangePasswordEditForm  .Field 
{
    width:100%;
    max-width:150px;
}

@media screen and (max-width : 370px)
{
    .CustomerChangePasswordMain
    {
        padding-left:10px;
        padding-right:10px;
    }
}
/*CustomerChangePassword End*/

/*  Menu Start  */

.MenuContainer
{
    width: 100%;
    max-width: 1000px;
    background-image: url(../Image/menuback.jpg);
}


.TopMenu
{
    height: 40px;
    width: 90%;
    background-image: url(../Image/MenuBack.jpg);
}

.TopMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    color: White;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.TopOverMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.TopFocusMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.TopPathMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}


.TopOverPathMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.TopMenuHandle
{
    display: none;
}

.Menu
{
    min-width: 120px; /* IE10 Consumer Preview */
    background-color: rgb(41,83,157);
}

.MenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    width: 100px;
    color: White;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.OverMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    height: 30px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: pointer;
    cursor: hand;
}

.PathMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    height: 30px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}

.FocusMenuItem
{
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    height: 30px;
    color: yellow;
    text-align: center;
    font-family: 微軟正黑體;
    cursor: hand;
    cursor: pointer;
}


@media screen and (max-width : 660px)
{
    .MenuContainer
    {
        display: none;
    }
}
/*  Menu End  */

/*  SmallMenuContainer Start */
.SmallMenuContainer
{
    text-align: left;
    display: none;
}


@media screen and (max-width : 660px)
{
    .SmallMenuContainer
    {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        text-align: left;
        display: block;
        background-color: #a0a0ff;
        vertical-align: top;
        width: 100%;
        font-size:0px;
        padding:1px;
    }
}
/*  SmallMenuContainer End */


/*  Banner Start */

.BannerContainer
{
    width: 100%;
    display: block;
}

.Banner
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 1000px;
}

.Banner DIV
{
    _max-height: 280px;
    width: inherit;
    height: inherit;
    vertical-align: center;
}

.Banner Img
{
    _max-height: 280px;
    max-width: 100%;
    width: 100%;
}

.BannerContentIndex
{
    cursor: pointer;
    background-color: Black;
    color: black;
    font-size: 10px;
    height: 10px;
    width: 100px;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.FocusBannerContentIndex
{
    cursor: pointer;
    background-color: red;
    color: red;
    font-size: 13px;
    font-size: 10px;
    height: 10px;
    width: 20px;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}


@media screen and (min-width : 400px) and (max-width : 800px)
{
    .Banner
    {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .Banner DIV
    {
        width: 100%;
        height: inherit;
        vertical-align: center;
    }

    .Banner Img
    {
        max-width: 100%;
    }
}

@media screen and (min-width : 10px) and (max-width : 400px)
{
    .Banner
    {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        width: 100%;
    }

    .Banner DIV
    {
        width: inherit;
        height: inherit;
        vertical-align: center;
    }

    .Banner Img
    {
        height: auto;
        max-width: 100%;
    }

    .BannerContentIndex
    {
        cursor: pointer;
        background-color: Black;
        color: black;
        font-size: 10px;
        height: 10px;
        width: 100px;
        text-align: center;
        font-family: Tahoma;
        font-weight: bold;
        text-decoration: none;
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }


}
/*  Banner End */


/*  BottomFrame Start */
.InvisibleTreeMenu
{
    display: none;
}

.LeftFrame
{
    display: none;
    vertical-align: top;
}

.RightFrame
{
    width: 100%;
    min-height: 800px;
    max-width: 1000px;
    display: block;
    background-color: White;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


.TreeMenuContainer
{
    width: 300px;
}

@media screen and (min-width : 100px) and (max-width :660px)
{
    .LeftFrame
    {
        vertical-align: top;
        background-color: rgb(50,91,171);
    }


    .TreeMenuContainer
    {
        display: block;
        width: 200px;
    }
}
/*  BottomFrame End  */


/*  TreeMenu Start  */
.TreeMenuContainer .TopTreeItemContainer
{
    padding: 0px;
}

.TreeMenuContainer
{
    font-family: 微軟正黑體;
}

.TreeMenuContainer .TopTreeItemContainer
{
    fongt-size: 20px;
    font-family: 微軟正黑體;
    text-align: left;
    padding-left: 0px;
    cursor: pointer;
    color: White;
}


.TreeMenuTitle
{
    cursor: pointer;
    color: White;
    font-size: 16px;
    height: 39px;
    padding-top: 10px;
    vertical-align: center;
    box-sizing: border-box;
    font-family: 微軟正黑體;
    width: 100%;
    background-image: url(../Image/TreeMenu_TopTreeItemBack.png);
}

.TreeMenuContainer .TopTreeItem
{
    cursor: pointer;
    color: White;
    font-size: 16px;
    height: 39px;
    vertical-align: center;
    padding-left: 10px;
    width: 100%;
    background-image: url(../Image/TreeMenu_TopTreeItemBack.png);
}

.TreeMenuContainer .TopOverTreeItem
{
    cursor: pointer;
    color: yellow;
    font-size: 16px;
    height: 39px;
    vertical-align: center;
    padding-left: 10px;
    background-image: url(../Image/TreeMenu_TopTreeItemBack.png);
    width: 100%;
}


.TreeMenuContainer .TopOverFocusTreeItem
{
    cursor: pointer;
    color: yellow;
    font-size: 16px;
    height: 39px;
    vertical-align: center;
    padding-left: 10px;
    background-image: url(../Image/TreeMenu_TopTreeItemBack.png);
    width: 100%;
}

.TreeMenuContainer .TopFocusTreeItem
{
    cursor: hand;
    color: yellow;
    font-size: 16px;
    height: 39px;
    vertical-align: center;
    padding-left: 10px;
    background-image: url(../Image/TreeMenu_TopTreeItemBack.png);
    width: 100%;
}



.TreeMenuContainer .TreeItemContainer
{
    background-image: url(../Image/TreeMenu_TreeItemBack.png);
}

.TreeMenuContainer .TreeItemContainer .ItemIconContainer
{
    padding-left: 20px;
}

.TreeMenuContainer .TreeItemContainer .TreeItemContainer .ItemIconContainer
{
    padding-left: 40px;
}
.TreeMenuContainer .TreeItemContainer .TreeItemContainer .TreeItemContainer .ItemIconContainer
{
    padding-left: 60px;
}
.TreeMenuContainer .TreeItemContainer .TreeItemContainer
{
    background-image: url(../Image/TreeMenu_TreeItemBack2.png);
}

.TreeMenuContainer .TreeItem
{
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    vertical-align: center;
    width: 100%;
    height: 39px;
    color: White;
}

.TreeMenuContainer .OverTreeItem
{
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    vertical-align: center;
    width: 100%;
    height: 39px;
    color: Yellow;
}

.TreeMenuContainer .FocusTreeItem
{
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    vertical-align: center;
    width: 100%;
    height: 39px;
    color: Yellow;
}

.TreeMenuContainer .OverFocusTreeItem
{
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    vertical-align: center;
    width: 100%;
    height: 39px;
    color: Yellow;
}
/*  TreeMenu End */


/*  SubMenuContainer Start  */


.SubMenuContainer
{
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

.SubTreeMenuContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    vertical-align: top;
    width: 100%;
    padding: 10px;
	overflow:hidden;
    font-family: 微軟正黑體;
}

.SubTreeMenuContainer .TopFocusTreeItem
{
    cursor: pointer;
    height: 25px;
}

.SubTreeMenuContainer .TopOverFocusTreeItem
{
    cursor: pointer;
    height: 25px;
}

.SubTreeMenuContainer .TopOverTreeItem
{
    cursor: pointer;
    height: 25px;
}


.SubTreeMenuContainer .FocusTreeItem
{
    cursor: pointer;
    height: 25px;
}

.SubTreeMenuContainer .TreeItem
{
    cursor: pointer;
    height: 25px;
}

.SubTreeMenuContainer .OverTreeItem
{
    cursor: pointer;
    height: 25px;
}

.SubTreeMenuContainer .TopTreeItem
{
    cursor: pointer;
    height: 25px;
}


.SubTreeMenuContainer .OverFocusTreeItem
{
    cursor: pointer;
    height: 25px;
}


.SubTreeMenuContainer .TopOverFocusTreeItemIcon
{
    width: 15px;
}
.SubTreeMenuContainer .TopTreeItemIcon
{
    width: 15px;
}
.SubTreeMenuContainer .OverFocusTreeItemIcon
{
    width: 15px;
}
.SubTreeMenuContainer .TreeItemIcon
{
    width: 15px;
}
.SubTreeMenuContainer .TopTree
{
    width: 100%;
}
.SubLineMenuContainer
{
    display: none;
}

.TreeTitle
{
    color: White;
    font-size: 16px;
   
    background-repeat: repeat-x;
    height: 29px;
    width: 100%;
    text-align: center;
    border: 0px solid red;
    vertical-align: middle;
    padding-top: 8px;
}


.SubTreeMenuContainer .TopItemIconContainer
{
    width: 25px;
    padding-right: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.SubTreeMenuContainer .TreeItemContainer .ItemIconContainer
{
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.SubTreeMenuContainer .TreeItemContainer .TreeItemContainer .ItemIconContainer
{
    text-align: right;
    padding-right: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.SubTreeMenuContainer .TreeItemContainer .TreeItemContainer .TreeItemContainer .ItemIconContainer
{
    text-align: right;
    padding-right: 5px;
    padding-left: 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


@media screen and (max-width :660px)
{
    .SubMenuContainer
    {
        display: none;
        width: 0%;
    }

}


.SubMenuBorderTop
{
    MIN-width:120PX;
    background-image:url(../Image/TreeContainerTopRight.jpg);
    background-repeat:repeat-x;
}

.SubMenuBorderTopLeft
{
    background-image:url(../Image/TreeContainerTopRight.jpg);
    background-repeat:repeat-x;
    padding-left:4px;
}

.SubMenuBorderTopRight
{
    background-image:url(../Image/TreeContainerTopRight.jpg);
     background-repeat:repeat-x;
}

.SubMenuBorderLeft
{
    background-image:url(../Image/TreeContainerLeft2.gif);
}

.SubMenuBorderRight
{
    background-image:url(../Image/TreeContainerRight2.gif);
}


.SubMenuBorderBottom
{  
    min-height:38px;
    background-image:url(../Image/TreeContainerBottom.gif);
    background-repeat:no-repeat;
    min-width:100px;
}


.SubMenuBorderBottomLeft
{

    font-size:0px;
    min-width:33px; 
    min-height:60px;
    background-repeat:no-repeat;
    background-image:url(../Image/TreeContainerBottomLeft.gif);
}

.SubMenuBorderBottomRight
{
   background-image:url(../Image/TreeContainerBottomRight.gif);
   background-repeat:no-repeat;
    font-size:0px;
    min-width:38px; 
    min-height:60px;
}

/*  SubMenuContainer End  */

/*  PagePathAndMainContainerContainer Start */
.PagePathAndMainContainerContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 80%;
    display: table-cell;
    text-align: right;
}

@media screen and (max-width :660px)
{
    .PagePathAndMainContainerContainer
    {
        width: 100%;
        display: block;
    }

}
/*  PagePathAndMainContainerContainer End */

/*  PagePathContainer Start */
.PagePathContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

@media screen and (max-width :660px)
{
    .PagePathContainer
    {
        text-align: left;
        padding-top: 2px;
        padding-left: 10px;
        padding-bottom: 2px;
    }

    .PathNode
    {
        font-size: 16px;
        font-family: 微軟正黑體;
    }
}
/*  PagePathContainer End */


/*  search_container Start  */
@media screen and (max-width :660px)
{
    .search_container
    {
        display: none;
    }
}
/*  search_container End  */

/*  MainContainer Start  */
.MainContainer
{
    width: 100%;
    vertical-align: top;
    padding-right: 10px;
    max-width: 1000px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

@media screen and (max-width : 660px)
{
    .MainContainer
    {
        padding-right: 4px;
        padding-left: 4px;
    }
}
/*  MainContainer End */


/*  PageFooterContainer Start  */
.PageFooterContainer
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 1000px;
    height: auto;
    vertical-align: bottom;
    text-align: center;
    background-color:rgb(95,95,95);
    color:White;
    padding-bottom:10px;
    font-family: 微軟正黑體;
}
/*  PageFooterContainer End */



.PathNode
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
}

.PageHeader
{
    width: 100%;
    max-width: 1000px;
    background-image: url(../Image/top_bk.jpg);
}

.LogoContainer
{
    width: 20%;
    display: table-cell;
    text-align: left;
    padding: 1px;
    vertical-align: top;
}


.BigLogo
{
}

.SmallLogo
{
    display: none;
}

@media screen and (max-width : 400px)
{
    .BigLogo
    {
        display: none;
    }
    .SmallLogo
    {
        display: block;
    }
}

.LanguageSwitchContainer
{
    width: 70%;
    display: table-cell;
    vertical-align:middle;
}




.LanguageSwitch
{
    font-family: "微軟正黑體" , Arial , Sans-Serif;
    color: rgb(98,152,196);
    font-size: 12.5px;
    margin-left:auto;
}

.LanguageSwitch A
{
    font-family: "微軟正黑體" , Arial , Sans-Serif;
    color: rgb(98,152,196);
    text-decoration: none;
    display: none;
}

.LanguageSwitch Img
{
    cursor: pointer;
    _display: none;
}



.LanguageSwitch A:hover
{
    text-decoration: underline;
}

.LanguageSwitchSplitter
{
    display: none;
}


.HeaderLinkContainer
{
    width: 20%;
    display: table-cell;
    vertical-align:middle;
}

.ShareBarContainer
{
    width: 800px;
    overflow: hidden;
}

.ShareBarContainer > DIV > Table
{
    float: right;
}

@media screen and (max-width : 400px)
{
    .LogoContainer
    {
        width: 10%;
        display: table-cell;
    }

    .LanguageSwitchContainer
    {
        text-align: right;
        width: auto;
        display: table-cell;
    }

    .HeaderLinkContainer
    {
        display: none;
    }
}




.list_form
{
    font-family: Arial;
    border: 1px solid rgb(200,200,200);
    font-family: 微軟正黑體,Microsoft JhengHei;
}

.list_tr
{
    border: none;
    font-size: 15px;
    font-family: 微軟正黑體,Microsoft JhengHei;
    color: Black;
    text-decoration: none;
    height: 30px;
}

.list_form TD
{
    border: 1px solid rgb(200,200,200);
    padding: 2px;
}


.list_caption
{
    background-color: rgb(238,238,238);
    border: none;
    color: rgb(102,102,102);
    padding: 5PX;
    font-size: 14PX;
    font-family: 微軟正黑體,Microsoft JhengHei;
}

.list_form_command
{
    text-align: center;
}

.list_form_item_no
{
    text-align: center;
}



.list_tr .NewsTitle
{
    text-decoration: none;
}

.list_tr SPAN
{
    color: Black;
    text-decoration: none;
    font-size: 15px;
}

.list_header
{
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
}

textarea
{
    width: 400px;
    height: 70px;
}



.subject
{
    background-color: #D9F7F7;
}


.command_bar
{
    font-family: Arial;
    font-style: italic;
    width: 600px;
}



.page_index_button
{
    border: 1px solid gray;
    padding: 1px;
    width: 30px;
    text-align: center;
    margin-right: 2px;
    cursor: hand;
    width: 20px;
}

.curr_page_index_button
{
    border: 1px solid gray;
    padding: 1px;
    width: 30px;
    text-align: center;
    margin-right: 2px;
    font-weight: bold;
    width: 20px;
    background-color: #F0F0F0;
    color: #4040F0;
}

.paging
{
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    font-size: 13px;
}

.paging input
{
    font-family: 微軟正黑體,Microsoft JhengHei;
}


.MovePageButton
{
    width: 38px;
    border:none;
    font-size:0px;
    height:20px;
    background-color:White;
}

.MoveToFirstButton
{
    background-image:url(../../image/pageview_1st.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.MoveToPreviousButton
{
    background-image:url(../../image/pageview_pre.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}


.MoveToNextButton
{
    margin-left:6px;
    background-image:url(../../image/pageview_next.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.MoveToEndButton
{
    background-image:url(../../image/pageview_last.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.RequiredFieldIcon
{
    color: Red;
}

.button
{
    font-family: 微軟正黑體;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    border: 1px dotted black;
    background-color: White;
    outline: none;
    cursor: hand;
    cursor: pointer;
}

.button:focus
{
    outline: none;
}


.error_message
{
    color: Red;
    font-size: 13px;
    text-align: center;
}



.Top5Container
{
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */    
overflow:hidden;
display:block;
float:left;
height:220px;
margin-left:auto;
margin-right:auto;
width:50%;
text-align:center;   
padding:5px; 
}


.HotContainer
{
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */    
overflow:hidden;
display:block;
float:left;
height:220px;
margin-left:auto;
margin-right:auto;
width:50%;
text-align:center;   
padding:5px; 
}

 @media screen and (max-width :800px)
 {
   
.Top5Container
{
    display:block;
    padding:5px;
    width:50%;
   height:auto;

}

.HotContainer
{
    display:block;
    padding:5px;
    width:50%;
   height:auto;

}
 }
 
 @media screen and (max-width :600px)
 {
     .Top5Container
{
    display:block;
    padding:4px; 
    width:98%;
    height:auto;

}

.HotContainer
{
    display:block;
    padding:4px;
    width:98%;
    height:auto;
}
 }
 
 
 .BoardContentContainer
 {
     padding:5px;
 }
 
 .BoardPagingContainer
 {
     padding-left:5px;
 }
 
.BoardContentTitle
{
    font-family: "微軟正黑體" , Arial , Sans-Serif;
    font-weight:bold;
    text-decoration:none;
    color:#666666;
    font-size:18px;
}

.BoardContentTitle:hover
{
    text-decoration:underline;    
}

 
 .BoardContentDescription
 {
    font-family: "微軟正黑體" , Arial , Sans-Serif;
    text-decoration:none;
    color:black;
    font-size:13px;     
    text-align:left;
    min-height:90px;
    vertical-align:top;
    max-height:90px;
    overflow:hidden
 }
 
 .BoardContentPicture
 {
    width:98%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
border:1px solid #a0a0a0;
 max-height:159px;
 }
 
 .ContentPageIndex
{
    color: white;
    text-decoration: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgb(150,222,255);
}
        
.OverContentPageIndex
{
    color: red;
    text-decoration: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgb(150,222,255);
}
        
        
        
.FocusContentPageIndex
{
    color: blue;
    text-decoration: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    background-color: rgb(150,222,255);
    border-radius: 4px;
}


.MessageWindow
{
    height:110px;
    border:4px solid #A0A0b0;
    background-color:rgb(240,240,240);
    position:absolute;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity:0.95;
    z-index:3000;
}


.NavigationBar 
{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
  
    overflow:hidden;
    width:auto;
    max-width:1000px;
    font-family: "微軟正黑體" , Arial , Sans-Serif;
    padding-left:2%;
    padding-top:40px;
    padding-bottom:10px;
    background-color:rgb(101,101,101);
    color:White;
    display:block;
} 

.NavigationBlock
{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */   
text-align:left; 
}

.NavigationBar > .NavigationBlock
{
     display:block;
     float:left;
     padding-left:10px;
     padding-right:2px;
     margin-left:auto;
     margin-right:auto;
     height:160px;
}


.NavigationBlockSplitter
{
    display:block;
    float:left;
    height:160px; 
    padding-left:1px;
    border-left:1px solid rgb(140,140,140);
}


.NavigationBar > .NavigationBlock > .NavigationItem > a
{
    color:white;
    white-space:nowrap;
    overflow:hidden;
    font-size:20px;
    font-weight:bold;
}

.NavigationBar > .NavigationBlock > .NavigationBlock  
{
    padding-left:5px;
    margin-top:10px;
   
}

.NavigationBar > .NavigationBlock > .NavigationBlock > .NavigationItem > a
{
    font-size:16px;
    font-weight:normal;
     color:White;
}

.NavigationBar  a
{
    text-decoration:none;
    color:Black;
}

.NavigationBar a:hover
{
    text-decoration:underline;
}


@media screen and (max-width : 900px)
{
    .NavigationBar > .NavigationBlock
    {
     margin-left:auto;
     margin-right:auto;
     display:block;
     float:left;
     height:180px;
    }
    .NavigationBlockSplitter
    {
        display:none;
    }
}

@media screen and (max-width : 700px)
{
    .NavigationBar > .NavigationBlock
    {
     margin-left:auto;
     margin-right:auto;
     display:block;
     float:left;
     width:50%;
    }
    
    
}


@media screen and (max-width : 500px)
{
    .NavigationBar 
    {
        display:block;
    }
        
    .NavigationBar > .NavigationBlock
    {
         display:block;
         width:100%;
         padding-bottom:10px;
    }
    
    .NavigationBar > .NavigationBlock > .NavigationItem > a
    {
        font-size:18px;
    }
    
    .NavigationBlock 
    {
        display:block;
    }
}

