


/* 
Please be sure this css doc is loaded AFTER 'global.css'.
*/

#the_content h4#page_heading {
	margin-left:30px;
}


#items {
	list-style:none;
	margin:10px 30px 0 20px;
	padding:0;
	font-size:0.7em;
}

#items li {
	clear:both;
	height:106px;
}

#items a.prev_img {
	display:block;
	float:left;
	background-repeat:no-repeat;
	width:349px;
	height:106px;
	position:relative;
	z-index:2;
}

#items a.prev_img img {
	position:relative;
	
}

#items a.purple {background-image:url('../images/games/go_bg_purple.png')}
#items a.yellow {background-image:url('../images/games/go_bg_yellow.png')}
#items a.blue {background-image:url('../images/games/go_bg_blue.png')}
#items a.red {background-image:url('../images/games/go_bg_red.png')}
#items a.green {background-image:url('../images/games/go_bg_green.png')}



#items h4, #items p {
	position:relative;
	left:20px;
	top:15px;
	padding:0 10px 0 0;
	z-index:1;
	font-weight:bold;
}

#items h4 {
	margin:0;
	font-size:1.2em;
}

#items h4 a {
	text-decoration:none;
	color:#0084A9;
}

#items p {
	margin-top:5px;
}

