#primary img {
	float: left;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 12px;
	margin-right: 12px;
}

/* @group articles */

.article_leadIn, .article_leadIn_odd {
	float: left;
	padding: 14px 5px;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
}

.article_leadIn_odd {
	background-color: #f4f8fd;
}

.article_leadIn h3, .article_leadIn_odd h3 {
	float: right;
	width: 340px;
	font-size: 1.2em;
	background-image: none;
	margin: 0 0 3px;
	padding: 0;
}

.article_leadIn h3 a, .article_leadIn_odd h3 a {
	padding-left: 0;
	background-image: none;
}

.article_leadIn img, .article_leadIn_odd img {
	float: left;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.article_leadIn p,
.article_leadIn_odd p,
.source {
	float: right;
	width: 340px;
	margin-bottom: 4px;
	padding-bottom: 0;
	line-height: 1.2em;
}

.learnMore {
	float: right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	clear: both;
	text-indent: -9999px;
	display: block;
	background: url(themes/site_themes/neutral/images/btn_learnMore.gif) no-repeat;
	width: 83px;
	height: 18px;
}



/* @end */

/* @group clinical references */

.references_leadIn, .references_leadIn_odd {
	float: left;
	padding: 14px 5px;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
}

.references_leadIn_odd {
	background-color: #f4f8fd;
}

.references_leadIn h3, .references_leadIn_odd h3 {
	float: right;
	width: 384px;
	font-size: 1.2em;
	background-image: none;
	margin: 0 0 3px;
	padding: 0;
}

.references_leadIn h3 a, .references_leadIn_odd h3 a {
	padding-left: 0;
	background-image: none;
}

#primary .references_leadIn p,
#primary .references_leadIn_odd p {
	float: right;
	width: 384px;
	margin-bottom: 4px;
	padding-bottom: 0;
	line-height: 1.2em;
}

.download {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	clear: both;
	float: right;
	width: 384px;
	display: block;
}

.pdf {
	background: url(themes/site_themes/global_images/icon_pdf.gif) no-repeat 18px 18px;
}

/* @end */