*{
	margin:0;
	padding:0;
}


#feedWidget{
	/*background:url(img/bg.PNG) repeat-x #47525c;
	width:200px;*/
	margin:0 auto;
	
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url(img/drop_arrow.PNG) no-repeat 95% 50% SILVER;
	cursor:pointer;
}

#activeTab,.dropDownList div{
	background:url(img/drop_arrow.PNG) no-repeat 95% 50% #CCCCCC;
	color:#7B2425;
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	margin:0 20px 2px 0;
	padding:2px 5px;
	width:250px;
	float: left;
}
.line{
	height:1px;
	overflow:hidden;
	border: 1px solid #ffffff;
}

.dropDownList{
	background-image:none;
	position:absolute;
	border-top:none;
	padding:5px;
}

.dropDownList div:hover{
	background-color:#ffffff;
}

#tabContent div{
	/* The feed entry divs */
	background-color:#EEEEEE;
	margin-top:6px;
	padding:5px;
	position:relative;
	font-weight: bold;
}
