/* Begin Toaster module */
.toaster {
	align: right;
	margin-right: 7px;
	padding: 0;
	position: relative;
	width: 562px;
	height: 107px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	background: transparent url(http://assets.espn.go.com/alerts/bonds_bg.png) no-repeat;
}	
/* Begin Presby module */
.toaster .presby {
	position: absolute;
	top: 8px;
	left: 400px;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	color: #ccc;
	border: none;
}

/* Begin headline */
.toaster h1 {
	margin: 0 0 0 83px;
	padding: 32px 0 0 0;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	color: #fce0b3;
}

.toaster h1 a {
            padding: 0;
            margin: 0;
            font-family: verdana, arial, sans-serif;
            font-weight: normal;
            font-size: 10px;
            color: #fce0b3;
            text-decoration: none;
}

.toaster h1 a:hover {color: #fce0b3; text-decoration: underline;}
.toaster h1 a:visited {color: #fbd79d; text-decoration: none;}


/* Begin tracker button */
.toaster h2 {
            padding: 0;
            margin: 0;
            position: absolute;
            top: 38px;
            left: 399px;
            font-size: 10px;
            color: #fbd79d;
}
 

.toaster h2 a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #fbd79d;
	text-decoration: none;
}
.toaster h2 a:hover {color: #fbd79d; text-decoration: none;}
.toaster h2 a:visited {color: #fbd79d; text-decoration: none;}

/* Begin content module */
.toaster .alert_content {
            margin: 7px 0 0 83px;
            padding: 0;
}

.toaster .alert_listone, .toaster .alert_listtwo, .toaster .alert_listthree {float: left;}

.toaster .alert_listone {
            margin: 0 10px 0 0;
            padding: 0 10px 0 0;
            border-right: 1px solid #9e3b3b;
}
 
.toaster .alert_listone ul, .toaster .alert_listthree ul {
            margin: 0;
            padding: 0;
            list-style: none;
}
 
.toaster .alert_listone li {margin: 0;}


/* Begin score box module */
.toaster .alert_listtwo {
	margin: 3px 0 0 5px;
	padding: 2px;
	width: 110px;
	background: transparent url(http://assets.espn.go.com/alerts/score_bg.gif) no-repeat;
}
.toaster .alert_score {
	float: left;
	padding: 0 10px 0 5px;
	border-right: 1px solid #860000;
}
.toaster .alert_inning {
	float: left;
	padding: 0 5px 0 10px;
}

/* Begin third column content list */
.toaster .alert_listthree {
	padding: 0 5px 0 12px;
	margin-left: 12px;
	border-left: 1px solid #9e3b3b;
}
