/* Category heading */

#catSection {
	height:295px;
	margin:0 5px 5px 5px;
	overflow:hidden;
}

#catLatest h2, #catHot h2 {
	color:#fff;
	font-size:16px;
	margin:0 0 0 2px;
	font-weight:bold;
	height:28px;
	line-height:30px;

}

#catLatest {
	width:295px;
	float:left;
	margin:0 10px;
	display:inline;
}

#catLatest #animHolder {
	margin-left:3px;
	margin-bottom:3px;
}

#catLatest p {
	margin:0 5px;
	color:#000;
	text-decoration:none;
	padding: 0 0 0 6px;

}

#catLatest a strong {
	font-weight:bold;
	color:#036;
	text-decoration:underline;
}

#catLatest a:hover strong {
	text-decoration:none;
}

#catHot {
	float:left;
	width:280px;
	margin:0 0 0 15px;	
}

#catHot h2 {
	margin:0 0 0 24px;
}

#catHot a {
	display:block;
	clear:both;
	padding:9px 5px 0 5px;
	overflow:hidden;
	margin:0 0 12px 0;
	text-decoration:none;
	color:#000;
}

#catHot a h3 {
	font-weight:bold;
	text-decoration:underline;
	color:#036;
}

#catHot a:hover h3 {
	text-decoration:none;
}

#catHot img {
	float:left;
	margin:0px 5px 0 0;
}

/* Icon and description */

#bigGameList li {
	display:block;
	float:left;
	width:203px;
	height:80px;
	margin:0 0 5px 5px;
	background:url( /images/bg_gamecat_big.gif );
	overflow:hidden;
}

#bigGameList a {
	display:block;
	margin:5px;
	text-decoration:none;
	overflow:hidden;
}

#bigGameList a img {
	float:left;
	margin:0 5px 0 0;
}

#bigGameList a strong {
	font-weight:bold;
	text-decoration:underline;
}

#bigGameList a:hover strong {
	text-decoration:none;
}

#bigGameList a span {
	display:block;
	color:#000;
	text-decoration:none;
}

/* game store */

#gameStoreList li {
	display:block;
	float:left;
	width:296px;
	height:110px;
	margin:0 0 5px 5px;
	background:url( /images/bg_gamestore.gif );
	overflow:hidden;
	padding:5px;
	position:relative;
}

#gameStoreList a {
	text-decoration:none;
	overflow:hidden;	
}

#gameStoreList a img {
	float:left;
	margin:0 5px 0 0;
}

#gameStoreList a strong {
	font-weight:bold;
	text-decoration:underline;
}

#gameStoreList a:hover strong {
	text-decoration:none;
}

#gameStoreList a p {
	color:#000;
	text-decoration:none;
}

#gameStoreList .purchase, #gameStoreBuyNow .purchase {
	display:block; 
	width:59px;
	position:absolute;
	height:21px;
	bottom:5px; left:160px;
	background:url( /images/button_buynow_small.gif );
	padding:7px 0 0 36px;
}

#gameStoreList .play, #gameStoreBuyNow .play {
	display:block; 
	width:40px;
	position:absolute;
	height:21px;
	bottom:5px; right:5px;
	background:url( /images/button_playnow_small.gif );
	text-align:center;
	padding:7px 0 0 0;
}

#gameStoreBuyNow .purchase {
	bottom:10px; left:90px;
}

#gameStoreBuyNow .play {
	bottom:10px; left:190px;
}

#gameStoreBuyNow {
	position:relative;
	margin:0 5px 5px 5px;
	padding:10px 10px 45px 10px ;
	display:block;
	background:#fff;
}

#gameStoreBuyNow a {
	display:block;
	text-decoration:none;
	color:#000;
}

#gameStoreBuyNow a strong {
	font-weight:bold;
	text-decoration:underline;
	color:#036;
}

#gameStoreBuyNow a:hover {
	text-decoration:none;
}

#gameStoreBuyNow img {
	float:left;
	margin:0 10px 0 0;
}

/* icon only */

#smallGameList li, #smallGameListBig li {
	float:left;
	display:inline;
	width:84px;
	height:96px;
	margin:0 0 5px 5px;
	overflow:hidden;
	background:url( /images/bg_gamecat_small.gif );
	position:relative;	
}

#smallGameList a, #smallGameListBig a {
	text-align:center;
	text-decoration:none;
	display:block;
	margin:5px;
}

#smallGameList a strong, #smallGameListBig a strong {
	font-weight:bold;
	text-decoration:underline;
}

#smallGameList a:hover strong, #smallGameListBig a:hover strong {
	text-decoration:none;
}

#smallGameList a p, #smallGameListBig a p {
	color:#000;
	text-decoration:none;
}

#smallGameListBig li {
	height:126px;
	background:url( /images/bg_gamecat_smallbig.gif );
}

#smallGameListBig {
	margin:5px 0 0 0;
}

#smallGameListBig .download {
	background:url( /images/bg_webmasterdownload.gif );
	position:absolute;
	bottom:0;
	height:20px;
	padding:5px 0 0 0;
	width:74px;
}
