/* HealthAdvisor Articles */
#contentHeader { height: 50px; }
#contentHeader div { float: left; }
#contentHeader #contentOptions span { background: red url('../images/iconComment.gif') right 50% no-repeat; padding-right: 20px; }
#contentHeader #contentOptions .print { background: none; padding-right: 0; margin-right: 0; }
#contentHeader #contentOptions .socialShare { margin-right: 10px; padding-right: 15px; }
#contentHeader #title { font-size: 120%; font-weight: bold; color: #014D89; padding-left: 11px; }
#contentHeader #title span {display: block; font-size: 90%; font-weight: normal; color: #666666; }
#article {
	display: none;
	width: 515px;
	position: relative;
	left: -5px;
}
#article div {
	padding-left: 5px;
	clear: left;
}
#article div#facts img {
	height: 100px;
	width: 100px;
	float: right;
	padding: 0 0 10px 10px
}
#article div ul {
	padding-bottom: 5px;
}
#article div li {
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 20px;
}
#article div p {
	padding-bottom: 10px;
}
#article .title {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding: 0;
}
#article .advisory { 
	border: 1px solid #CE7929; 
	background-color: #F2DBC5; 
	padding: 5px; 
	display: table; 
	display: expression("inline-block"); /* IE specific fix */ 
} 
#discussion {
	width: 515px;
	padding-bottom: 10px;
}
#contentContainer #copyright {
	font-size: 10px;
	color: #666666;
	padding: 20px 0 10px 0;
}
