body {
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    background: #ffffff;
}

a:link, a:visited {
    color: #0066CC;
    text-decoration: none;
    font-weight: normal;
}

a:active, a:hover {
    color: #CC0000;
    text-decoration: underline;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.margin_r30 {
    margin-right: 30px;
}

h3 {
    margin: 0;
    padding: 2px 0;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

#templatemo_wrapper {
    width: 990px;
    margin: 0 auto;
    text-align: center;
}

/* header */

#temp_header {
    width: 990px;
    height: 221px;
    padding: 0;
}


ul, li, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

#menu {
    width: 990px;
    height: 35px;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px #333333;
    background-image: url(texture.png);
    background-repeat: repeat-x;
    border-radius: 8px;
}

    #menu ul {
        height: auto;
        padding: 8px 0px;
        margin: 0px;
    }

    #menu li {
        display: inline;
        padding: 20px;
    }

    #menu a {
        text-decoration: none;
        color: #00F;
        padding: 8px 8px 8px 8px;
    }

        #menu a:hover {
            color: black;
            background-color: #FFF;
        }

.PanelOrder {
    z-index: 1;
}

#imgMenu {
    position: relative;
    top: 0px;
    left: 0px;
}

.hScrollBar {
    overflow: auto;
}
/* menu */

#marqueecontainer {
    position: relative;
    width: 810px; /*marquee width */
    height: 150px; /*marquee height */
    overflow: hidden;
    border: 0px;
}

#outer {
    position: relative;
    width: 900px; /*marquee width */
    height: 180px; /*marquee height */
    overflow: hidden;
    border: 0px;
}

#templatemo_search {
    clear: both;
    width: 950px;
    height: 40px;
    padding: 10px 10px;
}

.bnSearch {
    border: solid 1px lightgray;
    width: 80px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background: url(../Image/_BgSearch.png) center repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bnSubmit {
    border: solid 1px lightgray;
    width: 80px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.Cursor {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divHeight {
    height: 20px;
}

/* banner */

#templatemo_footer {
    clear: both;
    width: 880px;
    margin: 0 auto;
    padding: 10px 10px;
    color: #666;
}

    #templatemo_footer a {
        color: #000000;
    }

    #templatemo_footer .section_w240 {
        float: left;
        width: 200px;
        padding-right: 40px;
    }

        #templatemo_footer .section_w240 h3 {
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: bold;
            color: #333;
        }

    #templatemo_footer .footer_list {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #templatemo_footer .footer_list li {
            margin: 0px;
            padding: 3px 0;
        }

            #templatemo_footer .footer_list li a {
                color: #666;
            }

                #templatemo_footer .footer_list li a:hover {
                    color: #0068e9;
                    text-decoration: none;
                }

/* end of footer */

/* Page Footer */


#page_footer {
    width: 900px;
    padding-top: 20px;
}

.sub_category {
    width: 900px;
    text-align: center;
}

.category_items {
    width: 217px;
    text-align: center;
}

.WaterMark {
    color: lightgray;
    font-style: italic;
}

.modalBackground {
    background-color: Olive;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 300px;
}

.RoundedImage {
    border: 1px solid #;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#site_title h1 {
    margin: 0;
    padding: 0;
}

    #site_title h1 a {
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        #site_title h1 a:hover {
            font-weight: bold;
            text-decoration: none;
        }

        #site_title h1 a span {
            display: block;
            margin-top: 10px;
            margin-left: 5px;
            font-size: 12px;
            color: #999;
            font-weight: normal;
            letter-spacing: 2px;
        }

#footer_menu {
    width: 900px;
    height: 40px;
    padding-top: 10px;
}

    #footer_menu ul {
        float: left;
        margin: 0px;
        padding-left: 150px;
        list-style: none;
    }

        #footer_menu ul li {
            padding: 0px;
            margin: 0px;
            display: inline;
        }

            #footer_menu ul li a {
                position: relative;
                float: left;
                display: block;
                width: 120px;
                height: 35px;
                padding: 5px 0 0 0;
                margin-right: 15px;
                text-align: center;
                /*font-size: 16px;*/
                text-decoration: none;
                color: #333;
                font-weight: bold;
                outline: none;
            }

    #footer_menu li a:hover, #footer_menu li .current {
        color: blue;
        cursor: pointer;
        text-decoration: underline;
    }

.ticket_header {
    height: 70px;
    background: url(../Image/Ticket/ticket_header.jpg) no-repeat;
}

.ticket_middle {
    background: url(../Image/Ticket/ticket_middle.jpg) repeat-y;
}

.ticket_footer {
    height: 120px;
    background: url(../Image/Ticket/ticket_footer.jpg) no-repeat;
}

/*                  */
div#ProducePromotionBanner {
    width: 530px;
    height: 410px;
    background: #fff;
    margin: 0px auto;
    text-align: center;
}

#ProducePromotionBanner #SlidePlayer {
    width: 530px;
    height: 410px;
    position: relative;
    margin: 0 auto;
}

#ProducePromotionBanner .Slides {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 530px;
    height: 410px;
    overflow: hidden;
}

    #ProducePromotionBanner .Slides li {
        float: left;
        width: 530px;
        height: 410px;
    }

    #ProducePromotionBanner .Slides img {
        border: 0;
        display: block;
        width: 530px;
        height: 410px;
    }

#ProducePromotionBanner .SlideTriggers {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 420px;
    right: 0px;
    z-index: 10;
    height: 25px;
}

    #ProducePromotionBanner .SlideTriggers li {
        float: left;
        display: inline;
        color: #74a8ed;
        text-align: center;
        line-height: 16px;
        width: 16px;
        height: 16px;
        font-family: Arial;
        font-size: .9em;
        cursor: pointer;
        overflow: hidden;
        margin: 3px 6px;
        background: url(http://www.miyagle.com/Hainan/slide_trigger.gif) no-repeat center center;
    }

        #ProducePromotionBanner .SlideTriggers li.Current {
            color: #fff;
            background: url(http://www.miyagle.com/Hainan/slide_trigger_c.gif) no-repeat center center;
            border: 0;
            font-weight: bold;
            font-size: 1.4em;
            line-height: 21px;
            height: 21px;
            width: 21px;
            margin: 0 6px;
        }
