/* @author		JOOFORGE.com
 * @copyright	Copyright(C) 2010 Jooforge
 * @licence		GNU/GPL http://www.gnu.org/copyleft/gpl.html */
div.gbLastGames {
	margin-bottom: 7px;
}

div.gbLastGames div.game {
	border-bottom: 1px solid #c5c5c5;
}
	
div.gbLastGames div.head {
	height: 53px;
	position: relative;
}

div.gbLastGames div.head.active {
	background: #a4a4a4 url(/images/sprite00.png) repeat-x 0 100%;
	color: #fff;
}

div.gbLastGames div.head h3 {
	position: absolute;
	top: 10px;
	left: 7px;
	text-transform: uppercase;
	margin: 0;
}

div.gbLastGames a.continue {
	color: #999;
	text-transform: uppercase;
	font-size: 9px;
	background: #e9e9e9;
	padding: 0 3px;
	display: block;
	float: right;
	margin: 5px 0 0;
	text-decoration: none;
}

div.gbLastGames div.head span.consoles {
	position: absolute;
	bottom: 7px;
	left: 7px;
}

div.gbLastGames div.head.active span.consoles span {
	color: #fff !important;
}

div.gbLastGames div.head.active h3 {
	color: #fff !important;	
}

div.gbLastGames div.toggle {
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 7px;
	background: url(/images/toggle00.png) no-repeat 0 -13px;
	width: 13px;
	height: 13px;
}

div.gbLastGames div.active div.toggle {
	background-position: 0 0;
}

div.gbLastGames div.content {
	text-align: justify;
	overflow: hidden;
	padding: 5px 7px;
	font-size: 11px;
	background: url(/images/sprite00.png) repeat-x 0 0;
}

