/* Tabbs and styles top story stats */
.statsStory{
	float:left;
	margin: 0px 5px 0px 10px;
	width:220px;
}
#popStory{
	width:203px;
	font-size:100%;
	padding:0;
}
#popStory h4{
	font-size:10px;
	padding:0px;
	margin:0 0 5px 0;
	color:#333;
}
#tabpopStory{
	height:22px !important;
	height /**/:22px;/* for IE5/Win */	
	margin:0;
	padding:0 0 0 0px;
	/* background:url(/images/tab_nav_line.gif) repeat-x bottom; */
}
#tabpopStory li{
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}

#tabpopStory li.tabpopHead{
	float:left;
	background:#fff;
	font-size:10px;
	line-height:16px;
	font-weight: bold;
	padding:2px 4px;
	margin:0 5px 0 0;
	border: 1px solid #fff; /* #999 */
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #333;
	text-align:center;
	height:16px !important;
	height /**/:18px; /* for IE5/Win */}

#tabpopStory a:link, #tabpopStory a:visited, #tabpopStory a:visited.active, #tabpopStory a:hover{
	float: left;
	background: #E7DAAD;
	font-size: 10px;
	line-height: 16px;
	padding:2px 4px;
	margin:0 5px 0 0;
	border: 1px solid #E7DAAD; /* #999 */
	text-decoration: none;
	text-align:center;
	height:16px !important;
	height /**/:18px; /* for IE5/Win */	}	

#tabpopStory a:hover{
	text-decoration:underline;}

ul.bulletList{
	padding:0px;
	margin:0 0 0 20px;
	list-style-type:none;}
ul.bulletList li{
	padding:0px;
	margin:0px;
	list-style-type:disc;}

