/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Total Games
|	-------------------
|	©2009 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the BUYOUT
|	Commercial License.
|
+---------------------------------------------------------------+
*/
#tabmenu {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -2px;
	margin-right: 30px;
	width: 420px;
	height: 280px;
	background: none;
	font-size: 1.2em;
}
#tabmenu .menu h3 {
    display: none;
}
#tabmenu .menu .text {
    border: 0;
}
#tabmenu .menu {
	margin-bottom: 0;
    padding-bottom: 0;
    z-index: 10000;
}		
.gallery{
	position: relative;
	top: 0;
	right: 0;
	padding: 10px;
	margin: 3px;
	background: #222;
    border: 2px solid #000;
    z-index: 10000;
}
#item_members {
	position: relative; 
    z-index: 10000;   
}
.menutarget{
	position: relative;
	top: 0;
	left: 0;
	width: 420px;
	background:#424242;
	display: none;
	padding: 0;
    z-index: 10000;
}
#tab {
	margin: 0;
	display: block;
	line-height: 35px;
	width: 150px;
	height: 35px;
    margin-left: 270px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	background: url("../img/btn.gif") top right no-repeat;
    font-size: 11px;
}
.gallery .menu .text span.smalltext {
    font-size: 9px;
    line-height: 0;
    color: #aaa;
}
