﻿@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";
*{margin:0;padding:0;outline:0;}
html {overflow-y:scroll;}	
iframe,a img,fieldset,form,table{border:0}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}
dd,dt,dl,ol{list-style:none}legend{color:#000} 
button,select,textarea,input{font:100% sans-serif}
table{border-collapse:collapse}
div{display:block;position:relative;zoom:1;}
input,select,label,textarea{outline-style:none;outline-width:0;}
textarea{resize:none;}

#countdown {
    position: absolute;
    left: 50%;
    top: 185px;
    width: 180px;
    margin-left: -90px !important;
    text-align: center;
}

.timmer_inner_block {
    width: 50px;
    background-color: #0c171d61;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin: 2px;
    float: left;
    color: white;
    padding: 13px;
    text-align: center;
}

div#timer_div_time {
        position: relative;
    top: 220px;
    left: 50%;
    margin-left: -160px !important;
    display: inline-block;
    text-align: center;
    width: 320px;
}

#timer_div_time .timmer_inner_block .title{
	text-align:center;
}

#timer_div_time .timmer_inner_block .count{
	text-align:center;
	font-weight: bold;
	font-size: 40px;
	padding-top:10px;
}

body {
	font-family: 'Arial', Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #24555d;
	background: #002433 url("../images/bg-body.png");
	min-width: 1340px;
}
#header {
  background:transparent url("../images/bg-header-1.jpg") repeat-x center 0px;
  min-height:451px;
  overflow: hidden;
}
#header .wrapper {
	min-height:435px
}
#videoFadeIn > video  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  background-size: cover;
  transition: 1s opacity;
}
#logo {
    position: absolute;
    top: 185px;
    left: 1px;
    opacity:0;
    display: block;
}
#container {
  background: #fff url("../images/bg-content.png") repeat-y center top;
  min-height:300px;
}
#container .progressbar {
	margin-top: 6px;
	border-radius:12px;
}
#sidebar {	
  float:right;
  width:270px;
  margin:32px 12px;
}
#sidebar h2 {
  text-align:center;
}
#content_main {
  float: left;
  width: 684px;
  margin-right:20px;
}
#footer {     min-height: 128px;
    background-color: #002333; }

#footer > .wrapper {
  display: table;
}
#footer > .wrapper > .item-footer:last-child {
  padding-right:10px;
}
.item-footer {
  display: table-cell;
  padding-right:53px;
  padding-top: 22px;
  padding-bottom:6px;
}
.item-footer h2, .item-footer div { color:#bfdeec; white-space: nowrap; }
.item-footer p, .item-footer div { 
  color: #7599a9;
  font-size: 11px;
  font-weight:bold;
  padding-top: 12px;
}
.social-list > a {
  background-image:url('../images/soc-icons.png');
  background-repeat:no-repeat;
  display:inline-block;
  width:25px;
  height:25px;
  margin:0 2px;
  opacity:0.4;
  transition-duration: 0.3s;
}
.social-list > a:hover {opacity:0.8;}
#social-fb { background-position:0 0; }
#social-youtube { background-position:-75px 0; }

#take-list img, .teen img { 
  opacity:0.6;
  transition-duration: 0.3s;
}
#take-list img:hover, .teen img:hover { opacity:1}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.article { margin: 32px 0; }

.main {
  background-color:#fff;
  border-radius: 0px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  padding: 10px 10px 10px 10px;
}
.main h4 { font-weight: bold; }

a {
  text-decoration: none;
  position: relative;
  color: #0075a0;
}
a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0; left: 0;
  width: 0%;
  background: #0075a0;
  transition: 0.2s;
}
a:hover:after, a:visited:hover:after {
  width: 100%;
}
 
 .login_box {display: none;    margin-left: -150px;}

 .login_box {position: fixed;top: 20%;left: 50%;width: 360px;height: auto;background: #fff;z-index: 9999}
 .mask {background: rgba(0,0,0,.5);width: 100%;height: 100%;position: fixed;top: 0;left: 0;bottom: 0;display: none;z-index: 991}

 .login_box h1 {
    background-color: #002433;
    display: block;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.card-orange h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

 .login_box  form {;padding: 20px}
 .login_box input[type="text"], .login_box input[type="password"]{
    background: #f0f0f0;
    border-radius: 16px;
    width: 300px;
    border: none;
    border-top: 3px solid #a7a1a1;
    box-shadow: 0 -1px 0 #efefef;
    padding: 12px 16px;
    color: #464646;



}

.close_login {
    position: absolute;
    top: 13px;
    right: 13px;
    border: 2px solid #456775;
    color: #456775;
    border-radius: 50%;cursor: pointer;
    transition-duration: 0.2s;
    width: 23px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    transform: rotate(46deg);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}



 .login_box input[type="submit"] {
    display: inline-block;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    background: #ca352e;
    border-radius: 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 2px 0px;
    padding: 12px 16px;
}


h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
h2-timer {
  font-weight: 900;
  color: #ffffff;
  font-size: 14px;
}
h2-server {
  font-size: 14px;
  font-weight: bold;
}
h1 > .icons, h2 > .icons {
  margin: -10px 6px -10px 0;
}
h3 {
  font-size: 13px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  font-weight: normal;
}
h5 {
  font-size: 11px;
  font-weight: normal;
  color: #757672;
}
p { margin: 6px 0; }

.navs,.panel-serv {height: 80px;background: url(../images/bg-body22.png) repeat center;}

.panel-serv {position: relative;}

#navigation {
  display: block;
  float: left;
}
#navigation > li {
  background: transparent url('../images/spliter.png') no-repeat right center;
  position: relative;
  display: block;
  float: left;
  padding: 0 2px 1px 0;
}
#navigation > li > a {
  color: #f0f0f0;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 22px;
}
#navigation > li > a > i {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  margin-bottom:4px;
  background-image:url('../images/top-icons.png');
  background-repeat:no-repeat;
}
#navigation > li > a:after, #navigation > li > a:visited:after {
  height: 3px;
  background: #007fd5;
  right:0;
  margin:0 auto;
}

.top-icons-news { background-position: 0 0;}
.top-icons-server { background-position: 0 -32px; }
.top-icons-files { background-position: 0 -64px; }
.top-icons-ratings { background-position: 0 -96px; }
.top-icons-statistic { background-position: 0 -128px; }
.top-icons-forum { background-position: 0 -160px; }
.top-icons-rules { background-position: 0 -192px; }

.icons {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image:url('../images/icons.png');
  background-repeat:no-repeat;
  vertical-align: middle;
}

.icon-lock { background-position: 0 0; }
.icon-cloud { background-position: -32px 0; }
.icon-key { background-position: -64px 0; }
.icon-enter { background-position: -96px 0; }
.icon-like { background-position: -128px 0; }
.icon-money { background-position: -160px 0; }
.icon-msg { background-position: 0 -32px; }
.icon-news { background-position: -32px -32px; }
.icon-game { background-position: -64px -32px ; }
.icon-keys { background-position: -96px -32px ; }
.icon-signin { background-position: -128px -32px ; }
.icon-login { background-position: -160px -32px; }
.icon-info { background-position: 0 -64px; }
.icon-statistic { background-position: -32px -64px; }
.icon-files { background-position: -64px -64px;  }
.icon-ratings { background-position: -96px -64px; }
.icon-calc { background-position: -128px -64px; }
.icon-donate { background-position: -160px -64px; }
.icon-rules { background-position: 0 -96px; }
.icon-server { background-position: -32px -96px }
.icon-security { background-position: -64px -96px }
.icon-user { background-position: -96px -96px }
.icon-guild { background-position: -128px -96px }

.icon-castle { background-position: 0 -128px; }
.icon-achiev { background-position: -32px -128px; }
.icon-coins { background-position: -64px -128px; }

.lk {
  display: block;
  float: right;
  margin-top:1px;
}

.card-orange, .card-green, .card-blue {
  position:relative;
  border-radius:6px;
  color:#fff;
  display:block;
  width:240px;
  height:60px;
  margin: 8px;
}

.card-orange:after {background: none}

.card-orange .icons, .card-green .icons, .card-blue .icons {
  position: absolute;
  top: 14px;
  left: 12px;
}
.card-orange h2, .card-green h2, .card-blue h2 {
  position: absolute;
  top: 16px;
  left: 48px;
}
.card-orange span, .card-green span, .card-blue span {
  position: absolute;
  top: 34px;
  left: 48px;
  font-size:10px;
}
.card-orange {
  background: #004f84;
  background: linear-gradient(to right, rgba(0, 145, 255, 0.4), rgba(0, 145, 255, 0.4));
}
.card-green {
  background: #8d9200;
  background: linear-gradient(to right, rgba(182, 188, 5, 0.6), rgba(141, 146, 0, 0.6));
}
.card-blue {
  background: #d81c2a;
  background: linear-gradient(to right, rgba(215, 20, 35, 0.6), rgba(216, 28, 42, 0.6));
}

.card-orange:hover .icons, .card-green:hover .icons, .card-blue:hover .icons{
  -webkit-animation-name: hvr-icon;
  animation-name: hvr-icon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes hvr-icon {
  16.65% { -webkit-transform: translateX(6px); transform: translateX(6px); }
  33.3% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); }
  66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); }
  83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.mTop {
    margin-top: 156px;
}
.right-box {
    position: absolute;
    top: 200px;z-index: 991;
    right: 0;
}
.right-box a:after {background: none}
.register-box, .login-box {
  float:left;
  width:260px;
  height:145px;
  color:#fff;
  bottom:244px;
  display:block;
}
.register-box h2 {
  color:#c8ebff;
  position: absolute;
  top: 90px;
  left: 67px;
}
.register-box span {
  color:#428c9b;
  position: absolute;
  top: 105px;
  left: 32px;
  font-size:10px;
}
.login-box h2 {
  color:#ffdd8b;
  position: absolute;
  top: 90px;
  left: 105px;
}
.login-box span {
  color:#cbbd9d;
  position: absolute;
  top: 105px;
  left: 65px;
  font-size:10px;
}
.register-box {
  background:transparent url('../images/register-box.png') no-repeat center;
}
.login-box {
  background:transparent url('../images/login-box.png') no-repeat center;
}

@keyframes hvr-icon {
  16.65% { -webkit-transform: translateX(6px); transform: translateX(6px); }
  33.3% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); }
  66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); }
  83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}


.progressbar {
    background-color: #F1F1F1;
    border-radius: 10px;
    height: 15px;
    overflow: hidden;
    margin: 6px 0;
}
.progressbar .stage {
  height: 100%;
  width: 0%;
  float: left;
}
.stage.green {
  background:#00b30f;
  background-image: linear-gradient(to right, #254001,#acff3f);
}
.servers {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 80px;
}
#profile-block {
  position: absolute;
  top: 548px; left: 0px;
}
.item-server {
  position:relative;
  width:300px;
  float:left;
  color:#f0f0f0;
  margin:12px 0;
  margin-left:30px;
}
.item-server > img {
  position:absolute;
  top:-12px; left:-40px;
  z-index:10;
}
.item-server > .progressbar {
  background-color: rgba(241,241,241,0.10);
  margin-left: 20px;
  margin-right: 60px;
}
.item-server > .name, .item-server > .status { margin: 0 40px; }
.item-server > .name i { margin-left:4px; }

.dot-online, .dot-offline {
  display:inline-block;
  text-indent: -9999999px;
  overflow: hidden;
  border-radius:50%;
  width: 8px;
  height: 8px;
}
.dot-online { background-color:#00d114; }
.dot-offline { background-color:#f13333; }
.online-color { color:#a2bf52; }

#loading {
  position: fixed;
  top: 0; left: 0; right: 0; bottom:0;
  z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	display:none;
}

#loading:after {
  content: '';
  width: 49px;
  height: 49px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; right: 0; bottom:0;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px rgb(21, 120, 219);
  animation: loading 690ms infinite linear;
  display: block;
}

@keyframes loading {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes loading {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes loading {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

div.clear, div.spacer, div.spacer1, div.spacer2, div.spacer3, div.spacer4, div.spacer_2px {
  clear: both;
  font-size:0 !important;
  line-height:0 !important;
  overflow: hidden;
}
div.spacer { height: 4px;}
div.spacer1 { height: 8px; }
div.spacer2 { height: 14px; }
div.spacer3 { height: 22px; }
div.spacer4 { height: 17px; }

div.spacer_2px {
  background-color:#dfe3ea;
  border-bottom:1px solid #fff;
  height:1px;
  margin:8px 0;
}

.rightfloat { float:right; }
.leftfloat { float:left; }

.rightfloat .voteTimer {
  min-width: 100px;
  font-size: 11px;
  padding: 5px 8px;
}

.center { text-align:center; }

.justify { text-align: justify; }
.bottom { vertical-align:bottom; }
.sub { vertical-align: sub; }

.small { font-size: 11px; }
.upper { text-transform: uppercase; }
.italic { font-style: italic; }

.inline { display: inline-block !important; }
.hidden, #hide_command { display:none; }
.nobr { white-space: nowrap; }

.color1 { color:#0075a0; }

.pagination {
	font-size: 12px;
	color: #6b6b6b;
	letter-spacing: 0px;
}
.pagination li, .pagination ul { display: inline-block; }

.pagination li a, .pagination li span {
  background-color:#e5e5e5;
	color: #6b6b6b;
  padding: 6px 8px;
  margin: 0 2px;
  border-radius: 4px;
  transition-duration: 0.2s;
}
.pagination li a:hover, .pagination li span { 
  background-color:#007cb8;
  color: #fff;
}
.pagination .next a, .pagination .prev a  {	    
  background: transparent;
  display: inline-block;
  color: #b9c2c7;
  padding: 6px 4px;
  font-size: 26px;
  line-height: 12px;
  vertical-align: sub;
}
.pagination .next a:hover, .pagination .prev a:hover {
  background: transparent;
  color:#007cb8;
}

.pagination a:after, .pagination a:visited:after, .login-box:after, a.register-box:after, #logo:after, .nice-button:after, .soc > a:after, #control-menu a:after, #control-menu > a:first-child:before, .non:after {
  content: none;
}

.forum-posts > li {
  position:relative;
  list-style:none;
  background-color:#ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom:8px;
  padding:12px 8px;
}
.forum-posts > li > .time {
  position:absolute;
  top:8px;right:8px;
  background:transparent url('../images/time.png') no-repeat center left;
  color:#4e3d2d;
  padding:2px;
  padding-left:20px;
}
.forum-posts > li > img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius:6px;
  border: 2px solid #dfe3ea;
}
.forum-posts > li > .descr {
  display: inline-block;
  vertical-align: top;
  color: #929292;
  margin-top:2px;
  margin-left: 6px;
}
.forum-posts > li > .descr > h3 {
  overflow: hidden;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.forum-posts > li > .descr > span {
  padding-top: 2px;
  display: block;
}
.forum-posts > li > .descr > span > a {
  color:#668fc5;
}
.forum-posts > li > .descr > span > a:after {
  background: #668fc5;
}
.news-content {
  width:100%;
  display:table;
}
.news-image, .news-text {
  display: table-cell;
  vertical-align: top;
}
.news-image > img {
  width:148px;
  margin-top:6px;
  border-radius:8px;
  border: 3px solid #dfe3ea;
}
.news-text {
  padding:12px;
  padding-bottom:6px;
}
.news-text > h2 {
  margin-bottom:12px;
}
.news-descr {
  min-height: 90px;
  padding: 0px 0; 
}
.time-news {
  background:transparent url('../images/time.png') no-repeat center left;
  padding-left:15px;
}
.news-info > span {
  display:inline-block;
  border-left:1px solid #dfe3ea;
  padding: 6px 14px;
  margin: 8px 0;
}
.news-info > span:first-child {
  border:0;
  padding-left:0;
}
label {
  display:block;
  margin-bottom:12px;
}
label > i {
  display:inline-block;
  text-align:right;
  font-weight:bold;
  margin-right:12px;
}
.article form label > i {
  width:164px;
}
.required-caption:after {
    content: "*";
    color: #f15440;
    margin-left: 4px;
}
.text-box {
    background: #16101461;
    border-radius: 16px;
    border: none;
    padding: 12px 16px;
    color: #464646;
}
textarea.text-box {
  width: 480px;
  height:100px
}
textarea.resize { resize: vertical; }
.text-box, textarea.text-box, .select-box > select { box-sizing: border-box; }

.html-code {
  width:100%;
  height:300px;
}

.num-box {
  padding: 4px 6px;
  border: none;
  border: solid 2px #D8D8D8;
  background: #FFFFFF;
  width: 60px;
  border-radius: 4px;
  text-align: center;
}
.nice-button, .button-style {
  background: #ca352e;
  background-image: linear-gradient(to right, #ca352e,#ca352e);
  border-radius: 8px;
  border:none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor:pointer;
  margin: 2px 0;
  padding: 12px 16px;
}
.nice-button:hover, .button-style:hover {
  background-image: linear-gradient(to right, #b32923, #b32923);
}
 .nice-button.active, .button-style.active {
  background: #b32923;
}
.mirror {
  background-color: #009688;
  background-image: linear-gradient(#009688, #009688);
  border-radius: 16px;
  color: #fff;
  font-size: 11px;
  margin: 2px 0;
  padding: 3px 12px;
  text-align: center;
  text-shadow: 0 -1px 1px #009688;
  display:inline-block;
}
.mirror:hover {
  background-color: #03a9f4;
  background-image: linear-gradient(#03a9f4, #03a9f4);
  border-radius: 16px;
  color: #fff;
  font-size: 11px;
  margin: 2px 0;
  padding: 3px 12px;
  text-align: center;
  text-shadow: 0 -1px 1px #03a9f4;
  display:inline-block;
}
.mirror.active {
  background-color: #03a9f4;
  background-image: linear-gradient(#03a9f4, #03a9f4);
  border-radius: 16px;
  color: #fff;
  font-size: 11px;
  margin: 2px 0;
  padding: 3px 12px;
  text-align: center;
  text-shadow: 0 -1px 1px #03a9f4;
  display:inline-block;
}
.big-button {
  background: #007CB8;
  background-image: linear-gradient(to right, #004a81,#0070a8);
  border-radius: 8px;
  border:none;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor:pointer;
  margin: 2px 0;
  padding: 16px;
}
.big-button:hover { text-decoration:underline; }
label .select-box { display:inline-block; }
.select-box { position:relative; }

.select-box:after, .select-imitation:after {
  border: solid;
  border-color: #323232 transparent;
  border-width: 6px 6px 0 6px;
  top: 18px;
  right: 12px;
  content: "";
  position: absolute;
  z-index: 99;
  pointer-events:none;
}
.select-box:before {
  content: '';
  right: 8px;
  top: 4px;
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  position: absolute;
  pointer-events: none;
  display: block;
}
.select-box > select {
  background: #f0f0f0;
  border-radius: 16px;
  width: 332px;
  border: none;
  border-top: 3px solid #fbfbfb;
  box-shadow: 0 -1px 0 #f0f0f0;
  padding: 10px 12px;
  color: #464646;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing:border-box;
  outline:none;
  display: inline-block;
  cursor:pointer;
}

#sidebar select { width: 100%; text-align-last: center; }

#opaco-box {
  background-color:#888;
  position: absolute;
  top:0; left:0;
  width:100%;
  display:none;
  z-index:1000;
  opacity: 0.2;
}

.error-box, .done-box, .warn-box {
  color: #FFFFFF;
  border-radius: 3px;
  padding: 10px 8px;
  text-align: center;
  margin-bottom: 20px;
}
.error-box {
  background-color: #D40C28;
  border: solid 1px #AB0F24;
  text-shadow: 0 1px 0 #6F0917;
}
.done-box {
  background-color: #26AB2C;
}
.warn-box {
  background: #FDF3E5 url('../images/ico-warn.png') no-repeat 12px center;
  border: solid 1px #f89406;
  padding-left: 48px;
  color:#333;
  text-align: left;
}
.close-box {
  position:absolute;
  top:0;bottom:0;
  left:0;right:0;
  background:#fff url('../images/big-lock.png') no-repeat center center;
  opacity: 0.6;
}


#viewInfo {
  background-color: #fff;
  border:3px solid rgba(0, 0, 0, 0.7);
  border-radius:4px;
	width:200px;
	position:absolute;
	top:-200px; left:-200px;
	padding:1px;
	z-index:999;
	display:none;
	color:#000;
}
#viewInfo:before{
  border: solid;
  border-color: transparent rgba(0, 0, 0, 0.7);
  border-width: 6px 6px 6px 0; 
  top: 24px;
  content: "";
  left: -9px;
  position: absolute;
  z-index: 99;
}
#viewInfo > h4 {
    background-color: #EBFAFD;
    color: #0075a0;
    border-bottom: 1px solid #BFDCEA;
    padding: 4px 8px;
    font-weight: bold;
}
#viewInfo > p { padding:8px; }

#control-menu {
  margin:12px 0;
  text-align:center;
  white-space: nowrap;
}
#control-menu > a {
  position:relative;
  color: #363636;
  display:inline-block;
  width:84px;
  text-align:center;
}
#control-menu a:first-child { margin-left:-20px; }

#control-menu > a > i {
  display: block;
  width:42px;
  height:42px;
  margin: 0 auto;
  margin-bottom:8px;
  background-image:url('../images/account-icons.png');
  background-repeat:no-repeat;
}
#control-menu > a > span {
  position:absolute;
  top:0; left:60px;
  font-weight:bold;
  font-style: italic;
  color:#ff7900;
}
#control-menu > a:before {
  content: "";
  background-color: #363636;
  display: block;
  text-indent: -9999999px;
  overflow: hidden;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top:18px; left:-4px;
}

#control-menu > a #ico-account { background-position:0 0; }
#control-menu > a #ico-vip { background-position: 0 -42px; }
#control-menu > a #ico-smithy { background-position:0 -84px; }
#control-menu > a #ico-market { background-position:0 -126px; }
#control-menu > a #ico-auction { background-position:0 -168px; }
#control-menu > a #ico-achievement { background-position:0 -210px; }
#control-menu > a #ico-castle { background-position:0 -252px; }
#control-menu > a #ico-referral { background-position:0 -294px; }

#control-menu > a:hover #ico-account, #control-menu > a.active #ico-account { background-position:-42px 0; }
#control-menu > a:hover #ico-vip, #control-menu > a.active #ico-vip { background-position: -42px -42px; }
#control-menu > a:hover #ico-smithy, #control-menu > a.active #ico-smithy { background-position:-42px -84px; }
#control-menu > a:hover #ico-market, #control-menu > a.active #ico-market { background-position:-42px -126px; }
#control-menu > a:hover #ico-auction, #control-menu > a.active #ico-auction { background-position:-42px -168px; }
#control-menu > a:hover #ico-achievement, #control-menu > a.active #ico-achievement { background-position:-42px -210px; }
#control-menu > a:hover #ico-castle, #control-menu > a.active #ico-castle { background-position:-42px -252px; }
#control-menu > a:hover #ico-referral, #control-menu > a.active #ico-referral { background-position:-42px -294px; }

#top-info {
    position: relative;
    color: #e6e6e6;
    display: block;
    height: 60px;
    margin: 8px;
    white-space: nowrap;
    margin: 14px 22px 0 82px;
    text-align: right;
}
#top-info img { 
  position:absolute;
  top:0;left:-64px;
  border-radius:0px;
  border: 2px solid #0081be42;
  padding: 1px;
  width:48px;
  height:48px;
}
#top-info p {
    padding: 6px 0 4px;
}
#top-info b { color:#007fd5; }
#top-info a  { color:#4cb0e5; margin-left:8px; }
#top-info a:after { background: #ffffff; }

.white-box {
  background-color:#fff;
  color:#363636;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding:12px;
}
.acc-menu > a {
  background-color:#006a96;
  background-image: url('acc-icons.png');
  background-repeat:no-repeat;
  border-radius: 16px;
  color:#fff;
  display:block;
  margin:3px 0;
  padding: 8px 8px 8px 48px;
  transition-duration: 0.3s;
  font-style: italic;
}
.acc-menu > a:hover { background-color:#003f5b; }

.acc-menu > a > span {
  background-color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin: -3px 6px;
  border-radius: 12px;
  color: #FF7900;
  font-weight: bold;
}
.acc-menu > a:hover > span { color: #007CB8; }

#btn-donate { background-position:12px 0; }
#btn-account { background-position:12px -30px; }
#btn-vote { background-position:12px -60px; }
#btn-messages { background-position:12px -90px; }
#btn-security { background-position:12px -120px; }

.acc-list li {
  padding:4px 4px 4px 146px;
  position:relative;
  min-height:16px;
  font-style: italic;
  font-weight:bold;
  font-size:14px;
  line-height:14px;
  list-style:none;
}
.acc-list > li > span {
  position:absolute;
  top:0;left:0;
  display:block;
  width:140px;
  padding:4px;
  font-weight:normal;
  font-size:12px;
}
.roll li {
  padding:4px 4px 4px 166px;
  border-bottom:1px #f0f0f0 solid;
  position:relative;
  min-height:16px;
}
.roll li span {
  position:absolute;
  top:0;left:0;
  display:block;
  width:160px;
  padding:4px;
  font-weight:bold;
}
td .roll li:last-child { border-bottom:none;}

ul.listen { margin:0;  }
ul.listen, ul.listen li { 
  list-style: disc outside;
}
ul.listen li {
  padding: 4px 1px;
  margin-left: 16px;
}
/*
.left-content, .right-content {
  float:left;
}
.left-content {
  width: 272px;
  margin-right: 20px;
}
.right-content {
  width:392px
}
*/
.topics, .dual-table { width:100%; }
.dual-table > tbody > tr > td {
  vertical-align:top;
  width:50%;
  padding:2px;
}
.topics {
  background-color: #f9f9f9;
}
.topics th { 
  background-color: #64778e;
  border-right: 1px #6b8996  solid;
  border-bottom: 1px #d8d8d8 solid;
  color: #fff;
  padding: 6px;
  padding-top:8px;
  font-weight: normal;
  font-size: 12px;
  /*font-style: italic;*/
}
.topics td {
  background-color: rgba(96, 125, 139, 0.05);
  border-right: 1px #eeeeee solid;
  padding:6px;
}
.topics .rowclass td {
  background-color: #fcfcfc;
}
.topics td:last-child, .topics th:last-child { border-right:none; }
/*
.right-content form label > i { width:100px; }
.right-content form label select, #popup-box form label select { width: 276px; }
.right-content form label .text-box, #popup-box form label .text-box { width: 244px; }
*/
.cost { display:block; }
.cost > span { 
    color: #00B3E4;
    font-size: 12px; /*14px*/
    font-weight: bold;
}

.st1 {
  width:30px;
  text-align:center;
}
.st2 { width:122px; }
.st3 { width:50% }
.st4 {
  width:50px;
  text-align:center;
}
.st5 {
  width:54px;
  text-align:center;
}
.st6 {
  width:24px;
  text-align:center;
}
.st7 { width:106px; }
.st8 {
  width:58px;
  text-align:center;
}
.st9 {
  width:66px;
  text-align:center;
}
.st10 {
  width:100px;
  text-align:right;
}
.st11 {
  width:100px;
  text-align:center;
}
.st12 { width:150px; }

.file-info {
  float:right;
  font-size:11px;
  width:160px;
  background: #f0f0f0;
  padding: 10px 6px 6px 6px;
  border-radius: 6px;
}

.file-info  .roll li { padding-left: 76px; text-align:right; }
.file-info  .roll li span { width:70px;  text-align:left; }

.file-descr {
  min-height: 80px;
  padding: 6px 0; 
  margin-right:160px;
}
.grapic-drivers img { width:100px; }

.item_name, .item_name_gold, .item_name_exc, .item_name_acient, .item_name_acient1, .item_name_socket {
  font-weight:bold;
  padding: 1px;
}
.item_name_acient {
  background-color:#3c3cc8;
  color:#00ff00;
}

.item_class > span {
  color:rgb(210,0,0);
  display:block;
  margin-top: 1px;
  padding: 1px;
}

.item_name_acient1 { color:#3c77c8!important; }
.item_name_exc { color:#07D865!important; }
.item_name_gold, .item_harmony { color:#ffcc19!important; }
.item_name_socket { color:#a079c8!important; }
.item_luck, .item_exc, .item_sockets, .item_skill { color:#7eb1ff; }
.item_class { color:#fff; }
.item_sockets_title { color:#bd48ba; }
.item_ancient { color:#989898!important; }
.right_margin { margin-right:20px; }
.item_pvp { color:#cc7fcc!important; }
.item_sockets > span, .item_pvp > span {
  display:block;
}

#inventory {
  background-image:url('../images/inventory.png');
  width:400px;
  height:320px;
  background-position:center top;
  background-repeat:no-repeat
}
#inventory > img {
  position: absolute;
  top: 74px; left: 130px;
  border-radius: 50%;
  border: 3px solid #E9EAEB;
}
#inventory > div { 
  position:absolute;
  background-repeat:no-repeat;
  background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; }
#in_shield { width:90px;height:136px;bottom:0;right:-4px; }
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; }
#in_pants { width:68px;height:68px;bottom:8px;left:82px; }
#in_gloves { width:68px;height:68px;top:116px;right:54px; }
#in_boots { width:68px;height:68px;bottom:8px;right:82px; }
#in_wings { width:138px;height:102px;top:8px;right:-2px; }
#in_zoo { width:68px;height:68px;top:2px;left:-2px; }
#in_pendant { width:38px;height:38px;top:20px;right:136px; }
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; }
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; }
#in_pentagram { width:96px;height:96px;bottom:-6px;right:152px; }
#in_achiev { top: 208px; left: 156px;}


.warehouse {
  width:256px;
  height:480px;
}
.inventory {
  width: 256px;
  height: 256px;
}
.store {
  width: 256px;
  height: 128px;
}
.itemsbox { background-image:url('../images/warehouse-bg.png')!important; }

.item-box { padding: 6px; }
.item-box > div:first-child {
  background-image:url('warehouse-bg.png')!important;
  margin: auto;
}
.item-box > img {
  margin: auto;
  position: absolute;
  top: 0; bottom: 0;
  right: 0; left: 0;
}
.warehouse div, .inventory  div, .store div {
  background-repeat:no-repeat;
  background-position:center center;
  display:inline-block;
  white-space:nowrap;
  float:left;
}
.warehouse div.wh-box, .inventory div.wh-box, .store div.wh-box {
  width:32px;
  height:32px;
  visibility:hidden;
}
.warehouse div.wh-clear, .inventory div.wh-clear, .store div.wh-clear {
  height:32px;
  display:block;
  position:static;
}
.itemsbox .itemInfo, .itemsbox .itemsInfo { background-color: rgba(0,180,229,0.14); }

.wh-tabs {
  margin: 0 auto;
  width: 260px;
 }
.wh-tabs > div { 
  border: 2px solid #E9EAEB;
  background: #E9EAEB;
}
.wh-tabs > ul:before {
  content:"";
  display:block;
  clear:both;
  height:2px;
  background:#364348;
}
.wh-tabs > ul > li {
  cursor:pointer;
  display:block;
  float:left;
  padding: 8px 14px;
  background:#e9eaeb;
  color:#707070;
  font-size: 11px;
}

.tabs, .wh-tabs, .three { display:block; }
.tabs > div, .three > div{ padding-top:10px; }

.tabs > ul:after, .three > div:first-child:after {
  content:"";
  display:block;
  clear:both;
  height:3px;
  background:#64778e;
}
.tabs > ul > li, .three > div:first-child > a {
  cursor:pointer;
  display:block;
  float:left;
  padding:10px 15px;
  background:#e9eaeb;
  color:#707070;
}
.tabs > ul > li.active, .tabs > ul > li.active:hover, .wh-tabs > ul > li.active, .wh-tabs > ul > li.active:hover, .three > div:first-child > a.active, .three > div:first-child > a.active:hover {
  background:#64778e;
  color:#fff;
}
.tabs > ul > li:hover, .wh-tabs > ul > li:hover, .three > div:first-child > a:hover { background:#d6d6d7; }

#tabs-right {
  float: right;
  margin-top: 6px;
}
.achiev-star {
  position: relative;
  min-width:16px;
  margin:1px;
  display:inline-block;
}
.achiev-star, .achiev-rating {
  background: url('../images/star.png') repeat-x;
  height:16px;
}
.achiev-rating {
  position:relative;
  background-position: left bottom;
}

.star-rating, .current-rating {
  background: url('star.png') repeat-x;
  height:16px;
}
.star-rating {
  position:relative;
  width:16px;
  margin:2px;
}
.current-rating {
  background-position: left bottom;
}

#gens-info {
  width:300px;
  margin:0 auto;
  background: #F0F0F0;
  border-radius: 8px;
}
#gens-info  ul li {
  display:inline-block;
  text-align:center;
  width:148px;
}
.search {
  height: 34px;
  display: block;
  padding: 10px;
  background: #E9EAEB;
  margin-top: -10px;
  margin-bottom: 12px;
  white-space: nowrap;
}
input.search-box, .search > select {
  width: 400px;
  padding: 10px 20px;
  border: none;
  background: #F9F9F9;
  outline: none;
  border-radius: .2em;
  color: #707070;
  transition: all .2s ease;
}
.search > select { 
  width: 172px;
  margin-left: 8px;
  padding: 9px 20px;
}

input.search-box:focus, .search > select:focus {
  background: #fff;
}

.search .nice-button {
  border-radius: 0;
  margin: 0;
  padding: 10px 16px;
  margin-left: 8px;
}
.search-result {
  display: none;
  background-color: #F9F9F9;
  border: 1px #E9EAEB solid;
  box-shadow: inset 0 1px 0 0 #FFFFFF, 0 1px 2px 0 #b3b3b3;
  padding: 2px 4px;
  position: absolute;
  top: 44px;
  left: 10px;
  width: 300px;
  z-index: 100;
}
.search-result > ul > li {
  cursor: pointer;
  margin: 2px 0;
  padding: 4px 12px;
}
.search-result > ul > li:hover { background-color: #d6d6d7; }

.select-imitation:after { top:14px; }
.select-imitation {
  background-color: #F0F0F0;
  width: 127px;
  padding: 4px 16px;
  cursor: pointer;
  border-top: 3px solid #fbfbfb;
  box-shadow: 0 -1px 0 #f0f0f0;
  border-radius: 16px;
}
.sel-value {
  white-space:nowrap;
}
.select-imitation-list {
  position:absolute;
  z-index:100;
  background-color: #F9F9F9;
  border: 1px #E9EAEB solid;
  box-shadow: inset 0 1px 0 0 #FFFFFF, 0 1px 2px 0 #b3b3b3;
  padding:2px;
  display:none;
  white-space:nowrap;
  margin-top:-1px;
  width:150px;
  max-height:182px;
  overflow-x:hidden;
  overflow-y:auto;
}
.select-imitation-list a {
  font-size:11px;
  display:block;
  padding:3px 12px;
}
.select-imitation-list a:hover {
  text-decoration:none;
  background-color:#d6d6d7;
}
.select-active {
  background-color:#ededed;
}
.filter-box {
  background-color: #F8F8F8;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  padding:6px;
}
.filter-left {
  float:left;
  position:static;
  margin:1px 6px 1px 1px;
}
.filter-label {
  font-size:10px;
  background-color:#e0f2fd;
  border:1px #d3eeff solid;
  border-radius:8px;
  padding:2px 6px;
  margin-bottom:2px;
  display:inline-block;
  color:#1f6997;
  font-weight:bold;
}

.event-scroll {
  background-color: #fff;
  height:3px;
  cursor:pointer;
  opacity:0.2;
  margin:0 32px;
}
.event-scroll:after {
  border: solid;
  border-color: #fff transparent;
  border-width: 6px 6px 0 6px;
  top: 3px; left: 48%;
  content: "";
  position: absolute;
  z-index: 99;
}
.event-scroll:hover { opacity:0.4; }

.frame {
  background-color: #F9F9F9;
  border: 2px solid #E9EAEB;
  display: block;
  padding: 8px;
  margin: 6px 0;
}
.price-image {
  float: left;
  width: 180px;
  min-height:100px;
  text-align: center;
  margin-left: -8px;
  margin-right: 18px;
}
.CSCostView {
  margin-right: -8px;
  margin-left: -8px;
}
.CSCostView li {
  display: inline-block;
  width: 30.9%;
  min-height: 1px;
  margin:8px;
  box-sizing: border-box;
  padding: 4px 20px 4px 10px;
  background-color: #F0F0F0;
  border-left: 2px solid #00B5E5;
}
.CSCostView li b {
  display:block;
  font-size: 14px;
  color: #00B5E5; 
}
.builded {
  position: absolute;
  top: 8px;
  right: 8px;
}
.control {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.bonus-chars {
  text-align:center;
}
.bonus-chars a > img {
  border-radius: 50%;
  border: 3px solid #E9EAEB;
  width: 74px;
}
.bonus-chars a.active > img {
  border: 3px solid #007cb8;
}
.banus-group label {
  text-align:left;
  cursor:pointer;
  margin: 6px 2px 2px 2px;
}
.banus-group img {
  height:32px
}
.banus-group {
}
.banus-group .frame {
  margin: 2px 0;
  text-align: center;
  display: block;
  float: left;
  width: 108px;
  margin: 2px;
}
#element-bg {
  background:transparent url('../images/elements.png') no-repeat;
  width:284px;
  height:284px;
  margin:0 auto;
}
#element-bg div { 
  position:absolute;
  background-repeat:no-repeat;
  background-position:center center;
  margin: 0;
}
#in_pentagram1 { top:60px;left:64px; }
#in_element1 { top:7px;right:32px; }
#in_element2 { top:90px;right:13px; }
#in_element3 { top:166px;right:50px; }
#in_element4 { top:206px;left:94px; }
#in_element5 { top:188px;left:9px; }

#warn-info {
  background: #fdfae5 url('../images/ico-warn.png') no-repeat 12px center;
  border: solid 1px #f89406;
  border-radius: 3px;
  padding: 10px 8px;
  padding-left: 48px;
  margin-top: -16px;
  margin-bottom: 24px;
  color: #333;
}
#warn-info > .date {
  font-weight:bold;
  color:#f89406;
  padding-right:6px;
 
}
#warn-info2 {
  background: rgba(255, 0, 0, 0.24) url('../images/ico-warn2.png') no-repeat 12px center;
  border: solid 1px #d00000;
  border-radius: 3px;
  padding: 10px 8px;
  padding-left: 48px;
  margin-top: -16px;
  margin-bottom: 24px;
  color: #333;
}
#warn-info2 > .date {
  font-weight:bold;
  color:#ff0000;
  padding-right:6px;
}

#warn-info3 {
  background: #0092092b url('../images/ico-warn3.png') no-repeat 12px center;
  border: solid 1px #009209;
  border-radius: 3px;
  padding: 10px 8px;
  padding-left: 48px;
  margin-top: -16px;
  margin-bottom: 24px;
  color: #333;
}
#warn-info3 > .date {
  font-weight:bold;
  color:#009209;
  padding-right:6px;
}

#board {
  height:64px;
  margin-bottom:12px;
      overflow: hidden;
}
#board > div {
  background: #f0f0f0;
  height: 64px;
  padding: 4px 8px;
  margin-bottom:1px;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d7;
  border-top: 1px solid #d6d6d7;
  position:absolute;
  width:100%;
}
#board > div .time {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent url('../images/time.png') no-repeat center left;
  color: #4e3d2d;
  padding: 2px;
  padding-left: 20px;
}
#board > div .image {
  display: inline-block;
  vertical-align: top;
  height:50px;
  border-radius: 50%;
  border: 3px solid #E9EAEB;
}
#board > div .descr {
  display: inline-block;
  vertical-align: top;
  color: #db9400;
  margin-top: 12px;
  margin-left: 6px;
  line-height: 16px;
}
#board > div .descr > h3 > span {
  color: #929292;
  font-size: 11px;
  font-weight: normal;
}
#iframe {
  background: #fff url('');
  width: 370px;
  min-width: 300px;
  margin: 0 auto;
  margin: 0 auto;
}
#iframe .main {
  margin-top: 88px;
  margin-bottom: 12px;
}
#iframe form label > i {
  width:50px;
}
#iframe form .g-recaptcha {
  margin-left: 64px;
}

#under-construcction {
  background:#e7e4ee;
  box-sizing: border-box;
  display: table;
  width: 100%;
  min-width: 1000px;
  padding:20px;
}
#under-construcction > .wrapper {
  display: table-cell;
  text-align:center;
  vertical-align: middle;
}

#under-construcction h1 {
  background-color: transparent;
  color: #24555d;
  font-size: 32px;
  height: auto;
  line-height: 84px;
}
#under-construcction p {
  font-size: 16px;
  color: #24555d;
}
#under-construcction .nice-button {
  background: #668fc5;
  background: linear-gradient(to right, #668fc5, #668fc5);
}
#under-construcction .nice-button:hover {
  background: #4981ca;
  background: linear-gradient(to right, #4981ca, #4981ca);
}
#listtype {
  text-align:right;
  margin-bottom: 12px;
}
#listtype > span {
  padding: 8px 2px;
  display: inline-block;
  vertical-align: top;
}
#listtype > form {
  display:inline-block;
}
#listtype > form > button {
  background-color: #009688;
  border:none;
  border-radius: 16px;
  color: #fff;
  cursor:pointer;
  padding: 6px;
  transition-duration: 0.3s;
}
#listtype > form > button:hover , #listtype > form > button.active { background-color: #03a9f4; }

.market-block {
  margin:0 -6px;
}
.item-block {
  background-color: #f9f9f9;
  display:inline-block;
  width: 211px;
  margin: 6px;
}
.item-block dt {
  text-align: center;
  padding: 13px 0px 14px;
  height: 128px;
  position: relative;
}
.item-block dd {
  margin-bottom:8px;
}
.item-block dt.item-box > div:first-child {
  position: absolute;
  left: 0;right: 0;
  top: 0; bottom: 0;
}
.item-block .itemname, .item-block .itemdt {
  font-size: 14px;
  text-align: center;
  display: block;
}
.item-block .itemdt {
  font-size: 11px;
  color: #929292;
  margin-top:2px;
}
.item-block .itemdescr > li {
  display:inline-block;
}
.item-block .itemdescr {
  text-align: center;
}
.item-block .itemdescr > li {
  width: 100px;
  background-color: #f0f0f0;
  padding: 4px 0;
  margin: 8px 0;
  color: #00B3E4;
  font-size: 12px;
}
.item-block .itemdescr > li > span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #FF7900;
  margin-bottom: 4px;
}
.title1 {
	width: 684px;
}

.title1 h1, .title1 h2 {
	background-color:#002433;
    display:block;
    color:#fff;
    height:54px;
    line-height:54px;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
}
.box-style1 .title, .box-style3 .title {
	display: none;
}

.box-style1 .entry, .box-style3 .entry {
  background-color:#f7f7f7;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  padding: 10px 10px 10px 10px;
  width: 664px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #221f28;
	padding: 5px;
	opacity: 0.90;
	font: normal 10px Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#tooltip h3, 
#tooltip div {
	margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
	z-index:9999;
}
#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	display:none;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:710px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}

.modal-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.modal-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.modal-header2 { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; cursor:move;}
.modal-header2  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/close.png); z-index: 2; }

.form {
	margin: 0px auto;
}

.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {
	padding: 7px 9px;
	margin: 2px 0;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
}

.form select {
	width: 216px;
}

.right { float:right; }
.left{ float:left; }
.fixed{
  position: fixed;
  top: 50px;
  left: 50px;
}

.QapTcha {width:215px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:215px;height:30px;float:left;border:1px solid #CCC;background-color:#FFF;box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);}
.QapTcha .slider {width:30px;height:30px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;background-size:30px 30px;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .txtStatus {width:215px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;padding-bottom: 10px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}

/* RANKING */
.ranking-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;}
.ranking-table th{border-bottom: 1px solid #002433;}
.ranking-table th.end{border-right:0}
.ranking-table td{text-align:center;border-bottom: 1px solid #002433;}
.ranking-table td.end{border-right:0}
.ranking-table tr{}
.ranking-table tbody tr:hover{
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.4);
}

.i_note, .s_note, .w_note, .e_note {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 40px;
background-repeat: no-repeat;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em; 
text-align: left;

}
.i_note {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
background-position: left center;
}
.s_note {
color: #4F8A10;
background-color: #E8EFD3;
background-image:url('../images/success.png');
background-position: left center;
}
.w_note {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
background-position: left center;
}
.e_note {
color: #D8000C;
background-color: #F7E0CC;
background-image: url('../images/error.png');
background-position: left center;
}

.buttonn {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #660000; 
	border: none;
	width: auto;
	overflow: visible;
	font-size: 1.4em;
	color: #FFF;
	padding: 7px 10px;  
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	font-weight: bold; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
} 
.btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
.tabrow {
	text-align: center;
	list-style: none;
	margin: 0px 0 10px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}
.tabrow li {
    background: #ca352e;
    background-image: linear-gradient(to right, #ca352e,#ca352e);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0 5px;
	padding: 0 40px;
}
.tabrow a {
  color:#ffffff;
  text-decoration: none;
}
.tabrow li.selected {
    background: #b32923;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 10 10px;
	padding: 0 40px;
}

.tabrow li.selected:hover {
	background: #ca352e;
	text-decoration:underline;
}.tabrow li.selected:active {
	position:relative;
	top:0px;
}

.tabrow:before {
	position: absolute;
	content: " ";
	width: 80%;
	bottom: 0;
	left: 0;
	right:0;
	margin:0 auto;
	border-bottom: 1px solid #363636;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {

}
.tabrow li:after {
}
.tabrow li.selected:before {
}
.tabrow li.selected:after {
}

.rankings{
	display: none;
}

.custom_button {
    background: #ca352e;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-align:center;
}
.custom_button:hover {
	background: #b32923;
	text-decoration:none;
}.custom_button:active {
	position:relative;
	top:0px;
}

.custom_button9 {
    background: #ca352e;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
}
.custom_button9:hover {
	background: #b32923;
	text-decoration:none;
}.custom_button9:active {
	position:relative;
	top:0px;
}

#ucp_info{
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#ucp_info .half {
	float: left;
	width: 47%;
	padding: 5px;
	position:relative;
}
#ucp_info  .full {
	width: 100%;
}
*#ucp_info .half table {
	margin-left: auto;
	margin-right: auto;
}
#ucp_info td {
	padding: 2px;
}
#ucp_info .half:first-child {
	border-right: 1px solid rgb(223, 221, 221);
}
#character-info{
width: 600px;
height: auto;
margin: 0 auto;
padding: 0px;

}
#character-info ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}
#character-info ul li{
float: left;
padding: 0px;
margin: 0px;
}
#character-info tbody tr {
background: none;
border: none;
}
#character-info tbody tr td{
width: 50%;
margin: 0 auto;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);

}
#character-info tbody tr td a{
font-size: 14px;
font-weight: bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#b8ab7e;	
}
#character-info div{
padding-left: 10px;
}
#small_menu ul {
	margin: 0px;
	padding: 0px;
}

#small_menu li {
list-style: none;
}

ul#vote-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#vote-options { list-style:none; }
ul#vote-options h5{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

#vote-options {
	color:#555;
	font-size:auto;
	line-height:auto;
	list-style-type:none;
	margin:0;
}

#vote-options li {
	border-radius:5px;
	line-height:45px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-top:10px;
	padding:10px;
	background: rgba(255, 255, 255, 0.6);
}

#vote-options li img {
	width:75px;
	height:45px;
}

#vote-options li button {
	border:1px solid #999;
	line-height:28px;
	margin:6px 0;
	padding:0 5px;
}
#vote-options li h5 {
	color:#444;
	font-weight:bolder;
	font-size:24px;
	border-left:1px solid #453129;
	padding-left:10px;
	margin-left:10px;
}

ul#paypal-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#paypal-options { list-style:none; }
ul#paypal-options h4{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#paypal-options h3{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

#paypal-options {
	color:#555;
	font-size:auto;
	line-height:auto;
	list-style-type:none;
	margin:0;
}

#paypal-options li {
	border-radius:5px;
	line-height:45px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-top:10px;
	padding:10px;
	background: rgba(255, 255, 255, 0.6);
}

#paypal-options li h4 {
	color:#7e009d;
	font-weight:bolder;
	font-size:14px;
	padding-left:10px;
	margin-left:10px;
}
#paypal-options li h3 {
	color:#444;
	font-size:22px;
	padding-left:10px;
	margin-left:10px;
}

#helm{
	position:absolute; 
	left:73px; 
	top:58px; 
	width:56px; 
	height:66px; 
}

#wings{
	position:absolute; 
	left:272px;	
	top:59px; 	
	width:127px; 
	height:110px; 
}

#pendant{
	position:absolute; 
	left:233px;	
	top:80px; 	
	width:29px; 
	height:29px; 
}

#sword{
	position:absolute; 
	left:6px; 
	top:242px; 
	width:69px; 
	height:129px; 
}

#armor{
	position:absolute; 
	left:40px; 
	top:138px; 
	width:82px; 
	height:98px; 
}

#shield{
	position:absolute; 
	left:330px; 
	top:242px; 
	width:69px; 
	height:129px; 
}

#gloves{
	position:absolute; 
	left:271px;	
	top:178px;	
	width:85px;	
	height:55px; 
}
#pants{
	position:absolute; 
	left:89px;	
	top:297px;	
	width:58px; 
	height:74px; 
}
#ring_left{
	position:absolute; 
	left:102px;	
	top:252px; 	
	width:29px; 
	height:29px; 
}
#ring_right{
	position:absolute; 
	left:272px;	
	top:252px; 	
	width:29px; 
	height:29px; 
}

#boots{
	position:absolute; 
	left:258px;	
	top:297px; 	
	width:58px; 
	height:74px; 
}

/* AUCTION */
.inv { 
table-layout : fixed;
background-color : #212121; 
border : 1px solid #100f0d; 
margin : 0px;
padding : 0px;
} 

.waretitle { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px;
background:	#610000;
font-style: oblique;
font-weight: bold;
color:#fff;
} 

/* AUCTION END */
/* ------------------- PAGINATION ---------------------- */
 
#pagination {
	color: #4C9AEB;
	font: normal 12px verdana, arial, helvetica, serif;
	line-height: 17px;
	margin: 0;
	padding: 12px 8px 8px 12px;
	-webkit-border-radius: 0 0 6px 6px;  
	-moz-border-radius: 0 0 6px 6px;  
	-khtml-border-radius: 0 0 6px 6px;  
	border-radius: 0 0 6px 6px;
}

#pagination a {
	border: 1px solid #ccc;
	background: #fff;
	color: #8e9091;
	font: bold 12px verdana, arial, helvetica, serif;
	margin-right: 8px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}

#pagination a.on {
	border: 1px solid #660000; 
	background: #f7f7f7;
	color: #660000; 
	margin-right: 8px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}

#pagination a:hover {
	border: 1px solid #660000; 
	color: #660000; 
}

#pagination ul {
	height: 21px;
}

#pagination li {
	list-style-type: none;
	float: left;
}

/* ------------------- PAGINATION END ---------------------- */

.item_table{
	width: 200px;
	border: 0;
	margin: auto;
}
.item_table td{
	padding: 3px;
}
.each_item{
	width: 10px;
	border: 0;
	border-collapse: collapse;

}
.each_item td{
	padding: 0px;	
}
.each_item .item_name{
	background: url(../images/ws_item_name.png);
	background-size:136px 40px;
	height: 34px;
}
.each_item .item_bg{
	background-image: url(../images/ws_item_bg.png);
	background-size:136px 140px;
	height: 140px;
}
.each_item .item_footer{
	background: url(../images/ws_item_footer.png);
	background-size:136px 6px;
	height: 6px;
}
.item_image{
	text-align: center;
	height: 140px;
	width: 136px;
}
.items{
	text-align: center;
}


.items a{ 
	color:#FFFFFF; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:13px; 
	text-decoration:none; 
	padding-bottom:5px;
}
.items a:hover{ 
	color:#000000; 
}
#item_buy{
	margin-left:5px;
	margin-right:5px;
	width: 100%;
}
#item_buy_left{
	float: left;
	padding-right: 5px;
}
#item_buy_right{
	float: left;
	background-color: #3e1d1c;
	width: 492px;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#item_buy_right .full{
	margin: 1px;
	padding: 1px;
	width: 488px;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 18px;	
	line-height: 18px;
}
#item_buy_right .opt_title{
	margin: 1px;
	padding-left: 1px;
	width: 250px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;	
	line-height: 20px;
}
#item_buy_right .opt{
	margin: 1px;
	padding-left: 1px;
	width: 236px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;
	line-height: 20px;
}

#item_buy_right .opt select{
	border:0px; 
	border-radius: 0;
	width:60%; 
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
}

#item_buy_right .opt input[type="number"]{
	width: 35px;
	border:0px; 
	border-radius: 0;
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
}

#item_image_bg{
	position:relative;
	background:url(../images/item_bg.png) no-repeat;
	width: 129px;
	height: 184px;	
}
#item_image_bg img{
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto; 
}
.item_info{
	margin-top: 2px;
	background:url(../images/item_desc.png) no-repeat;
	width: 129px;
	height: 36px;
	line-height: 36px;	
	z-index:500;
}

.item_info .info{
	padding-left: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;

}
.item_info .info .btimes{ color:#ed7876;}
.item_info .info .goldcr{ color:#ffaf04; }
.item_info .info .normalcr{ color:#d9a08a;}
#buy_buttons{
	margin-right:10px;
	width: 99%;
}
#buy_buttons button{
	margin: 2px;
}
.buy_button { background:url(../images/slect_btn.png); 
	width:155px; 
	height:42px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px; 
	border:0;
	float:right;
}
.buy_button:hover{
	cursor: pointer;
}
.payment-method-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}
.payment-method-button label {
    float:left;
}
.payment-method-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	cursor: pointer;
}
.payment-method-button label input {
    position:absolute;
    top:-20px;
}
.auction_bet_button{
	margin: 0 auto;
    background: #660000; 
    color:#fff;
    border-radius:4px;
    border:1px solid #D0D0D0;
	text-align:center;
    padding:3px 0px;
    display:block;
	width: 220px;
	height: 35px;
	cursor: pointer;
}
.span_red{
	background: #660000; 
    color:#fff;
}

#sell_item {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: none;
}


.input-main {
	padding: 7px 9px;
	margin: 2px 0;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.main-tr {
	font-weight: bold;
	color: #fff;
	background-color:#002433;
}

.w-coins, .wcoins {
	color: #CC6600;
	font-weight: bold;
}

.zz-coins, .zzcoins {
	color: #003399;
	font-weight: bold;
}

#events div {
	padding: 3.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#events div small {
	float:right;
	color: #002433;

}

.offline{
	color: red;
}

.online{
	color: green;
}


.add_to_card {
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
}
.add_to_card th {
	padding:15px 20px 16px 20px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.add_to_card th:first-child {
	text-align: left;
	padding-left:20px;
}
.add_to_card tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.add_to_card tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.add_to_card tr {
	text-align: center;
	padding-left:20px;
}
.add_to_card td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.add_to_card td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.add_to_card tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.add_to_card tr:last-child td {
	border-bottom:0;
}
.add_to_card tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.add_to_card tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.add_to_card tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.ticket {
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	__width:100%;
}
.ticket th {
	padding:15px 10px 16px 0px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.ticket th:first-child {
	text-align: left;
	padding-left:10px;
}
.ticket tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.ticket tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.ticket tr {
	text-align: center;
	padding-left:20px;
}
.ticket td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.ticket td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.ticket tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.ticket tr:last-child td {
	border-bottom:0;
}
.ticket tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.ticket tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.ticket tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

.PriorityZero {
	background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}


.plans {
	list-style: none;
	margin: 0;
	padding: 0px 0px;
	width: 98%;
}	
.plan {
	background: white;
	border-radius: 6px;
	height: 60px;
	margin: 10px 0;
	opacity: 1;
	padding: 4px 25px;
	border: 1px solid #002433;
}	
	
.price {
	border-radius: 100%;
	cursor: default;
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	margin: 8px 10px 0 0;
	text-align: center;
	width: 46px;
}			
.price-green {
	background-color: #e1f1d1;
	color: #52b327;
	font-weight: bold;
}
		
.price-red {
	background-color: #f1e1d1;
	color: #b35227;
}
		
		
.details {
	color: #222;
	display: block;
	float: left;
	height: 46px;
	margin: 8px 0;
	padding: 0px 10px;
}
	
.plan-title {
	font-size: 17px;
	font-weight: normal;
	margin: 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
			
.plan-description {
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.select {
	background: #ca352e; 
	border: none;
	border-radius: 4px;
	color: white;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 15px 0;
	padding: 7px 16px;
	text-decoration:none;
	
}	
.select:hover {
	background-color:#b32923;
	text-decoration:none;
	cursor: painter;
}

#exception{
	width: 100%;
	height: 0 auto;
	line-height: 25px;
	min-height:25px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	display: none;
	background-color:red;
	position:fixed;
	z-index: 9999;
}

.wh_items{
	width: 261px;
	margin:2px auto;
	padding-top:6px;
	padding-left:3px;
	height:485px;
}
.square{
	cursor:pointer; 
	position:absolute;
	opacity: 0.8;
}

.square:hover{
	padding: 1px;
	opacity: 1;
}

.square img{
	width:100%;
	height:100%;
}

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../images/flags.png) no-repeat;}
.f16 ._African_Union{background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
.f16 ._CARICOM{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._England{background-position:0 -112px;}
.f16 ._European_Union, .f16 .eu{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._Kosovo{background-position:0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._Northern_Cyprus{background-position:0 -192px;}
.f16 ._Northern_Ireland{background-position:0 -208px;}
.f16 ._Olimpic_Movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._Scotland{background-position:0 -272px;}
.f16 ._Somaliland{background-position:0 -288px;}
.f16 ._Tibet{background-position:0 -304px;}
.f16 ._United_Nations{background-position:0 -320px;}
.f16 ._Wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .ao{background-position:0 -464px;}
.f16 .aq{background-position:0 -480px;}
.f16 .ar{background-position:0 -496px;}
.f16 .as{background-position:0 -512px;}
.f16 .at{background-position:0 -528px;}
.f16 .au{background-position:0 -544px;}
.f16 .aw{background-position:0 -560px;}
.f16 .ax{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  
.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  
.f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  
.f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  
.f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}
.f16 .nu{background-position:0 -3952px;}


table.sidebar_rank {
	width:100%;
	border:0;
	border-collapse: collapse;
	margin:4px;
}

#top-text-panel {
    background: #4d68a194;
    height: 25;
    line-height: 20px;
    text-align: center;
    position: fixed;
    font-size: 14px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #151a26;
    z-index: 3;
    min-width: 1020px;
    text-decoration: none;
	
 }

.item_size_12{
	font-size: 12px;
}

.item_font_family{
	font-family: tahoma;
}

.item_white{
	color:#FFFFFF;
}

.item_light_green{
	color:#00FF00;
}

.item_light_blue{
	color:#80B2FF;
}

.item_light_blue_2{
	color:#3366FF;
}

.item_blue{
	color:#0066FF;
}

.item_pink{
	color:#FF1493;
}

.item_yellow{
	color:#FADE09;
}

.item_yellow_2{
	color:#FFCC00;
}

.item_red{
	color:#FF0000;
}

.item_dark_red{
	color:#800000;
}

.item_dark_red_background{
	background-color:#800000;
}

.item_purple{
	color: #800080;
}

.item_socket{
	color: #B266FF;
}

.item_grey{
	color: #808080;
}

.item_yellow_title{
	color: #FFCC19;
}
.item_luck{
	color:#80B2FF;
}
.item_exe_title{
	color: #008000;
}

.item_socket_title{
	color: #B266FF;
}

.item_socket_exe_title{
	color: #7401DF;
}

.item_ancient_title{
	color: #01DF01;
}

.item_ancient_background{
	background-color: #0000FF;
}


#inventoryc {
    background-image:url('../../default_assets/images/inventoryc.png?v1');
    width:395px;
    height:318px;
	text-align:center;
	display: inline-block;
	position:relative; 
}
#inventoryc > img {
	position: absolute;
    top: 90px; left: 145px;
    border-radius: 50%;
    border: 3px solid #24314e;
	width: 110px;
	height: 110px;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; background-size: contain !important;}
#in_shield { width:60px;height:136px;bottom:0;right:8px; background-size: contain !important;}
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; background-size: contain !important;}
#in_pants { width:68px;height:68px;bottom:8px;left:82px; background-size: contain !important;}
#in_gloves { width:68px;height:68px;top:116px;right:54px; background-size: contain !important;}
#in_boots { width:68px;height:68px;bottom:8px;right:82px; background-size: contain !important;}
#in_wings { width:138px;height:102px;top:8px;right:-2px; background-size: contain !important;}
#in_zoo { width:42px;height:42px;top:15px;left:10px; background-size: contain !important;}
#in_pendant { width:38px;height:38px;top:20px;right:136px; background-size: contain !important;}
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; background-size: contain !important;}
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; background-size: contain !important;}
#in_pentagram { width:64px;height:64px;bottom:8px;right:169px; background-size: contain !important;}
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; background-size: contain !important;} 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; background-size: contain !important;} 
 .cworkshop{
	display: table;
	margin:  50px auto;
}
.cworkshop .inventoryy{
	background-image: url("../../default_assets/images/inv.png");
	height: 610px;
	width: 311px;
	display:block;
}
.cworkshop .item{
	position: absolute;
	/*top: 0px;*/
	margin-top:10px;
	margin-left:3px;
}
.cworkshop .item>div{
	cursor: pointer;
	border: solid 2px transparent;
}
div[id*="item-slot-occupied-"] img {
	background-color: rgba(31, 31, 31, 0.73);
	
}

div[id*="item-slot-occupied-"] img:hover {
	background-color: rgba(154, 60, 45, 0.43);
}
.cworkshop .item>div.selected{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}

.cworkshop .item .hover_inv:hover{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}
.cworkshop .title{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 30px;
}