.promo_child {
	height:120px;
	background:#eee;
	overflow:hidden;
}
.promo_child_small {
	height:30px;
}
.promo_child.promo_even {
	background:#fff;
}
.promo_child a {
	display:block;
	height:120px;
	color:#444;
	text-decoration:none;
}
.promo_child a:hover {
	color:#c00;
}
.promo_img {
	display:block;
	float:left;
	width:240px;
	height:120px;
	background:#ccc;
}
.promo_text {
	display:block;
	margin-left:240px;
	padding:5px 15px;
	padding-right:15px;
	background-image:url('../images/arrow_dgrey.gif');
	background-repeat:no-repeat;
	background-position:9px 18px;
}
.promo_child_small .promo_text {
	padding:8px 15px;
}
a:hover .promo_text {
	background-image:url('../images/arrow_red.gif');
	background-repeat:no-repeat;
	background-position:10px 18px;
}
.promo_text strong {
	font-size:1.8em;
	color:#003145;
	display:block;
}
.promo_date {
	display:block;
	padding-top:3px;
}

/* Extras Page CSS - ACEM Lucky 13 */

#acem {margin: 15px 0;}
#acem ul {margin: 0;}
#acem ul li {list-style-type: none; background-color: #eee; margin: 0; width: 230px; padding: 10px 0 0 5px; height: 24px;}
#acem ul li.alt {background-color: #e1e0d8;}
#acem ul li a {display: block; width: 240px; text-decoration: none;}
/*#acem ul li a.alt {background-color: #e1e0d8;}*/
#acem ul li img {vertical-align: middle; margin: 0 0 0 5px;}

.lucky13 {float: right;}
#comics {
	position : absolute;
	top : 165px;
	left : 260px;
	width : 200px;
	height : 240px;
	overflow : hidden;
}

#comics img {
	display : none;
}





