/* General Settings */

body {
	font: 14px/18px arial, 'liberation sans', 'dejavu sans', sans-serif;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

ul li {
	list-style-type: disc;
	margin-left: 15px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* Sticky Footer */

html,
body {
	height: 100%;
}

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -198px;
	min-height: 100%;
}

.footer,
.push {
	height: 198px;
}

/* Grid */

.block-full,
.block-half,
.block-third,
.block-quarter {
	background: url(../images/blank.png);
	color: #4d4d4d;
	float: left;
	line-height: 21px;
	margin-top: 11px;
	max-height: 1000000px;
	width: 950px;
}

.block-half {
	width: 475px;
}

.block-third {
	width: 278px;
}

.block-quarter {
	width: 237px;
}

.indented {
	margin-left: 5px;
}

/* Table */

.list-basic .block-full,
.list-basic .block-half,
.list-basic .block-quarter {
	height: 40px;
	line-height: 41px;
	margin-top: 0;
	padding-top: 1px;
}

.list-basic .list-header {
	color: #999;
}

.list-basic h2 {
	padding-bottom: 13px;
}

.list-separator {
	background: #ececec;
	height: 1px;
}

/* Form Controls */

.form-control {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #555;
	font: 12px arial, 'liberation sans', 'dejavu sans', sans-serif;
	height: auto;
	padding: 4px 6px;
	vertical-align: middle;
}

input.form-control {
	height: 16px;
}

.form-control:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	outline: 0;
}

.form-control[disabled],
.form-control[readonly] {
	background: #eee;
}

.btn {
	background-image: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font: 12px/22px arial, 'liberation sans', 'dejavu sans', sans-serif;
	height: 26px;
	text-align: center;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

.btn.disabled,
.btn[disabled] {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	filter: alpha(opacity=65);
	opacity: .65;
	pointer-events: none;
}

.btn-primary {
	background-color: #00a0ff;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #0092ff;
	color: #fff;
}

.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #999;
	color: #fff;
}

.error {
	background-color: #ff6255;
	color: #fff;
}

.error:hover,
.error:focus,
.error:active,
.error.active {
	background-color: #ff5042;
	color: #fff;
}

/* Home Page - Top Box */

.bridge {
	background: url(../images/bridge.jpg) no-repeat center top #000;
	height: 546px;
	min-width: 960px;
	overflow: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.logo-box {
	padding-top: 22px;
}

.bird1 {
	background: url(../images/bird1.png);
	height: 125px;
	margin: 0 0 0 210px;
	position: absolute;
	width: 141px;
}

.bird2 {
	background: url(../images/bird2.png);
	height: 102px;
	margin: 146px 0 0 643px;
	position: absolute;
	width: 135px;
}

.hire-player {
	background: url(../images/hire_player.png);
	float: left;
	height: 30px;
	margin-left: 5px;
	width: 161px;
}

.hire-player:hover {
	background-position: 0 -30px;
}

.menu-item {
	color: #fff;
	float: right;
	font-size: 16px;
	height: 27px;
	padding-top: 5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.menu-link {
	color: #fff;
}

.menu-link:hover {
	text-decoration: underline;
}

.forum {
	background: url(../images/book.png) no-repeat;
	margin-right: 5px;
	padding-left: 54px;
}

.logout {
	margin-right: 30px;
}

.welcome {
	margin-right: 28px;
}

.cover {
	color: #fff;
	font-size: 38px;
	height: 70px;
	line-height: 43px;
	margin-top: 59px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.cover-description {
	font-size: 22px;
	line-height: 27px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .55);
}

.login-buttons {
	margin-top: 19px;
	text-align: center;
}

.account-button,
.facebook-button,
.google-button {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: url(../images/buttons.png);
	display: inline-block;
	height: 37px;
	margin: 0 6px;
	position: relative;
	width: 214px;
}

.account-button:hover {
	background-position: 0 -37px;
}

.facebook-button {
	background-position: 0 -74px;
}

.facebook-button:hover {
	background-position: 0 -111px;
}

.google-button {
	background-position: 0 -148px;
}

.google-button:hover {
	background-position: 0 -185px;
}

.feature-box {
	background: url(../images/features.png);
	float: left;
	height: 151px;
	margin: 68px 5px 0;
	width: 466px;
}

.feature-highlight {
	color: #71ff10;
}

.price-box {
	background: url(../images/features.png) -466px 0;
	float: right;
	height: 151px;
	margin: 68px 5px 0;
	width: 289px;
}

.feature-box p,
.price-box p {
	color: #fff;
	font-size: 17px;
	height: 50px;
	line-height: 51px;
	overflow: hidden;
	padding-left: 85px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
}

.price-box p {
	padding-left: 94px;
}

.feature-box p:first-child,
.price-box p:first-child {
	line-height: 53px;
}

.feature-box p:last-child,
.price-box p:last-child {
	line-height: 50px;
}

/* Home Page - Inventory View */

.cover-inventory,
.cover-paragon,
.cover-item-log {
	color: #333;
	font-size: 25px;
	height: 58px;
	line-height: 29px;
	margin-bottom: 23px;
	padding-top: 50px;
	text-align: center;
}

.cover-sub-description {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 18px;
	margin-top: 11px;
}

.inventory-overlay {
	background: rgba(255, 255, 255, .5);
	display: none;
	height: 432px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
}

.inventory-loading {
	background: url(../images/loader.gif) no-repeat 18px 17px #fff;
	border: 1px solid #979797;
	color: #5a5a5a;
	display: inline-block;
	font-size: 15px;
	margin-top: 191px;
	padding: 20px 18px 20px 56px;
}

.stash-tabs {
	float: right;
	height: 337px;
	width: 35px;
}

.stash-tab {
	border: 1px solid #ddd;
	color: #00a0ff;
	cursor: pointer;
	font-size: 13px;
	height: 42px;
	line-height: 0;
	margin: -1px 0 0 -1px;
	padding-top: 41px;
	position: relative;
	text-align: center;
	width: 33px;
}

.stash-tab-top {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 0;
}

.stash-tab-bottom {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.stash-tab-active {
	border-color: #00a0ff;
	color: #5a5a5a;
	z-index: 1;
}

.stash-box {
	background: url(../images/slot_stash.png);
	float: right;
	height: 421px;
	position: relative;
	width: 295px;
}

.stash-page {
	display: none;
}

.stash-page-active {
	display: block;
}

.stash-item,
.char-item {
	border: 1px solid #4c4c4c;
	cursor: pointer;
	height: 41px;
	position: absolute;
	width: 41px;
	z-index: 2;
}

.item-unchest {
	background-image: url(../images/slot_unchest.png);
}

.item-active {
	background-image: url(../images/slot_active.png);
}

.item-active-box {
	height: 33px;
	margin: 4px;
	position: absolute;
	width: 33px;
}

.item-two-slot {
	height: 83px;
}

.item-two-slot .item-active-box {
	height: 75px;
}

.item-unknown,
.item-unknown .item-active-box {
	background-color: #ffb7ca;
}

.item-unknown:hover,
.item-unknown:hover .item-active-box {
	background-color: #ffcbda;
}

.item-box-title.item-unknown,
.item-log-title.item-unknown {
	background: transparent;
	color: #ff5c87;
}

.item-gray-white,
.item-gray-white .item-active-box {
	background-color: #e8e8e8;
}

.item-gray-white:hover,
.item-gray-white:hover .item-active-box {
	background-color: #f2f2f2;
}

.item-box-title.item-gray-white,
.item-log-title.item-gray-white {
	background: transparent;
	color: #737373;
}

.item-light-blue,
.item-light-blue .item-active-box {
	background-color: #75ffbe;
}

.item-light-blue:hover,
.item-light-blue:hover .item-active-box {
	background-color: #95ffd6;
}

.item-box-title.item-light-blue,
.item-log-title.item-light-blue {
	background: transparent;
	color: #41c29a;
}

.item-blue,
.item-blue .item-active-box {
	background-color: #67cfff;
}

.item-blue:hover,
.item-blue:hover .item-active-box {
	background-color: #78e3ff;
}

.item-box-title.item-blue,
.item-log-title.item-blue {
	background: transparent;
	color: #1088ff;
}

.item-yellow,
.item-yellow .item-active-box {
	background-color: #ffff33;
}

.item-yellow:hover,
.item-yellow:hover .item-active-box {
	background-color: #ffff61;
}

.item-box-title.item-yellow,
.item-log-title.item-yellow {
	background: transparent;
	color: #c9c700;
}

.item-green,
.item-green .item-active-box {
	background-color: #8bff40;
}

.item-green:hover,
.item-green:hover .item-active-box {
	background-color: #b6ff40;
}

.item-box-title.item-green,
.item-log-title.item-green {
	background: transparent;
	color: #3ecd02;
}

.item-brown,
.item-brown .item-active-box {
	background-color: #ffd826;
}

.item-brown:hover,
.item-brown:hover .item-active-box {
	background-color: #fff126;
}

.item-box-title.item-brown,
.item-log-title.item-brown {
	background: transparent;
	color: #f89d00;
}

.item-title,
.item-type {
	color: #333;
	font-size: 10px;
	line-height: 13px;
	margin: 7px auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 38px;
}

.item-type {
	color: #ff0000;
	margin-top: 0;
}

.char-box {
	background: url(../images/slot_character.png);
	height: 334px;
	margin-left: 92px;
	position: relative;
	width: 186px;
}

.char-item {
	height: 36px;
	width: 36px;
}

.char-item .item-active-box {
	height: 28px;
	width: 28px;
}

.char-item.item-two-slot {
	height: 73px;
}

.char-item.item-two-slot .item-active-box {
	height: 65px;
}

.char-item .item-title {
	margin-top: 5px;
	width: 33px;
}

.char-item .item-type {
	margin-top: -1px;
	width: 33px;
}

.item-box {
	background: #fff;
	border: 1px solid #979797;
	display: none;
	max-height: 1000000px;
	width: 368px;
}

.item-box-title {
	font-weight: bold;
	line-height: 16px;
	margin: 22px 18px 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

.item-box-type,
.item-box-level {
	color: #999;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 16px 18px 0;
}

.item-box-level {
	float: right;
}

.item-box-properties {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 18px 0;
}

.item-box-properties li {
	margin-top: 4px;
}

.item-box-high {
	margin-bottom: 23px;
}

li.item-box-caption {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 12px 0 8px;
}

.item-box-tip {
	color: #00a0ff;
	font-size: 12px;
	line-height: 15px;
	margin: 17px 18px 20px;
	text-align: right;
}

.item-salvage {
	border: 1px solid #b8b8b8;
	border-style: solid none none;
	color: #00a0ff;
	cursor: pointer;
	display: none;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
}

/* Home Page - Paragon Bar */

.cover-paragon {
	border-top: 1px solid #ddd;
	margin-bottom: 34px;
	margin-top: 60px;
}

.paragon-level {
	display: none;
	line-height: 10px;
	margin: 0 0 7px 5px;
	text-align: center;
}

.paragon-active {
	display: block;
}

.paragon-bar {
	background: #f5f5f5;
	border: 1px solid #ddd;
	height: 9px;
	margin: 6px auto 0;
	position: relative;
	width: 658px;
}

#xp-recent,
#xp-initial {
	background: #b4e2fc;
	border: 1px solid #68c4fb;
	border-right: 0;
	display: none;
	height: 9px;
	margin: -1px 0 0 -1px;
	position: absolute;
}

#xp-initial {
	background: #71d7f0;
	border-color: #2fb1ff;
}

.paragon-bar-select {
	cursor: pointer;
	height: 31px;
	margin: -11px 0 0 -11px;
	position: absolute;
	width: 680px;
}

.paragon-bar-select:hover div {
	border: 1px solid #00a0ff;
	height: 9px;
	margin: 10px 0 0 10px;
	width: 658px;
}

.paragon-box {
	background: #fff;
	border: 1px solid #979797;
	display: none;
	line-height: 16px;
	padding: 10px 0 20px;
	white-space: nowrap;
}

.paragon-box-loading {
	background: url(../images/loader.gif) no-repeat center #fff;
	height: 90px;
	width: 250px;
}

.paragon-box-caption {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 12px 18px 4px;
}

.paragon-var,
.paragon-value {
	color: #4d4d4d;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	vertical-align: top;
}

.paragon-var {
	margin: 4px 0 0 18px;
	width: 118px;
}

.paragon-value {
	margin: 4px 18px 0 0;
}

.paragon-box-tip {
	color: #00a0ff;
	font-size: 12px;
	margin: 12px 18px 0;
	text-align: right;
}

/* Home Page - Item Log */

.cover-item-log {
	border-top: 1px solid #ddd;
	margin-bottom: 18px;
	margin-top: 60px;
}

.item-log-title {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin-left: -10px;
	max-width: 435px;
	overflow: hidden;
	padding: 0 10px 0;
	white-space: nowrap;
}

.item-log-title:hover {
	text-decoration: underline;
}

#item-log-empty,
#item-log-loading {
	display: none;
	text-align: center;
}

/* Home Page - Bottom Bridge */

.bridge-bottom {
	background: url(../images/bridge.jpg) no-repeat 50% -550px #000;
	height: 353px;
	margin-top: 60px;
	min-width: 960px;
	overflow: auto;
	position: relative;
}

.login-bottom {
	margin-top: 92px;
	text-align: center;
}

.cover-white {
	color: #fff;
	font-size: 28px;
	height: 31px;
	line-height: 31px;
	margin-top: 10px;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.menu-bottom {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 260px;
	width: 960px;
}

.cards {
	margin-left: 5px;
}

.email {
	background: url(../images/envelope.png) no-repeat;
	margin-right: 5px;
	padding-left: 53px;
}

.epvp {
	background: url(../images/epvp.png) no-repeat;
	margin-right: 30px;
	padding-left: 47px;
}

.refunds,
.privacy {
	color: #fff;
	float: left;
	margin: 17px 5px 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.bottom-fill {
	background: #000;
	height: 100%;
	position: fixed;
	width: 100%;
}

/* Account - Top Menu */

.hire-player-color {
	background: url(../images/hire_player_color.png);
	float: left;
	height: 30px;
	margin-left: 5px;
	width: 161px;
}

.hire-player-color:hover {
	background-position: 0 -30px;
}

.account-menu-item {
	color: #5a5a5a;
	float: right;
	font-size: 15px;
	height: 23px;
	padding-top: 5px;
}

.account-link {
	color: #00a0ff;
}

.account-link:hover {
	text-decoration: underline;
}

.account-forum {
	background: url(../images/book_small.png) no-repeat;
	margin-right: 5px;
	padding-left: 45px;
}

.account-logout {
	margin-right: 29px;
}

.account-items {
	margin-right: 27px;
}

.alert-text {
	color: #ff3535;
}

.tabs-box {
	margin-top: 35px;
}

.tab-item {
	border: 1px solid #b8b8b8;
	color: #00a0ff;
	float: left;
	font-size: 13px;
	height: 18px;
	padding: 9px 20px;
	text-align: center;
}

.tab-left {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	margin-left: 5px;
}

.tab-middle {
	border-style: solid none solid;
}

.tab-right {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.tab-active {
	border-bottom-color: #fff;
	color: #5a5a5a;
}

.tab-line {
	border-style: solid none solid;
	border-top-color: #fff;
	margin-left: 5px;
	position: absolute;
	width: 915px;
	z-index: -1;
}

.tab-account,
.tab-game,
.tab-buy {
	display: none;
}

div.tab-active-box {
	display: block;
}

/* Account - Pay Success */

.pay-success-box {
	border-bottom: 1px solid #ddd;
	color: #00a0ff;
	display: none;
	font-size: 22px;
	font-weight: bold;
	height: 52px;
	margin-top: 37px;
	text-align: center;
}

/* Account - Messages */

.msg-box {
	border-bottom: 1px solid #ddd;
	display: none;
	margin-top: 34px;
	padding-bottom: 32px;
}

.msg-block {
	float: none;
	margin: 0 auto;
	width: auto;
}

.msg-caption {
	color: #ff6255;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
}

.msg-text {
	width: auto;
}

.form-code {
	margin: 8px 0 6px;
	width: 57px;
}

.btn-code {
	margin: 8px 0 6px 6px;
	width: 63px;
}

/* Account - Configuration */

.account-box-config {
	margin-top: 30px;
}

.form-region {
	margin-top: -3px;
	position: absolute;
	width: 164px;
}

.account-separator-credentials {
	background: #ececec;
	height: 1px;
	margin: 21px 0 10px 0;
}

.form-credentials {
	margin-top: -3px;
	position: absolute;
	width: 150px;
}

.alert-email,
.alert-password {
	background: url(../images/alert.png) no-repeat 0 1px;
	color: #ff3535;
	display: none;
	padding-left: 28px;
	width: 209px;
}

.btn-update-credentials {
	margin: 16px 0 0 5px;
	width: 129px;
}

/* Account - Proceed */

.account-box-separated {
	border-top: 1px solid #ddd;
	margin-top: 38px;
	padding-top: 35px;
}

.account-box-separated h2 {
	color: #5a5a5a;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 5px;
}

/* Account - Game Configuration */

.account-box {
	margin-top: 22px;
}

.account-caption {
	color: #999;
}

.account-form-block {
	height: 21px;
}

.btn-start {
	float: left;
	font-size: 16px;
	height: 36px;
	margin: 30px 0 0 5px;
	width: 134px;
}

.alert-start {
	margin: 38px 0 0 20px;
}

/* Account - Inventory View */

.account-box-inventory {
	border-top: 1px solid #ececec;
	margin-top: 27px;
	padding-top: 17px;
	position: relative;
}

/* Account - Paragon Bar */

.account-box-paragon {
	margin-top: 32px;
}

/* Account - Buy */

.buy-icon {
	height: 160px;
	margin-top: 12px;
}

.icon-gold {
	margin: 23px 0 0 -4px;
}

.icon-glove {
	margin: 14px 0 0 -2px;
}

.icon-helm {
	margin: -10px 0 0 -5px;
}

.buy-price {
	color: #5a5a5a;
	font-size: 15px;
}

.activation-info {
	display: none;
}

.buy-terms {
	margin: 16px 0 -3px 5px;
}

.buy-terms li {
	background: url(../images/blank.png);
}

.activation-unavailable {
	display: none;
	margin: 17px 0 -3px 5px;
}

.account-active {
	display: block;
}

/* Account - Bottom Menu */

.account-bottom {
	height: 198px;
	min-width: 960px;
	overflow: auto;
	position: relative;
}

.account-separator-bottom {
	background: #b8b8b8;
	height: 1px;
	margin-top: 96px;
}

.account-menu-bottom {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 134px;
	width: 960px;
}

.account-email {
	background: url(../images/envelope_small.png) no-repeat 0 3px;
	margin-right: 5px;
	padding-left: 44px;
}