/* CSS Document */

#feature div.white, #feature div.white div.bl, #feature div.white div.br {
	min-height:192px; 
	height:auto;
	}
* html #feature div.white, * html #feature div.white div.bl, * html #feature div.white div.br {
	height: 192px;
	}

div.white img.featured_image {
	float:left;
	margin:0 15px 0 0;
	}

h1 {
	font-size:1.5em;
	color:#000000;
	}



#feature_left {
	margin-right: 160px;
	}

#feature_right {
	width: 150px;
	float: right;
	}

#feature .dark_blue {
	border-bottom: 1px solid #21439d;
	}

/*#########################
		More Games
#########################*/
#more_games ul {
	list-style-type:none;
	}

#more_games ul li {
	line-height: 12px;
	margin-bottom:15px;
	}


#more_games ul li.last {
	margin-bottom: 0;
	}

#more_games ul li p.game_title {
	padding:0;
	margin-bottom:5px;
	}

#more_games ul li p.game_type {
	padding-top:0;
	}

#more_games ul li p.game_desc {
	padding-top:0;
	font-size:90%;
	}

#more_games ul li img {
	margin-right:5px;
	float: left;
	}


#more_games ul li div.content {
	float: left;
	width: 400px;
	padding-top: 5px;
	}

#more_games .white .content {	padding: 10px 7px 0 8px; }
#more_games .white .content .content {	padding-top: 3px; }

#more_games p.description {
	padding: 5px 0;
	}


#more_games span.site_url, #feature_right span.site_url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	display: block;
	padding: 0 0 5px 0;
	}


#more_games img.btn_small_playnow, #feature_right img.btn_small_playnow {
	padding: 0 0 0 4px;
	position: absolute;
	bottom: 15px;
	}



/*#########################
		All Games
#########################*/
#all_games ul {
	list-style-type:none;
	}

#all_games ul li {
	line-height: 12px;
	float: left;
	width: 290px;
	margin-bottom:5px;
	}


#all_games ul li.last {
	padding-left:10px;
	}

#all_games ul li p.game_title {
	padding:0;
	margin-bottom:5px;
	}

#all_games ul li p.game_type {
	padding-top:0;
	}

#all_games ul li p.game_desc {
	padding-top:0;
	font-size:90%;
	}

#all_games ul li img {
	margin-right:5px;
	float:left;
	}



span.sponsored_text {
	color: #666666;
	font-size: smaller;
	}


.sponsored_left {
	width: 148px;
	}




