body
{
	margin:				0px;
	padding:			0px;
	font-family: 		Tahoma, Helvetica, sans-serif;
	font-size: 			14px;
	color: 				#FFFFFF;
	background-color:	#B4B4B3;
}
a
{
	color:				#FFFFFF;
	font-size:			14px;
	text-decoration:	none;
}
a:hover
{
	color:				#8C8C8B;
	font-size:			14px;
	text-decoration:	none;
}
h1
{
	margin:				0px;
	font-size:			14px;
	font-weight:		bold;
	font-style:			italic;
}
h2
{
	margin:				0px;
	font-size:			12px;
	font-weight:		bold;
}
/***************************************** Overall ******************************************/
#outerOuterDiv
{
	width:				950px;
	margin-left: 		-475px;
	margin-bottom:		15px;
	position:			absolute;
	left:				50%;
	padding-top:		15px;

}

#headerDiv
{
	width:				950px;
	height:				120px;
	background-image:	url(images/headerBox.jpg);
	background-repeat:	no-repeat;
}
#headerOptionsDiv
{
	background-image:	url(images/headerOptionsBox.gif);
	background-repeat:	no-repeat;
	padding-top:		4px;
	padding-left:		15px;

}
#headerOptionsInnerDiv
{
	width:				935px;
	height:				35px;
}
#headerButtons
{
	padding-top:		5px;
	float:				left;
}
#searchBox
{
	width:				130px;
	height:				25px;
	background-image:	url(images/searchBox.gif);
	background-repeat:	no-repeat;
	background-position:0px 6px;
	float:				right;
}
#okbuttonDiv
{
	float:				right;
	cursor:				pointer;
	margin-top:			6px;
}
#okbuttonSearch
{
	width:				60px;
	height:				20px;
	background-image:	url(images/okbutton.gif);
	background-position:0px 0px;
	background-repeat:	no-repeat;

}
#okbuttonSearch:hover
{
	width:				60px;
	height:				20px;
	background-position:0px -20px;
	background-image:	url(images/okbutton.gif);
	background-repeat:	no-repeat;
}

#mainContentDiv
{
	width:				950px;
}
#mainContentLeft
{
	width:				616px;
	float:				left;
}
#mainContentRight
{
	width:				326px;
	float:				left;
}
.spacerVert
{
	width:				6px;
	height:				6px;
	clear:				both;

}
.spacerHoriz
{
	width:				6px;
	height:				6px;
	float:				left;

}
/***************************************** Boxes ******************************************/

.boxOuter
{
	position:			relative;
	float:				left;
}
.boxBigTop
{
	width:				950px;
	height:				21px;
	background-image:	url(images/boxBigTop.gif);
	background-repeat:	no-repeat;
	float:              left;
}
.boxBigMiddle
{
	width:				950px;
	background-image:	url(images/boxBigMiddle.gif);
	background-repeat:  repeat-y;
	float:              left;
}
.boxBigBottom
{
	width:				950px;
	height:				21px;
	background-image:	url(images/boxBigBottom.gif);
	background-repeat:	no-repeat;
	float:              left;
}
.boxMediumTop
{
	width:				616px;
	height:				21px;
	background-image:	url(images/boxMediumTop.gif);
	background-repeat:	no-repeat;
}
.boxMediumMiddle
{
	width:				616px;
	background-image:	url(images/boxMediumMiddle.gif);
	background-repeat:	repeat-y;
}
.boxMediumBottom
{
	width:				616px;
	height:				21px;
	background-image:	url(images/boxMediumBottom.gif);
	background-repeat:	no-repeat;
}
.boxSmallTop
{
	width:				326px;
	height:				21px;
	background-image:	url(images/boxSmallTop.gif);
	background-repeat:	no-repeat;
}
.boxSmallMiddle
{
	width:				326px;
	background-image:	url(images/boxSmallMiddle.gif);
	background-repeat:	repeat-y;
}
.boxSmallBottom
{
	width:				326px;
	height:				21px;
	background-image:	url(images/boxSmallBottom.gif);
	background-repeat:	no-repeat;
}
.boxMiddleInner
{
	padding-left:		13px;
	padding-right:		13px;
	padding-top:		15px;
}
.boxTitle
{
	position:			absolute;
	left:				22px;
	top:				10px;
}
/***************************************** Right ******************************************/

.buttonLinkDiv
{
	float:				left;
}
.top10bar
{
	width:				300px;
	height:				32px;
	background-image:	url(images/topGamesBar.gif);
	background-repeat:	repeat-x;

}
.top10BarNum
{
	width:				27px;
	height:				20px;
	float:				left;
}
.top10BarTitle
{
	padding-top:		2px;
	width:				148px;
	overflow:			hidden;
	float:				left;
}
.top10BarRating
{
	width:				125px;
	height:				25px;
	float:				left;
}
.rating1
{
	background-position:0px -80px;
}
.rating2
{
	background-position:0px -60px;
}
.rating3
{
	background-position:0px -40px;
}
.rating4
{
	background-position:0px -20px;
}
.rating5
{
	background-position:0px 0px;
}

.top10BarHits
{
	width:				120px;
	height:				20px;
	float:				left;
	font-size:			11px;
	white-space:		nowrap;
	overflow:			hidden;
}

/***************************************** Main ******************************************/

#catSelectDiv
{
	position:			absolute;
	right:				22px;
	top:				10px;
}
#categorySelect
{
	background-color:	#000000;
	color:				#FFFFFF;
	font-size:			12px;
}
#catBoxCat
{


}
#catBoxMostPlayed
{
	display:			none;
}
#catBoxTopRated
{
	display:			none;
}
.catDiv
{
	height:				133px;
	width:				295px;
	float:				left;
}
.catDiv:hover
{
	height:				133px;
	width:				295px;
	float:				left;
	background-color:	#3D3D3D;
}
.catDivInner
{
	padding-top:		5px;
	padding-left:		5px;
	padding-right:		5px;
	padding-bottom:		1px;
}
.catDivTitle
{
	width:				285px;
	border-bottom:		1px solid #8C8C8B;
}

#emailBox
{
	width:				250px;
	height:				19px;
	background-image:	url(images/emailBox.gif);
	background-repeat:	no-repeat;
	float:				left;
}
.okbutton
{
	width:				45px;
	height:				20px;
	background-image:	url(images/okbutton.gif);
	background-position:0px 0px;
	background-repeat:	no-repeat;
	float:				left;
}
.okbutton:hover
{
	width:				45px;
	height:				20px;
	background-position:0px -20px;
	background-image:	url(images/okbutton.gif);
	background-repeat:	no-repeat;
	float:				left;
	cursor:				pointer;
}

/***************************************** Thumbs ******************************************/

.gameThumb
{
	width:				118px;
	height:				108px;
	background-image:	url(images/thumbBox.gif);
	background-repeat:	no-repeat;
	background-position:0px 0px;
	float:				left;
	text-align:			center;

}
.gameThumb:hover
{
	width:				118px;
	height:				108px;
	background-image:	url(images/thumbBox.gif);
	background-repeat:	no-repeat;
	background-position:0px -108px;
	float:				left;
	text-align:			center;

}
.gameThumbInnerDiv
{
	margin-top:			7px;
	margin-left:		14px;
	margin-right:		15px;
	text-align:			center;
}
.gameThumbImg
{
	height:				70px;
	width:				70px;
	border:				1px solid #808080;
}
.gameThumbTitle
{
	font-size:			9px;
	font-style:			italic;
}
.gameLongDiv
{
	width:				285px;
	height:				100px;
	overflow:			hidden;
}
.gameLongInnerDiv
{
	margin-top:			3px;
}
.gameLongImg
{
	height:				70px;
	width:				70px;
	border:				1px solid #808080;
	float:				left;
}
.gameLongGameInfo
{
	float:				left;
	height:				95px;
	padding-left:		3px;
	padding-right:		3px;
}
.gameLongDesc
{
	font-size:			11px;
}

/***************************************** Launch Page ******************************************/

#hostedLink
{
	position:			absolute;
	top:				10px;
	right:				20px;
}
#bigThumbOuter
{
	margin-left:		auto;
	margin-right:		auto;

}
#bigThumbTitle
{
	padding-top:		20px;
	text-align:			center;
}
#bigThumbImage
{
	text-align:			center;
}
#bigThumbDesc
{
	text-align:			center;
}
#bigThumbTitleA
{
	font-size			24px;
	font-weight:		bold;
}
#bigThumbImageImg
{
	border:				1px solid #FFFFFF;
}
.bigThumbRating
{
	margin-left:		auto;
	margin-right:		auto;
	width:				125px;
	height:				25px;
}
#bigThumbDescA
{
	font-size			12px;
}

/***************************************** Game Page ******************************************/



#fullScreenP
{
	cursor:				pointer;
	font-weight:		bold;
}
#fullScreenP:hover
{
	cursor:				pointer;
	font-weight:		bold;
	text-decoration:	underline;
}
.gameInfoTitle
{
	padding-bottom:		13px;
	padding-top:		5px;
}
.gameInfoDesc
{
	padding-bottom:		13px;
}
.gameInfoOther
{

}
