/*  Stylesheet for the tabbed category view on the main page  */
#categories { width:740px; float:left; margin:0 0 0 20px; }
#catNav { height:44px; background:url(../images/categories_top.png) no-repeat; }

/* Tab buttons */
#actionT 	{ background:url(../images/tabAction.png) no-repeat 0 -39px; }
#puzzleT 	{ background:url(../images/tabPuzzle.png) no-repeat 0 -39px; }
#sportsT 	{ background:url(../images/tabSports.png) no-repeat 0 -39px; }
#skillT 	{ background:url(../images/tabSkill.png) no-repeat 0 -39px; }
#shooterT 	{ background:url(../images/tabShooter.png) no-repeat 0 -39px; }

#catNav ul { padding-top:5px; padding-left:5px; }
#catNav ul li, #catNav ul li a { float:left; display:block; width:147px;  }
#catNav .inactiveTab { height:34px; text-indent:-9999px; background-position:0 -39px; }
#catNav .activeTab { height:39px; text-indent:-9999px; background-position:0 0; }

#tabTop { clear:both; height:10px; overflow:hidden; width:740px; background:url(../images/tabTop.png) no-repeat; }

.cat { background:url(../images/categories_middle.png) repeat-y; width:740px; padding-bottom:15px; }

.catBottom
{
	height:50px; width:740px; text-align:center; position:relative; clear:both;
	background:url(../images/categories_bottom.png) no-repeat;
}

#paginators { margin:0 auto; width:62px; height:13px; }

.paginator
{
	width:14px; height:13px;
	display:block; float:left;
	margin:18px 0 0 0; overflow:hidden;
	background:url(../images/paginationSprite.png) no-repeat 0 -13px;
}

#viewAll
{
	height:30px; width: 110px;
	display:block; position:absolute; right:5px; top:13px;
	padding:4px 0 0 0;
	background:url(../images/viewAllArrow.png) no-repeat 80px 0;
}