﻿@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";

body {
    padding: 0;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
 
.pageload-overlay.show {
    visibility: visible;
}
 
.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
}
 
.pageload-overlay svg path {
    fill: #fff;
}

<style>
.center-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;       /* függőleges közép */
    justify-content: center;   /* vízszintes közép */
}

.form-box {
    width: 100%;
    max-width: 400px;
    text-align: center;        /* SZÖVEG KÖZÉPRE */
}

.form-box input {
    text-align: center;
}

.form-box label {
    display: block;
    text-align: center;        /* címkék középre */
}
</style>

/* Alert */
.heading1 {
font-family: 'Oswald', sans-serif;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 4px -1px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 2px 4px -1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 2px 4px -1px rgba(255, 255, 255, 0.5);
margin: 30px 0px 15px 0;
padding: 0px 0px 10px 0px;
}

.dashboard-account {
	min-height: 410px;
	background: rgba(255, 255, 255, 0.32);
	margin: 0px 400px 0px 110px;
	box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.19);
	margin-top: 5px;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.dashboard-title {
    min-height: 100px;
    background: rgba(108, 185, 255, 0.22);
    font-size: 30px;
    text-shadow: none;
    color: rgba(7, 66, 141, 0.5);
    max-width: 80px;
    min-width: 100px;
    text-align: center;
    position: relative;
    margin-left: -35px;
    top: -25px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25);
}
.dashboard-account-information {
	float:left;
    max-width: 250px;
    min-width: 350px;
    max-height: 280px;
    min-height: 180px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
}
.dashboard-account-information2 {
	float:left;
    max-width: 250px;
    min-width: 410px;
    max-height: 280px;
    min-height: 180px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
}
.dashboard-players-information {
	float: right;
	max-width: 400px;
    min-width: 400px;
    max-height: 250px;
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
}
.dashboard-account-information-entry {
    min-width: 100%;
    max-width: 100%;
    min-height: 30px;
}
.entry-left {
    display: inline-block;
    float: left;
    background: rgba(87, 188, 255, 0.16);
    padding: 3px;
    border-radius: 5px 0px 0px 5px !important;
    width: 34%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.entry-right {
    float: left;
    padding: 3px;
    background: #fff;
    border-radius: 0px 5px 5px 0px !important;
    width: 60%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow:hidden;
}
.clear {
	clear:both;
}
.dashboard-player-bar {
    min-height: 35px;
    min-width: 100%;
    background: rgba(153, 178, 255, 0.3);
    border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    overflow:hidden;
}
.dashboard-player-bar-img {
    min-height: 35px;
    max-height: 35px;
    min-width: 35px;
    max-width: 35px;
    background: rgba(87, 188, 255, 0.42);
    float:left;
    padding:2px;
    box-sizing: border-box;
}
.dashboard-player-bar-info {
    min-height: 35px;
    float: left;
    min-width: 35px;
    background: rgba(153, 178, 255, 0.3);
    box-sizing: border-box;
    padding: 7px 15px 0px 15px;
    color: #517FB9;
    text-shadow: none;
    border-left: 1px solid rgba(44, 82, 202, 0.2);
}
.dashboard-player-bar-right-arrow {
    min-height: 35px;
    float: right;
    box-sizing: border-box;
    padding: 7px 15px 0px 15px;
    text-shadow: none;
}
.level {
    background: rgba(115, 160, 255, 0.37);
    border-radius: 9px !important;
    padding-left: 3px;
    padding-right: 3px;
}
.item-table {
	width: 100%;
	display: none;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
}
.item-table thead {
	background: #339EDA;
}
.item-table tbody {
	background: rgba(102, 145, 255, 0.2);
	color: #517FB9;
}
.dashboard-service {
    min-height: 45px;
    background: rgba(255, 255, 255, 0.51);
    text-align:center;
    padding-top: 5px;
    box-sizing: border-box;
    display: none;
}
.dashboard-status {
	text-align:center;
	margin-top: 25px;
	font-size: 20px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.dashboard-status2 {
	text-align:center;
	font-size: 14px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.dashboard-status .status-ok {
	color: rgba(0, 128, 0, 0.7);
}
.dashboard-status .status-block {
	color: rgba(255, 0, 0, 0.7);
}

#alerts1 {
    left: -7%;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 110%;
}
#alerts1:hover:after {
    background: hsla(0,0%,0%,.8);
    border-radius: 3px;
    color: #f6f6f6;
    content: 'Kattints a bezáráshoz';
    font: bold 12px/30px sans-serif;
    height: 30px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 140px;
}
#alerts1:hover:before {
    border-bottom: 10px solid hsla(0,0%,0%,.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 0;
}
#alerts1:target {
    display: none;
}
.alerts1 {
    background-color: #239B1F;
    background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    display: block;
    font: bold 16px/30px opensans;
    height: 30px;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
    -webkit-animation: alerts1 1s ease forwards;
       -moz-animation: alerts1 1s ease forwards;
        -ms-animation: alerts1 1s ease forwards;
         -o-animation: alerts1 1s ease forwards;
            animation: alerts1 1s ease forwards;
}

#alerts2 {
    left: -7%;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 110%;
}
#alerts2:hover:after {
    background: hsla(0,0%,0%,.8);
    border-radius: 3px;
    color: #f6f6f6;
    content: 'Kattints a bezáráshoz';
    font: bold 12px/30px sans-serif;
    height: 30px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 140px;
}
#alerts2:hover:before {
    border-bottom: 10px solid hsla(0,0%,0%,.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 0;
}
#alerts2:target {
    display: none;
}
.alerts2 {
    background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    display: block;
    font: bold 16px/30px opensans;
    height: 30px;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
    -webkit-animation: alerts2 1s ease forwards;
       -moz-animation: alerts2 1s ease forwards;
        -ms-animation: alerts2 1s ease forwards;
         -o-animation: alerts2 1s ease forwards;
            animation: alerts2 1s ease forwards;
}

#alerts {
    position: relative;
}
#alerts:hover:after {
    background: hsla(0,0%,0%,.8);
    border-radius: 3px;
    color: #f6f6f6;
    content: 'Kattints a bezáráshoz';
    font: bold 12px/30px sans-serif;
    height: 30px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 140px;
}
#alerts:hover:before {
    border-bottom: 10px solid hsla(0,0%,0%,.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 0;
}
#alerts:target {
    display: none;
}
.alerts {
    background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    display: block;
    font: bold 16px/30px opensans;
    height: 30px;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
    -webkit-animation: alerts 1s ease forwards;
       -moz-animation: alerts 1s ease forwards;
        -ms-animation: alerts 1s ease forwards;
         -o-animation: alerts 1s ease forwards;
            animation: alerts 1s ease forwards;
}

::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

/* Animation */

@-webkit-keyframes alerts {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-moz-keyframes alerts {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-ms-keyframes alerts {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@-o-keyframes alerts {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}
@keyframes alerts {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { top: 0; }
}

html, body {
	height: 100%;
}

.col-xs-offset-0 {
margin-left: 0;
}
.col-xs-12 {
width: 100%;
}

.has-feedback {
position: relative;
}
.form-group {
margin-bottom: 15px;
}

.form-control, .form-control[readonly] {
padding: 7px 5px;
color: #333;
cursor: text;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.5);
background: rgba(255, 255, 255, 0.3);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
input {
line-height: normal;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button, input {
line-height: normal;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
}

* {
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
box-sizing: border-box;
}

label {
display: inline;
font-weight: 400;
cursor: pointer;
}

.cbtn {
  color: #fff;
  padding: 0px;
  background: none;
  cursor: pointer;
  border-style: none;
  outline-style: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-family: "Oswald", serif;
  background-color: transparent;
  text-shadow: 1px 1px 3px rgba(150, 0, 0, 0.9);
}
.cbtn:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.95), 1px 1px 2px #4b0000;
}
.cbtn.cbtn-bl, .cbtn.cbtn-block {
  width: 100%;
  display: block;
}
.cbtn.cbtn-bl span.cbtn-content, .cbtn.cbtn-block span.cbtn-content {
  padding: 0px;
}
.cbtn.cbtn-xs > span {
  background-image: url("../images/cbtn/xs.png");
}

.pull-left {
float: left!important;
}

.cbtn.cbtn-xs > span.pull-left, .cbtn.cbtn-xs > span.pull-right {
  width: 8px;
  height: 32px;
  display: inline-block;
  background-color: transparent;
}
.cbtn.cbtn-xs > span.pull-left {
  background-position: 16px 0px;
}
.cbtn.cbtn-xs > span.pull-right {
  background-position: 8px 0px;
}
.cbtn.cbtn-xs > span.cbtn-content {
  width: auto;
  font-size: 14px;
  padding: 0px 5px;
  height: 32px;
  line-height: 32px;
  margin: 0px 8px;
  display: block;
  vertical-align: middle;
  background-position: 0px -96px;
}
.cbtn.cbtn-xs:hover > span.pull-left {
  background-position: -16px 0px;
}
.cbtn.cbtn-xs:hover > span.pull-right {
  background-position: -24px 0px;
}
.cbtn.cbtn-xs:hover > span.cbtn-content {
  background-position: 0px -64px;
}
.cbtn.cbtn-xs:active > span.pull-left {
  background-position: 0px 0px;
}
.cbtn.cbtn-xs:active > span.pull-right {
  background-position: -8px 0px;
}
.cbtn.cbtn-xs:active > span.cbtn-content {
  background-position: 0px -32px;
}
.cbtn.cbtn-xs:disabled, .cbtn.cbtn-xs.disabled {
  color: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.cbtn.cbtn-xs:disabled > span.pull-left, .cbtn.cbtn-xs.disabled > span.pull-left {
  background-position: -32px 0px;
}
.cbtn.cbtn-xs:disabled > span.pull-right, .cbtn.cbtn-xs.disabled > span.pull-right {
  background-position: -40px 0px;
}
.cbtn.cbtn-xs:disabled > span.cbtn-content, .cbtn.cbtn-xs.disabled > span.cbtn-content {
  background-position: 0px -128px;
}
.cbtn.cbtn-sm > span {
  background-image: url("../images/cbtn/sm.png");
}
.cbtn.cbtn-sm > span.pull-left, .cbtn.cbtn-sm > span.pull-right {
  width: 12px;
  height: 48px;
  display: inline-block;
  background-color: transparent;
}
.cbtn.cbtn-sm > span.pull-left {
  background-position: 24px 0px;
}
.cbtn.cbtn-sm > span.pull-right {
  background-position: 12px 0px;
}

label {
display: inline-block;
margin-bottom: 5px;
font-weight: 700;
font-family: "Open Sans", Arial;
font-size: 14px;
}


.checkbox input {
width: 15px;
height: 15px;
padding: 400px 400px;
color: #333;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.5);
background: rgba(255, 255, 255, 0.3);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.pull-right {
float: right!important;
}

.cbtn.cbtn-sm > span.cbtn-content {
  width: auto;
  font-size: 16px;
  padding: 0px 7px;
  height: 48px;
  line-height: 48px;
  margin: 0px 12px;
  display: block;
  vertical-align: middle;
  background-position: 0px -144px;
}
.cbtn.cbtn-sm:hover > span.pull-left {
  background-position: -24px 0px;
}
.cbtn.cbtn-sm:hover > span.pull-right {
  background-position: -36px 0px;
}
.cbtn.cbtn-sm:hover > span.cbtn-content {
  background-position: 0px -96px;
}
.cbtn.cbtn-sm:active > span.pull-left {
  background-position: 0px 0px;
}
.cbtn.cbtn-sm:active > span.pull-right {
  background-position: -12px 0px;
}
.cbtn.cbtn-sm:active > span.cbtn-content {
  background-position: 0px -48px;
}
.cbtn.cbtn-sm:disabled, .cbtn.cbtn-sm.disabled {
  color: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.cbtn.cbtn-sm:disabled > span.pull-left, .cbtn.cbtn-sm.disabled > span.pull-left {
  background-position: -48px 0px;
}
.cbtn.cbtn-sm:disabled > span.pull-right, .cbtn.cbtn-sm.disabled > span.pull-right {
  background-position: -60px 0px;
}
.cbtn.cbtn-sm:disabled > span.cbtn-content, .cbtn.cbtn-sm.disabled > span.cbtn-content {
  background-position: 0px -192px;
}
.cbtn.cbtn-md > span {
  background-image: url("../images/cbtn/md.png");
}
.cbtn.cbtn-md > span.pull-left, .cbtn.cbtn-md > span.pull-right {
  width: 15px;
  height: 60px;
  display: inline-block;
  background-color: transparent;
}
.cbtn.cbtn-md > span.pull-left {
  background-position: 30px 0px;
}
.cbtn.cbtn-md > span.pull-right {
  background-position: 15px 0px;
}
.cbtn.cbtn-md > span.cbtn-content {
  width: auto;
  font-size: 20px;
  padding: 0px 12px;
  height: 60px;
  line-height: 60px;
  margin: 0px 15px;
  display: block;
  vertical-align: middle;
  background-position: 0px -180px;
}
.cbtn.cbtn-md:hover > span.pull-left {
  background-position: -30px 0px;
}
.cbtn.cbtn-md:hover > span.pull-right {
  background-position: -45px 0px;
}
.cbtn.cbtn-md:hover > span.cbtn-content {
  background-position: 0px -120px;
}
.cbtn.cbtn-md:active > span.pull-left {
  background-position: 0px 0px;
}
.cbtn.cbtn-md:active > span.pull-right {
  background-position: -15px 0px;
}
.cbtn.cbtn-md:active > span.cbtn-content {
  background-position: 0px -60px;
}
.cbtn.cbtn-md:disabled, .cbtn.cbtn-md.disabled {
  color: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.cbtn.cbtn-md:disabled > span.pull-left, .cbtn.cbtn-md.disabled > span.pull-left {
  background-position: -60px 0px;
}
.cbtn.cbtn-md:disabled > span.pull-right, .cbtn.cbtn-md.disabled > span.pull-right {
  background-position: -75px 0px;
}
.cbtn.cbtn-md:disabled > span.cbtn-content, .cbtn.cbtn-md.disabled > span.cbtn-content {
  background-position: 0px -240px;
}
.cbtn.cbtn-lg > span {
  background-image: url("../images/cbtn/lg.png");
}
.cbtn.cbtn-lg > span.pull-left, .cbtn.cbtn-lg > span.pull-right {
  width: 20px;
  height: 80px;
  display: inline-block;
  background-color: transparent;
}
.cbtn.cbtn-lg > span.pull-left {
  background-position: 40px 0px;
}
.cbtn.cbtn-lg > span.pull-right {
  background-position: 20px 0px;
}
.cbtn.cbtn-lg > span.cbtn-content {
  width: auto;
  font-size: 24px;
  padding: 0px 18px;
  height: 80px;
  line-height: 80px;
  margin: 0px 20px;
  display: block;
  vertical-align: middle;
  background-position: 0px -240px;
}
.cbtn.cbtn-lg:hover > span.pull-left {
  background-position: -40px 0px;
}
.cbtn.cbtn-lg:hover > span.pull-right {
  background-position: -60px 0px;
}
.cbtn.cbtn-lg:hover > span.cbtn-content {
  background-position: 0px -160px;
}
.cbtn.cbtn-lg:active > span.pull-left {
  background-position: 0px 0px;
}
.cbtn.cbtn-lg:active > span.pull-right {
  background-position: -20px 0px;
}
.cbtn.cbtn-lg:active > span.cbtn-content {
  background-position: 0px -80px;
}
.cbtn.cbtn-lg:disabled, .cbtn.cbtn-lg.disabled {
  color: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.cbtn.cbtn-lg:disabled > span.pull-left, .cbtn.cbtn-lg.disabled > span.pull-left {
  background-position: -80px 0px;
}
.cbtn.cbtn-lg:disabled > span.pull-right, .cbtn.cbtn-lg.disabled > span.pull-right {
  background-position: -100px 0px;
}
.cbtn.cbtn-lg:disabled > span.cbtn-content, .cbtn.cbtn-lg.disabled > span.cbtn-content {
  background-position: 0px -320px;
}
.cbtn.cbtn-xlg > span {
  background-image: url("../images/cbtn/xlg.png");
}
.cbtn.cbtn-xlg > span.pull-left, .cbtn.cbtn-xlg > span.pull-right {
  width: 25px;
  height: 100px;
  display: inline-block;
  background-color: transparent;
}
.cbtn.cbtn-xlg > span.pull-left {
  background-position: 50px 0px;
}
.cbtn.cbtn-xlg > span.pull-right {
  background-position: 25px 0px;
}
.cbtn.cbtn-xlg > span.cbtn-content {
  width: auto;
  font-size: 36px;
  padding: 0px 50px;
  height: 100px;
  line-height: 100px;
  margin: 0px 25px;
  display: block;
  vertical-align: middle;
  background-position: 0px -300px;
}
.cbtn.cbtn-xlg:hover > span.pull-left {
  background-position: -50px 0px;
}
.cbtn.cbtn-xlg:hover > span.pull-right {
  background-position: -75px 0px;
}
.cbtn.cbtn-xlg:hover > span.cbtn-content {
  background-position: 0px -200px;
}
.cbtn.cbtn-xlg:active > span.pull-left {
  background-position: 0px 0px;
}
.cbtn.cbtn-xlg:active > span.pull-right {
  background-position: -25px 0px;
}
.cbtn.cbtn-xlg:active > span.cbtn-content {
  background-position: 0px -100px;
}
.cbtn.cbtn-xlg:disabled, .cbtn.cbtn-xlg.disabled {
  color: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.cbtn.cbtn-xlg:disabled > span.pull-left, .cbtn.cbtn-xlg.disabled > span.pull-left {
  background-position: -100px 0px;
}
.cbtn.cbtn-xlg:disabled > span.pull-right, .cbtn.cbtn-xlg.disabled > span.pull-right {
  background-position: -125px 0px;
}
.cbtn.cbtn-xlg:disabled > span.cbtn-content, .cbtn.cbtn-xlg.disabled > span.cbtn-content {
  background-position: 0px -400px;
}

.justify {
text-align: justify;
}

.eredmeny-uzenet {
	text-align:center;
	margin-top: 25px;
	font-size: 20px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.eredmeny-uzenet .eredmeny-ok {
	color: rgba(0, 128, 0, 0.7);
}
.eredmeny-uzenet .eredmeny-nem {
	color: rgba(255, 0, 0, 0.7);
}


.eredmeny-uzenet-mini {
	text-align:center;
	margin-top: 25px;
	font-size: 14px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.eredmeny-uzenet-mini .eredmeny-ok {
	color: rgba(0, 128, 0, 0.7);
}
.eredmeny-uzenet-mini .eredmeny-nem {
	color: rgba(255, 0, 0, 0.7);
}

#login-btn2 {
	background: #0474a5; 
	border-radius: 5px !important; 
	color: white;
	text-align:center;
	padding: 7px 20px 7px 20px;
}

#login-btn2:hover {
	background: #089ee0;
	cursor: pointer;
}

.box2 {
padding: 15px;
list-style: none;
border-radius: 2px;
border-top: 1px solid white;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.box22 {

list-style: none;
border-radius: 2px;
border-top: 1px solid white;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.system-req {
margin: 50px 0px 30px;
}
.outer-border {
padding: 4px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
background: #333;
border-top: 1px solid #646464;
border-left: 1px solid #9b9b9b;
box-shadow: 1px 1px 3px black;
}

.system-req table > tbody > tr:first-child > td {
font-weight: bold;
}
.system-req table > tbody > tr > td {
padding: 7.5px;
border-top: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.system-req table {
background-color: #e5cba6;
}


.list-col-3 > li {
margin-left: 8.5%;
list-style: none;
text-align: center;
width: 35.0%;
float: left;
padding: 7.5px;
}

h9, .h9 {
font-size: 24px;
font-family: "Open Sans", Arial;
}

.list-col-3 > li > a {
font-family: "Open Sans", Arial;
text-decoration: none;
text-align: center;
text-shadow: 0px 1px 2px white;
position: relative;
display: block;
padding: 20px 10px;
border-radius: 2px;
border-top: 1px solid white;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.list-col-3 > li:hover > a {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.list-col-3 > li.inactive > a {
  color: #555;
  text-shadow: none;
  cursor: not-allowed;
  background-color: rgba(150, 150, 150, 0.5);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.3), inset 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.list-col-3 > li.inactive:hover > a {
  background-color: rgba(150, 150, 150, 0.4);
}

.col-xs-offset-2 {
margin-left: 16.66666667%;
}

.col-xs-offset-222 {
margin-left: 10%;
}

.col-xs-offset-2222 {
margin-left: 20%;
}

.col-xs-8 {
width: 80%;
}

.alert-success {
border: none;
}

.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}

.alert-danger {
border: none;
}
.alert {
box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.7);
margin-bottom: 5px;
font-size: 14px;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.login-buttons .btn-big-se { 
top: 0; 
left: 100px; 
display:inline-block; 
background: url("../images/btn-big-se.png") no-repeat; 
background-position: 0px 0px; 
width: 195px; 
height: 170px; 
}

.login-buttons .btn-big-se:hover { background-position: 0px -170px; }


.login-buttons .btn-big-itemshop {
top: 140px;
left: 0px;
display: inline-block;
background: url("../images/btn-big-itemshop.png") no-repeat;
background-position: 0px 0px;
width: 195px;
height: 170px;
}

.login-buttons .btn-big-itemshop:hover { background-position: 0px -170px; }

.login-buttons .btn-big-options {
top: 320px;
left: 100px;
display: inline-block;
background: url("../images/btn-big-options.png") no-repeat;
background-position: 0px 0px;
width: 195px;
height: 170px;
}

.login-buttons .btn-big-options:hover { background-position: 0px -170px; }

body {
	margin: 0px;
	padding: 0px;
	background: #2b1c26 url(../images/main-wrapper-bg.jpg) repeat;
	font-family: sans-serif;
	font-size: 13px;
	color: #16130f;
	min-width: 1000px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-weight: 400;
}

h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #16130f;
}

ul {
	padding-top: 10px;
	padding-left: 20px;
	line-height: 140%;
}

ul.1 {
	padding-top: 10px;
	padding-left: 20px;
	line-height: 140%;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #6a2f3c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

select {
	padding: 0;
	margin: 0;
	border: none;

}

/** WRAPPER */
#wrapper {
	overflow: hidden;
	background: #000000;
}

#wrapper-bgtop {
	background: url(../images/wrapper-bgtop.jpg) repeat-x left top;
}

#wrapper-bgbtm {
	background: url(../images/wrapper-bgbtm.jpg) repeat-x left bottom;
}

#wrapper-bgimg {
	background: url(../images/wrapper-bgimg.jpg) no-repeat center top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */
#header {
	overflow: hidden;
}

/** LOGO */
#logo-wrapper {
	overflow: hidden;
	height: 115px;
	/*background: url(images/logo-wrapper-bg.png) no-repeat center top;*/
}

#logo {
	width: 720px;
	padding: 10px 0px 0px 0px;
	/*height: 120px;*/
}

#logo h1, #logo p {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.5);*/
	line-height: 100px;
	padding-top: 30px;
	padding-left: 300px;
	font-size: 12px;
}

#logo h1 a {
	display: block;
	letter-spacing: 1px;
	font-size: 12px;
}

#logo p {
	padding: 5px 0px 0px 300px;
	letter-spacing: 1px;
	font-family: serif;
	font-size: 12px;
	color: #6b6565;
}

/** MENU */
#menu-wrapper {
	overflow: hidden;
	height: 155px;
	background: url(../images/menu-wrapper-bg.png) no-repeat center top;
}

#menu {
	height: 155px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;padding-right: 35px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}
#menu nav {    
display: block;
margin-left:125px;
position: absolute;
padding-top: 100px;
width: 750px;
}
#menu nav ul {
margin: 0 auto;
padding:0;
list-style: none;
z-index:9999;
text-align:center;
}
.nav li{position: relative;}
.nav li li a {
background: rgba(0, 0, 0, 0.57);
padding-right: 0px !important;
border-bottom: #000 1px solid;
text-decoration: none; 
width: 150px;
padding-top: 6px;
padding-bottom: 6px;
}
.nav ul {
position: absolute;
left: -99999em;
margin-top: 70px;
border-radius:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow:inset 0 0 20px rgba(255,255,255,.05),0 0 15px rgba(0,0,0,.7);
border:#000 1px solid;
}
.nav > li:hover > ul {
left: auto;
padding-top: 5px;
min-width: 100%;
}
.nav > li li:hover > ul { left: 100%;}
.nav > li:hover > a:first-child:nth-last-child(2):before { margin-top:-5px;}
.nav li li > a:first-child:nth-last-child(2):before { margin-top: -5px;}
.nav li li:hover > a:first-child:nth-last-child(2):before {right: 10px; }

/** PAGE */
#page-wrapper {
	overflow: hidden;
	background: url(../images/page-wrapper-bg.png) repeat-y center top;
}

#page-bgtop {
	background: url(../images/page-bgtop.png) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	padding: 10px 0px 150px 0px;
	background: url(../images/page-bgbtm.jpg) no-repeat center bottom;
}

.two-column1 #page-wrapper {
	background: url(../images/page2-wrapper-bg.png) repeat-y center top;
}

.two-column1 #page-bgtop {
	background: url(../images/page2-bgtop.png) no-repeat center top;
}

.two-column1 #page-bgbtm {
	background: url(../images/page2-bgbtm.jpg) no-repeat center bottom;
}

.two-column2 #page-wrapper {
	background: url(../images/page3-wrapper-bg.html) repeat-y center top;
}

.two-column2 #page-bgtop {
	background: url(../images/page3-bgtop.png) no-repeat center top;
}

.two-column2 #page-bgbtm {
	background: url(../images/page3-bgbtm.jpg) no-repeat center bottom;
}

/** CONTENT */
#content {
	min-height: 1300px;
	float: left;
	width: 680px;
}

.two-column2 #content {
	float: right;
}

#wide-content {
	min-height: 1300px;
}

#wide-content .entry {
	background: url(../images/wide-content-shadow.png) no-repeat left top;
}

/** SIDEBAR */
#sidebar {
	float: right;
	width: 320px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */
#footer {
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	background: url(../images/footer-wrapper-bg.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}



/** COPYRIGHT */
#copyright {
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	padding: 20px 0px 0px 0px;
	/*background: url(../images/divider-bg.png) repeat-x left top;*/
}

#copyright p {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	/* color: #513343; */
	color:#999999;
}

/** FOOTER CONTENT */
#footer-content {
	overflow: hidden;
	width: 910px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

#footer-content h2 {
	padding: 0px 0px 25px 0px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #fef6fc;
}

#footer-content #column1 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

#footer-content #column2 {
	float: left;
	width: 270px;
}

#footer-content #column3 {
	float: right;
	width: 270px;
}

#loading {
  background-image:url(../images/l_bg.png);
  border-radius:0 0 4px 4px;
  color:#fff;
  display:none;
  position:fixed;
  top:0;
  left:48%;
  z-index:1000;
  padding:6px;
}

/** LIST STYLE 1 */
ul.style1 {
	margin: 0px;
	padding: 0px;
	
}

ul.style1 li {
	/*padding: 12px 0px 12px 0px;*/
	padding: 5px 0px 5px 0px;
	background: url(../images/divider-bg.png) repeat-x left top;
}

ul.style1 a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #a08484;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */
ul.style2 {
	margin: 0px;
	padding: 0px;
	
}

ul.style2 li {
	padding: 10px 0px 10px 0px;
	background: url(../images/divider2-bg.png) repeat-x left top;
}

ul.style2 a {
	color: #16130f;
}

ul.style2 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 3 */
ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 15px 0px;
	background: url(../images/divider2-bg.png) repeat-x left top;
	line-height: 100%;
}

ul.style3 a {
	color: #16130f;
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 4 */
ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
	padding: 5px 0px 5px 0px;
	background: url(../images/divider4-bg.png) repeat-x left top;
}

ul.style4 a {
	color: #16130f;
}

ul.style4 .first {
	padding-top: 0px;
	background: none;
}

/** TITLE 1 */
.title1 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(../images/title1-bg.png) no-repeat left top;
	left: -50px;
}

.title1 h1, .title1 h2 {
	/*padding: 67px 0px 0px 78px;*/
	padding: 65px 0px 0px 98px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 20px; /*12*/
	color: #FFFFFF;
}

/** TITLE 2 */
.title2 {
	position: relative;
	width: 370px;
	height: 150px;
	background: url(../images/title2-bg.png) no-repeat left top;
	margin-top: -10px;
}

.title2 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 3 */
.title3 {
	position: relative;
	width: 1050px;
	height: 150px;
	background: url(../images/title3-bg.png) no-repeat left top;
	left: -50px;
}

.title3 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 4 */
.title4 {
	position: relative;
	width: 370px;
	height: 150px;
	left: -50px;
	background: url(../images/title4-bg.png) no-repeat left top;
}

.title4 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 5 */
.title5 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(../images/title5-bg.png) no-repeat left top;
}

.title5 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BOX STYLE 1 */
.box-style1 {
	overflow: hidden;
}

.box-style1 .title {
	padding: 0px 30px 20px 50px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	/*text-transform: uppercase;*/
	font-family: serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style1 .entry {
	padding: 30px 50px 0px 50px;
	background: url(../images/box-content-shadow.png) no-repeat left top;
}

.box-style2 {
	overflow: hidden;
}
/** BOX STYLE 2 */
.box-style2 .entry {
	__margin-top: -5px; /*20*/
	padding: 0px 50px 0px 40px;
}

.box-style2 h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #16130f;
}

/** BOX STYLE 3 */
.box-style3 .entry {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */
.box-style4 {
	overflow: hidden;
}

.box-style4 .title {
	padding: 0px 30px 20px 40px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style4 .entry {
	padding: 30px 20px 0px 30px;
	background: url(../images/box-content-shadow.png) no-repeat left top;
}

.avatar_frame {
  padding: 3px;
  border: 1px solid #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/** IMAGE BORDER STYLE 1 */
.image-style1 {
	position: relative;
	float: left;
	width: 250px;
	height: 239px;
	margin: 0px 15px 0px 0px;
	top: -3px;
	left: -10px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style1a span {
	background: url(../images/image-style1-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */
.image-style2 {
	position: relative;
	width: 304px;
	height: 155px;
	margin: 0px 15px 0px 0px;
	top: -5px;
	left: -15px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 20px;
	left: 20px;
}

.image-style2a span {
	background: url(../images/image-style2-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */
.image-style3 {
	position: relative;
	float: left;
	width: 85px;
	height: 85px;
	margin: 0px 10px 0px 0px;
	top: -5px;
	left: -10px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style3a span {
	background: url(../images/image-style3-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */
.image-style4 {
	position: relative;
	width: 252px;
	height: 145px;
	margin: 0px 0px 25px 0px;
	left: -15px;
}

.image-style4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4 img {
	position: absolute;
	top: 15px;
	left: 20px;
}

.image-style4a span {
	background: url(../images/image-style4-border.png) no-repeat left top;
}

/** BUTTON STYLE 1 */
.button-style {
	border: none;
	cursor: pointer;
	position: relative;
	display: block;
	width: 222px;
	height: 71px;
	left: 10px;
	background: url(../images/button-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BUTTON STYLE 2 */
.button-style2 {
	border: none;
	position: relative;
	width: 182px;
	height: 71px;
	left: 10px;
	background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
}

.text-align {
	/*padding-top: 20px;*/
}

/** TWO COLUMNS */
.two-column {
	overflow: hidden;
	margin-top: -10px;
	padding: 0px 30px 0px 50px;
}

.two-column .colA {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colB {
	float: right;
	width: 275px;
	padding: 10px 0px 0px 0px;
}

.two-column .colC {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colD {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 0px;
}

/** META STYLE */
.meta-wrapper {
	position: relative;
	width: 622px;
	height: 91px;
	padding: 0px 0px 30px 0px;
	background: url(../images/meta-wrapper-bg.png) no-repeat left top;
	top: 30px;
	left: -10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	color: #a3a3a3;
}

#meta-wrapper a {
	color: #FFFFFF;
}

#meta-wrapper .posted {
	float: left;
	color: #FFFFFF;
}

#meta-wrapper .links {
	float: right;
	color: #FFFFFF;
}

#box1 {
}

/** META STYLE 1 */
.meta-bg {
	overflow: hidden;
	position: relative;
	width: 542px;
	height: 50px;
	padding: 10px 45px 0px 35px;
	left: -10px;
	/*background: url(images/meta-wrapper-bg.png) no-repeat left top;*/
}

.meta p {
	text-transform: uppercase;
	font-family: serif;
}

.meta .tags {
	float: left;
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0px 10px 3px 30px;
	background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
	height: 22px;
	padding: 0px 15px;
	background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
	text-decoration: underline;
}

/** BANNER */
#banner {
	overflow: hidden;
	width: 964px;
	height: 290px;
	margin: 0px auto;
	background: url(../images/banner-wrapper-bg.jpg) no-repeat left top;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: serif;
}

#banner h2 {
	padding: 52px 0px 10px 0px;
	letter-spacing: 3px;
	line-height: 145%;
	font-size: 20px;
	color: #FFFFFF;
}

#banner p {
	letter-spacing: 1px;
	line-height: 70%;
	color: #837e7e;
}

#banner #col1 {
	width: 617px;
	height: 240px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 25px 0px 0px 25px;
}
#banner #col1 ol, #banner #col1 li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#banner #col1 .items {
	width: 2000em;
	position: absolute;
}
#banner #col1 .items .item {
	float: left;
}
#banner #col1 .items .item span{
	position: absolute;
	width: 617px;
	height: 240px;
	z-index: 11;
}
#banner #col1 .promRoundBox {
	position: absolute;
	width: 617px;
	height: 240px;
	background: url('../images/misc/main_prom_bg.png') no-repeat;
	z-index: 10;
}
#banner #col1 .rollingIconWrap {
	position: absolute;
	right: 0;
	/*top: 0;*/
	z-index: 12;
}
#banner #col1 .rollingIconWrap .bgFirst {
	float: left;
	width: 53px;
	height: 40px;
	background: url('../images/misc/main_prom_rollTop.png') no-repeat;
}
#banner #col1 .rollingIconWrap .rollingIcon {
	float: left;
	height: 30px;
	padding: 10px 15px 0 0;
	background: url('../images/misc/main_prom_rollMiddle.png') no-repeat right top;
	overflow: hidden;
}
#banner #col1 .rollingIconWrap .rollingIcon button {
	float: left;
	width: 19px;
	height: 21px;
	margin-right: 3px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background:url('../images/misc/main_prom_icon_off.gif') no-repeat
}
#banner #col1 .rollingIconWrap .rollingIcon button.active {
	background-image:url('../images/misc/main_prom_icon_on.gif')
}

#banner #col2 {
	width: 260px;
	margin: 15px 0 0 694px;
	color: white;
}

#banner #col2 p span {
	float: right;
	color: #837E7E;
	padding-right: 20px;
}
#banner #col2 p a span{
	text-decoration: underline;
}
#banner #col2 img {
	opacity: 0.5;
	/*filter: alpha(opacity=50);*/
	-webkit-transition: all 0.5s ease;
	vertical-align: middle;
}
#banner #col2 img:hover {
	opacity: 0.9;
	/*filter: alpha(opacity=90);*/
}
#banner #col2 .info-button {
	width: 250px;
	padding-bottom: 15px;
	margin: 0;
}
#banner #col2 .info-button td {
	width: 65px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	opacity: 0.3;
	/*filter: alpha(opacity=30);*/
}
#banner  #sButton-0 {
	background: url('../images/misc/logo1.png') transparent center top no-repeat;
}
#banner  #sButton-1 {
	background: url('../images/misc/logo2.png') transparent center top no-repeat;
}

#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;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:700px;
	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"]), .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;background: url(../images/divider4-bg.png) repeat-x left top;}
.ranking-table th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.ranking-table th.end{border-right:0}
.ranking-table td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.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);
/*filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}

.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: #fbb450;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #a34221));
background: -moz-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -webkit-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -o-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -ms-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: linear-gradient(to bottom, #302F2D 5%, #222222 100%);
display: inline-block;
position: relative;
z-index: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #3C3C3C;
text-shadow: 0 1px #000;
margin: 0 -5px;
padding: 0 20px;
border: 1px solid #363434;
}
.tabrow a {
  color:#ffffff;
  text-decoration: none;
}
.tabrow li.selected {
color: #ffffff;
z-index: 2;
-moz-box-shadow: inset 0px 1px 0px 0px #f0a899;
-webkit-box-shadow: inset 0px 1px 0px 0px #f0a899;
box-shadow: inset 0px 1px 0px 0px #f0a899;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #915044), color-stop(1, #552a22) );
background: -moz-linear-gradient( center top, #915044 5%, #552a22 100% );
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915044', endColorstr='#552a22');*/
background-color: #915044;
-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;
font-family: Arial;
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
border: 1px solid #613333;
}
.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 {
	border: 1px solid #613333;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #232323;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #232323;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #5c2f26;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #5c2f26;
}

.rankings{
	display: none;
}

.custom_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #80615c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #80615c;
	box-shadow:inset 0px 1px 0px 0px #80615c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d3d34), color-stop(1, #4f2922) );
	background:-moz-linear-gradient( center top, #6d3d34 5%, #4f2922 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d3d34', endColorstr='#4f2922');*/
	background-color:#6d3d34;
	-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;
	border:1px solid #5c3129;
	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;
	text-shadow:1px 1px 0px #050005;
}
.custom_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f2922), color-stop(1, #6d3d34) );
	background:-moz-linear-gradient( center top, #4f2922 5%, #6d3d34 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f2922', endColorstr='#6d3d34');*/
	background-color:#4f2922;
	text-decoration:none;
}.custom_button:active {
	position:relative;
	top:0px;
}
.custom_button2 {	
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);	*/
	background-color:#d0451b;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	border:1px solid #942911;	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 13px;
	text-decoration:none;	
	text-shadow:0px 1px 0px #854629;	
}
.custom_button2:hover {	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);	*/
	background-color:#bc3315;
	cursor: pointer;
}
.custom_button2:active {
	position:relative;
	top:1px;
}
#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 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{
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;
	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;
}

#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 34px;
	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:70%; 
	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);
}
ul.style4 span {
	float:right;
}

/** BUTTON STYLE 1 */
.services-link-style1 {
	border: none;
	cursor: pointer;
	position: relative;
	display: block;
	width: 222px;
	height: 71px;
	left: -10px;
	background: url(../images/button-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}
.services-link-style1 img {
	padding-left: 18px;
}

/** SERVICES BUTTON STYLE 1 */
.services-button-style1 {
	position: relative;
	display: block;
	width: 182px;
	height: 71px;
	left: -10px;
	background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
}


/** BOX STYLE 5 */
.box-style5 {
	overflow: hidden;
	margin-bottom: 55px;
}

.box-style5 .title {
	padding: 0px 30px 20px 10px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style5 .entry {
	line-height: 180%;
	padding: 20px 10px;
	background: url(../images/box-content-shadow.png) no-repeat -40px top;
}

/** BOX STYLE 6 */
.box-style6 {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}


/* MAIN-TABLE */
.main-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top}
.main-table th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table th.end{border-right:0}
.main-table td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table td.end{border-right:0}
.main-table tr{}
.main-table tbody tr:hover{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* MAIN-TABLE2 */
.main-table2{text-align:left;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top}
.main-table2 th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table2 th.end{border-right:0}
.main-table2 td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table2 td.end{border-right:0}
.main-table2 tr{}
.main-table2 tbody tr:hover{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.main-tr {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4);
}

.w-coins, .wcoins {
	color: #CC6600;
	font-weight: bold;
}

.zz-coins, .zzcoins {
	color: #003399;
	font-weight: bold;
}

.event_list_name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.event_list_time{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6a2f3c;
}

.offline{
	color: red;
}

.online{
	color: green;
}

#timer_div_title {
position: absolute;
height: 16px;
width:210px;
top: 10px;
left:560px;
font-size: 16px;
text-align:center;
}
#timer_div_time {
position: absolute;
height: 70px;
width:220px;
top: 30px;
left:560px;
}

.timmer_inner_block{
	width: 50px;
	height: 65px;
	background-color: #fff;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin: 2px;
	float:left;
	opacity:0.2;
	/*filter:alpha(opacity=20); */
	
}

#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: 20px;
	padding-top:10px;
}

.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);	
}
	
