/* STEAM ID*/
.sid_container {
	width:248px;
	height:56px;
	padding:9px 9px 0;
	background:transparent url(images/steamIdBG.png) left top no-repeat;
	position:relative;
}
.sid_profile {
	font-size: 10px;
	font-family: tahoma,Arial,Helvetica,sans-serif;
	width: 256px;
	height: 50px;
	overflow: hidden;
}
.sid_avatar {
	float: left;
	width: 40px;
	height: 40px;
}
.sid_avatar img {
	border: none;
	margin: 4px;
}
.sid_info {
	margin-left:45px;
	line-height:normal;
}
.sid_info a {
	font-weight: bold;
	text-decoration: none;
}
.sid_container .in-game .sid_avatar {
	background-image: url(images/in-game.png);
}
.sid_container .in-game .sid_info, .in-game .sid_info a {
	color: #8BC53F;
}
.sid_container .online .sid_avatar {
	background-image: url(images/online.png);
}
.sid_container .online .sid_info, .sid_container .online .sid_info a {
	color: #62A7E3;
}
.sid_container .offline .sid_avatar {
	background-image: url(images/offline.png);
}
.sid_container .offline .sid_info, .sid_container .offline .sid_info a {
	color: #999;
}
.sid_container .error {
	color:red;
	font-weight:bold;
}
.sid_backpack {
	position:absolute;
	right:0;
	top:0;
}
.sid_backpack  .handle {
	width:10px;
	height:60px;
	float:left;
	background:transparent url(images/handle.png) left top no-repeat;
	display:block;
	text-indent:-9000px;
	outline:0;
}
.sid_backpack  .handle.open { background-position:right top; }
.sid_backpack .box {
	display:none;
	float:left;
	overflow:hidden;
	opacity: 0;
	background:transparent url(images/steamIdBG.png) right top no-repeat;
}
.sid_backpack a {
	width:16px;
	height:25px;
	display:block;
	text-indent:-9999px;
	outline:0;
}
.sid_backpack .sid_viewBackpack {
	background:url(images/viewBackpack.png) left center no-repeat;
}
.sid_backpack .sid_addFriends {
	background:url(images/addFriends.png) left center no-repeat;
}
.sid_load {
	margin:7px auto 0;
	padding:2px;
	text-align:center;
	width:66px;
	height:24px;
	background:transparent url(images/load.png) left top no-repeat;
}
.sid_loadInner {
	width:66px;
	height:20px;
	background:url(images/load.gif) center top no-repeat;
}
