/*** RSS ***/
#tab_rss{
	float: left;
	width: 644px;
	margin-top:5px;
	padding: 2px;
	background-color: #FFFFFF;
}

#tab_rss #rss_header{
	width: 644px;
	float: left;
	background:transparent url(../images/structure/background_style1.jpg) repeat-x scroll center top;
	/*border: 1px solid #C2C2C2;*/
}

/*#tab_rss #rss_header #image{
	float: left;
	padding: 8px;
}	

#tab_rss #rss_header #image img{
	border: 1px solid #000000;
}*/

#tab_rss #rss_header #rss_title{
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
}

#tab_rss #rss_header #rss_description{
	padding: 8px;
	font-size: 12px;
	text-align: justify;
}

#tab_rss #rss_body{
	width: 624px;
	float:left;
	padding: 10px;
	text-align: justify;
}

#tab_rss #rss_body img{
	float:left;
	margin-right: 10px;
}

#tab_rss #rss_body .rss_sub_title{
	font-weight: bold;
	font-size: 12px;
	padding: 8px;
	color:#FF5D05;
	border-bottom: 1px solid #EEEEEE;
}

#tab_rss #rss_body .rss_text{
	font-size: 12px;
	line-height: 20px;
	padding: 8px;
}

#tab_rss #rss_body #feeds{
	margin-top: 10px;
}

#tab_rss #rss_body #feeds #td_title_feeds{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

#tab_rss #rss_body #feeds #td_text_feeds{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#tab_rss #rss_body #feeds #td_text_feeds a{
	text-decoration: none;
	color: #999999;
}

#tab_rss #rss_body #feeds #td_text_feeds a:hover{
	text-decoration: none;
	color: #000000;
}

#tab_rss #rss_body #feeds #td_text_feeds #ul_feeds{
	list-style-image:none;
	list-style-type:none;
	margin: 0px 3px;
	padding: 3px;
}

#tab_rss #rss_body #feeds #td_text_feeds #ul_feeds li{
	line-height:13px;
	list-style-image:none;
	padding-bottom:7px;
	padding-left:10px;
}

/*** WIDGETS ***/
#tab_widgets{
	float: left;
	width: 644px;
	margin-top:5px;
	padding: 2px;
	background-color: #FFFFFF;
}

#tab_widgets #widgets_header{
	width: 644px;
	float: left;
	background:transparent url(../images/structure/background_style1.jpg) repeat-x scroll center top;
	/*border: 1px solid #C2C2C2;*/
}

/*#tab_widgets #widgets_header #image{
	float: left;
	padding: 8px;
}	

#tab_widgets #widgets_header #image img{
	border: 1px solid #000000;
}*/

#tab_widgets #widgets_header #widgets_title{
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
}

#tab_widgets #widgets_header #widgets_description{
	padding: 8px;
	font-size: 12px;
	text-align: justify;
}

#tab_widgets #widgets_body{
	width: 624px;
	float:left;
	padding: 10px;
	text-align: justify;
}


#tab_widgets #widgets_body .widgets_sub_title{
	font-weight: bold;
	font-size: 12px;
	padding: 8px;
	color:#FF5D05;
	border-bottom: 1px solid #EEEEEE;
}

#tab_widgets #widgets_body .widgets_text{
	font-size: 12px;
	line-height: 20px;
	padding: 8px;
}

#tab_widgets #widgets_body #widgets{
	margin-top: 10px;
}

#tab_widgets #widgets_body #widgets #td_title_widgets{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

#tab_widgets #widgets_body #widgets #td_text_widgets{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#tab_widgets #widgets_body #widgets #td_text_widgets a{
	text-decoration: none;
	color: #999999;
}

#tab_widgets #widgets_body #widgets #td_text_widgets a:hover{
	text-decoration: none;
	color: #000000;
}

#tab_widgets #widgets_body #widgets #td_text_widgets #ul_widgets{
	list-style-image:none;
	list-style-type:none;
	margin: 0px 3px;
	padding: 3px;
}

#tab_widgets #widgets_body #widgets #td_text_widgets #ul_widgets li{
	line-height:13px;
	list-style-image:none;
	padding-bottom:7px;
	padding-left:10px;
}

#tab_widgets #widgets_body #widgets #title_example_widgets{
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}


