/* left wrap */


#leftwrap{
	float: left;
	width: 438px;
	margin-right: 3px;
}

.pbox{
	position: relative;
	width: 416px;
	height: 89px;
	padding: 0px 10px;
	border-bottom: 1px solid #c6c6c6;
	text-align: left;
}

/* Games Box */


#gamebox{
	width: 436px;
	border: 1px solid black;
}

.boxtitle{
	height: 16px;
	background-image: url('barbg.png');
	border-bottom: 1px solid black;
	text-align: center;
}

.titletext{
	font-size: 80%;
	font-weight: bold;
	line-height: 16px;
	color: #2c98c7;
}

.gbox{
	position: relative;
	width: 416px;
	height: 59px;
	padding: 0px 10px;
	border-bottom: 1px solid #c6c6c6;
	text-align: left;
}

.gboxend{
	position: relative;
	width: 416px;
	height: 59px;
	padding: 0px 10px;
	text-align: left;
}

.g1{
	background-color: #e8e8e8;
}

.g2{
	background-color: #dbdada;
}

.gtitle{
	font-size: 110%;
	font-weight: bold;
}

.more{
	font-size: 80%;
	bottom: 3px;
	right: 5px;
}

.gtext{
	font-size: 80%;
}


/* Right Wrap */


#rightwrap{
	float: left;
	width: 261px;
}

/* Most Popular Box */

#poppic{
	float: right;
}

#morepop{
	width: 259px;
	border: 1px solid black;
	margin-bottom: 3px;
}

.popbox{
	width: 253px;
	height: 16px;
	padding: 0px 3px;
	border-bottom: 1px solid #c6c6c6;
	text-align: left;
}

.popboxend{
	width: 253px;
	height: 16px;
	padding: 0px 3px;
	text-align: left;
}

.gmlist{
	width: 259px;
	border: 1px solid black;
	margin-bottom: 3px;
	background-color: #e8e8e8;
}

.boldtext{
	font-weight: bold;
}

.gamename{
	font-size: 140%;
	padding-left: 5px;
	line-height: 30px;
}

.smalltext{
	font-size: 80%;
}

.ptitle{
	margin: 3px 0px;
	padding: 0px;
}