/**
 * Tetris
 *
 * @package Games
 */

#tetris {
	position: relative;
	float: left;
	margin-right: 12px;
	border: 10px solid #666;
	line-height: 1px;
}
.theme2 #tetris {
	border-color: #ccc;
}
#tetris table {
	background: #eee;
}
#tetris tr, #tetris td, #tetris img {
	border: none;
}
#tetrisInfo {
	float: left;
}
#tetrisNext {
	line-height: 1px;
}
#tetrisStart, #tetrisEnd, #tetrisPaused {
	position: absolute;
	z-index: 1000;
}
#lines, #score, #level, #topScore {
	font-weight: bolder;
}
.t1 {background-color: #85C64E;}
.t2 {background-color: #DDC139;}
.t3 {background-color: #1D86D9;}
.t4 {background-color: #C632A2;}
.t5 {background-color: #DA3A44;}
.t6 {background-color: #EB662D;}
.t7 {background-color: #AEBBC4;}
.game_footer_page_box code {
	color: #fff;
}
.theme2 .game_footer_page_box code {
	color: #000;
}
.game-tetris-ad {
	float: right;
}

code {
	color: #000 !important;
}
