@charset "utf-8";
/* CSS Document */
/* breaking news overlays */
/* the overlay is placed after the image but inside the same anchor as the image. If the image doesn't have an anchor as a parent then just add one */

/* basic style is yellow #ff0 background*/
.eb_over-ffff00 {
	position:absolute;
	height:18px;
	overflow:hidden;
	bottom:0;
	left:0;
	color:#000!important;
	width:100%;
	background:#ffff00;/*yellow background */
	line-height:18px!important;
	text-decoration:none!important;
	text-transform:uppercase;
	text-align:center;
}
* html .eb_over-ffff00{bottom:-1px}
.abspic .eb_over-ffff00 {
	padding:0 0 0 2px;
	margin-left:-1px; 
}
.eb_over-ffff00 span {
	width:100%;
	height:18px;
	display:block;
	padding:0!important;
	margin:0!important;
}
.eb_over-ffff00 span strong {
	padding:0 13px!important;
	margin:0!important;
	color:#000!important;
	text-decoration:none!important;
	font-size:12px!important;
	line-height:18px!important;
	position:relative;	
}
strong.eb_over-ffff00{
	padding:2px 10px 1px;
	color:#fff;
	font-size:12px;
	background:#900;
	font-weight:bold;
	position:relative;
	height:auto;
	color:#000!important;
	width:auto;
	background:#ffff00;/*yellow background */
	line-height:18px!important;
	text-decoration:none!important;
	text-transform:uppercase;
	text-align:left;
}
/* use to highlight text in list boxes*/
p.eb_over-ffff00txt,
p.eb_over-ffff00txt span,
p.eb_over-ffff00txt a{
	color:#ff0!important
}
/* use to highlight background in list boxes */
.eb_over-ffff00bg,
.eb_over-ffff00bg span,
.eb_over-ffff00bg a{
	background:#ff0!important;
	color:#000!important;
}
.eb_over-ffff00bg{min-height:0}

/* breaking news box under nav */

.bn-main{
	width:879px;
	height:80px;
	background:#ff0;
	position:relative;
	margin:-5px 0 9px 26px;
	clear:both;
}
.bn-main h2,.bn-main h2 em{
	float:left;
	margin:0 0 0 -15px;
	width:135px;
	height:80px;
	position:relative;	
	overflow:hidden;
}
.bn-main h2 em{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	background:url(images/bn-lc.png) no-repeat 0 0;
}
.bn-main .img142x80{
	float:left;
	margin-left:1px;
}
.bn-main p.eb_topstory{
	padding:6px 15px 0 10px;
	overflow:hidden;
	min-height:0;
	margin:0;
}
* html .bn-main p.eb_topstory{overflow:visible;height:1%}
.bn-ltxt p.eb_topstory{
	font-size:19px!important;
	padding-top:4px;
}
.bn-ltxt p.eb_topstory strong{font-weight:bold!important}
p.bn-close{
	width:15px;
	height:80px;
	float:right;
	position:relative;
	margin:0 -15px 0 0;
	background:url(images/bn-close.png) no-repeat 0 0;
}
p.bn-close a{
	width:15px;
	height:15px;
	float:right;
}
#eb_tv .bn-main{
	margin:9px 0 9px 26px;
}

