.avatarHolder_default {
	background-image:url(http://steamcommunity.com/public/images/skin_1/avatarholder_default.jpg);
	border:0 none;
	height:192px;
	margin:0;
	padding:0;
	position:relative;
	width:192px;
}

.avatarFull {
	border:0 none;
	height:184px;
	left:4px;
	margin:0;
	padding:0;
	position:absolute;
	top:4px;
	width:184px;
}

.avatarFull img {
	border:0;
	padding:0;
	margin:0;
	width:184px;
	height:184px;
}


.mediumHolder_default
{
	position:relative;
	width:72px;
	height:72px;
	border:0;
	padding:0;
	margin:0;
	background-image:url('http://steamcommunity.com/public/images/skin_1/mediumholder_default.gif');
}

.avatarMedium {
	position:absolute;
	width:64px;
	height:64px;
	border:0;
	padding:0;
	margin:0;
	top:4px;
	left:4px;
}

.avatarMedium img {
	border:0;
	padding:0;
	margin:0;
	width:64px;
	height:64px;
}

.iconHolder_default,.iconHolder_online,.iconHolder_in-game,.iconHolder_offline,.iconHolder_ignored {
	position:relative;
	width:40px;
	height:40px;
	border:0;
	padding:0;
	margin:0;
}
.iconHolder_default {
	background-image:url('http://steamcommunity.com/public/images/skin_1/iconholder_default.jpg');
}
.iconHolder_offline {
	background-image:url('http://steamcommunity.com/public/images/skin_1/iconholder_offline.jpg');
}
.iconHolder_ignored {
	background-image:url('http://steamcommunity.com/public/images/skin_1/iconholder_offline.jpg');
}
.iconHolder_online {
	background-image:url('http://steamcommunity.com/public/images/skin_1/iconholder_online.jpg');
}
.iconHolder_in-game {
	background-image:url('http://steamcommunity.com/public/images/skin_1/iconholder_ingame.jpg');
}

.avatarIcon {
	position:absolute;
	width:32px;
	height:32px;
	border:0;
	padding:0;
	margin:0;
	top:4px;
	left:4px;
}
.avatarIcon img {
	border:0;
	padding:0;
	margin:0;
	width:32px;
	height:32px;
}

.invBox {
	position: relative;
	float: left;
	/*width: 98px;
	height: 79px;*/
	margin: 0px;
	background-position: center center;
	overflow: visible;


	width: 92px;
	height: 73px;
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 6px;
	background-image: url(/cell.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.invBox img {
	top: -8px;
	left: 2px;
}

.cellHover {
	background-position: 0 -73px;
}

.cellSelected {
	background-position: 0 -146px;
}

.nobg {
	background-image: none;
}

.item {
	position: absolute;
	top: 0px;
	left: 0px;
}
.invBoxSmall .item {
	position: static;
	width: 55px;
	height: 55px;
}
.tooltip {
	background-color: #000000;
	color: #FF0000;
	position: absolute;
	display: none;
	z-index: 9001;
	text-align: center;
	background-position: center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 22px black;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px black;
}
.itemTitle {
	margin: 12px 6px 0 6px;
}
.pageButton {
	position: relative;
	float: right;
	width: 43px;
	height: 43px;
	margin: 0px;
	margin-top: 12px;
	background-position: center center;
}
.pageNumber {
	position: relative;
	float: right;
	width: 88px;
	height: 43px;
	margin: 0px;
	margin-top: 12px;
	background-position: center center;
}

.equippedBubble {
	position:absolute;
	padding-left:5px;
	padding-top:1px;
	min-width:4.5em;
	height:1.4em;
	font-family:arial, helvetica, sans-serif;
	color:#c94f39;
	font-size:11px;
	/*item boxes have 73 height, 92 width*/
	top:49px;
	right:5px;
	background:black;
	text-align:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index:3;
}
