/* Health Advisor */
#content { padding: 0 0 35px 15px; }
#healthAdvisor {
	float: left;
	width: 750px;
	padding-right: 10px;
}


#rightNav { background: url('../images/backgroundRight.jpg') left 70px no-repeat; float: right; font-size: 12px; min-height: 300px; padding: 24px 0 0 13px; width: 200px; }
#rightNav .subSection { width: 193px; }

/* Rating System */
#rating {
	width: 84px;
	height: 44px;
	background: url('../images/backgroundRating.png') no-repeat;
	position: relative;
	top: -12px;
	font-size: 10px;
}
#rating div {
	width: 84px;
	padding: 8px 0 3px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	letter-spacing: -0.1px;
}
#rating ul {
	font-size: 10px;
	padding: 0 0 0 9px;
	margin: 0;
}
#rating ul li {
	float: left;
	cursor: pointer;
}
#rating.rated ul li { cursor: default; }






#contentContainer {
	width: 515px;
	padding-top: 20px;
	position: relative;
	left: 10px;
	float: left;
}

.iconSeparator {
	position: relative;
	top: 2px;
	padding: 0 10px;
}
#contentOptions, #commentsHeader #options {
	position: relative;
	top: 5px;
}
.socialShare, .print {
	cursor: pointer;
	position: relative;
	top: 2px;
}
.socialShare {
	background: url('../images/iconSeparator.gif') right 3px no-repeat;
	padding-right: 0;
	margin-right: 0;
}
.print {
	background: url('../images/iconSeparator.gif') right 3px no-repeat;
	padding-right: 15px;
	margin-right: 10px;
}
#commentsHeader .print {
	background: none;
	padding: 0;
	margin: 0;
}
.askPharmacist { cursor: pointer; }

.subSection h3 a, .subSection h4 a, .subSection h6 a, .subSection p a, h3 a, h4 a, h6 a, p a, #pharmacyCounter h3, #pharmacyCounter h4, #pharmacyCounter p {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}