@charset "utf-8";
/* CSS Document */

	#headline_wrapper{
		width:689px;
		height:271px;
		background:url(../images/backgrounds/my_aco_headlines_bg.png) 0px 0px no-repeat;
	}
		#rss_reader_wrapper{
			width:524px;
			height:254px;
			background:#CCC;
			margin:8px 0px 0px 8px;
			display:inline;
			float:left;
			position:relative;

		}
			.section_wrapper{
				width:524px;
				height:254px;
				position:absolute;
				top:0px;
				left:0px;
			}
				/* Section Wrapper Individual Backgrounds */
				.my_headlines{
					background:url(../images/backgrounds/my_headlines_bg.jpg) 0px 0px no-repeat;
				}
				.health_wellness{
					background:url(../images/backgrounds/health_wellness_bg.jpg) 0px 0px no-repeat;
			  	}
			  	.home_family{
					background:url(../images/backgrounds/home_family_bg.jpg) 0px 0px no-repeat;
			  	}
			  	.careers_education{
					background:url(../images/backgrounds/careers_education.jpg) 0px 0px no-repeat;
			  	}
			  	.green_living{
					background:url(../images/backgrounds/green_living_bg.jpg) 0px 0px no-repeat;
			  	}
			  	.beauty_fashion{
					background:url(../images/backgrounds/beauty_fashion_bg.jpg) 0px 0px no-repeat;
			  	}
			  	.travel_leisure{
					background:url(../images/backgrounds/travel_leisure_bg.jpg) 0px 0px no-repeat;
			  	}
					/* Rss Content Wrapper */
					.rss_content_wrapper{
						display:inline;
						width:330px;
						height:146px;
						float:left;
						margin:61px 0px 0px 9px;
						padding:0px;
					}
						ul.rss_item_wrapper{
							list-style-type:none;
							margin:0px;
							padding:0px;
						}
							ul.rss_item_wrapper li{
								list-style-image:none;
								display:inline;
								margin:0px;
								padding:0px;
							}
							
							ul.rss_item_wrapper li a{
								background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat;
								font-family:Arial, Helvetica, sans-serif;
								font-size:11px;
								display:block;
								width:312px;
								padding:6px 0px 7px 18px !important;
								padding:6px 0px 2px 18px; /* IE6 Fix*/
							}
							
							/* Individual Rss Item Styles */
								
								/* My Headlines */
									ul#my_headlines li a{
										color:#f2f4e4;
										text-decoration:none;
									}
									ul#my_headlines li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #3975ae;
									}
								/* Health and Wellness */
									ul#health_wellness li a{
										color:#FFF;
										text-decoration:none;
									}
									ul#health_wellness li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #794f67;
									}
								/* Home and Family */
									ul#home_family li a{
										color:#d38d2e;
										text-decoration:none;
									}
									ul#home_family li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #f5f1e2;
									}
								/* Careers and Education */
									ul#careers_education li a{
										color:#008882;
										text-decoration:none;
									}
									ul#careers_education li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #d1dad8;
									}
								/* Green Living */
									ul#green_living li a{
										color:#FFF;
										text-decoration:none;
									}
									ul#green_living li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #719502;
									}
									
								/* Beauty and Fashion */
									ul#beauty_fashion li a{
										color:#c74b5e;
										text-decoration:none;
									}
									ul#beauty_fashion li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #d7cfcf;
									}
								/* Travel and Leisure */
									ul#travel_leisure li a{
										color:#385490;
										text-decoration:none;
									}
									ul#travel_leisure li a:hover{
										background:url(../images/icons/green_rss_item_arrow.png) 0px 0px no-repeat #c7d0df;
									}

					.rss_button_wrapper{
						width:330px;
						height:29px;
						background:transparent;
						clear:both;
						display:inline;
						float:left;
						margin:9px 0px 0px 9px;
					}
						.rss_button_wrapper a.button{
							display:block;
							cursor:pointer;
						}
						.rss_button_wrapper a.button_h{
							display:block;
							cursor:pointer;
							float:left;
						}
						/* Individual More Stories Button Styles */
							
							/* My Headlines */
							.rss_button_wrapper a#cmh{
								width:162px;
								height:29px;
								background:url(../images/buttons/more_stories/01_customize_my_healdines.jpg) ;
								background-position:0px 0px;
								background-repeat:no-repeat;
							}
							.rss_button_wrapper a#cmh:hover{
								background-position:0px -29px;
							}
							.rss_button_wrapper a#mh_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/01_more_stories_my_headlines.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
							}
							.rss_button_wrapper a#mh_ms:hover{
								background-position:0px -29px;
							}
							/* Health and Wellness */
							.rss_button_wrapper a#hw_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/02_more_stories_health_wellness.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:0px 0px 0px 12px;
							}
							.rss_button_wrapper a#hw_ms:hover{
								background-position:0px -29px;
							}
							/* Home and Family*/
							.rss_button_wrapper a#hf_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/03_more_stories_home_family.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:0px 0px 0px 12px;
							}
							.rss_button_wrapper a#hf_ms:hover{
								background-position:0px -29px;
							}
							/* Careers and Education */
							.rss_button_wrapper a#ce_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/04_more_stories_careers_edu.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:0px 0px 0px 12px;
							}
							.rss_button_wrapper a#ce_ms:hover{
								background-position:0px -29px;
							}
							/* Green Living */
							.rss_button_wrapper a#gl_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/05_more_stories_green_living.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:0px 0px 0px 12px;
							}
							.rss_button_wrapper a#gl_ms:hover{
								background-position:0px -29px;
							}
							/* Beauty and Fashion */
							.rss_button_wrapper a#bf_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/06_more_stories_beauty_fashion.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:0px 0px 0px 12px;
							}
							.rss_button_wrapper a#bf_ms:hover{
								background-position:0px -29px;
							}
							/* Travel and Leisure */
							.rss_button_wrapper a#tl_ms{
								width:98px;
								height:29px;
								background:url(../images/buttons/more_stories/07_more_stories_travel_leisure.jpg);
								background-position:0px 0px;
								background-repeat:no-repeat;
								margin:1px 0px 0px 12px !important;
								margin:0px 0px 0px 12px; /* IE6 Fix */
							}
							.rss_button_wrapper a#tl_ms:hover{
								background-position:0px -29px;
							}
				
		/* Toggel Button Styles */
		#button_wrapper{
			width:147px;
			height:254px;
			margin:8px 0px 0px 0px;
			display:inline;
			float:left;
		}
			a.headline_button_outter{
				display:block;
				width:147px;
				height:37px;
			}
			a.headline_button_outter:hover{
				background-position:0px -37px;
				background-repeat:none;
			}
				/* Headline Individual Buttons */
				a.my_headlines_b{
					background:url(../images/buttons/my_headlines_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				a.travel_leisure_b{
					background:url(../images/buttons/travel_leisure_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				
			a.headline_button_inner{
				display:block;
				width:147px;
				height:36px;
			}
			a.headline_button_inner:hover{
				background-position:0px -36px;
			}
				/* Headline Individual Buttons */
				a.health_wellness_b{
					background:url(../images/buttons/health_wellness_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				a.home_family_b{
					background:url(../images/buttons/home_family_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				a.careers_education_b{
					background:url(../images/buttons/careers_education_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				a.green_living_b{
					background:url(../images/buttons/green_living_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				a.beauty_fashion_b{
					background:url(../images/buttons/beauty_fashion_bbg.jpg);
					background-position:0px 0px;
					background-repeat:no-repeat;
				}
				
				
				
				
				span.displace{
					position:absolute;
					left:-7777px;
				}