/*//////////////////////////// GAME POD /////////////////////////////*/

#gamePodContainer
{
	width: 560px;
	
}


.gamePod
{
	height: auto;
	position: relative;
	width: 100%;
}


.gameIcon
{
	float: left;
	height: 100%;
	position: relative;
	width: 250px;
	
}


.gameInfo
{
	float: right;
	height: 100%;
	position: relative;
	width: 300px;
	
}


h3.gameTitle
{
	color: #333333;
	font-size: 16px;
	height: 24px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}


.gameInfo p
{
	color: #30436e;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 4px 10px 5px;
}


.gameInfoText
{
	padding-right: 5px;
	position: relative;
	width: 100%;
}


.gameInfoImage
{
	text-align: center;
	width: 256px;
}


.gamePodHzBg, .gamePodVertBg
{
	background-position: top center;
	background-repeat: no-repeat;
}


.gamePodHzBg
{
	background-image: url( ../img/gamePlay/bg_playHz.jpg );
	height: 176px;
	padding-top: 11px;
	
	
}


.gamePodVertBg
{
	background-image: url( ../img/gamePlay/bg_playVert.jpg );
	height: 350px;
	padding-top: 50px;
}


.gamePodDivider
{
	border-color: #5a87f4;
	
	
}

