/* temp override to fix IE display issue */
#wmdHZ_NewsTOC .dottedLine_fmt {
	clear: none !important;
	border-left:none !important;
	border-right:none !important;
	height: .5px !important;
	}	
	
*+html #wmdHZ_NewsTOC .dottedLine_fmt {
	height: 1px !important;
}


/*  WebMD Mobile right rail promo module  */
#mobile_drugs {
	width:300px;
	height:160px;
	background:url(../../../consumer_assets/site_images/miscellaneous/WebMD_mobile/apps_module_bg_hp.png) 0 0 no-repeat;
	margin: 0 0 10px 0;	
	}
#mobile_drugs h4{
	margin:0;				
	}
					
#mobile_drugs p{
	margin:0;	
	font-size:90%;
	padding: 50px 0 0 18px;	
	width: 140px;	
	}	
					
#mobile_drugs a{ 
	margin: 10px 0 0 18px;		
	}

/* hacks for Lisa Habib's request #18281 -arhea, 11.17.09 */
#wmdHZ_ArticleLinks .wmd_main_hdr_rdr {
 /*text-transform: capitalize;*/ /* make Latest Drug News module heading title case */
}
#middleContent_fmt .wmdHZ_MainContentSectionFooter {
 /*display: none;*/ /* hide bottom curve on existing Latest Drug News module */
}

/* Hiding Ask the Pharmacist module in right rail. - mkmotley 1.19.10 */

.lnch-ask_rdr {
display:none;
}


/******** webmd-btn styles */
/*button.webmd-btn{
  height: 100px !important;
  font-size: 45px;
  margin: 0px 40px 0px 40px;
}*/

.webmd-btn-pr {
background-color: #DB6110;
background-image: -moz-linear-gradient(100% 100% 90deg, #FE812E, #CC5302);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FE812E), to(#CC5302));
background-image: -webkit-linear-gradient(#FE812E,#CC5302);
background-image: -ms-linear-gradient(top, #FE812E 0%,#CC5302 100%); /* IE10+ */
background-image: linear-gradient(to bottom, #FE812E 0%,#CC5302 100%); /* W3C */
border-radius: 6px;
color: #FFFFFF;
}
.webmd-btn-sc {
background-color: #BBDEED;
background-image: -moz-linear-gradient(100% 100% 90deg, #E5F0F4, #BBDEED); 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5F0F4), to(#BBDEED));
background-image: -webkit-linear-gradient(#E5F0F4, #BBDEED);
background-image: -ms-linear-gradient(top, #E5F0F4 0%,#BBDEED 100%); /* IE10+ */
background-image: linear-gradient(to bottom, #E5F0F4 0%,#BBDEED 100%); /* W3C */
border:1px solid #000000;
border-radius: 6px;
color: #FFFFFF;
}
.webmd-btn-l {
width:117px;
}
.webmd-btn-m {
width:91px;
}
.webmd-btn-s {
width:72px;
}
.webmd-btn-xl {
width:280px;
}
.webmd-btn-xs {
width:252px;
}
/* HACK: override for IE8/9 to not display inherited button image sprite. */
.browserIE .webmd-btn-pr  {
background-position: 0 -100px;
}

/******** webmd-btn styles */

/* hiding webmd header save link per US3779 */
#headerLinks_pages { display: none; }

.drug_info>.addPillSafe .webmd-btn-xl { width: 140px; }


/********** styling for FDA module */

/********** styling for newsletter shadow module */
.mostpopss {
	margin-bottom: 25px;
}

/* =============================================================================
 Standard Harmony Module left column
========================================================================== */
.module {
background:#fff;
font-size: 16px;
margin-bottom:1em;
outline:1px solid #eee;
}
.module div, .module p, .module ul {
font-family: Lato, Arial, sans-serif;
font-size: 16px;
}
.module .header .collapse {
display: none;
}
.module .header h3, .module .module-header h3 {
color: #88a906;
font-family: "Roboto Slab",serif;
font-weight: 400;
font-size: 22px;
padding:1em 1em 0.2em 0.7em;
}
.module .header h6, .module .module-header h6 {
color:#fff;
background:#1295cc;
padding:0.8em 1em;
}

.module li {
font-family: Lato, Arial, sans-serif;
margin-bottom:1em;
}
.module li:last-child {
margin-bottom:0;
}

.module .title {
color: #222;
line-height: 1.2;
}
.module .type {
font-size: .75em;
color: #666;
text-transform: uppercase;
margin-bottom: .2em;
}

.module .content, .module .module-content {
padding:1em 1em 0 1em;
}

.module .body {
font-size: 0.95em;
padding-bottom: 1em;
}

div.newsletterSignup {
	border: solid 1px #ddd;
	line-height: 1.4;
	margin-bottom: 25px;
	outline: 0;
}

div.newsletterSignup p {
	margin: 0;
}

div.newsletterSignup .content h3, div.newsletterSignup h4, div.newsletterSignup .module-content h3 {
	font-weight: 400;
}
div.newsletterSignup .newsletters-success-view .suggestions h4 {
	font-family: "Roboto Slab",serif;
	font-weight: 400;
}
div.newsletterSignup label {
	cursor: pointer;
}

div.newsletterSignup .newsletters-form-view button {
	background: #f67f00;
	border-radius: .5em;
	color: #fff;
}

/* HACK:  20140922 1741 mbrewer
 * reskin style added here during hotfix for harmony-newsletter styling update
 * TODO: needs to be rolled into reskin.css
 */

.reskin .module.fda {
	outline: 0;
}
.reskin .module.fda .content {
	padding: 0;
}
.reskin .module.fda ul li {
	font-size: 100%;
	margin-bottom: 0;
}
.reskin .module.fda .content p {
	margin: 0;
}

