﻿.clear
{
    clear:both;
}
body{
    background: #fff url(/Content/images/xmas-bg.png) repeat-x left top;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    line-height:150%;
    margin:0;
    padding:0;
    color:#404040;
}
div{
    margin:0 auto;
    padding:0;
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
    margin:0;
    padding:0;
    border:none;
    list-style-type:none;
}
.tl{
    text-align:left;
}
.tc{
    text-align:center;
}
.tr{
    text-align:right;
}
select{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
	border: 1px solid #BDBDBD;
	/* box-shadow: 1px 1px 1px #DEDEDE; */
	padding: 3px 3px;
	height: 26px;
	background: -moz-linear-gradient(center top , #E9E9E9, #FFFFFF, #FFFFFF); 
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff, #ffffff); 
	background-image:      -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image:         linear-gradient(to bottom, #e9e9e9, #ffffff); 
}
input, pre{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
	border: 1px solid #BDBDBD;
	/* box-shadow: 1px 1px 1px #DEDEDE; */
	padding: 0 3px;
	height: 24px;
	background: -moz-linear-gradient(center top , #E9E9E9, #FFFFFF, #FFFFFF); 
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff, #ffffff); 
	background-image:      -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image:         linear-gradient(to bottom, #e9e9e9, #ffffff); 
}
.blank{
    height:8px;
    line-height:8px;
    clear:both;
    visibility:hidden;
}
.blank5{
    height:5px;
    line-height:5px;
    /* _margin:-3px 0;
    */
    clear:both;
    visibility:hidden;
}
a{
    cursor: pointer;
}
h3{
    line-height:32px;
    font-size:12px;
}
.red{
    font-family: Arial, Helvetica, sans-serif;
    color: red;
}
h6{
    height:23px;
    line-height:23px;
    text-align:right;
    font-size:12px;
    background:#DEDEDE;
    color:#A13511;
    border:1px solid #fff;
    padding-right:10px;
}
h6 span{
    float:left;
    padding-left:15px;
}
.f6{
    color:#A72D2C;
    font-weight: bold;
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*************************Common***********************/
/*布局*/
.AreaL{
    width:200px;
    float:left;
    /*padding-left:10px;*/
        border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
}
.AreaM{
    width:777px;
    float:left;
    margin-left:10px;
    margin-top: 5px;
}
.AreaR{
    width:200px;
    float:right;
    margin-left:10px;
        margin-top: 5px;
}
.AreaMR{
    width:777px;
    float:left;
    margin-left:10px;
        margin-top: 5px;
}
/*header*/
.header{
    width:100%;
        min-width: 1200px;
    /*height:150px;*/
    /*background:url(/Content/images/header2.png) top repeat-x;*/
}
.header_r{
    float:right;
    /*width:500px;*/
}
.top {
    /*background: url(/Content/images/top_bj_03.gif) repeat-x;*/
    background:#A72D2C;
    height: 33px;
    width: 100%;
    line-height: 33px;
    z-index: 9999;
    color: #fff;
        min-width: 1200px;
}
.topDiv {
    width: 1200px;
    margin: 0px auto;
}
.top h1 {
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    margin: 0;
    padding: 0px;
    color: #fff;
}
.blockp{
    width:1200px;
    height:90px;
}
.log{
    height:60px;
}
.log li{
    float:left;
}
.log .userInfo{
    *margin-right:10px;
    text-align:left;
}
.log .userInfo a{
    color:#006acd;
    text-decoration:none;
}
.log li img{
    position:relative;
    top:5px;
}
#topNav{
    background:url(/Content/images/topNavBg.gif) no-repeat left top;
    height:31px;
    line-height:31px;
    color:red;
    padding:0px 8px;
    margin:0px 3px;
    position:relative;
    float: left;
}
#topNav .topNavR{
    background:url(/Content/images/topNavR.gif) no-repeat;
    width:5px;
    height:31px;
    position:absolute;
    top:0px;
    right:0px;
}
#topNav a{
    color:black;
    text-decoration:none;
}
#topNav img{
    padding-top:-5px;
}
#nav {
    line-height: 28px;
    list-style-type: none;
}
#nav a {
    display: block;
    width: 140px;
    text-align:left;
    padding-left:24px;
    font-weight:bold;
}
#nav li a:link  {
    text-decoration:none;
    font-weight:bold;
}
#nav li a:hover  {
    color:#cc0000;
    text-decoration:none;
    font-weight:bold;
}
#nav li.link {
    float: left;
    width: 145px;
    background:#fff;
}
#nav li.vline {
    float: left;
    background:#fff;
    color:#666;
    font-weight:bold;
}
#nav li ul {
    line-height: 27px;
    list-style-type: none;
    text-align:left;
    top:28px;
    border:1px solid gray;
    left: -999em;
    width: 150px;
    position: absolute;
}
#nav li ul li{
    float: left;
    width: 150px;
    background: #F6F6F6;
}
#nav li ul a{
    display: block;
    width: 126px;
    text-align:left;
    padding-left:24px;
}
#nav li ul a:link  {
    color:#666;
    text-decoration:none;
}
#nav li ul a:visited  {
    color:#666;
    text-decoration:none;
}
#nav li ul a:hover  {
    color:#F3F3F3;
    text-decoration:none;
    font-weight:normal;
    background:#880000;
}
#nav li:hover ul {
    left: auto;
}
#nav li.sfhover ul {
    left: auto;
}
#mainNav {
    padding: 0 5px;
    width: 1190px;
    background: #A72D2C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#mainNav a{
    display:block;
    height:45px;
    float:left;
    line-height:45px;
    text-align:center;
    padding:0 15px;
    /*background:url(/Content/images/NavBg.gif) no-repeat 0 -29px;*/
    background: #A72D2C;
    position:relative;
    /*margin-right:2px;*/
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
#mainNav a span{
    width:3px;
    height:26px;
    background:url(/Content/images/NavBg.gif) no-repeat 0 -88px;
    position:absolute;
    top:0px;
    right:0px;
}
#mainNav a:hover{
    text-decoration:underline;
    color: yellow;
}
/*#mainNav .on{
    display:block;
    height:26px;
    float:left;
    line-height:26px;
    text-align:center;
    padding:0 15px;
    background:url(/Content/images/NavBg.gif) no-repeat 0 0;
    position:relative;
    margin-right:2px;
    color:#fff;
    text-decoration:none;
}*/
#mainNav .cur{
    color: yellow;
}
#mainNav a:hover span,#mainNav .cur span{
    width:3px;
    height:26px;
    background:url(/Content/images/NavBg.gif) no-repeat 0 -59px;
    position:absolute;
    top:0px;
    right:0px;
}

/*bottom*/
.block_foot{
    width: 962px; background-color: white;
}
.bottom_nav{
    width:962px;    
}
.bottom_navList{
    border:1px solid #fff;
    background:#eef6f9;
    height:27px;
    line-height:27px;
    padding:0 12px;
}
.bottom_nav .links{
    background:#f5f5f5;
    padding:0 12px;
}
.bottom_navList a,.links a{
    color:#006acd;
    text-decoration:none;
}
.bottom_navList img{
    _position:relative;
    top:8px;
}
.bottom_nav .links img{
    margin:5px;
}
#footer{
    background: #FFF no-repeat;
    width:962px;
    height:106px;
    padding-top:10px;
}
#footer .text{
    padding:0;
    margin:10px auto;
    text-align:center;    
    width: 95%;
}

#footer .text a{
    font-size:11px;
    color: #006ACD;
    text-decoration: none;
}

/*模块容器*/
.box{
    background: padding-bottom:2px;
    overflow:hidden;
}
.box_1{
    background-color:#fff;
}
.box_1 h3 span {
    float: left;
    background: url(/Content/images/bg.gif) no-repeat 0px -570px;
    width: auto;
    height: 33px;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
    color: #4D4D4D;
    padding-left: 15px;
}
.msgBottomBorder{
    clear:both;
    background:url(/Content/images/lineBg.gif) repeat-x left bottom;
    padding-bottom:8px;
    margin-bottom:8px;
}
.box_2{
    border:1px solid #c5e4ff;
    background:url(/Content/images/box_2Bg.gif) repeat-x top left;
    background-color:#edf8fe;
    overflow:hidden;
}
.boxCenterList{
    padding:8px;
}
.boxCenterList1{
    padding:8px;
    background-color: #FFF;
    color: #A72D2C;
}

.block{
    width:1200px;
    height:auto;
    background-color:white;
    /*border:solid 1px #E9E9E9;*/
}
.f_l{
    float:left;
}
.f_r{
    float:right;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
*html .clearfix{
    height:1%;
}
*+html .clearfix{
    height:1%;
}
.titleWrapper{
    width:auto;
    height:31px;
    clear:both;
}
.titleWrapper:after{
    clear:both;
    height:0;
    content:"";
    display:block;
    visibility:hidden;
}

.titleWrapper .titleBox{

}
.titleWrapper .titleBox h2{
    height:31px;
    line-height:31px;
    color:#FFE0E0;
    font-family:Verdana;
    font-size:11px;
}
.titleWrapper .titleBox a{
    float:right;
    padding:9px 9px 0 0;
}
.titleWrapper .titleBox span{
    float:left;
    height:31px;
    padding:0 15px 0 11px;
    background:url(/Content/images/bg_public_title.gif) no-repeat right 0;
    line-height:31px;
    color:#FFE0E0;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
}
/*当前位置*/
#ur_here{
    border:1px solid #c5e4ff;
    border-top:none;
    height:36px;
    line-height:36px;
    padding:0 12px;
}
#ur_here a{
    color:#A72D2C;
    text-decoration:none;
}
/* ***********************AreaL************************ */
.category_tree{
    /*background:url(/Content/images/box_bg.gif);*/
    padding-top:5px;
}
.category_tree .title{
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    /*padding-left:25px;*/
    color: #fff;
    font-weight:bold;
    background: #A72D2C;
        margin: 0 7px;
        padding: 10px 0;
        text-align: center;
}
.category_tree dl{
    margin:6px;
    position:relative;
}
.category_tree dl ul{
    position: absolute;
    left: 188px;
    top: 0px;
    width: 200px;
    display:none;
}
.category_tree dl ul li{
    line-height: 28px;
    background: #A72D2C;
    border-bottom: 1px dashed #fff;
    padding: 3px 5px;
}
    .category_tree dl ul li a {
        color: #fff;
        text-decoration:none;
    }
     .category_tree dl ul li a:hover {
        color: #fff;
        text-decoration:underline;
    }
.category_tree dt{
    /*background-image: url(/Content/images/btn_server.gif);*/
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 5px;   
        border-bottom: 1px dashed #ccc;
}
.category_tree dt a{
        color:#820203;
         text-decoration:none;
             font-weight: bold;
}
.category_tree dt a img.icon{
 border-radius: 25px;
    width: 20px;
    height: 20px; float:left;margin-right: 5px;
}
.category_tree dt span{
    /*background:url(/Content/images/bg.gif) no-repeat 0 -69px;*/
    
    /*padding-left:15px;*/
    text-decoration:none;
    font-weight: bold;
    /*cursor:pointer;*/
}
.category_tree dl:hover dt{
    background:#A72D2C;
    color: #fff;
}
.category_tree dl:hover a{
        color:#fff;
         text-decoration:none;
}
.category_tree dl:hover ul {
    display: block;
}
.category_tree dd{
    color: #CC0000;
    /*background-image: url(/Content/images/btn_server.gif);*/
    background-repeat: no-repeat;
    height: 24px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 5px;
    /*display:none;*/
    border-bottom: 1px dashed #ccc;
    position: absolute;
    left: 194px;
    top: 0px;
    width: 200px;
    background: #f60;
}
.category_tree dd a{
    color:#404040;
    text-decoration:none;
}
.category_tree dd a:hover{
    color:#ff6600;
    text-decoration:underline;
}
.category_tree .secubed{
    /*border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;*/ padding: 10px; margin-top:7px;
}
.category_tree .secubed a{
    color:#404040;
    text-decoration:underline;
}
.category_tree .secubed h3{
    line-height: 18px;
}
.category_tree .secubed img{
    margin: 5px 0 10px 0;
}
.category_tree .secubed p{
    margin: 5px 0 0px 0;
}
/* ***********************AreaR************************ */
/*会员面板*/
.member{
    width: 200px;
    height:210px;
    background-image: url(/Content/images/h3title_2.gif);
    background-repeat: no-repeat;
}
.member .title {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 12px;
    padding: 12px 0 10px 25px;
    text-align: left;
    /*text-transform: uppercase;*/
}
.member .form{
    padding-left:14px;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.member .form a{
    color:#820203;
    cursor:pointer;
    text-decoration:underline;
}
.member .form a:hover{
    text-decoration:none;
}
.member li{
    padding-left:15px;
    padding-top:3px}
.member label{
    display:block;
    float:left;
    color:#820203;
    padding:0px;
    margin:0px;
    line-height:22px;
    clear:both;
    font-weight: bold;
}
.member input, .input02{
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
}
.member input.btn{
    display:block;
    float:right;
    color:#000000;
    margin-top:10px;
    clear:both;
}
.member a{
    color:#000000}
.member a.a3{
    color:#FF0000}
.member a:hover, a.a3:hover{
    color:#0d80bb;
    text-decoration:underline}


.contactus_box{
    width:200px;
    background:#fff;
    margin-bottom:10px;
    font-size: 10px;
    padding: 0px;
}
.contactus_box .mg_btm{
    padding-top:5px;
}
ul.contact_way{
    width:auto;
    margin: 0px;
    list-style-type: none;
}
ul.contact_way li{
    height:25px;
    line-height:25px;
    font-weight:bold;
    margin: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
}
ul.contact_way .bgEmail{
    background:#EBD7D8 url(/Content/images/icon_email.gif) no-repeat 3px 0px;
}
ul.contact_way .bgPhone{
    background:#EBD7D8 url(/Content/images/icon_phone.gif) no-repeat 3px 0px;
}

ul.contact_way a:link,ul.contact_way a:visited{
    color:#000;
    text-decoration:none;
}

.comments h3{
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    background: url(/Content/images/h3title_2.gif) repeat-x left top;
    text-align: right;
    padding: 0 12px;
    font-weight: 100;
}
.comments h3 span {
    float: left;
    width: auto;
    height: 33px;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
    color: #4D4D4D;
    padding-left: 15px;
}
.comments_content { text-align: left; color: #666; font-size: 8pt;  margin-bottom:15px;}
.comments_frame{border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
padding: 10px 10px 0 10px;}
.comments_content01 { float: left; width: 40%; height: 50px; }
.comments_content02 { float: left; width: 60%; height: 50px; }

/***********************Pages*****************************/
/*aboutus*/
.statePage p {
    line-height: 21px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.statePage p span {
    font-weight: bold;
}
.statePage p a:link, .statePage p a:visited {
    color: #313131;
    text-decoration: underline;
}
.msgBottomBorder{
    clear:both;
    background:url(/Content/images/lineBg.gif) repeat-x left bottom;
    padding-bottom:8px;
    margin-bottom:8px;
}

.f4{
    color:#A72D2C;
    font-weight: bold;
    font-style: italic;
}
.centerbox {
    background-color: #FCF8F7;
    border: 4px solid #EACEC8;
    margin: 10px 0;
    padding: 10px;
}

.goldBox{
    width:auto;
    background:#fff;
    height:auto!important;
}
.goldTable{
    border:1px solid #CDC2BD;
    text-align:center;
    margin-bottom:10px;
}
.goldTable th{
    background:#E4D8D1;
    color:#991510;
}
.goldTable td{
    background:#F0E9E4;
}
.goldTable .price{
    color:#CE1B16;
    font-weight:bold;
}
.goldBox form{
    margin-bottom:10px;
}
.goldBox form.goldForm{
    background:#eee;
    height:68px;
    width:auto;
    padding:0 0 0 10px;
    margin-bottom:5px;
}
.goldBox form.goldForm h2{
    font-family:Verdana;
    background:none;
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#000;
}
.goldBox form.goldForm h2 span{
    color:#B64B00;
}
.goldBox h1,.PlsList h1,.starTrekBox h1{
    color:#B94B00;
    height:26px;
    font-size:12px;
    margin-bottom:10px;
    line-height:26px;
    background:#eee;
    text-indent:5px;
    font-family:Verdana;
    margin:0 0 10px 0;
    clear:both;
}
.goldBox .left{
    float:left;
    padding:0 12px 14px 0;
}
.goldBox p{
    line-height:22px;
}
#game_box{
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: thin solid #999;
    border-right: thin solid #999;
    border-bottom: thin solid #999;
    margin-bottom: 5px;
}
.fonta{
    font-size: 16px;
    font-weight: bold;
    color: #900;
    border-bottom: 1px dashed #900;
    /*cursor: pointer;*/
    vertical-align: middle;
    padding: 4px;
    margin: 15px 0 8px;
    display: table;
    clear: both;
    width: 98%;
    height: 30px;
}
.fonta img {
    margin-right: 4px;
}
.shoppingcart{
    line-height: 25px;
    width: 95%;
    margin:0 auto;
}
.shoppingcart th {
    border-top: 1px #B4CDD9 solid;
    border-left: 1px #B4CDD9 solid;
    border-right: 1px #B4CDD9 solid;
    background: #DCEAF1;
    padding-left: 2px;
}
.shoppingcart td {
    border-top: 1px #B4CDD9 solid;
    border-left: 1px #B4CDD9 solid;
    border-right: 1px #B4CDD9 solid;
    border-bottom: 1px #BBC3D3 solid;
    padding-left: 2px;
}
.c_box_bd {
    clear: left;
    padding: 20px 10px;
}
.c_box_bd li{
    line-height:24px;
}
.c_box_bd li .c1{
    font-weight:bold;
}
.completeWrap {
    text-align: center;
}
.completeWrap #sumit_button {
    background: url("/Content/images/complete.png") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    height: 29px;
    margin: 10px 0;
    width: 92px;
}

/*Index*/
.box_c {
    margin-top:7px;
    /*text-align:center;*/
    font:normal 12px arial, helvetica, sans-serif;
    /*width: 520px;*/
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.box_c h2 {
            /* background: #A72D2C; */
    padding: 12px 0;
    font-size: 12px;
    color: #A72D2C;
    margin: 0px 0px 10px 0px;
    border-bottom: 2px solid #A72D2C;
    }
.box_c1 {
    /*text-align:center;*/
    font:normal 12px arial, helvetica, sans-serif;
    width: 777px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
    .box_c1 h2 {
        background: #A72D2C;
    padding: 12px;
    font-size: 12px;
    color: #fff;
    margin:0px 0px 10px 0px;
    }
.box_c .tab {
    height:31px;
    background:url(/Content/images/col_center_sprites.gif) 0 0 no-repeat;
    overflow:hidden;
    list-style-type: none;
}
.box_c .tab li {
    height:23px;
    line-height:23px;
    float:left;
    _display:inline;
    margin-left:8px;
    padding-left:10px;
    /*background:url(/Content/images/col_center_sprites.gif) left -65px no-repeat;*/
    cursor:pointer;
    color: #4D4D4D;
}
.box_c .tab li strong {
    display:block;
    height:23px;
    line-height:23px;
    font-weight:bold;
    padding-right:10px;
    padding-left: 5px;
    background:url(/Content/images/col_center_sprites.gif) right -65px no-repeat;
    float:left;
    color:#4d4d4d
}
.box_c .tab li.hover {
    background:url(/Content/images/col_center_sprites.gif) left -42px;
    cursor:text 
}
.box_c .tab li.hover strong {
    background:url(/Content/images/col_center_sprites.gif) right -42px;
    color:#000 
}
.box_c .section {
    /*background: url(/Content/images/box_c_bg.gif) repeat-y scroll 0 0 transparent;*/
    overflow: auto;
}
.box_c  .pic, .box_c1  .pic{
    width:247px;
    float:left;
    overflow:hidden;
    margin: 0px 6px;
}
.box_c  .pic p, .box_c1 .pic p{
    padding:5px 0;
}
.box_c  .pic p a, .box_c1  .pic p a{
    font-weight:bold;
    color:#000;
    text-decoration:none;
}
.box_c  .pic p a:hover, .box_c1  .pic p a:hover{
    color:#666;
    text-decoration:underline;
}
.blank9 {
    background: url(/Content/images/col_center_sprites.gif) no-repeat scroll 0 -33px transparent;
    clear: both;
    display: block;
    height: 9px;
    overflow: hidden;
}
.news09 .section {
    padding: 0 9px;
    text-align: left;
}
.box_c .section {
    /*background: url("..//Content/images/box_c_bg.gif") repeat-y scroll 0 0 transparent;*/
    overflow: auto;
}
.box_c .section a{
    color: #4D4D4D;
    text-decoration: underline;
}
.news09 .section li a {
    background: url("/Content/images/arrow_new.gif") no-repeat scroll 10px center transparent;
    line-height: 30px;
    padding-left: 25px;
    color: #4D4D4D;
    text-decoration: none;
}
.news09 .section li a:hover {
    text-decoration: underline;
}

/*Gold*/
.list {
    float: left;
    width: 126px;
    font-weight:bold;
}
.buynowWrap {
    text-align: center;
}
.buynowWrap input {
    background: url("/Content/images/inner-buyNow.gif") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    height: 29px;
    margin: 10px 0;
    width: 92px;
}

/*Customer*/
.us_Submit{
    border:none;
    width:77px;
    height:22px;
    background-image: url(/Content/images/bnt_ur_log.gif);
    background-repeat: no-repeat;
}
.us_Submit_reg{
    border:none;
    width:77px;
    height:22px;
    background-image: url(/Content/images/bnt_ur_reg.gif);
    background-repeat: no-repeat;
}
.actionSub a{
    color:#006acc;
    text-decoration:underline;
    background:url(/Content/images/ur_bg.gif) no-repeat 0px -68px;
    padding-left:14px;
}

.checkbox {
width: 100%;
text-align: center;
}

.advantage ul {
    margin: 10px 0;
}
.advantage ul li {
    line-height: 22px;
    overflow: hidden;
}
.advantage .box {
    margin-bottom: 6px;
    padding-bottom:10px;
}

.hand_work li img {
    float: left;
    margin-right: 4px;
}
.hand_work li p {
    padding-top: 8px;
    font-size: 14px;
    font-weight:bold;
}

.charList li {
    float: left;
    margin: 5px;
}
.charList li a {   
    min-width:12px;
    padding: 3px 5px;
    display: block;
    border: 1px solid #9B9B9B;
    text-decoration: none;
    text-align: center;
    background-color: white;
    color:Black;
}
.charList li a:hover {
    display: block;
    border: 1px solid #820203;
    text-decoration: none;
    text-align: center;
    background-color: #ccc;
    color:#820203;
}
.smallText {
    font-size: 9px;
    font-weight: normal;
}
.serverlist h2{
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.serverlist a {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    line-height:28px;
}
.serverlist a:hover {
    color: #820203;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

.hr_grey_dotted {
    width: 100%;
    height: 0px;
    border-top: 1px dotted #9B9B9B;
}

.hr_grey_dotted {
    width: 100%;
    height: 0px;
    border-top: 1px dotted #9B9B9B;
}

.goldlist {
	background-color: #9b9b9b;
}

.goldlist th {
	font-weight: bold;
	padding: 5px 5px;
	background-color: #CCC;
}

.goldlist .row0 {
	background-color: #F4F4F4;
}

.goldlist .row1 {
	background-color: #FFF;
    
}

.goldlist .row1 td{
    border-bottom: 1px dashed #ccc;
}

.goldlist .row1:hover {
	background-color: #d7efff;
}

.goldlist .rowOverP {
	background-color: #d7efff;
	cursor: pointer;
}

.goldlist .rowP {
	background-color: #eaeaea;
}

.goldlist .rowClick, .goldlist .rowClickP {
	background-color: #d7efff;
}

.goldlist .rowP td, .goldlist .rowOverP td, .goldlist .rowClickP td {
	padding: 5px;
	text-align: center;
}

.goldlist .row0 td, .goldlist .row1 td, .goldlist .rowOver td, .goldlist .rowClick td {
	padding: 5px;
}

.goldlist .footer {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	background-color: #CCC;
}

.slide{
    width:520px; height: 202px; overflow:hidden; position:relative;
}
.slide .slidebox{
    position:absolute; width:1560px; height: 202px;
}
.slide .slidebox li{
    float:left;
}
.slide .slideindicator{
    width: auto; top:170px; height: 20px; position: absolute; bottom: 10px; right: 0px; z-index:1000;
}
.slide .slideindicator li{
    float:left; margin-right: 10px; width: 20px; height: 20px; line-height: 19px; text-align: center; background: white; font-weight:bold; cursor: pointer;
}
.slide .slideindicator .on{
    float:left; margin-right: 10px; width: 20px; height: 20px; line-height: 19px; text-align: center; background: red; color:White; font-weight:bold; cursor: pointer;
}

.itemframe{
    width: 40px; height: 40px; z-index: 20; background: url(/Content/images/item_frame.png) 0% 0% no-repeat;
}
.itemimg{
    display: block; float: left;position:; z-index: 10; width: 36px; height: 36px; left: 7px; top: 2px;
}
.cdkeyimg{
    display: block; float: left; z-index: 10; width: 100px; left: 12px; top: 7px;
}
.cdkeydetail{
    margin:3px 0; font-size:10px;
}
.itemimgdetail{
    position: absolute; top: 5px; left: 105px; width: 320px; visibility: visible; display: none;
}

#info_gold {
    background: url(/Content/images/bg-goldinfo.jpg) no-repeat left top;
    padding: 3px 5px;
}
#info_gold .info_g1 {
    font-size: 16px;
    font-weight: bold;
    color: #D41111;
    line-height: 18px;
}
#info_gold .info_con1 {
    font-weight: bold;
    line-height: 15px;
}
#info_gold .info_time {
    font-size: 10px;
    line-height: 13px;
}
.banner_menu {
    width: 777px;
    height: 42px;
    border-radius: 3px 3px 0 0;
    background-color: #820203;
}
.banner_menu .tab {
    padding: 2px 22px;
    margin-top: 16px;
    margin-left: 12px;
    border-radius: 2px 2px 0 0;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: white;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A72D2C), to(#f00));
    background-image: -webkit-linear-gradient(top, #A72D2C, #f00);
    background-image: -moz-linear-gradient(top, #A72D2C, #f00);
    background-image: -o-linear-gradient(top, #A72D2C, #f00);
    background-image: linear-gradient(to bottom, #A72D2C, #f00);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#A72D2C, endColorStr=#f00);
}
.banner_menu .on {
    color: #FE6000;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 0px solid white;
    background: #eee;
}
.borderline 
{
    border-top: thin solid #999;    
}

.bnt_blue {
    background: url(/Content/images/btn_blue.gif) no-repeat 0px 0px;
    width: 52px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#member{
    width: 200px;
    background-image: url(/Content/images/h3title_2.gif);
    background-repeat: no-repeat;
    padding-left:14px;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:15px;
}
#member li{
    padding-left:15px;
    padding-top:3px}
#member label{
    display:block;
    float:left;
    color:#820203;
    padding:0px;
    margin:0px;
    line-height:22px;
    clear:both;
    font-weight: bold;
}
#member input, .input02{
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
	width: 170px;
}
#member form input.bn{
    display:block;
    float:right;
    color:#000000;
    margin-top:10px;
    clear:both;
}
#member a{
    color:#000000}
a.a3{
    color:#FF0000}
#member a:hover, a.a3:hover{
    color:#0d80bb;
    text-decoration:underline}
    
.title04 {
color: #4D4D4D;
display: block;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 12px;
padding: 12px 0 10px 15px;
text-align: left;
text-transform: uppercase;
}

.f1{
    color:#ff6666;
}
.f2{
    color:#006bd0;
    font-weight:bold;
    margin-right:15px;
}
.f3{
    color:#9e9e9e;
}
.f4{
    color:#A72D2C;
    font-weight: bold;
    font-style: italic;
}
.f4_b{
    color:#fe596a;
    font-weight:bold;
}
.f5{
    font-size:14px;
    font-weight:bold;
}
.f6{
    color:#A72D2C;
    font-weight: bold;
    text-decoration: none;
}
.f7{
    color:#f60;
    font-weight: bold;
}

.userTable
{
    border-collapse: collapse;
    background-color: #F1FAFF;    
}
.userTable tr td, .userTable tr th {
    border: 1px #B4CDD9 solid;
}

.modal {
	padding:5px;
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 550px;
	margin-left: -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;	
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.modal .close:hover, .modal .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
	font-size: 18.5px;
	color:#820203;
}
.modal-body {
	text-align: center;
	padding: 0 0 10px 0;
}
.modal-body .btn {    
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #820203;
	background-image: -moz-linear-gradient(top, #820203, #820203);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#820203), to(#820203));
	background-image: -webkit-linear-gradient(top, #820203, #820203);
	background-image: -o-linear-gradient(top, #820203, #820203);
	background-image: linear-gradient(to bottom, #820203, #820203);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.auction_selector {
    position: relative;
}
.auction_selector .defined_auction_item_list {
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #fff;
}
.defined_auction_item_list {
	display: none;
    position: absolute;
    text-align: left;
    width: 165px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 11px;
    z-index: 998;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}
.defined_auction_item_list ul {
	display: block;
	padding: 0px;
	margin: 0;
}
.defined_auction_item_list ul li {
	display: block;
	padding: 4px 6px;
	border-bottom: 1px dotted #ececec;
	font-size: 12px;
	color: #888;
}
.defined_auction_item_list ul li:hover {
    color: #111;
    /*background-color: #EEE; */
}

.player_selector {
    position: relative;
}
.player_selector .defined_player_item_list {
	position: absolute;
	top: 0px;
	left: 125px;
	background-color: #fff;
	max-height: 320px;
    overflow-y: auto;
}
.defined_player_item_list {
	display: none;
    position: absolute;
    text-align: left;
    width: 280px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 11px;
    z-index: 998;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}
.defined_player_item_list ul {
	display: block;
	padding: 0px;
	margin: 0;
}
.defined_player_item_list ul li {
	display: block;
	padding: 4px 6px;
	border-bottom: 1px dotted #ececec;
	font-size: 12px;
	color: #888;
}
.defined_player_item_list ul li:hover {
    color: #111;
    /*background-color: #EEE; */
}
.defined_player_item_list .td {
    display: table-cell;
    height: 37px;
    padding: 0 4px;
    vertical-align: middle;
}
.defined_player_item_list .td img {
    vertical-align: middle;
    width: 30px;
}
.player-info
{
    left: 320px;
    position: absolute;
    top: -35px;
}
.player-info .info-item {
    height: 38px;
    margin-left: 10px;
    width: 38px;
}
.player-info .info-item img 
{
   height: 38px;
    width: 38px;
}

.roundedd {
    margin: 0 0 10px;
    padding: 5px 10px;
}

.roundedd h3 {
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 10px;
    border-bottom: 1px dashed #990000;
}
.roundedd table {
    width: 100%;
}
.roundedd table td {
    padding: 3px;
}
.roundedd h3 .step {
    float: left;
    margin: 0 10px 0 0;
}

/*####*/
.server-alpha {padding-left: 12px;}
.server-alpha a{ float: left; width:20px; height: 24px; line-height: 24px; text-align: center; border:1px solid #e0ddc7; margin-right: 3px; margin-bottom:5px; font-size: 12px; font-weight: bold; color: #48475d; cursor: pointer;}
.server-alpha a.active{ border-color: #999; background-color: #e5974e; color: #fff;}
.server-alpha a:hover{
    background:#f3da9c;
    color:#000000
}
.server-list p{ width: 100%; overflow: hidden; height: 20px; margin: 14px 0 10px 0; font-size: 15px;}
.server-list span{ height: 20px; padding-left: 25px; padding-right: 10px; color: #5a5958; font-size: 12px; font-weight: bold; overflow: hidden;}
.server-list ul{padding-left: 15px; padding-top: 5px; overflow: hidden;height: 1%;}
.server-list li{float: left; margin-right:5px; line-height:25px;}
.server-list li a{width:147px;padding-left:10px; float: left; height: 25px;border: 1px solid #e0ddc7; margin-bottom:2px; color: #48475d; text-decoration:none;}
.server-list li a:hover{border-color: #dac080;background-color: #f3da9c; text-decoration: none;}

.btn-onekey
{
    background: none repeat scroll 0 0 #32326e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    padding: 0 20px;
    text-align: center;
    transition: background-color 0.1s linear 0s, transform 0.1s linear 0s;
    cursor:pointer;
}
.btn-onekey:hover {
	background-color: #F00;
	transform: scale(1.0,1.0);
	text-decoration: none;
}
.lucydraw {
    background: #ccc;
    font-family: Arial,Helvetica,sans-serif;
    height: 78px;
    position: relative;
    width:95%;
}
.lucydraw_frame img {
    left: 14px;
    position: absolute;
    top: -7px;
}
.lucydraw_frame h3 {
    color: #484741;
    font-size: 22px;
    left: 140px;
    margin: 20px 0 12px;
    position: absolute;
    top: 7px;
}
.lucydraw_frame p {
    color: #484741;
    left: 120px;
    position: absolute;
    top: 12px;
}

.btn{
	
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
}
.btn_confirm:hover{
    color: yellow;
}
.btn_confirm{
	    background: #900;
    /* padding: 10px; */
    height: 48px;
    width: 200px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 1px solid #BDBDBD;
}

/*--------------------------footer----------------*/
.footer {
    background-color: #EEEEEE;
    color: #808080;
    min-width: 1200px; margin-top:10px;
}
/*footer-top*/

.footer-top .footer-top-ct {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-top-fw {
    width: 1210px;
    padding: 15px 0;
}

    .footer-top-fw dl {
        padding: 0 15px;
        float: left;
        border-right: 1px solid #d4d4d4;
        color: #f5f5f5;
        width: 210px;
    }

    .footer-top-fw .tt {
        padding: 10px 0;
        line-height: 15px;
        margin-left: 60px;
        font-size: 14px;
    }

        .footer-top-fw .tt b {
            color: #fff;
            font-weight: bold;
        }

.fw-bz dt {
    background-position: -846px -661px;
}

.fw-ks dt {
    background-position: -936px -662px;
}

.fw-dj dt {
    background-position: -757px -10px;
}

.fw-sh dt {
    background-position: -844px -755px;
}

.fw-qt dt {
    background-position: -936px -757px;
}
/*footer-center*/
.footer-center {
    padding-top: 20px;
}

.footer-center-ct {
    width: 1200px;
    margin: 0 auto;
}

.footer-center-ct-setion {
    border-bottom: 1px dotted #cccccc;
}

.hp-center-lf {
    float: left;
    width: 300px;
    padding: 0 10px;
}

    .hp-center-lf .igv-letter {
        color: #b2b2b2;
    }

.igv-letter h5 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
}

    .igv-letter h5 span {
        display: inline-block;
        height: 40px;
    }

    .igv-letter h5 b {
        font-family: Impact;
        font-size: 24px;
    }

.igv-letter .txt {
    height: 28px;
    border: 1px solid #e2e2e2;
    width: 198px;
    margin-right: 5px;
}

.igv-letter .btn {
    height: 30px;
    width: 88px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    background-color: #8fc31f;
    border: none 3px #8fc31f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.hp-center-lf .igv-app {
    padding-top: 30px;
    padding-bottom: 20px;
}

.igv-app h5 {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.hp-center-rt {
    margin-left: 360px;
}

    .hp-center-rt dl {
        float: left;
        width: 210px;
    }

    .hp-center-rt dt {
        line-height: 40px;
        font-size: 14px;
        color: #4c4c4c;
    }

    .hp-center-rt dd {
        line-height: 25px;
    }

    .hp-center-rt dd a{
        color: #b2b2b2;
        text-decoration:none;
    }
    .hp-center-rt dd a:hover{
        color: #b2b2b2;
        text-decoration:underline;
    }

.pp-link, .fd-link {
    padding: 10px 0;
    color: #b2b2b2;
    text-align: center;
    background:#717171;
}

    .fd-link a {
        color: #7d7d7d;
    }
/*footer-bottom*/
.footer-bottom {
}

.footer-bottom-ct {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 55px 0;
}

    .footer-bottom-ct b {
        color: #ffa722;
    }