ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url(images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url(images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url(images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url(images/unsubscribe.gif) no-repeat 0px 0px;
}

.gamercardframe {
border-style:solid;
border-width:1px;
border-color: #0f3c7c;
}

.gamercardshow
{ 
z-index: 10; 
visibility: visible; 
position: absolute; 
}

.gamercardhidden
{
display: none; 
visibility: hidden; 
position: absolute; 
}


#gamercard{
width: 220px;
height:160px;
overflow:visible;
}	

