/*WEBZEN TEMPLATE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
		/*overflow-y: hidden;*/
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	background: black;
		/*overflow-y: hidden;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	overflow-x: hidden;
	/*overflow-y: hidden;*/
    line-height: 1;
    color: #aaa;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}

.btn-primary {
    background: linear-gradient(to top, #931b03, #d38903);
    border: 1px solid #ff8018;
    color: #fff;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background: linear-gradient(to top, #931b03, #d38903);
    border: 1px solid #ff8018;
}
button:hover, .button:hover, .admincp-button:hover,.btn-primary:hover {
    filter: brightness(110%);
    color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}
.wrapper_web {
    width: 100%;
	z-index: 1000000;
    background: #000 url(../img/bg-body.jpg) no-repeat center top;
}
:focus{
    outline: none;
}

.wrapper_web .content_web {
    width: 980px;
    margin: 0 auto;
    /*background: url(../img/top-bg.jpg) center top no-repeat, url(../img/site_conts_pattern_bg.jpg) repeat-y left bottom; */
}
.wrapper_web .content_web .main_web{
    width: 950px;
    display: flex;
    margin: 0 auto;
    margin-top: 5px;
    min-height: 900px;
}
.content {
    min-height: 1200px;
    padding: 0px 15px 120px 15px;
    line-height: 1.3;
}
.main_content_web{
    width: 630px;
}
.flex {
    display: flex;
}
  
.flex-c {
    display: flex;
    align-items: center;
}
  
.flex-s {
    display: flex;
    justify-content: space-between;
}
  
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.admincp-button {
	position:absolute;
	top:10px;
	right:10px;
}

.page-title {
    font: bold 20px/1.2 Arial,Verdana;
    color: #ffedc8;
    text-decoration: none;
    text-align: center;
	font-size: 32px;
	margin-bottom: 10px;
}
/*Time Server
------------------------------------------------------------------------*/

#gGST_Wrap {
    position: absolute;
    left: 400px;
    top: 110px;
    width: 220px;
    height: 44px;
    z-index: 8;
    font: normal 11px/1.2 tahoma,Arial,Verdana;
    color: #dfae38;
    background: url(../img/game_time.png) no-repeat;
}

#gGST_Wrap .gGST_BoxOff {
    width: 320px;
    height: 24px;
    padding: 0 0 0 20px
}

#gGST_Wrap .gGST_BoxOn {
    width: 320px;
    height: 24px;
    padding: 5px 0 0 20px
}

#gGST_Wrap span {
    float: left;
    width: 125px
}
/* RANKINGS MODULE
------------------------------------------------------------------------*/
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;

}
.rankings-class-image {
	width: 30px;
	height: auto;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table>tbody>tr>td {
    padding: 7px 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
	font-size: 14px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.rankings-table tr:first-child td {
    border: 1px solid rgba(0, 0, 0, 0);
    font: normal 14px/1.2 Arial,Verdana,sans-serif;
    color: #fff;
    background:url('../img/table_bg_rank_top.gif') repeat-x left top;
}
    
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
    display: inline-block;
    width: 146px;
    height: 50px;
    padding-top: 15px;
    font: bold 13px/1.2 Arial,Verdana;
    color: #aaa;
    text-align: center;
    text-decoration: none;
    background: url(../img/ranking_top_tab_off.gif) no-repeat;
    margin:3px;
}

.rankings_menu a:hover, .rankings_menu a.active {
    color: #fff;
    text-decoration: none;
    background: url(../img/ranking_top_tab_on.gif) no-repeat;
}
.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
/* FORM CONTROL
------------------------------------------------------------------------*/

.form-control {
	color: #555;
    background-color: #0e0e0e;
    border-color: #1d1d1d;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-control:focus {
	outline:none;
	box-shadow:none;
	border-color: #1d1d1d;
}

textarea.form-control {
	resize:vertical;
	height:180px;
}

span.required {
	color: #E74C3C;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}
/*Header
------------------------------------------------------------------------*/
#header {
    height: 248px;
    position: relative;
}
.Logo {
    position:absolute;
    top:25px;
    z-index:100
}
.gStarter {
    position:absolute;
    right:0;
	top: 100px;
    z-index:7
}
.gStarter a {
    display:block;
    width:280px;
    height:100px;
    background:url(../img/download_off.png) no-repeat;
}
.gStarter a:hover {
    background:url(../img/download_on.png) no-repeat;
}
/*Navbar
------------------------------------------------------------------------*/
#navbar {
    text-align: center;
}
#navbar ul li{
    display: inline-block;
    height: 38px;
    padding-top: 4px;
    font: bold 14px/1.2 Arial,Verdana;
    color: #999;
}
#navbar ul li a {
    display: block;
    padding: 0 18px;
    font: bold 14px/1.2 Arial,Verdana;
    color: #999;
}
#navbar ul li a:hover,#navbar ul li a:focus {
    color: #ffb400;
    text-decoration: none;
}
/*Panel Noticias
------------------------------------------------------------------------*/
.panel-notice-news{
    width: 590px;
    padding: 0px 0 40px 0;
    margin: 0 auto;
    border-bottom: 1px solid #333;
}
.panel-notice-news h2 {
    padding-bottom: 10px;
    font: bold 24px/1.2 Arial,Verdana!important;
    color: #ffedc8!important;
    word-break: break-all;
    word-wrap: break-word;
}
.panel-notice-news h2 a, .panel-notice-news h2 a:hover {
    font: bold 20px/1.2 Arial,Verdana;
    color: #ffedc8;
    text-decoration: none;
}
.newlistConts {
    font: normal 12px/1.5 Arial,Verdana,sans-serif;
    color: #aaa;
    text-decoration: none;
}
.footer-date{
    float: right; 
    color: #ffb400;
    padding-left: 17px;

}
.notice-symbol{
    background: url(../img/icon_style_case.gif) no-repeat;
    display:inline-block;
    width:10px; 
    height:10px;
    margin-right:5px;
}
.news-readmore,.news-readmore:hover,.news-readmore:focus{
    color: #f60;
    margin-top:10px;
    display: block;
}
/*
*/
.widget-cs{ 
    height: 280px;
    background: url(../img/bg_side_banner_top.gif) no-repeat top,url(../img/bg_side_banner_bottom.gif) no-repeat bottom;
    padding:15px 20px;
    margin-bottom:15px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);*
}
.widget-cs h1{
    text-align: center;
    text-transform: uppercase;
    font: bold 22px/1.2 Arial,Verdana;
    color: #ffedc8;
    margin:10px 0 20px 0;
    text-shadow: 3px 3px 2px rgb(20, 20, 20);
}
.content-txt-cs{
    float:left; 
    width:130px; 
    height:100px; 
    text-align:center;
}
.content-txt-cs .title-cs{
    display:inline-block; 
    color: #fff; 
    margin-bottom:10px; 
    font-weight:bold;
    font-size:17px;
}
.content-txt-cs a{
    display:block; 
    color: #ffb400; 
    margin-bottom:10px;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}
.content-txt-cs a:hover,.content-txt-cs a:focus {
    text-shadow: 0 0 2px;
    color: #ffb400; 
    text-decoration: none;
}
.content-txt-cs img{
    background: #000;
    border-radius:5px;
    box-shadow: 2px 2px 2px rgb(31, 31, 31);  
}
.guild_countdown_title{
    display:block; 
    padding:20px 0; 
    font-weight:600; 
    font-size:16px;
}
.guild_countdown{
    font-size:20px;
    color: #fff;
}
.guild_countdown span{
    color: #ffedc8;
}
/*Sidebar
------------------------------------------------------------------------*/
.widget{
    margin-bottom:15px;
    /*border: 1px solid #474747;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to bottom, #0000004b, rgba(0, 0, 0, 0));
    /*background: url(../img/bg_side_banner_top.gif) no-repeat top,url(../img/bg_side_banner_bottom.gif) no-repeat bottom;*/
}
.widget-heading{
    text-align:center;
    text-transform: uppercase;
    font-size:18px;
    font: bold 15px/1.2 Arial,Verdana;
    color: #ffedc8;
    background: linear-gradient(to bottom, #363636, #212121);
    height:40px;
}
.widget-icon-left{
    width:14px;
    height:24px;
    position:relative;
    top:5px;
    margin-right:7px;
    background: url(../img/sub_nav_title_bg_right.png) no-repeat;
    display: inline-block;
}
.widget-icon-right{
    width:14px;
    height:24px;
    position:relative;
    top:5px;
    margin-left:7px;
    background: url(../img/sub_nav_title_bg_left.png) no-repeat;
    display: inline-block;
}
.widget-table {
    width: 100%;
    max-width: 100%;
}
.widget-table>tbody>tr>td{
    padding: 8px;
    color:#aaa;
    line-height: 1.0;
    vertical-align: top;
}
table>tbody>tr>td>a{
    color: #ffb400;
    transition: all .3s ease;
}
table>tbody>tr>td>a:hover,table>tbody>tr>td>a:focus{
    text-decoration: none;
    color: #ffb400;
    text-shadow: 0 0 3px;
}

.mainSnsWrap{
    height:57px;
    padding:20px 0;
    text-align:center;
}
.mainSnsWrap li{
    float:left;
    width:99px;
    height:52px;
    padding-top:5px;
    text-align:center;
}
.panel-user-cp{
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-title-cp {
    background: url(../img/main_sns_fan_bg.png) no-repeat center top;
    height: 55px;
    width: 300px;
    line-height: 78px;
    font-weight: bold;
    font-size: 13px;
    color: #eb8d04;
    text-align: center;
}
.form-group-cp{
    margin-bottom: 10px;
}
.panel-user-cp input{
    display: block;
    text-align:center;
    width: 100%;
    height: 42px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    background-color: #0e0e0e;
    border-color: #1d1d1d;
    border-radius:10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 18px rgba(0,0,0,0.3);
}
.button-login {
    width: 110px;
    height: 38px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to top, #931b03, #d38903);
    border: 1px solid #ff8018;
    position: relative;
    z-index: 1;
    box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.2);
    color: #fff;

}
.lost {
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
.sideBannerCase{
    width: 300px;
    padding-top: 0;
    margin:15px 0px;
    background: url(../img/bg_side_banner_bottom.gif) no-repeat left bottom;
}
.sideBannerCase ul li img{
    width: 270px;
    margin-top:15px;
}
.sideBannerCase .rightbnr {
    padding: 15px 15px 30px 15px;
    background: url(../img/bg_side_banner_top.gif) no-repeat left top;
}
.sidebar_right{
    width: 320px;
    position: relative;
    background: url(../img/snb_top_bg.gif) no-repeat top,url(../img/snb_bottom_bg.gif) bottom no-repeat;
    margin-top:0px;
    background-color: #121111;
    padding:15px 10px;
}
.user-cp-menu{
    padding:3px 0px;
    background: url(../img/sub_nav_bg_bottom.gif) no-repeat left bottom,url(../img/sub_nav_bg_bottom.gif) no-repeat left top;
}
.user-cp-title h3 {
    display: block;
    padding: 4px 15px 8px 18px;
    font: bold 15px/1.2 Arial,Verdana;
    color: #ffedc8;
    background: url(../img/sub_nav_title_bg.gif) no-repeat;
}

.user-cp-menu ul li a {
    display: block;
    height: 34px;
    padding: 12px 0 0 35px;
    font: bold 12px/1.2 Arial,Verdana,sans-serif;
    background: url(../img/sub_nav_bg_list_off.gif) no-repeat;
    cursor: pointer;
    text-decoration: none;
    color:#aaa;
}

.user-cp-menu ul li:hover a {
    background: url(../img/sub_nav_bg_list_over.gif) no-repeat;
    color:#fff;
}
/*Slider 'Original Webzen CSS'
------------------------------------------------------------------------*/
.gMainPromWrap{
    position:relative;
    margin:15px 14px;
    width:602px;
    height:312px;
    overflow:hidden;
}
.gMainPromWrap .promRoundBox{
    position:absolute;
    width:602px;
    height:312px;
    background:url(../img/main_prom_bg.png) no-repeat;
    z-index:10;
}
.gMainPromWrap .items{
    width:2000em;
    position:absolute;
}
.gMainPromWrap .items .item{
    float:left;
    position:relative;
    width:602px;
    height:312px;
    overflow:hidden
}
.gMainPromWrap .items .item a.itemLink{
    position:absolute;
    display:block;
    width:602px;
    height:312px;
    z-index:11;
}
.gMainPromWrap .promImg{
    width:602px;
    height:312px;
    padding:1px 0 0 1px;
}
.gMainPromWrap .promImg img{
    width:600px;
    height:310px;
}
.gMainPromWrap .rollingIconWrap{
    position:absolute;
    right:0;
    top:0;
    z-index:12;
}
.gMainPromWrap .rollingIconWrap .bgFirst{
    float:left;
    width:53px;
    height:40px;
    background:url(../img/main_prom_rollTop.png) no-repeat;
}
.gMainPromWrap .rollingIconWrap .rollingIcon{
    float:left;
    height:40px;
    padding:10px 15px 0 0;
    background:url(../img/main_prom_rollMiddle.png) no-repeat right top;
    overflow:hidden;
}
.gMainPromWrap .rollingIcon button{
    float:left;
    width:19px;
    height:21px;
    margin-right:3px;
    padding:0;
    border:0;
    background:0;
}
.gMainPromWrap .rollingIcon button:focus{
    outline:none;
}
.gMainPromWrap .rollingIcon button span{
    display:inline-block;
    width:19px;
    height:21px;
    padding:0;
    margin:0;
    background:url(../img/main_prom_icon_off.gif) no-repeat;
}
.gMainPromWrap .rollingIcon button.active span{
    background-image:url(../img/main_prom_icon_on.gif)
}
/*Main Shop 'Original Webzen CSS'
------------------------------------------------------------------------*/
.mainShopWrap{
    width:300px;
    height:302px;
    padding:0;
    overflow:hidden;
}
.mainShopWrap ul.shopListConts{
    float:left;
    width:270px;
    height:272px
}
.mainShopWrap ul.shopListConts li.item_content{
    float:left;
    width:300px;
    height:272px;
    background:url('../img/shop_main_wrap_bg.jpg') no-repeat
}
.mainShopWrap ul.shopListConts li.item_content ul{
    position:relative
    ;width:300px;
    height:272px
}
.mainShopWrap ul.shopListConts li.item_content .icon{
    position:relative
}
.mainShopWrap ul.shopListConts li.item_content .icon span.pngNew{
    position:absolute;
    left:2px;
    top:2px;
    width:66px;
    height:66px;
    background:url('../img/icon_shop_new.png') no-repeat
}
.mainShopWrap ul.shopListConts li.item_content .icon span.pngHot{
    position:absolute;
    left:2px;
    top:2px;
    width:66px;
    height:66px;
    background:url('../img/icon_shop_hot.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .img{
    position:absolute;
    left:80px;
    top:26px;
}
.mainShopWrap ul.shopListConts li.item_content .img img{
    width:140px;
    height:100px;
}

.mainShopWrap ul.shopListConts li.item_content .title{
    padding-top:141px;
    width:260px;
    margin:0 auto;
    font:normal 15px/1.2 Arial,Verdana,sans-serif;
    color:#fff;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .wcoin{
    width:260px;
    margin:0 auto;
    padding-top:1px;
    font:bold 15px/1.2 Arial,Verdana,sans-serif;
    color:#ffb400;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn{
    position:absolute;
    left:2px;
    top:212px;
    width:298px;
    text-align:center;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn a{
    display:block;
    width:148px;
    height:36px;
    padding-top:9px;
    font:bold 14px/1.2 Arial,Verdana,sans-serif;
    color:#fff;
    background:url('../img/btn_shop_main.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn a:hover{
    text-decoration:none;
    background:url('../img/btn_shop_main_on.png') no-repeat;
}
.mainShopWrap ul.shopListConts li.item_content .shopBtn .alignCenterBtn{
    display:inline-block;
}
.mainShopWrap .scrollbtn{
    position:relative;
    z-index:100;
}
.mainShopWrap .scrollbtn button{
    width:150px;
    height:42px;
    margin:0;
    padding:0;
    border:0;
    z-index:100;
}
.mainShopWrap .scrollbtn button.prev{
    position:absolute;
    left:0;
    top:260px;
    background:url('../img/arrow_shop01_off.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.next{
    position:absolute;
    left:150px;
    top:260px;
    background:url('../img/arrow_shop02_off.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.prev:hover{
    background:url('../img/arrow_shop01_over.gif') no-repeat;
}
.mainShopWrap .scrollbtn button.next:hover{
    background:url('../img/arrow_shop02_over.gif') no-repeat;
}
/* MY ACCOUNT MODULE 
------------------------------------------------------------------------*/
.myaccount-table {
	width: 100%;
	background: #121212;
    border: 1px solid #2d2d2d;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table>tbody>tr>td {
    border: 1px solid #2d2d2d;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}
/* GENERAL TABLE UI
------------------------------------------------------------------------*/
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #121212;
    border: 1px solid #2d2d2d;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui>tbody>tr>td {
    border-top: 1px solid #2d2d2d;
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #ffb400;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE
------------------------------------------------------------------------*/
.tos_list li {
	color: #ffb400;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}
.tos_list li p {
	color: #aaa;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL
------------------------------------------------------------------------*/
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}

.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}
/* ADD STATS MODULE
------------------------------------------------------------------------*/
.panel-general{
    background: #121212;
    border: 1px solid #2d2d2d;
}
.panel-addstats {
	margin-bottom: 30px;
    background: #121212;
    border: 1px solid #2d2d2d;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS
------------------------------------------------------------------------*/
.panel-downloads {
	margin-bottom: 30px;
    background: #121212;
    border: 1px solid #2d2d2d;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #777;
}
	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #aaa;
	}

.online-status-indicator {
	margin-left: 5px;
}
.table>tbody>tr>td {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
/*Footer
------------------------------------------------------------------------*/
.global-footer {
    font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
    width: 100%;
    font-size: 14px;
    background: #000;
    color: #666;
    padding: 60px 0px;
    overflow: auto;
}
.global-footer .footer-container {
    width: 1000px;
    margin: 0px auto;
}
.global-footer .symbol .webzen{
    width:52px; 
    background:url('../img/bg_footer_webzen.png') no-repeat 0 0;
    vertical-align:middle;
    margin:0 3px;
    display:inline-block; 
    height:44px; 
    font-size:0px;
}
.global-footer .copyright{
    padding:20px 0; 
    color:#666;
}