.tabs-block {
	position:relative;
}
.tabs-header {
	margin:-15px -10px 0 -10px;
	border-bottom:5px solid #000;
	overflow:hidden;
}
.tabs-list {
	float:left;
}
ul li.tabs {
	float:left;
	font-size:12px;
	font-weight:bold;
}
ul li.tabs a {
	display:block;
	text-decoration:none;
	padding:12px 18px;
	color:#818181;
	text-transform:uppercase;
}
ul li.tabs.active a {
	background:#000 url(../img/bg_game_name.gif) -20px top no-repeat;
	border-radius: 5px 5px 0 0;
	box-shadow:0px 0px 3px #666;
	color:#FFF;
}
/* new implement 08082012 */
ul li.tabs a {
	background:url(../img/bg_tabs_block_default.png) right 0px no-repeat;
	/*border-radius: 5px 0 0 0;*/
	padding-top:14px;
}
ul li.tabs a:hover {
	background:url(../img/bg_tabs_block_hover.png) right 0px no-repeat;
}
ul li.tabs.active a:hover {
	background:#000 url(../img/bg_game_name.gif) -20px top no-repeat;
}