.floatleft { float: left; }
.floatright { float: right }

#content_left { width: 440px; } /*50%*/
#content_right { width: 440px; } /*49%*/
#inner-content-wrap { margin: 10px 10px 0 10px; }
	.module { margin: 0 0 10px 0; }
	.module.extra { border: 1px dashed #000; }
	.module.swf object, .module.swf embed { display: block;  }
		.module h3 { background: #bbb; border-bottom: 1px solid #000; font-size: 14px; margin: 0; padding: 5px; }
		.module.extra h3 { background: #ccc; border-bottom: 1px dashed #000; }
		.module img { border: 0; display: block; }

/* .module_inner { height: 100px; } 
#module_global_inner { height: 234px; }
*/

#module_app_swf {
            position:absolute;
            visibility:hidden;
}

.loading_img { display: block; height: 66px; margin: 5px 42%; width: 66px; }

p.feed_error { color: #600; padding: 5px; }
.feed-news { }
	.feed-news img { float: left; padding: 5px 5px 0; }
	.feed-news h4 { font-size: 14px; padding: 5px; }
	.feed-news h4 a { text-decoration: none; }
	.feed-news h4 a:hover { text-decoration: underline; }
	.feed-news p { clear: both; padding: 5px; }
	/*.feed-news */ a.module_read_more { float: right; font-size: 12px; padding: 0 5px 5px 0; text-decoration: none; }
	/*.feed-news */ a.module_read_more:hover { text-decoration: underline; }
