ul.tabtype_game li {
	width:200px;
	height:32px;
}

ul.tabtype_game {
	height:36px;
	margin-top:16px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 2px 8px 2px 8px;
	margin-right: 7px;
	cursor: pointer;
	text-align:center;
	height:16px;
	width:80px;
	font-weight:bold;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}