/* left wrap */


#leftwrap{
	float: left;
	width: 438px;
	margin-right: 3px;
}


/* Search Box */


#searchbox{
	width: 436px;
	height: 113px;
	background-color: #e8e8e8;
	border: 1px solid black;
	border-top: 0px;
	margin-bottom: 3px;
}

#listbox{
	width: 436px;
	height: 19px;
	background-color: #dbdada;
	border-bottom: 1px solid #c6c6c6;
}

#gglist{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.bbgame{
	display: inline;
	padding-right: 0px;
}

#searchtable{
	margin-left: 50px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	border-collapse: collapse;
}

#searchtable tr td{
	width: 200px;
}


/* Games Box */


#gamebox{
	width: 436px;
	border: 1px solid black;
	border-top: 0px;
}

.gbox{
	width: 416px;
	height: 59px;
	padding: 0px 10px;
	border-bottom: 1px solid #c6c6c6;
	text-align: left;
}

.gboxend{
	width: 416px;
	height: 59px;
	padding: 0px 10px;
	text-align: left;
}

.g1{
	background-color: #e8e8e8;
	text-align: left;
}

.g2{
	background-color: #dbdada;
	text-align: left;
}

.gtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.gtitle2{
	font-size: 120%;
	text-align: center;
}

.gdescription{
	font-size: 50%;
}
.more{
	font-weight: normal;
}


/* Right Wrap */


#rightwrap{
	float: left;
	width: 261px;
}

/* Most Popular Box */


#mostpop{
	width: 261px;
	margin-right: 3px;
}

#mostpopwrap{
	width: 256px;
	height: 166px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #dbdada;
	border: 1px solid black;
	border-top: 0px;
}

#mostpopbox{
	float: left;
	width: 246px;
	height: 161px;
	padding-left: 5px;
	background-color: #e8e8e8;
	border: 1px solid black;
	text-align: left;
}

#corner{
	position: relative;
	float: right;
	width: 101px;
	height: 94px;
	background-color: #dbdada;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#spacer{
	position: absolute;
	right: -2px;
	bottom: 0px;
	width: 3px;
	height: 3px;
	font-size:2px;
	background-color: #dbdada;
}

#spacer1{
	position: absolute;
	left: 0px;
	top: -1px;
	width: 3px;
	height: 3px;
	background-color: #dbdada;
}

#poppic{
	float: right;
}

#morepop{
	width: 259px;
	height: 152px;
	border: 1px solid black;
	border-top: 0px;
	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;
	height: auto;
	border: 1px solid black;
	border-top: 0px;
	margin-bottom: 3px;
}

.ranking{
	float: left;
	font-size: 210%;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
}

.boldtext{
	font-weight: bold;
}

.gamename{
	font-size: 140%;
	padding-left: 5px;
	line-height: 30px;
}

.smalltext{
	font-size: 80%;
}

.poptable{
	padding: 0px;
	border-collapse: collapse;
	width: 230px;
}

.tableitem{
	font-size: 110%;
	padding-left: 5px;
}