/* Specific to First Category Page */
#categoryFirstPage {
	float:left;
	display:inline;
  	height: 910px;
  	margin: 5px 0px 0px 7px;
}

#categoryFeatures {
	display:inline;
	float:left;
	width:628px;
	height:357px;
}

#gamesSectionFirstPage {
	clear:both;
	display: inline;
	float:left;
	width: 628px;
	height:520px;
	margin: 13px 0px 0px 0px;
}

/* Specific to the Category Page*/
#categoryPage
{
	float:left;
	display:inline;
  	height: 830px;
  	margin: 10px 0px 0px 7px;

}

#gamesSection {
	display: inline;
	float:left;
	width: 628px;
	height:780px;
}

.inlineTitle {
	display: inline;	
	float:left;
}

.moreTopLink {
	display:inline;
	float:right;
	font-weight: bold;
	margin:0px 10px 0px 0px;
}

.prevTopLink {
	display:inline;
	float:right;
	font-weight: bold;
	margin:0px 10px 0px 0px;
}

 
/* bottom of the category div*/
.moreBottomLink {
	display:inline;
	float:right;
	margin-right:15px;
	font-weight: bold;
}

.prevBottomLink {
	display:inline;
	float:left;
	margin-left:5px;
	font-weight: bold;
}

#catCountFirstPage {
	display:inline;
	float:left;
	margin:0px 0px 0px 214px;
  	width: 202px;
  	height: 20px;
  	text-align: center;
}

#catCountPage {
	display:inline;
	float:left;
	margin:0px 0px 0px 134px;
  	width: 202px;
  	height: 20px;
  	text-align: center;
}

/******************* Search Results Page ************************/
#searchResultsPage
{
	float:left;
	display:inline;
  	height: 875px;
  	margin: 10px 0px 0px 7px;

}

#searchResults {
	margin: 0px 0px 18px 0px;
	padding: 5px 0px 5px 40px;	
	width: 578px;
	height:35px;
	background-color: #ffffff;
}
