﻿
#espn-feeds-demo
{
	font-family:Verdana;
	font-size:11px;
}
#espn-feeds-demo .feeds
{
	border:solid 1px #0076b1;
	width:610px; /* must set a width for IE6 */
	padding:2px;
}
#espn-feeds-demo .feeds .ajax__marquee_wrapper
{
	background:url(_assets/img/over.gif) repeat-x;
	width:600px; /* must set a width for IE6 */
    padding:5px;
}
#espn-feeds-demo .feeds .ajax__marquee_wrapper .item
{
    padding-right:5px;
    padding-left:5px;
}
#espn-feeds-demo .feeds .ajax__marquee_wrapper .item .title
{
}
#espn-feeds-demo .feeds .ajax__marquee_wrapper .item A
{
	color:#105289;
}

/* Styles for CNN feeds */
#cnn-feeds-demo
{
	font-family:Verdana;
	font-size:11px;
	width:610px; /* must set a width for IE6 */
	border:solid 1px #ccc;
	padding:2px;
}
#cnn-feeds-demo .ajax__marquee_wrapper
{
	width:600px; /* must set a width for IE6 */
    padding:5px;
}
#cnn-feeds-demo .ajax__marquee_wrapper .item
{
	padding:2px 5px;
}
#cnn-feeds-demo .ajax__marquee_wrapper .item .title
{
}
#cnn-feeds-demo .ajax__marquee_wrapper .item A
{
	color:#105289;
}   
#cnn-feeds-demo .entertainment
{
	background-color:#dadada;    	
}     

