#frame-main
{
	position: relative;
}

#frame-bottom
{
	clear: both;
}








/***********************
 * boxes
 ***/

#store-banners
{
	padding: 5px 0 0 5px;
	height: 369px;
}

#store-banners li
{
	height: 118px;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	width: 210px;
}

#store-banners li.banner-tall
{
	height: 241px;
}

#store-banners li.banner-wide
{
	width: 425px;
}








/***********************
 * games list tabs
 ***/

#grey-backg
{
	background: #333;
	border: 5px solid #000;
	height: 465px;
	overflow: hidden;
	padding: 5px;
	width: 845px;
}

#store-games-list
{
	height: 465px;;
	overflow: auto;
	position: relative;
}

#store-games-list li.game
{
	background: #000 url(/gfx/store/list/li-backg.png) repeat-x;
	height: 145px;
	margin-bottom: 15px;
	width: 823px;

	/*position: relative;*/
}

#store-games-list li.game div.game-wrapper
{
	/*display: none;*/
	height: 145px !important;
	overflow: hidden;
	position: relative;
}

ul.game-platforms
{
	background: #000;
	border-bottom: 1px solid #333;
	height: 26px;
	position: relative;
	width: 811px;
	z-index: 1000;
}

ul.game-platforms li
{
	border-left: 1px solid #333;
	float: left;
	line-height: 26px;
	margin-right: 1px;
	text-align: center;
	width: 100px;
}

ul.game-platforms li a
{
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

ul.game-platforms li.first
{
	border-left: 0;
}

ul.game-platforms li a
{
	background: transparent url(/gfx/store/list/tabs.png) 0 0 repeat-x;
}

ul.game-platforms li.xbla a					{ background-position: 0 0; }
ul.game-platforms li.xbla a:hover,
ul.game-platforms li.xbla a.active			{ background-position: -100px 0; }

ul.game-platforms li.psn a					{ background-position: 0 -26px; }
ul.game-platforms li.psn a:hover,
ul.game-platforms li.psn a.active			{ background-position: -100px -26px; }

ul.game-platforms li.wiiware a				{ background-position: 0 -52px; }
ul.game-platforms li.wiiware a:hover,
ul.game-platforms li.wiiware a.active		{ background-position: -100px -52px; }

ul.game-platforms li.pc a					{ background-position: 0 -78px; }
ul.game-platforms li.pc a:hover,
ul.game-platforms li.pc a.active			{ background-position: -100px -78px; }

ul.game-platforms li.mac a					{ background-position: 0 -104px; }
ul.game-platforms li.mac a:hover,
ul.game-platforms li.mac a.active			{ background-position: -100px -104px; }

ul.game-platforms li.iphone a				{ background-position: 0 -130px; }
ul.game-platforms li.iphone a:hover,
ul.game-platforms li.iphone a.active		{ background-position: -100px -130px; }









/***********************
 * game info
 ***/

#store-games-list li.game h2
{
	font-size: 22px;
	left: 15px;
	line-height: 22px;
	position: absolute;
	top: 42px;
}

#store-games-list li.game p.desc
{
	color: #999;
	font-size: 12px;
	left: 15px;
	position: absolute;
	top: 75px;
	width: 400px;
}

#store-games-list li.game p.genre
{
	font-size: 12px;
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 118px;
	width: 200px;
}

#store-games-list li.game p.genre span
{
	color: #808080;
}

#store-games-list li.game div.links-box
{
	position: absolute;
	left: 0;
	top: 0;
}

#store-games-list li.game a.game-link
{
	background: transparent url(/gfx/store/list/link-buttons.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 23px;
	left: 690px;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-indent: -9999px;
	width: 120px;
}

#store-games-list li.game a.official-site
{
	background-position: 0 0;
	top: 43px;
}

#store-games-list li.game a.game-info
{
	background-position: 0 -23px;
	top: 76px;
}

#store-games-list li.game a.buy-now
{
	background-position: 0 -46px;
	top: 109px;
}

#store-games-list li.game a.coming-soon
{
	background-position: 0 -69px;
	top: 109px;
}

#store-games-list li.game div.info
{
	left: 0;
	position: absolute;
	top: 0;
}

#store-games-list li.game div.info p
{
	float: left;
	font-weight: bold;
	position: absolute;
	top: 118px;
}

#store-games-list li.game div.game-logo
{
	height: 110px;
	left: 435px;
	line-height: 145px;
	position: absolute;
	text-align: center;
	top: 31px;
	width: 240px;
}

#store-games-list li.game div.info p span
{
	color: #808080;
}

#store-games-list li.game div.info p.rel-date
{
	left: 270px;
	text-align: left;
	width: 200px;
}




/***********************
 * pc-platforms box
 ***/

div.popup
{
	background: transparent url(/gfx/store/pc-popup-backg.png) no-repeat;
	color: #000;
	float: left;
	height: 242px;
	padding: 55px 30px 30px 55px;
	position: relative;
	width: 423px;
	z-index: 2000;
}

div.popup div.close
{
	height: 27px;
	position: absolute;
	right: -14px;
	top: -14px;
	width: 27px;
}

div.popup a.btn
{
	background: transparent url(/gfx/store/list/popup-btn-backg.png) repeat-x;
	border: 1px solid #808080;
	color: #000;
	/*display: inline-block;*/
	font-size: 11px;
	padding: 1px 6px;
}

div.popup p
{
	font-size: 14px;
	margin-bottom: 25px;
	width: 398px;
}

ul.pc-platforms li
{
	display: block;
	float: left;
	height: 42px;
	margin: 0 25px 25px 0;
	width: 116px;
}

ul.pc-platforms li a
{
	background: transparent url(/gfx/store/pc-platforms.png) 0 0 no-repeat;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

ul.pc-platforms li a.awomo			{ background-position: 0 0; }
ul.pc-platforms li a.direct2drive	{ background-position: 0 -42px; }
ul.pc-platforms li a.gamersgate		{ background-position: 0 -84px; }
ul.pc-platforms li a.gamestreamer	{ background-position: 0 -126px; }
ul.pc-platforms li a.nobilis		{ background-position: 0 -168px; }
ul.pc-platforms li a.playfirst		{ background-position: 0 -210px; }
ul.pc-platforms li a.realarcade		{ background-position: 0 -252px; }
ul.pc-platforms li a.stardock		{ background-position: 0 -294px; }
ul.pc-platforms li a.steam			{ background-position: 0 -336px; }
ul.pc-platforms li a.trygames		{ background-position: 0 -378px; }
ul.pc-platforms li a.impulse		{ background-position: 0 -420px; }
ul.pc-platforms li a.boonty			{ background-position: 0 -462px; }
ul.pc-platforms li a.getgames		{ background-position: 0 -504px; }
ul.pc-platforms li a.macgamestore		{ background-position: 0 -546px; }
ul.pc-platforms li a.blitz1up		{ background-position: 0 -587px; }


/***********************
 * PSN POPUP
 ***/

.popup-psn
{
	font-size: 13px;
}

.popup-psn p
{
	line-height: 134px;
	margin-top: 35px;
}

.popup-psn p img
{
	vertical-align: middle;
}

.popup-psn p span
{
	display: inline-block;
	line-height: 15px;
	text-align: left;
	vertical-align: middle;
	width: 230px;
}








/***********************
 * SORT BY
 ***/

#sort-by-platform
{
	height: 26px;
	margin: 9px auto 0 auto;
	width: 780px;
}

#sort-by-platform li
{
	float: left;
	height: 26px;
	margin-right: 6px;
}

#sort-by-platform li a
{
	background: transparent url(/gfx/store/list/sort-by-platform-btns.png) 0 0 no-repeat;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 90px;
}

#sort-by-platform li a.disabled
{
	cursor: default;
}

#sort-by-platform li.all a				{ background-position: 0 0; }
#sort-by-platform li.all a:hover,
#sort-by-platform li.all a.active		{ background-position: 0 -26px; }

#sort-by-platform li.xbla a				{ background-position: -90px 0; }
#sort-by-platform li.xbla a:hover,
#sort-by-platform li.xbla a.active		{ background-position: -90px -26px; }

#sort-by-platform li.psn a				{ background-position: -180px 0; }
#sort-by-platform li.psn a:hover,
#sort-by-platform li.psn a.active		{ background-position: -180px -26px; }

#sort-by-platform li.wiiware a			{ background-position: -270px 0; }
#sort-by-platform li.wiiware a:hover,
#sort-by-platform li.wiiware a.active	{ background-position: -270px -26px; }
#sort-by-platform li.wiiware a.disabled	{ background-position: -270px -52px; }

#sort-by-platform li.pc a				{ background-position: -360px 0; }
#sort-by-platform li.pc a:hover,
#sort-by-platform li.pc a.active		{ background-position: -360px -26px; }

#sort-by-platform li.mac a				{ background-position: -450px 0; }
#sort-by-platform li.mac a:hover,
#sort-by-platform li.mac a.active		{ background-position: -450px -26px; }
#sort-by-platform li.mac a.disabled		{ background-position: -450px -52px; }

#sort-by-platform li.iphone a			{ background-position: -540px 0; }
#sort-by-platform li.iphone a:hover,
#sort-by-platform li.iphone a.active	{ background-position: -540px -26px; }