/******************/
/*  GS_INV STYLE  */
/******************/
#inventoryPane{
	position: fixed;
	width:610px;
	height: 100px;
	bottom: 30px;
	left: -560px;
	z-index: 9998;
}

#invList{
	position: relative;
	width: 560px;
	height: 100%;
	background: #333;
	float: left;
	overflow-x: hidden;
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border: 0px solid #000000;
	direction:rtl;
}

#invListContent{
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	direction:ltr;
}

#invButton{
	position: relative;
	width:50px;
	height: 50px;
	margin-top: 50px;
	background-image: url(../Assets/basic/InvIcon.png);
	float: left;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 0px solid #000000;
}

.invBlock{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 10px;
}

.itemIcon{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #03F;
}

.itemView{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: 25px;
	background-color: #900;
}