﻿P
{
    font-family: Verdana;
    font-size: 12px;
}
/* Styles for ESPN feeds */
#news-ticker
{
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #1B1B1B;
    background-color: #000;
}
#news-ticker .feeds
{
    width: 610px; /* must set a width for IE6 */
    padding: 2px;
}
#news-ticker .feeds .ajax__marquee_wrapper
{
    background: url(_assets/img/over.gif) repeat-x;
    width: 830px; /* must set a width for IE6 */
    padding: 5px;
}
#news-ticker .feeds .ajax__marquee_wrapper .item
{
    padding-right: 5px;
    padding-left: 5px;
    color: #a40000;
}
#news-ticker .feeds .ajax__marquee_wrapper .item .title
{
    color: #F6C600;
}
#news-ticker .feeds .ajax__marquee_wrapper .item A
{
    color: #fff;
    text-decoration: none;
}

#news-ticker .feeds .ajax__marquee_wrapper .item A:hover { text-decoration: underline; }
