/* Spotlight Games/Nickslusives Promo Module */
div.box-promo.spotlight div.box-middle { padding:0 7px 7px 0; }
div.box-promo.spotlight div.box-middle div.wrapper { padding: 5px 0px 0px 7px; }
div.box-promo.spotlight h3 { 
	float: left; 
	width: 152px;
}

div.box-promo.spotlight .box-middle a {font-size: 11px;font-weight:bold; text-transform:capitalize;text-decoration:none;}

div.box-promo.spotlight .box-middle h3 a {
	text-align:center;
	text-decoration:none; 
	font-weight:normal;
	font-size:11px;
	}

div.box-promo.spotlight h3 a:hover span { 
	text-decoration:underline; 
	}
	
div.box-promo.spotlight h3 a:hover img { 
	text-decoration:none; 
	}

div.box-promo.spotlight h3 span { 
	display:block;
	margin-top:5px;
}

div.box-promo.spotlight ul {
	float: left;
	display: inline;
	width: 130px;
	height: 105px;
	padding: 5px 5px 0px 5px;
	background-color: #fff;
	margin-left: 7px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.box-promo.spotlight ul li {
	padding-bottom: 5px;
	text-align:left;
}


div.box-promo.spotlight a:hover { text-decoration: underline; }

.spotlight a.global-more {
	float:left;
	display:block;
	padding:0 6px 0 0;
	width:130px;
}


/* restore bkg image for TMNT */
body.ninja-turtles-games .featured-tout-module.spotlight {
    background: url("/assets/Backgrounds/tout_bg_top.png") no-repeat scroll 0 0 transparent !important;
    margin: -6px auto 20px;
    padding-top: 21px;
    position: relative;
    width: 624px;
}

body.ninja-turtles-games .featured-tout-module .footer {
    background: url("/assets/Backgrounds/tout_bg_bottom.png") no-repeat scroll left bottom transparent !important;
    padding-bottom: 15px;
    width: 100%;
}