div#inventory {
	background-image: url('icons/inventory.png');
	width: 390px;
	height: 401px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

div#inventory-full {
	background-image: url('icons/inventory-full.png');
	width: 390px;
	height: 614px;
	position: relative;
	float:left;
	margin: 1em;
}

div#inventory div, div#inventory-full div {
	width: 45px;
	height: 45px;
	position: absolute;
}

div#item-0 {
	left: 216px;
	top: 94px;
}

div#item-1 {
	left: 268px;
	top: 94px;
}

div#item-2 {
	left: 320px;
	top: 94px;
}

div#item-3 {
	left: 216px;
	top: 146px;
}

div#item-4 {
	left: 268px;
	top: 146px;
}

div#item-5 {
	left: 320px;
	top: 146px;
}

div#item-6 {
	left: 216px;
	top: 198px;
}

div#item-7 {
	left: 268px;
	top: 198px;
}

div#item-8 {
	left: 320px;
	top: 198px;
}

div#item-9 {
	left: 216px;
	top: 250px;
}

div#item-10 {
	left: 268px;
	top: 250px;
}

div#item-11 {
	left: 320px;
	top: 250px;
}

div#item-12 {
	left: 216px;
	top: 302px;
}

div#item-13 {
	left: 268px;
	top: 302px;
}

div#item-14 {
	left: 26px;
	top: 372px;
}

div#item-15 {
	left: 75px;
	top: 372px;
}

div#item-16 {
	left: 124px;
	top: 372px;
}

div#item-17 {
	left: 173px;
	top: 372px;
}

div#item-18 {
	left: 222px;
	top: 372px;
}

div#item-19 {
	left: 271px;
	top: 372px;
}

div#item-20 {
	left: 320px;
	top: 372px;
}

div#item-21 {
	left: 26px;
	top: 421px;
}

div#item-22 {
	left: 75px;
	top: 421px;
}

div#item-23 {
	left: 124px;
	top: 421px;
}

div#item-24 {
	left: 173px;
	top: 421px;
}

div#item-25 {
	left: 222px;
	top: 421px;
}

div#item-26 {
	left: 271px;
	top: 421px;
}

div#item-27 {
	left: 320px;
	top: 421px;
}

div#item-28 {
	left: 26px;
	top: 470px;
}

div#item-29 {
	left: 75px;
	top: 470px;
}

div#item-30 {
	left: 124px;
	top: 470px;
}

div#item-31 {
	left: 173px;
	top: 470px;
}

div#item-32 {
	left: 222px;
	top: 470px;
}

div#item-33 {
	left: 271px;
	top: 470px;
}

div#item-34 {
	left: 320px;
	top: 470px;
}

div#item-35 {
	left: 26px;
	top: 519px;
}

div#item-36 {
	left: 75px;
	top: 519px;
}

div#item-37 {
	left: 124px;
	top: 519px;
}

div#item-38 {
	left: 173px;
	top: 519px;
}

div#item-39 {
	left: 222px;
	top: 519px;
}

div#item-40 {
	left: 271px;
	top: 519px;
}

div#item-41 {
	left: 320px;
	top: 519px;
}

div#item-42 {
	left: 98px;
	top: 154px;
}

div#item-43 {
	left: 98px;
	top: 102px;
}

div#item-44 {
	left: 46px;
	top: 154px;
}

div#item-45 {
	left: 150px;
	top: 154px;
}

div#item-46 {
	left: 98px;
	top: 206px;
}
div#item-47 {
	left: 74px;
	top: 283px;
}

div#item-48 {
	left: 128px;
	top: 282px;
}
div#item-49 {
	left: 150px;
	top: 102px;
}

div#item-50 {
	left: 46px;
	top: 102PX;
}


div.itemInfo {
	display: none;
	position: fixed;
	padding: 15px;
	opacity: 0.9;
	width: auto;
	color: #fff;
	background-color: #000;
	z-index: 100000;
	min-width: 300px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: left;
}

span.itemStack {
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12pt;
	padding-right: 4px;
}

.broken:after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	background: rgba(255,0,0,0.3);
}

.sealed:after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	background: rgba(0,0,255,0.3);
}

.rented:after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	background: rgba(175,175,0,0.3);
}

.item-name {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.item-type {
	font-size: 12pt;
	text-align: center;
}

.item-kind {
	font-size: 11pt;
	text-align: center;
}

.item-bonus {
	color: #6fdc01;
}

.itemType-0 {
	color: #ffffff;
}

.itemType-1 {
	color: #8080ff;
}

.itemType-2 {
	color: #ffff00;
}

.itemType-3 {
	color: #80ff00;
}

.itemType-4 {
	color: #dcc77c;
}

.itemType-5 {
	color: #c87cc7;
}

.itemType-8 {
	color: #00ffcc;
}

.itemType-9 {
	color: #d20000;
}

.itemType-11 {
	color: #F781BE;
	font-weight: bold;
}

.itemType-12 {
	color: #FE9A2E;
	font-weight: bold;
}

.set-name {
	color: #b1a901;
	text-align: center;
}

.set-piece {
	text-align: center;
}

.set-status-active {
	color: #eaf50c;
}

.set-status-inactive {
	color: #828283;
}

.item-untradeable {
	color: #de3736;
	text-align: center;
	font-weight: bold;
}
.item-desc{
	text-align: center;
}

div#stats {
	background-image: url('icons/stat.png');
	height: 314px; 
	width: 327px; 
	float: left;
	margin-left: 45px;
	margin-top: 50px;
}
.text_id{
	font-family: Verdana; 
	margin-left: 10%; 
	margin-top: 2%; 
	color:#fff;
	font-size:12px;
}

.text_class{
	font-family: Verdana; 
	margin-left: 10%; 
	margin-top: 1%; 
	color:#9c9e37;
	font-size:12px;
}

.text_lvl{
	font-family: Verdana; 
	margin-left: 34%; 
	margin-top: 17.6%; 
	color:#fff;
	font-size:12px;
}

.text_nation{
	font-family: Verdana; 
	margin-left: 65%; 
	margin-top: -4%; 
	color:#fff;
	font-size:12px;
}

.text_exp{
	font-family: Verdana; 
	text-align: center;
	margin-top: 2%; 
	color:#fff;
	font-size:12px;
	margin-left: 13%;
}
.text_np{
	font-family: Verdana; 
	text-align: center;
	margin-top: 3%; 
	color:#fff;
	font-size:12px;
	margin-left: 13%;
}
.text_attack{
	font-family: Verdana; 
	margin-left: 25%; 
	margin-top: 13%; 
	color:#fff;
	font-size:12px;
}

.text_defance{
	font-family: Verdana; 
	margin-left: 25%; 
	margin-top: 3%; 
	color:#fff;
	font-size:12px;
}
.text_str{
	font-family: Verdana; 
	margin-left: 64%; 
	margin-top: -5%; 
	color:#fff;
	font-size:12px;
}
.text_hp{
	font-family: Verdana; 
	margin-left: 64%; 
	margin-top: -5%; 
	color:#fff;
	font-size:12px;
}
.text_dex{
	font-family: Verdana; 
	margin-left: 64%; 
	margin-top: 3.5%; 
	color:#fff;
	font-size:12px;
}
.text_mp{
	font-family: Verdana; 
	margin-left: 64%; 
	margin-top: 3.5%; 
	color:#fff;
	font-size:12px;
}
.text_int{
	font-family: Verdana; 
	margin-left: 64%; 
	margin-top: 3%; 
	color:#fff;
	font-size:12px;
}
.text_manner{
	font-family: Verdana; 
	margin-left: 25%; 
	margin-top: -19%;
	color:#fff;
	font-size:12px;
}
.statusbar {
	position:relative;
	color:#FFFFFF;
	font-size:13px;
	width:243px;
	height:71px;
	background-image: url("icons/statusbar.png");
	margin-left: 4%;
	margin-top: 5%;
}


.Server{
	position: absolute;
	left: 25px;
	top: -25px;
	color: #000000;
	font-size: 18px;
}
.iLevel{
	position: absolute;
	left: 25px;
	color:#f8f0a9;
}
.nickname{
	position: absolute;
	left: 73px;
	color:#f8f0a9;
}
.statusHP{
	position: absolute;
	top: 20px;
	width: 251px;
}
.statusMP{
	position: absolute;
	top: 36px;
	width: 251px;
}

.rebInfo {
	position:relative;
	color:#FFFFFF;
	font-size:13px;
	width:159px;
	height:204px;
	background-image: url("images/rebStat2.png");
	margin-left: 4%;
	margin-top: 5%;
}





#hotkey{
	position:relative;
	/*top:62px;*/
	/*float:left;*/
	width:463px;
	height:45px;
	background:no-repeat url("icons/char-hotkey2_2.png");
	margin-bottom:10px;
}
#hotbarnum {
	position: relative;
	top:4px;
	left:60px;
	width: 338px;
	height: 12px;
	/*border:1px solid grey;*/
	background:no-repeat url("icons/char-hotkey-nums.png") -1px -1px;
}

A#hotup, A#hotdown{
	position:absolute;
	width:18px;
	height:18px;/*10px*/
	left:42px;
	top:-1px;
	background:no-repeat url("icons/char-btn-hotkeyarrow2.png") -1px -1px;
	cursor:pointer;
}
A#hotdown{
	top:26px;
	background-position: -1px -21px;
}
A#hotup:hover { background-position: -20px -1px;}
A#hotup:active { background-position: -39px -1px;}

A#hotdown:hover { background-position: -20px -21px;}
A#hotdown:active { background-position: -39px -21px;}
A.hicon {
	position:absolute;
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	top: 5px;
	cursor:pointer;
}
A.h0 {left:61px;}
A.h1 {left:98px;}
A.h2 {left:134px;}
A.h3 {left:170px;}
A.h4 {left:205px;}
A.h5 {left:241px;}
A.h6 {left:277px;}
A.h7 {left:313px;}
A.h8 {left:349px;}
A.h9 {left:385px;}


div#innhostes {
	width: 390px;
	height: 401px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#innhostes div {
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 1em;
}


.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success {
	color: #ffffff;
	background-color: #a32f35;
	border-color: #000000;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #ff1800;
	border-color: #000000;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}