/*GAMES CSS DOCUMENT*/
#contentInner{
	background:#630000 url(../_images/grad.columnsInner.png) repeat-x left top;
	width:883px;
	min-height:460px;
	padding:20px 0px 35px 30px;
	overflow:auto;
}
#tabs{
	list-style:outside none;
	overflow:hidden;
	height:55px;
}
#tabs li{
	float:left;
	display:inline;
	margin:0 9px 0 0;
	height:55px;
	overflow:hidden;
}
.last{
	margin:0;
}
#tabs li a{
	display:block;
	width:133px;
	height:55px;
	text-indent:-999em;
}
#tabs li a.t1{background:transparent url(../_images/tab1.png) no-repeat left top;}
#tabs li a.t2{background:transparent url(../_images/tab2.png) no-repeat left top;}
#tabs li a.t3{background:transparent url(../_images/tab3.png) no-repeat left top;width:140px;}
#tabs li a.t4{background:transparent url(../_images/tab4.png) no-repeat left top;}
#tabs li a.t5{background:transparent url(../_images/tab5.png) no-repeat left top;}
#tabs li a.t6{background:transparent url(../_images/tab6.png) no-repeat left top;}
#tabs li.current a{
	background-position:0 -55px;
}
#tabs li a:hover{
	background-position:0 -55px;
}
.panel{
	background:#7e0000;
	clear:left;
	width:793px;
	padding: 15px 30px 30px;
	overflow:auto;
}
.left{
	width:425px;
}
ul.screenshots{
	list-style:outside none;
	overflow:auto;
}
ul.screenshots li{
	float:left;
	display:inline;
	width:130px;
	height:119px;
	margin:0 10px 10px 0;
}
ul.screenshots li span{
	display:block;
	font-size:11px;
	line-height:11px;
	*line-height:13px;
	text-align:center;
}
.right{
	width:335px;
	padding:40px 0 0;
}
.panel .right .column{
	float:left;
	display:inline;
	width:165px;
}
#flashDownload{
	margin:40px 0 0 0;
}
