#container_rss {
	position:relative;
	float:left;
	width:210px;
	padding:3px;
	margin-left:5px;
	margin-bottom:4px;
}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	font-size:11px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	font-size:11px;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

a:focus {
  -moz-outline-style:none;
}

/* tab panel styling */
.panes div {
	position:relative;	
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none;
	width:210px;
}