<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-collapse: collapse;
    }
html{
    padding: 0px;
    margin: 0px;
    text-align: center;
    /*overflow: hidden;*/
    height: 100%;
    }
body {
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    min-width: 1000px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    font: 14px "Times New Roman", Times, serif;
    line-height: 15px;
    letter-spacing: 1px;
    color: #28426a;
    text-align: center;
    position: relative;
    }
table {
     border-collapse: collapse;
     width: 100%;
     }
table  td {
    padding: 0px;
    }
div, form {
    padding: 0px;
    margin: 0;
    border-collapse: collapse;
    }
img {
    border: none;
    vertical-align: middle;
    }
a {
     color: #28426A;
}
ul {
    margin-left: 25px;
}
li {
    line-height: 20px;
}
/******************************************/
#head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 318px;
    min-width: 800px;
    text-align: center;
    //background: url('/img/head_bg.jpg') left top no-repeat;
    vertical-align: top;
}
    .theme-default #slider {
            width:750px; /* Make sure your images are the same size */
            height:196px; /* Make sure your images are the same size */
    }

    #head #home_link{
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 577px;
        height: 196px;
        }
    #head #menu_block{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 122px;
        background: url('/img/menu_bg.gif') left top repeat-x;
        vertical-align: top;
        }
        #head div#menu_block.mb_yellow{
            background: url('/img/menu_y_bg.gif') left top repeat-x;
            }
        #head #menu_block #login_info{
            position: absolute;
            top: 0px;
            left: 0px;
            width: auto;
            height: 26px;
            text-align: left;
            line-height: 13px;
            padding-left: 15px;
            font-size: 10px;
        }
            #head #menu_block #login_info a{
                font-weight: bold;
                color: #28426a;
            }
        #head #contact_block{
            position: absolute;
            /*top: 40px;*/
            left: 770px;
            /*width: auto;*/
            text-align: left;
            line-height: 16px;
            font-size: 14px;
            font-weight: bold;
        }
        #head #contact_block #head_rg_name{
                position: absolute;
            top: 68px;
            left: 0px;
            color: #999999;
        }
        #head #contact_block #head_rg_code{
                position: absolute;
            top: 45px;
            left: 25px;
            font-size: 24px;
            color: #cccccc;
        }
         #head #contact_block #head_rg_phone{
                position: absolute;
            top: 53px;
            right: 0px;
            font-size: 32px;
            color: #999999;
        }
         #head #contact_block #head_rg_mail{
                position: absolute;
            top: 105px;
            left: 0px;
            color: #6699cc;
        }
         #head #contact_block #head_rg_skype{
                position: absolute;
            top: 128px;
            left: 22px;
            color: #6699cc;
        }
         #head #contact_block #head_rg_social{
                position: absolute;
            top: 167px;
            left: 22px;
        }
        #head #contact_block #head_rg_social a{
            padding: 0px;
        }
        #head #contact_block #head_rg_social img {
            float: left;
            margin-right: 5px;
        }
        #head #contact_block #head_rg_social div {
            float: left;
            margin-right: 5px;
        }
        #head #contact_block #cont_add {
                position: absolute;
            top: 75px;
            right: 0px;
            font-size: 11px;
            color: #6699cc;
        }
          #head #menu_block #menu_line1{
            position: absolute;
            top: 26px;
            left: 0px;
            width: 100%;
            height: 26px;
            text-align: left;
            line-height: 26px;
            overflow: hidden;
        }
            #head #menu_block #menu_line1 a{
                float: left;
                height: 26px;
                width: 125px;
                text-align: center;
                text-decoration: none;
                text-transform: lowercase;
                font-family: "Times New Roman", Times, serif;
                font-size: 21px;
                color: #5c6581;
                background: url('/img/menu_item.gif') right bottom no-repeat;
            }
            #head #menu_block #menu_line1 a.login_link{
                width: 88px;
                color: #fff;
                font-size: 22px;
                background: #ffb526;
            }
            #head #menu_block #menu_line1 a.sel{
                width: 130px;
                color: #fff;
                font-size: 22px;
                background: #f8590c;
            }
        #head #menu_block #menu_line2{
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 44px;
            text-align: left;
        }
            #head #menu_block #menu_line2 a{
                float: left;
                height: 44px;
                width: 202px;
                text-align: center;
                text-decoration: none;
                text-transform: lowercase;
                line-height: 34px;
                font-family: "Times New Roman", Times, serif;
                font-size: 22px;
                color: #fff;
                background: url('/img/menu2_item.gif') right bottom no-repeat;
            }
            #head #menu_block #menu_line2 a.sel{
                width: 195px;
                line-height: 44px;
                color: #606b8b;
                background: url('/img/menu2_item_sel.jpg') right bottom no-repeat;
            }
            #head #menu_block #menu_line2 #menu_line2_start {
                float: left;
                height: 44px;
                width: 156px;
                background: url('/img/menu2_item.gif') right bottom no-repeat;
            }
#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 177px;
    min-width: 800px;
      background: url('/img/body_bottom_bg.gif') left top repeat-x #fff;
}
    #footer #footer_copy{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 52px;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
        background: #ff5800;
    }
        #footer #footer_copy a{
            font-family: "Times New Roman", Times, serif;
            font-size: 12px;
            line-height: 20px;
            color: #FFF;
        }
    #footer #bottom_menu{
        position: absolute;
        bottom: 22px;
        left: 0px;
        width: 100%;
        height: 26px;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
    }
        #footer #bottom_menu a{
            height: 26px;
            width: 125px;
            /*margin: 0px 15px;*/
            padding: 0px 15px;
            text-align: center;
            text-decoration: none;
            text-transform: lowercase;
            font-family: "Times New Roman", Times, serif;
            font-size: 21px;
            color: #5c6581;
            background: url('/img/menu_item.gif') right bottom no-repeat;
        }
    #footer #footer_center{
        position: absolute;
        top: 0px;
        left: 30%;
        width: 40%;
        height: 96px;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 97px;
        color: #FFF;
    }
    #footer #footer_left{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30%;
        height: 96px;
        text-align: left;
        /*line-height: 95px;*/
    }
        #footer #footer_left img{
        }
        #footer #footer_left a {
            float: left;
            margin-left: 27px;
            margin-top: 10px;
            text-align: center;
            text-decoration: none;
            background: #fff;
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 14px;
            }
    #footer #footer_right{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30%;
        height: 96px;
        text-align: right;
        /*line-height: 97px;*/
    }
        #footer #footer_right img{
        }
        #footer #footer_right a {
            float: right;
            margin-right: 27px;
            margin-top: 10px;
            text-align: center;
            text-decoration: none;
            background: #fff;
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            line-height: 14px;
            }
    #chat_line {
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 11px;
        width: 100%;
        background: url('/img/chat_line_bg.png') center bottom repeat-x;
        z-index: 50;
    }
    #chat_link {
        position: fixed;
        bottom: 0px;
        left: 50%;
        margin-left: -122px;
        height: 30px;
        line-height: 30px;
        width: 245px;
        background: url('/img/chat_link_bg.png') center bottom no-repeat;
        z-index: 100;
    }
#nil_top{
    height: 318px;
}
#main{
    overflow: hidden;
    min-height: 406px;
}
    #main #content_box{
        padding-left: 175px;
        padding-right: 158px;
        padding-top: 23px;
        min-height: 100%;
    }
    #main #content{
        border: 1px solid #adb2c0;
        background: #c6d2e1;
        text-align: left;
        padding: 12px 20px 5px 20px;
        min-height: 100%;
    }
@-moz-document url-prefix() {
    #main {min-height: 100%;}
    #main #content{min-height: 406px;}
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    #main {min-height: 100%;}
    #main #content{min-height: 423px;}
}

        #main div#content.c_clear {
            border: none;
            background: none;
        }
    #main #cat_search {
    position: absolute;
    top: 341px;
    left: 0px;
        width: 159px;
    height: 25px;
        display: block;
        background: url('/img/menu_lft_bg.gif') right top repeat-y #f75f16;
    padding: 2px 8px;
    overflow: hidden;
    z-index: 50;
    }
        #main #cat_search input{
            width: 125px;
        height: 20px;
        border: 1px solid #000;
             background: #fff; 
        margin: 0px;
        float: left;
        }
        #main #cat_search #srch_btn{
            width: 22px;
        height: 22px;
        border: 1px solid #000;
             background: url('/img/srch.jpg') right center no-repeat #fff; 
        margin: 0px;
        }
    #main #left_menu{
        /*float: left;
        width: 157px;
        height: 100%;
        padding: 40px 20px;*/
    }
    .jcarousel-skin-tango .jcarousel-clip-vertical {
        height: 424px;
    }

        /*#main #left_menu #left_menu_top {
            width: 155px;
            height: 14px;
            text-align: center;
            margin: 7px 0px 2px 0px;
        }
            #main #left_menu #left_menu_top a{
                display: inline;
                width: auto;
                padding: 0px;
                margin: auto;
                text-align: center;
                line-height: 15px;
                color: #000;
                background: none;
            }
        #main #left_menu #left_menu_bottom {
            width: 155px;
            height: 14px;
            text-align: center;
            margin: 2px 0px 7px 0px;
        }
            #main #left_menu #left_menu_bottom a{
                display: inline;
                width: auto;
                padding: 0px;
                margin: auto;
                text-align: center;
                line-height: 15px;
                color: #000;
                background: none;
            }*/
        #main #left_menu li{
            display: block;
            width: 139px;
            /*padding: 2px 0px 2px 18px;*/
            height: 49px;
            margin: 2px 0px;
            /*font-family: "Times New Roman", Times, serif;
            font-size: 16px;
            text-align: left;
            text-decoration: none;
            line-height: 15px;
            color: #fff;
            background: url('/img/menu_lft_bg.gif') right top repeat-y #f75f16;*/
            vertical-align: middle;
        }
        #main #left_menu a{
            display: block;
            width: 139px;
            padding: 2px 18px 2px 18px;
            height: 45px;
            /*margin: 2px 0px;*/
            font-family: "Times New Roman", Times, serif;
            font-size: 16px;
            text-align: left;
            text-decoration: none;
            line-height: 15px;
            color: #fff;
            overflow: hidden;
            background: url('/img/menu_lft_bg.gif') right top repeat-y #f75f16;
            vertical-align: middle;
        }
        #main #left_menu a.sel{
            width: 141px;
            color: #5c6785;
            background: #c6d2e1;
        }
    #main #banners{
        float: right;
        width: 138px;
        padding-top: 19px;
    }
#nil_footer{
    height: 197px;
}
/****************************/

#main #content{
    font: 14px "Times New Roman", Times, serif;
    line-height: 15px;
    letter-spacing: 1px;
    color: #28426a;
    overflow: hidden;
}
#main #content p{
    font: 14px "Times New Roman", Times, serif;
    line-height: 15px;
    letter-spacing: 1px;
    color: #28426a;
}
#main #content #orig_link{
    font: 14px "Times New Roman", Times, serif;
    line-height: 15px;
    color: #28426a;
    text-decoration: none;
    font-style: italic;
    margin-top: 20px;
    float: right;
    text-align: right;
}

hr {
    border: 1px solid #fff;
    width: 95%;
    color: #FFF;
    margin: 5px auto;
}
h1 {
    font: 18px "Times New Roman", Times, serif;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
#main #content div.news_date {
    margin-top: 20px;
    float: left;
}
#main #content img.brd{
    border: 3px solid #fff;
}
#main #content #auth_form {
    line-height: 50px;
    overflow: hidden;
}
    #main #content #auth_form label{
        font: 22px "Times New Roman", Times, serif;
        letter-spacing: 1px;
        color: #5e6980;
        text-transform: lowercase;
        width: 90px;
        float: left;
        clear: left;
    }
    #main #content #auth_form .auth_text {
        float: left;
        width: 140px;
        height: 28px;
        font: 20px "Times New Roman", Times, serif;
        line-height: 28px;
        padding: 0px 5px;
        background: #e2e5eb;
        color: #333;
    }
    #main #content #auth_form a {
        float: left;
        font: 20px "Times New Roman", Times, serif;
        letter-spacing: 1px;
        color: #09F;
        text-transform: lowercase;
        /*text-decoration: none;*/
        line-height: 28px;
        margin-left: 10px;
    }
    #main #content #auth_form .auth_but {
        clear: both;
        height: 22px;
        font: 16px "Times New Roman", Times, serif;
        line-height: 18px;
        padding: 0px 5px;
        background: #b8cbeb;
        color: #333;
        text-align: center;
        border: 2px double #999;
        cursor: pointer;
    }
#main #content #reg_form {
    line-height: 50px;
    overflow: hidden;
}
    #main #content #reg_form label{
        font: 22px "Times New Roman", Times, serif;
        letter-spacing: 1px;
        color: #5e6980;
        /*text-transform: lowercase;*/
        width: 280px;
        float: left;
        clear: left;
    }
    #main #content #reg_form .reg_text {
        float: left;
        width: 250px;
        height: 28px;
        font: 20px "Times New Roman", Times, serif;
        line-height: 28px;
        padding: 0px 5px;
        background: #e2e5eb;
        color: #333;
    }
    #main #content #reg_form .reg_check {
        float: left;
        width: 15px;
        height: 15px;
        font: 20px "Times New Roman", Times, serif;
        line-height: 28px;
        background: #e2e5eb;
        color: #333;
    }
    #main #content #reg_form a {
        float: left;
        font: 20px "Times New Roman", Times, serif;
        letter-spacing: 1px;
        color: #09F;
        text-transform: lowercase;
        /*text-decoration: none;*/
        line-height: 28px;
        margin-left: 10px;
    }
    #main #content #reg_form .reg_but {
        float: left;
        height: 28px;
        font: 16px "Times New Roman", Times, serif;
        line-height: 20px;
        padding: 0px 5px;
        background: #b8cbeb;
        color: #333;
        text-align: center;
        border: 2px double #999;
        cursor: pointer;
    }
    #main #content #reg_form a.reg_but {
        float: left;
        height: 24px;
        font: 16px "Times New Roman", Times, serif;
        line-height: 24px;
        padding: 0px 5px;
        background: #b8cbeb;
        color: #333;
        text-align: center;
        border: 2px double #999;
        text-decoration: none;
        cursor: pointer;
        margin: 0px 10px 0px 0px;
    }
#request_list {
    border: 2px outset #333;
    background: #e2e5eb;
}
    #request_list th{
        border: 2px outset #333;
        padding: 2px 5px;
        text-align: center;
    }
    #request_list tr:hover td{
        background: #ffb526;
    }
    #request_list tr.current td{
        background: #ffc3c3;
    }
    #request_list tr.current:hover td{
        background: #c6ffcf;
    }
    #request_list td{
        border: 1px solid #333;
        padding: 2px 5px;
        text-align: center;
        cursor: pointer;
    }
    #request_list td.td_id{
        width: 80px;
    }
    #request_list td.td_date{
        width: 120px;
    }
    #request_list td.td_small{
        width: 30px;
    }
    #request_list td.td_mid{
        width: 80px;
    }
    #request_list td.td_auth{
        width: 150px;
    }
    #request_list td.td_left{
        text-align: left;
    }
#filter_block {
    overflow: hidden;
    margin-bottom: 20px;
}
#main #content #filter_block img{
    border: none;
    cursor: pointer;
}
#filter_block form {
    float: left;
    margin-right: 20px;
}
#filter_block input {
    width: 210px;
    height: 25px;
    line-height: 25px;
    padding: 0px 3px;
    background: #e2e5eb;
}
#filter_block input.form_sub {
    width: auto;
    height: auto;
    border: 2px outset #333;
    line-height: normal;
    padding: 2px 5px;
    margin: 0px 5px;
    cursor: pointer;
    background: #CCC;
}
#main #content a.filter_tab {
    float: left;
    height: 20px;
    color: #333;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
    border: 2px outset #333;
    border-bottom: none;
}
#main #content a.filter_tab_sel {
    float: left;
    height: 20px;
    color: #333;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
    border: 2px outset #333;
    border-bottom: none;
    background: #e2e5eb;
}
#main #content table img{
    border: none;
}
form#add_form {
}
form#add_form label {
    line-height: 30px;
    font-weight: bold;
}
form#add_form textarea {
    width: 500px;
    height: 80px;
    border: 1px solid #333;
    padding: 3px 3px;
    background: #e2e5eb;
}
form#add_form select {
    border: 1px solid #333;
    background: #e2e5eb;
}
form#add_form input.form_sub {
    width: auto;
    height: auto;
    border: 2px outset #333;
    line-height: normal;
    padding: 2px 5px;
    margin: 5px 0px;
    cursor: pointer;
    /*font-weight: bold;*/
    background: #CCC;
}
form#add_form input.form_sub_left {
    float: left;
    width: auto;
    height: auto;
    border: 2px outset #333;
    line-height: normal;
    padding: 2px 5px;
    margin: 5px 10px 5px 0px;
    cursor: pointer;
    /*font-weight: bold;*/
    background: #CCC;
}
a.form_button {
    display: block;
    float: left;
    width: 150px;
    height: auto;
    border: 2px outset #333;
    padding: 2px 5px 2px 5px;
    margin: 5px 5px 5px 0px;
    cursor: pointer;
    color: #333;
    background: #CCC;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 16px;
}
a.href_btn{
    display: block;
    float: right;
    clear: right;
    width: 130px;
    height: auto;
    border: 2px outset #333;
    line-height: normal;
    padding: 2px 5px 2px 5px;
    margin: 15px 5px 5px 0px;
    cursor: pointer;
    color: #333;
    background: #CCC;
    text-decoration: none;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 16px;
}
a.href_btn_cnt{
    display: block;
    width: auto;
    height: auto;
    border: 2px outset #333;
    line-height: normal;
    padding: 2px 2px 2px 2px;
    margin: 2px auto 2px auto;
    cursor: pointer;
    color: #333;
    background: #CCC;
    text-decoration: none;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 16px;
}
input {
    width: 210px;
    height: 25px;
    line-height: 25px;
    padding: 0px 3px;
    background: #e2e5eb;
}
input.radio_btn {
    width: 14px;
    height: 14px;
    line-height: 25px;
    padding: 0px;
    margin: 0px 5px ;
    background: #e2e5eb;
}
dl {
    margin-bottom: 20px;
}
    dl dt {
        font-weight: bold;
        line-height: 20px;
        /*padding-left: 25px;
        background: url('/cms/images/tree/minus4.gif') left center no-repeat;*/
    }
    dl dd {
        line-height: 20px;
        /*margin-bottom: 5px;
        padding-left: 25px;
        background: url('/cms/images/tree/line2.gif') left center no-repeat;*/
    }
.item_title {
    color: fff;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 60px auto 60px auto;
}
.item_cost {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: normal;
}
.item_art{
    float: right;
    font: bold 24px Arial, Helvetica, sans-serif;
    color: #003366;
    line-height: 30px;
}
.img_bg {
    width: 212px;
    height: 171px;
    background: url('/img/img_bg.jpg') left top no-repeat;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 170px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
    .img_bg .item_img{
        /*margin-left: 15px;*/
        margin: auto;
        cursor: pointer;
    }
.item_desc {
    clear: both;
    margin: 0px 20px;
    line-height: 22px;
}
    .item_desc ul{
        margin: 0px 25px;
    }
        .item_desc ul li {
            list-style-image: url('/img/listimg.gif');
            margin-bottom: 3px;
        }
    .item_desc p{
        line-height: 22px;
    }

table.brd {
    width: auto;
    border: 2px outset #333;
    background: #e2e5eb;
}
    table.brd th{
        border: 2px outset #333;
        padding: 2px 5px;
        text-align: center;
    }
    table.brd th.left {
        text-align: left;
    }
    table.brd td{
        border: 1px solid #333;
        padding: 2px 5px;
    }
    table.brd td.td_small{
        width: 30px;
    }
    table.brd td.td_mid{
        width: 80px;
    }
    table.brd td.td_left{
        text-align: left;
    }
        table.brd td input{
            width: 200px;
            height: 20px;
            border: 3px inset #333;
       }
        #add_form table.brd td textarea{
            width: 200px;
            height: 50px;
            border: 3px inset #333;
       }
table.compare {
    width: auto;
    border: 2px outset #333;
    background: #e2e5eb;
    margin: 15px auto 0px auto;
}
    table.compare th{
        border: 2px outset #333;
        padding: 2px 5px;
        text-align: center;
        width: 150px;
    }
        table.compare th a.cmp_uncheck{
            float: left;
        }
    table.compare td{
        border: 1px solid #333;
        padding: 2px 5px;
    }
    table.compare td.td_small{
        width: 30px;
    }
    table.compare td.td_mid{
        width: 80px;
    }
    table.compare td.td_left{
        text-align: left;
    }
    table.compare th.th_left{
        text-align: left;
        width: auto;
    }
table.basket {
    width: 80%;
    border: 2px outset #333;
    background: #e2e5eb;
    margin: 15px auto 0px auto;
}
    table.basket th{
        border: 2px outset #333;
        padding: 2px 5px;
        text-align: center;
    }
    table.basket td{
        border: 1px solid #333;
        padding: 2px 5px;
    }
    table.basket td.td_small{
        width: 30px;
        text-align: center;
    }
    table.basket td.td_mid{
        width: 80px;
        text-align: center;
    }
    table.basket td.td_left{
        text-align: left;
    }
        table.basket td input.count_fld {
            width: 30px;
            height: 20px;
            border: 3px inset #333;
            text-align: right;
        }
#mini_card {
    position: fixed;
    top: 340px;
    right: 6px;
    width: 115px;
    height: 173px;
    background: url('/img/minicard_bg.jpg') left top no-repeat;
    color: #000;
    font: 18px Geneva, Arial, Helvetica, sans-serif;
    line-height: 23px;
    text-align: left;
    padding: 30px 10px 30px 10px;
    z-index: 100;
    }
    #mini_card #minicard_ttl{
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #fff;
        width: 135px;
        font: bold 18px Arial, Helvetica, sans-serif;
        text-align: center;
        }
    #mini_card a {
        text-decoration: none;
        color: #74c5eb;
        }
    #mini_card .buy_btn {
        display: block;
        position: absolute;
        bottom: 60px;
        left: 10px;
        width: 102px;
        height: 20px;
        font: bold 14px Arial, Helvetica, sans-serif;
        line-height: 20px;
        color: #fff;
        text-align: left;
        padding-left: 10px;
        background: url('/img/buy_btn_bg.jpg') left top no-repeat;
        }
    #mini_card .cmp_btn {
        display: block;
        position: absolute;
        bottom: 35px;
        left: 10px;
        width: 102px;
        height: 20px;
        font: bold 14px Arial, Helvetica, sans-serif;
        line-height: 20px;
        color: #fff;
        text-align: left;
        padding-left: 10px;
        background: url('/img/buy_btn_bg.jpg') left top no-repeat;
        z-index: 50;
        }
    #mini_card .cmp_check {
        display: block;
        position: absolute;
        bottom: 42px;
        right: 20px;
        width: 16px;
        height: 16px;
        z-index: 100;
        }
    #mini_card .order_btn {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 84px;
        height: 20px;
        font: bold 14px Arial, Helvetica, sans-serif;
        line-height: 20px;
        color: #fff;
        text-align: left;
        padding-left: 10px;
        background: url('/img/order_btn_bg.jpg') left top no-repeat;
        }
    #mini_card .order_btn_arr {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 103px;
        width: 18px;
        height: 20px;
        font: bold 14px Arial, Helvetica, sans-serif;
        line-height: 20px;
        color: #fff;
        background: url('/img/order_arr_bg.jpg') left top no-repeat;
        }
    #mini_card .sel {
        color: #FFBF00;
        }
        #mini_card #ext_menu {
            display: none;
            position: absolute;
            top: 223px;
            right: 10px;
            width: 120px;
            height: auto;
            border: 3px outset #e2e5eb;
            background: #fff;
            text-align: center;
            padding: 3px 0px;
        }
            #mini_card #ext_menu a{
                font: bold 12px Arial, Helvetica, sans-serif;
                color: #74c5eb;
                text-align: center;
                margin: 0px;
                padding: 0px;
                line-height: normal;
            }
            #mini_card #ext_menu hr{
                width: 80%;
                line-height: normal;
                margin: 5px 0px 0px 0px;
                border-color: #e2e5eb;
            }
    #region_sel {
    position: absolute;
    left: 5px;
    top: 18px;
    height: 25px;
    line-height: 15px;
    }
        #region_sel label{
            font: bold 10px Arial, Helvetica, sans-serif;
            color: #ff0000;
        line-height: 25px;
        }
        #region_sel select{
            width: 75px;
            font-size: 10px;
        }
        #region_sel a.iframe{
            width: 8px;
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        }
#rel_goods {
    width: 100%;
    }
    #rel_goods td{
        padding: 2px 0px;
        text-align: left;
    }
    #rel_goods .rel_img{
        text-align: center;
        width: 80px;
    }
#page_list {
    background: #fff;
    width: auto;
    line-height: 24px;
    padding: 2px 5px;
    font-weight: bold;
    white-space: nowrap;
    }
    #page_list a {
        color: #0000ee;
        padding: 1px 4px;
        margin: 2px 2px;
        background: #eeeeff;
        font-weight: normal;
    }
#form_buttons {
    overflow: hidden;
    margin: auto;
    width: 280px;
}

form.request_form
{
	margin:10px 5px 20px 5px;

}
form.request_form fieldset, form.request_form legend
{
	border: 1px dotted #28426A;
	padding: 5px;
}
form.request_form fieldset p
{
	margin-bottom:3px;
}
form.request_form fieldset input
{
	border: 1px solid #28426A;
}

table.request_table
{
	border: 1px solid #28426A;
	margin:10px 5px;
}
table.request_table th
{
	border-left: 1px solid #28426A;
	border-right:  1px solid #28426A;
	border-bottom: 2px solid #28426A;
	padding:3px;
}
table.request_table td
{
	border: 1px dotted #28426A;
	padding:3px 3px 3px 30px;
}
table.request_table tr.empty_request
{
	font-weight:700;
	font-size:120%;
}

table.request_table tr.current_request
{
	font-style: italic;
	font-size: 110%;
	background-color: #FFF7E6;
}
p.request_warning
{
	color:#FF5800 !important;
}
p.error
{
	font-weight:700 !important;
	color: #A71E1E !important;
}</pre></body></html>