/* CSS for The Green Nut - More Articles */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#preventionArticles #container-boxContent {
	background: url(../images/health/splash-prevention_articles.jpg) 0 215px no-repeat;
	}

#content {
	margin: 10px 9px auto 358px;
	}


/* ===========================================
         ARTICLE LIST 
==============================================*/

#articleList .viewAll {
	float: right;
	padding-right: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	background: url(../images/global/arrow-viewAll-pinkBg.gif) top right no-repeat;
	}

#articleList h3 {
	margin-left: 8px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	}

#articleList ul {
	margin-top: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	border-bottom: 1px solid #d6d2a9;
	}

#articleList li {
	padding: 14px 10px;
	border-top: 1px solid #d6d2a9;
	background-color: #f9f3e9;
	}

#articleList li.alt {
	background-color: #f5ebda;
	}

#articleList h4 a {
	font-weight: bold;
	text-decoration: none;
	}

#articleList h4 span {
	font-size: 0.85em;
	}

#articleList h4 .divider {
	margin: auto 0.6em;
	color: #9fac1f;
	}

#articleList .continue {
	margin-left: 0.4em;
	font-size: 0.9em;
	font-weight: bold;
	color: #9fac1f;
	text-decoration: none;
	}

#articleList .continue:hover { text-decoration: underline; }



