﻿@charset "UTF-8";
/* CSS Document */
.product {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #501210;
    margin-top: 15px;
    padding-top: 0px;
    letter-spacing: 0.5px;
}

    .product div {
        font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #501210;
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 20px;
        padding-top: 0px;
    }

    .product p {
        font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        color: #000000;
        display: inline-block;
        padding-left: 20px;
        opacity: 0.8;
    }

h5 {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
}

.tile_container_master {
    /*margin-top:0px;*/
    width: 1024px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.tile_container {
    /*margin-top:0px;*/
    width: 1024px;
    height: 280px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    display: block;
}

.tile_scroll_controls {
    display: inline-block;
    opacity: 1.0;
    padding: 15px 5px 15px 5px;
    background-color: #ffffff;
    color: #979797;
    font-family: Mitr;
    font-size: 36px;
    line-height: 60px;
    font-weight: normal;
}

    .tile_scroll_controls:hover {
        opacity: 1.0;
        cursor: pointer;
        font-size: 45px;
        font-weight: bold;
        background-color: #fafafa;
        color: #000000;
        border: 1px solid gray;
    }

.tile_scroll_legend {
    border: 2px solid #000000;
    padding: 2px 2px;
    margin-right: 5px;
    background: #ffffff;
    width: 12px;
    border-radius: 10px;
    font-size: 5px;
    color: #ffffff;
    line-height: 5px;
}

.tile_scroll_selected {
    background: #999999;
}

.tile_scroll_legend:hover {
    background: #999999;
    cursor: pointer;
}

.catalog {
    display: inline-block;
    width: 170px;
    height: 212px;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: -20px;
    background-image: url("../../images/SEI-SM-TN.png");
}

.magoverlay {
    display: inline-block;
    width: 170px;
    height: 212px;
    float: left;
    opacity: 0;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: -20px;
    background-image: url("../../images/magopen.png");
    background-repeat: no-repeat;
    background-position: center;
}

.catalog:hover .magoverlay {
    opacity: 0.6;
    color: #000000;
}

.magoverlay a:link {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 27px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 170px;
}

.magoverlay a:visited {
    color: #000000;
    text-decoration: none;
}

.tile_menu_container {
    width: 210px;
    margin-top: -25px;
    background-color: #FFFFFF;
    margin-right: 5px;
    margin-left: 15px;
    float: left;
}

.tile_button a:hover {
    width: 220px;
    height: 30px;
    display: block;
    background-color: #f0f0f0;
    /*    background-color: #cfdffa;
    border-bottom-style: solid;
    border-color: #a9a8a8;
    border-width: 1.5px; */
    border-radius: 10px 10px 10px 10px;
}

.tile_button {
    width: 210px;
    height: 22px;
    display: block;
    float: left;
    padding-right: 10px;
    margin-bottom: 12px;
}

    .tile_button p {
        line-height: 14px;
    }

    .tile_button a:link {
        font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        padding-left: 5px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-decoration: none;
        display: block;
        text-decoration: none;
    }

    .tile_button img {
        margin-right: 10px;
        float: left;
        margin-bottom: 20px;
    }
