﻿a.topArticleLink, a.topArticleLink:link, a.topArticleLink:visited, a.topArticleLink:hover {
    position:relative;
    font-size: 10px;
    color: #2e5274;
}

/* Featured Content (multimedia and columnists) */
.featured_content
{
    color: #6d7d8c;
    font-size: 10px;
}
A.featured_content:link, A.featured_content:visited
{
    color: #43688a;
    font-size: 10px;
    font-weight: bold;
}

/* Widgetized */

/*
.toprowCol1 { width: 10px; overflow: hidden; }
.toprowCol2 { width: 240px; overflow: hidden; }
.toprowCol3 { width: 10px; overflow: hidden; }
.toprowCol4 { width: 273px; overflow: hidden; border-right: solid 1px #bebebe; }
.toprowCol5 { width: 20px; overflow: hidden; }
.toprowCol6 { width: 203px; overflow: hidden; }
.toprowCol7 { width: 10px; overflow: hidden; }
*/

.WidgetHighlight, #WidgetHighlightDisplay 
{
    width:240px;
    overflow: hidden;
}
.WidgetHighlightHidden
{
    display: none;
}
.WidgetFiller 
{
    height:100%;
    background-color: #f3f3f3;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
}

	/********************************************
		main news playlists
	********************************************/
	
#topstories-playlist
{
    z-index:5;
    width:269px;
    background:#f3f3f3;
    /*border-right: solid 1px #bebebe;*/
}

	
.iteminActive
{
    border-left: solid 1px #bebebe;
/*background: url(http://a.abcnews.com/assets/images/pixel-bebebe.gif) repeat-y left; padding:2px 0;*/
}
			
.iteminner{ 
    width:245px;
    text-align:left; 
}
		
.itemActive .iteminner
{ 
    background:#fff; 
    padding:3px 4px 3px 10px; 
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    border-right:1px solid #bebebe;
}
.itemActive a{
    color:#036;
}
		
.itemActive a:hover{text-decoration:underline;}


.iteminActive .iteminner
{ 
    padding:4px 5px 4px 9px;
}

.iteminActive a:hover
{
        text-decoration:underline;
}
