﻿div.BestStories
{
	width:300px;
	padding:0px;
	margin:15px 0 0 0;
	font-family:arial, helvetiva, verdana, sans-serif;
	line-height:1.3em;
	color:#222;
	text-align:left;
}

div.BestStoriesTitle
{
	overflow:hidden;
	clear:both;
}

div.BestStoriesTitle span
{
	display:block;
	float:left;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 4px 0px 4px;
	margin-right: 2px;
}

div.BestStoriesTitle a
{
	float: left;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px silver;
	border-bottom: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	padding: 4px 4px 0px 4px;
	margin-right: 2px;
	text-decoration: none;
}

div.BestStoriesTitle a.Selected
{
	color: white;
	background-color: #C0C0C0;
}

.BestStoriesContent
{
	padding:6px 4px 4px 4px;
	border:solid 1px silver;
}

span.BestStoriesItemNumber
{
	border:solid 1px #b0b0b0;
	padding:0px 2px;
	color:#ac000c;
	font-weight:bold;
}

div.BestStoriesItem 
{
	clear:both; 
	margin-bottom:6px;
}

div.BestStoriesImg
{
	float:left; 
	padding:2px 5px 5px 0px;
}

div.BestStoriesImg img
{
	margin:0px;
	border-style:none; 
	border-width:0px;
	width:100px; 
	height:75px;
	float:left;
}

a.BestStoriesItemLink, a:link.BestStoriesItemLink
{
	font-family:Arial,Helvetica,sans-serif;
	color:Navy;
	font-size:1em;
	font-weight: bold;
	margin:0px 0px 1px 0px;
	padding:0px;
	font-weight:500;
	text-decoration:none;
}

a:hover.BestStoriesItemLink
{
	text-decoration:underline;
}

.BestStoriesPubDate
{
	color: #666666;
	font-size: 88%;
}


