﻿/*----------------------------------------------*/
/*--------->>> QUICK JUMP TO CODES <<<----------*/
/*----------------------------------------------*/
/*-- *body - Body Styles --*/
/*-- *typo - Typography Styles --*/
/*-- *extra - Extra / Randoms Styles --*/
/*-- *clear - Clear Fix Styles --*/
/*-- *ad - Ads Styles --*/
/*-- *webglob - Website Global Styles --*/
/*-- *fontsize - Font Sizer Styles --*/
/*-- *maincont - Main Content Styles --*/
/*-- *artlevel - Article Level --*/
/*-- *leftrail - Left Rail Styles --*/
/*-- *rightrail - Right Rail Styles --*/
/*-- *footer - Footer Styles --*/

/*-----------------------------------------*/
/*--------->>> BODY *body <<<----------*/
/*-----------------------------------------*/
body {
	background: #f4f4f4 url('http://images.medicinenet.com/images/body_bg.jpg') repeat-y center top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#wrapper {
	margin:10px 0;
}
#wrapper #leftContent {
	width:680px;
	float:left;
}
#wrapper #leftContent #featured_nav {
	margin:0 0 0 5px !important
}
#wrapper #leftContent .artTitle {
	margin:0 0 10px 10px;	
}
#wrapper #leftContent .artTitle h4 {
	font-size:24px;
	color:#2f3843;
	margin:0;
	padding:0;
}
/*-- Main Image w/o Promos --*/
#wrapper #leftContent #mainImage {
	width:670px;
	height:190px;
	margin: 0 0 10px;
	padding:0 0 0 10px;
	position:relative;
}
#wrapper #leftContent #mainImage .mainImageWrap {
	margin:0;
	padding:0;
	height:180px;
	width:660px;
	border:5px #e9e9e9 solid;
	position:absolute;
	z-index:1;
}
#wrapper #leftContent #mainImage .mainImageWrap img {
	width:660px;
	height:180px;
}
#wrapper #leftContent #mainImage .mainImageTitle {
	position:absolute;
	left:15px;
	z-index:2;
	padding:10px;
	bottom:10px;
	background-color:#000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	border:1px #51504d solid;
	border-left:none;
}
#wrapper #leftContent #mainImage .mainImageTitle span {
	color:#fff;
	display:block;
}
#wrapper #leftContent #mainImage .mainImageTitle span.title {
	font-size:12px;
}
#wrapper #leftContent #mainImage .mainImageTitle .gereatedTitle {
	font-size:20px;
}
#wrapper #leftContent #mainImage .mainImageTitle .gereatedTitle a {
	color:#fff;
	text-decoration:none;
}
#wrapper #leftContent #mainImage .mainImageTitle .gereatedTitle a:hover {
	text-decoration:underline;
}
/*-- Left Column + Content Column --*/
#wrapper #leftContent #leftColumn {
	width:185px;
	float:left;
	margin:0;
	padding:0 0 0 5px;
}
#wrapper #leftContent #mainContent {
	width:480px;
	float:right;
}
#wrapper #rightContent {
	float:right;
	width:310px;
	padding:0;
}
#wrapper #rightContent #ContentPane21.medNet {
	margin:0 !important;
}
/*---------------------------------------------*/
/*---------->>> TYPOGRAPHY *typo <<<-----------*/
/*---------------------------------------------*/

/*---- Global Links ----*/
a, a:link, a:active, a:visited {
	color: #0033cc;
	text-decoration: underline;
	/*text-decoration:none;*/
	outline: none
}
a:hover {
	color: #990066;
	/*text-decoration: underline;*/
}
a img { 
 	border: none; 
}
/*---- Global Headers ----*/

h1 {
	font-size: 28px;
	/*line-height:34px;*/
	margin:0 0 20px;
}
h2 {
	font-size: 24px;
	/*line-height:30px;*/
	margin:0 0 25px;
	color:#2F3843;
}
h3,h4 {
	font-size: 17px;
	/*line-height:23px;*/
	margin:0 0 10px;
}
h5,h6 {
	font-size: 15px;
	/*line-height:21px;*/
	margin:0 0 10px;
}
/*---- H2 Headings ----*/
#textArea center h2 {
	text-align: left;
}
/*---- P Classes ----*/
p.bold {
	font-weight: bold;
}
p.rule {
	border-bottom: thin solid #CCCCCC;
	margin-left: 1cm;
	font: italic 800 13px arial;
}
p.ruleDr {
	border-bottom: thin solid #CCCCCC;
	margin-left: 0px;
	font: 400 13px arial;
}
p.ruler3side {
	border-bottom: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
/*---- Table Classes ----*/
td.padding1 {
	padding: 2px 2px;
}
td.gutter {
	padding: 10px;
}
td.allsides {
	padding: 32px;
}
td.allsides2 {
	padding: 25px;
}	
/*------------------------------------------*/
/*---------->>> EXTRAS *extra <<<-----------*/
/*------------------------------------------*/
/* Tooltip */
#tooltip {
    color: #fff;
    background:#1d1d1d;
    border:1px #000 solid;
    padding:7px 10px;
    position: absolute;    
    z-index:9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width:180px;
    font-size:12px;
    line-height:16px;
}
.transimg {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	margin-top: 15px
}
.transimg:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.glossBox {
	border:1px #eaeaea  solid;
	background-color:#f8f8f8;
	font-weight:bold;
	padding:7px;
	width:456px;
	line-height:14px;
	font-size: 11px;
	margin:10px 0;
}
.credits {
	font-size: 85% !important;
	line-height: 12px;
}
.bullet05 {
	font-family: Arial;
	font-size: 10pt;
	margin-left: 45px;
	list-style-image: url(http://images.medicinenet.com/images/bullet_000066.gif);
	line-height: 18px;
}
.numbers {
	font-size: 10pt;
	margin-left: 35px;
	line-height: 18px;
}
.shortcuts {
 	font-size: 10pt;
	margin-left: 25px;
	list-style-image: url(http://images.medicinenet.com/images/arrowblue.gif);
	line-height: 24px;
}
.img {
	float: right;
	margin: 0px 10px 5px 10px;
}
.spacer_15 {
	height: 15px;
	display: block;
	width: 470px;
}
.whiteout {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.spaced-out {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.arrow {
	color: #ff6600;
}
.Notation {
	font-size: 100%;
	font-weight: bold;
}
.hr {
	background: #CCCCCC;
	clear: both;
	font-size: 1%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: 460px;
	width: 100%;
	float: left;
}
.Orange {
	color: #FF6600;
	font-weight: bold;
}
.Black {
	color: black;
}
/*-- Warnings --*/
#Disc_Warning {
	float: left;
	clear: both;
	width: 460px;;
	border: 1px solid #999999;
	background: #e8e8e7;
	padding: 2px;
	margin: 5px;
	font-size: 90%;
}
/*-- Back to Top --*/
.backtop {
	color: #FF6600;
	text-align: right;
	clear: both;
	padding-top: 10px;
	font-size: 80%;
}
.backtop a {
	font-size: 10px;
	color: #FF6600;
}
.backtop a:hover {
	text-decoration: none;
}
/*-----------------------------------------------*/
/*---------->>> CLEAR FIXES *clear <<<-----------*/
/*-----------------------------------------------*/
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clear {
	clear:both
}
.clearDiv {
	clear: both;
}
.clearall {
	clear: both;
}
.clearLeft {
	clear:left
}
.clearRight {
	clear:right
}
/*------------------------------------*/
/*---------->>> ADS *ad <<<-----------*/
/*------------------------------------*/

/*---- Banner Ad ----*/
#bannerAd_rdr {
	width: 1000px;
	text-align: center;
}
#bannerAd_fmt {
	height: 90px;
	width: 730px;
	background: url(http://images.medicinenet.com/images/ads/1atopbannerside.gif) no-repeat 0 0;
	padding: 0 0 0 10px;
	margin: 0 auto;
}
/*---- Right Column Ad ----*/
#rightAd_rdr {
	width: 308px;
	clear: both;
}
.rightAd_top_fmt {
	width: 308px;
	height: 10px;
	background: url(http://images.medicinenet.com/images/ads/rightAd_toptransparent.gif) no-repeat top center;
	font-size: 1%;
}
.rightAd_BG_fmt {
	text-align: center;
	width: 300px; 
	text-align: left;
}
.rightAd_bottom_fmt {
	width: 308px;
	height: 10px;
	background: url(http://images.medicinenet.com/images/ads/rightAd_bottomtransparent.gif) no-repeat bottom center;
	font-size: 1%;
}
/*---- Left Column Ad ----*/ 
#leftAd_rdr {
	margin: 5px 0px;
	clear: both;
	text-align:center;
}
.leftAd_top_fmt {
	height: 10px;
	background: url(http://images.medicinenet.com/images/ads/leftAd_toptransparent.gif) no-repeat top center;
	font-size: 1%;
}
.leftAd_BG_fmt {
	text-align: center; 
	background: #ffffff;
}
.leftAd_bottom_fmt {
	height: 10px;
	background: url(http://images.medicinenet.com/images/ads/leftAd_bottomtransparent.gif) no-repeat bottom center;
	font-size: 1%;
}
/*---- Ads by Yahoo ----*/
.Yahoo {
	clear: both;
	margin: 5px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	border-bottom: 3px solid #dedede;
	border-top: 3px solid #dedede;
}
.AdsByYahoo {
	clear: both;
	text-align: right;
	font-weight: bold;
	color: #006699;
	font-size: 8pt !important;
}
.Yahoo ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
.Yahoo li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
	font-size: 12px !important;
	line-height: 15px;
}
.Yahoo li a {
	text-decoration: none;
	font-weight: bold;
}
.Yahoo li a:hover {
	text-decoration: underline;
}
.Yahoo li span a {
	font-weight: normal !important;
	font-size: 11px !important;
}
/*---- Ads by Yahoo 2 ----*/
.Yahoo2 {
	clear: both;
	margin: 5px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	border-bottom: 3px solid #dedede;
	border-top: 3px solid #dedede;
}
.AdsByYahoo2 {
	clear: both;
	text-align: right;
	font-weight: bold;
	color: #006699;
	font-size: 9pt !important;
}
.Yahoo2 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	clear: both;
}
.Yahoo2 li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
	font-size: 12px !important;
	line-height: 15px;
}
.Yahoo2 li a {
	text-decoration: none;
	font-weight: bold;
}
.Yahoo2 li a:hover {
	text-decoration: underline;
}
.Yahoo2 li span a {
	font-weight: normal !important;
	font-size: 11px !important;
}
/*-----------------------------------------------------------*/
/*---------->>> WEBSITE GLOBAL STYLES *webglob <<<-----------*/
/*-----------------------------------------------------------*/
#Container {
	width: 1000px;
	text-align: left;
	margin: 0px auto -15px auto;
	background: #fff !important;
	padding: 0px 0px 35px 0px;
	padding:0;
}
/*---- Top Pad ----*/
.topPad {
	padding: 10px 0 0;
}
/*---- Emphasis ----*/
p.Emph {
	font-size: 85% !important;
}
/*---- Read More ----*/
.ReadMore {
	font-size: 95% !important;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}
.ReadMore a:link, .ReadMore a:visited {
	color: #FF6600;
	text-decoration: none;
}
.ReadMore a:hover {
	text-decoration: underline;
}
li.ReadMore {
	color: #FF6600;
	list-style: none !important;
	padding-right: 5px;
	text-align: right;
	font-size: 11px !important;
}
li.ReadMore a {
	color: #FF6600;
	font-weight: bold !important;
}
li.ReadMore a {
	border-bottom: none !important;
}
/*---- View More ----*/
.View_all {
	width: 460px;
	clear: both;
	font-size: 11px !important;
	text-align: right;
	padding: 3px 5px 2px 1px;
	margin: 3px 0px 10px 0px;
}
.View_all a {
	text-decoration: none;
}
.View_all a:hover {
	text-decoration: underline;
}
/*---- A-Z List ----*/
#A_Z {
	float: left;
	margin: 0px 0px 5px 0;
	clear: both;
	background-repeat: no-repeat;
}
.AZtop {
	clear: none !important;
	width: 240px !important;
}
#A_Z ul {
	padding: 0 0 0 1px;
	margin: 0 0 1px 0;
	overflow: hidden; 
	color: #FFFFFF;
	float: left;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#A_Z li {
	display: inline;
}
#A_Z ul a, #A_Z ul a:visited {
	float: left;
	margin: 0 5px 5px 0;
	background: url(http://images.medicinenet.com/images/bg_letternav_2.gif) repeat-x bottom;
	border: 1px #E2E2E2 solid;
	color: #0044D2;
	padding: 2px 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	width: 12px;
	text-align: center;
	list-style: none;
	outline: none
}
#A_Z ul a:hover {
	background: url(http://images.medicinenet.com/images/bg_letternav_on_green.gif) repeat-x bottom;
	border: 1px #E2E2E2 solid;
	color: #336633 !important;
}
.A_ZNoHover {
	padding: 3px 4px;
	background: #0063CE;
	color: #999;
	border-bottom: 0px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
.NOHover {
	padding: 3px 4px;
	background: #0063CE;
	color: #999;
	border-bottom: 0px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
.A_ZHeader {
	clear: both;
	font-size: 18px;
	font-family: "Century Gothic", arial;
	font-weight: bold;
	background: url(http://images.medicinenet.com/images/bg_a_to_z.gif) no-repeat;
	padding: 3px 0 10px 45px;
	margin: 0 0 10px 0;
	color: #4f667e;
}
.A_ZHeader a, .A_ZHeader a:visited {
	color: #4f667e;
	text-decoration: none;
}
.A_ZHeader a:hover {
	color: #4f667e;
	text-decoration: none;
}
#AboutA_Z {
	float: left;
	clear: both;
	padding: 2px 0px 5px 38px;
	font-size: 11px !important;
	width: 400px;
	font-size: 10px !important;
	overflow: hidden;
	text-align: left;
	color: #808080;
}
/*-- add styles to A-Z module CSS --*/
#AboutA_Z .link_fmt {
	float: right;
	width: 120px;
	font-size: 85% !important;
}
#AboutA_Z .link_fmt a {
	color: white !important;
}
#A_Z .search_fmt {
	float: left;
	width: 400px;
	color: white !important;
	background: #009cff;
	font-size: 90% !important;
	width: 431px;
	padding: 8px 2px 2px 22px;
	font-weight: bold;
}
* html #A_Z .search_fmt {
	width: 455px;
}
#A_Z .search_fmt div {
	float: left;
	padding-right: 5px;
}
#A_Z .search_fmt form {
	float: left;
	padding: 0px;
	margin: 0px;
}
#A_Z .search_fmt form input.Search_box {
	height: 18px;
	border: 1px solid #CCC;
	width: 140px;
	font-size: 95% !important;
}
/*----	AZ lists ----*/
#AZ_container {
	width: 470px;
	clear: both;
	text-align: left;
}
#AZ_container h3 {
	color: #006699;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}
#AZ_container p {
	margin: 0px;
	padding: 3px 0px;
}
#AZ_container h5 {
	color: #006699 !important;
	margin: 0px;
	padding: 0px;
	font-size: 13px !important;
}
.AZlist h3 {
	color: #006699;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
}
/*---- A - Z Index Pages ----*/
.AZlist {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	font: bold 11px arial;
	text-align: left;
	width: 470px;
	height: 50px;
	background-image: url('http://images.medicinenet.com/images/AZ_bg.gif');
}
.AZlist ul li.selected {
	position: relative;
	top: 0px;
}
.AZlist li.selected a {
	background: #FFF;
	color: #666;
	border-bottom-color: white;
}
.AZlist ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	float: left;
	text-align: center;
	height: 15px;
	overflow: hidden;
}
.AZlist li {
	display: inline;
	list-style: none;
}
.AZlist li a, .AZlist li a:visited {
	background-color: white;
	color: #006699;
	text-decoration: none;
	float: left;
	border-right: 1px solid #c2d5df;
	margin: 0px 0px;
	height: 15px;
	overflow: hidden;
	width: 16px;
	text-align: center;
}
.AZlist li a:hover {
	background-color: #AAAAAA;
	color: #ffffff !important;
	margin: 0px 0px;
}
/*----	A - Z Results ----*/
.MN_AZlist li a.selected {
	background-color: #3399FF;
	color: white;
}
#MN_AZ_container .AZ_results {
	float: left;
	clear: both;
	width: 470px;
}
#MN_AZ_container .AZ_results ul {
	margin: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
#MN_AZ_container .AZ_results li {
	padding: 4px 0px;
	border-bottom: 1px solid #DDD;
	list-style: url(http://images.medicinenet.com/images/arrow_orange.gif);
	color: #0066CC;
}
#MN_AZ_container .AZ_results li a {
	text-decoration: none;
}
#MN_AZ_container .AZ_results li a:hover {
	text-decoration: underline;
}
#MN_AZ_container .AZ_results h4 {
	margin-top: 0px;
	color: #006699 !important;
}
#MN_AZ_container .AZ_results h4 a {
	border-right: 1px solid #CCC;
	padding: 0px 5px;
	text-decoration: underline;
}
#MN_AZ_container .AZ_results h5 {
	margin-top: 10px;
	color: #006699 !important;
	font-size: 90%;
	background: #DDD;
	padding: 2px 0px 2px 5px !important;;
}
/*-- Keyword --*/
.Keyword_form {
	margin: 20px 0 0 0;
	margin-top: 5px;
	clear: both;
	float: left;
	color: #006699;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, "sans-serif !important";
}
.Keyword_formInside {
	float: left;
	padding: 5px;
	background-color: #f4f4f4;
	border: 1px #ccc solid;
}
.Keyword_form form {
	padding: 0px;
	margin: 0px;
}
/*-- AZ Results --*/
.AZlist li a.selected {
	background-color: #3399FF;
	color: white;
}
#AZ_container .AZ_results {
	float: left;
	clear: both;
	width: 470px;
}
#AZ_container .AZ_results ul {
	margin: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
#AZ_container .AZ_results li {
	padding: 4px 0px;
	border-bottom: 1px solid #DDD;
	list-style: circle;
	color: #0066CC;
}
#AZ_container .AZ_results li a {
	text-decoration: none;
}
#AZ_container .AZ_results li a:hover {
	text-decoration: underline;
}
#AZ_container .AZ_results h4 {
	margin-top: 0px;
	color: #006699 !important;
}
#AZ_container .AZ_results h4 a {
	border-right: 1px solid #CCC;
	padding: 0px 5px;
	text-decoration: underline;
}
#AZ_container .AZ_results h5 {
	margin-top: 10px;
	color: #006699 !important;
	font-size: 90%;
	background: #DDD;
	padding: 2px 0px 2px 5px !important;
}
/*---- MN Styles ----*/
#MN_AZ_container {
	width: 470px;
	clear: both;
	text-align: left;
}
#MN_AZ_container p {
	margin: 0px;
	padding: 3px 0px;
}
#MN_AZ_container_2 p {
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	margin: 20px 0 0;
	padding: 5px;
	width: 460px;
}
#MN_AZ_container_3 {
	clear: both;
	margin: 5px 0 0 0;
}
#MN_AZ_container_3 p {
	color:#333333;
	font-size:11px;
	line-height:18px;
	margin: 0;
	width: 460px;
	padding:5px 5px 0 5px;
}
#MN_AZ_container .Hp_WeekNews h3 {
	color: #000 !important;
}
#MN_AZ_container h3 {
	color: #000 !important;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 16px;
}
a.mn_az_subheads {
	color:#111C46;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
a:hover.mn_az_subheads {
	color: #ff7800;!important;
}
a:visited.mn_az_subheads {
	color:#111C46;!important;
}
a:visited:hover.mn_az_subheads {
	color: #ff7800;!important;
}
a.mn_az_links {
	font-size: 10px;
	line-height: 16px;
	color: #555555;
}
a:hover.mn_az_links {
	color: #ff7800;
}
a:visited.mn_az_links {
	color: #555555;!important;
}
a:visited:hover.mn_az_links {
	color: #ff7800;!important;
}
#MN_AZ_container ol {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
	font-size: 85%;
}
.MN_AZ_list_thumbs {
	display: block;
	float: left;
	width: 400px;
	padding-top: 10px;
}
.MN_AZ_thumbs {
	float: left;
	margin-left: 10px;
	height: 35px;
	width: 30px;
	display: block;
}
.MN_AZlist {
	clear: both;
	float: left;
	padding: 0 0 15px 0;
	margin: 0px 0px 10px 0px;
	font: bold 11px arial;
	text-align: left;
	width: 476px;
	background-image: url('http://images.medicinenet.com/images/AZ_bg.gif');
	background-repeat: no-repeat;
}
.MN_AZlist ul li.selected {
	position: relative;
	top: 0px;
}
.MN_AZlist li.selected a {
	background: #FFF;
	color: #666;
	border-bottom-color: white;
}
.MN_AZlist ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	float: left;
	overflow: hidden;
}
.MN_AZlist li {
	display: inline;
	list-style: none;
}
.MN_AZlist li a, .MN_AZlist li a:visited {
	background-color: white !important;
	color: #006699;
	text-decoration: none !important;
	float: left;
	border-right: 1px solid #c2d5df;
	margin: 0px 0px;
	height: 15px;
	overflow: hidden;
	width: 16px;
	text-align: center;
}
.MN_AZlist li a:hover {
	background-color: #AAAAAA !important;
	color: #ffffff !important;
	margin: 0px 0px;
}
.AZ_FormHelp {
	padding: 11px 0 0 3px;
	font-size: 80%;
	font-weight: normal;
	float: left;
}
.AZlist_background {
	background: none;
	float: left;
	clear: both;
	padding: 3px 2px 0px 0px;
	width: 465px;
	margin: 14px 0px 5px 0px;
	height: 18px;
}
.Pic_Slide_AZlist_background {
	background: none;
	float: left;
	clear: both;
	padding: 3px 2px 0px 0px;
	width: 470px;
	margin: 0px 0px 5px 0px;
	height: 18px;
}
/*---- Pagination ----*/
.Pagination_fmt {
	float: left;
	text-align: left;
	width: 80%;
	padding: 0px;
	margin: 5px 0px;
	font-size: 95% !important;
}
.Pagination_News_fmt {
	clear: both;
	padding: 0px;
	margin: 0;
}
.Specialty_rdr {
	margin: 0px 0px 5px 0px;
	padding: 5px 0 0 0px;
	font-size: 95% !important;
	color: black !important; 
	float: left; 
	width: 100%;
}
.Specialty_rdr ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.Specialty_rdr li {
	display: inline;
	margin: 0;
	padding: 0 4px !important;
	float: left;
	width: auto;
	border-left: 1px solid #ccc;
	font-size: 11px !important;
	list-style: none;
}
.Specialty_rdr li.Specialty {
	font-size: 11px !important;
	font-weight: bold;
	border-left: 0px;
}
.Specialty_rdr ul li.firstLI {
	border-left: 0px;
}
.Specialty_rdr li a {
	text-decoration:underline;
}
.pagination_rdr {
	float: left;
	clear: both;
}
.pagination_rdr ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}
.pagination_rdr li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	list-style: none;
}
.pagination_rdr a, .pagination_rdr a:visited {
	color: #444 !important;
	display: block;
	width: auto;
	text-decoration: none !important;
	margin: 0;
	padding: 2px 6px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.pagination_rdr li.selected {
	background: #666699 !important;
	border-left: none;
	color: white !important;
	margin: 0;
	padding: 2px 6px;
	border-right: 1px solid #ccc;
}
.pagination_rdr a:hover {
	background: #666699 !important;
	color: white !important;
}
.pagination_rdr li.firstItem {
	border-left: none;
	color: #999999 !important;
	margin: 0;
	padding: 2px 6px;
	border-right: 1px solid #ccc;
}
.pagination_rdr li.LastItem {
	border-left: none;
	color: #999999;
	margin: 0;
	padding: 5px 6px 2px 0px;
	border-right: none;
	clear: both;
}
.pagination_rdr li.LastItem a, .pagination_rdr li.LastItem a:visited {
	text-decoration: underline !important;
	color: #0033cc !important;
}
.pagination_rdr li.LastItem a:hover {
	text-decoration: none !important;
	background: none !important;
	border-left: 1px solid #fff;
	color: #990066 !important;
}
/*---- Picture of The Day ----*/
#picOfTheDay {
	width: 130px;
	margin:0 40px 0 0;
	padding:0;
	background: #fff url('http://images.medicinenet.com/images/Image-of-the-day_header2.gif') no-repeat scroll left top;
	text-align:center;
	float:right;
}
#picOfTheDay h3 {
	margin:0;
	padding: 0;
	color: #727272;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	text-decoration: none
}
#picOfTheDay h3 a {
	color:#727272;
	text-decoration:none
}
#picOfTheDay h3 a:hover {
	text-decoration:underline;
	color:#333
}
#picOfTheDay h3 span {
	margin:0;
	padding:0;
	color: #ff6600;
	font-size:16px
}
#picOfTheDay img {
	margin: 25px 0 0 0;
	padding:0;
	border: 0;
	width: 100px;
	height: auto;
}
#picOfTheDayBottom {
	width: 130px;
	height:11px;
	background: #fff url('http://images.medicinenet.com/images/Image-of-the-day_bottom2.gif') no-repeat scroll left top
}
/*------------------------------------------------*/
/*---------->>> FONT SIZER *fontsize <<<-----------*/
/*------------------------------------------------*/

/* sets the font size on the tags  */
.article p, .article td {
	margin: 0px;
	padding: 0px;
}
.article p img {
	border:1px #ddd solid;
	padding:1px
}
.article ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 10px;
}
.article ul li {
	list-style: none outside url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png');
	/*background:url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png") no-repeat scroll left 8px transparent;*/
	padding:0;
	/*margin:0 0 10px*/
	margin:0 0 8px
}
.article ul li ul {
	margin:10px 0 10px 20px;
	padding:0 0 0 10px;	
}
.article ul li ul li {
	list-style: none outside url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png');
	padding:0;
	margin:0 0 5px;
	font-size:12px;
}
.article ol {
	margin: 10px 0 10px 20px;
	padding: 0 10px 0 20px;
}
.article ol li {
	padding:3px 0;
}
.vit_fmt ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 10px;
}
.vit_fmt ul li {
	list-style: none outside url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png');
	padding:2px 0;
}
.vit_fmt ul li ul li {
	list-style: disc outside none;
	padding:2px 0;
}
.vit_fmt ol {
	margin: 10px 0 10px 20px;
	padding: 0 10px 0 20px;
}
.vit_fmt ol li {
	padding:3px 0;
}
/*----  Font Sizer -----*/
.font_sizer_fmt {
	margin: 0px 10px 0px 5px;
	float: right;
	border:2px #ddd solid;
	padding:2px;
}
.font_sizer_text_fmt {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding:1px 2px;
	background-color:#75818D;
	color:#fff
}
.font_sizer_break_fmt {
	clear: both;
}
.font_sizer_fmt .font_sizer_002a_fmt {
	width: 17px;
	height: 26px;
	float: left;
}
.font_sizer_fmt .font_sizer_002b_fmt {
	background: url(http://images.medicinenet.com/images/rxlist/font_sizer_002b.gif);
	width: 17px;
	height: 26px;
	float: left;
}
.font_sizer_fmt .copyA_fmt {
	font-size: 90%;
	float: left;
	margin: 6px 5px 5px 5px;
	line-height: 17px;
}
.font_sizer_fmt .copyB_fmt {
	font-size: 115%;
	float: left;
	margin: 6px 4px 4px 4px;
	line-height: 15px;
}
.font_sizer_fmt .copyC_fmt {
	font-size: 135%;
	float: left;
	margin: 6px 3px 0px 3px;
	line-height: 13px;
}
.font_sizer_fmt a:link, .font_sizer_fmt a:visited {
	color: #1B334F;
	text-decoration:none;
}
/*---- Social Links ----*/
.shareThisTop {
	margin:2px 0 0;
}
.shareThisTop .shareThisTitle {
	margin: 0 0 2px 0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding:1px 2px;
	background-color:#75818D;
	color:#fff;
}
.shareThisTop ul {
	list-style:none;
	margin:2px 0 0;
	padding:0;
}
.shareThisTop ul li {
	float:left;
	margin:0;
	padding:0;
	width:14px;
	list-style:none;
}
.shareThisTop ul li.fb {
	margin:0 14px 0 6px
}
.shareThisTop ul li a {
	display:block;
	cursor:pointer
}
.shareThisTop ul li.fb a {
	background: transparent url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.png') no-repeat scroll 0 -177px;
	_background-image: url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.gif');
	height:16px;
	width:14px;
}
.shareThisTop ul li.tw a {
	background: transparent url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.png') no-repeat scroll -20px -177px;
	_background-image: url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.gif');
	height:17px;
	width:14px;
}
/*---- Right Rail Facebook Like ----*/
#medRRFBLike {
	margin:10px 0;
	width:300px;
	position:relative;
}
.medRRFBLikeTop {
	background:#fff url('http://images.medicinenet.com/images/slider_module/right_rail/rr_image_coll_slider_bg_mednet2.png') no-repeat scroll left top;
	height:10px;
}
.medRRFBLikeCont {
	background:#fff url('http://images.medicinenet.com/images/slider_module/right_rail/rr_image_coll_slider_bg_mednet2.png') repeat-y scroll 0 -4px;
}
.medRRFBLikeCont .title {
	font-family: "Century Gothic",Arial;
	font-size: 18px;
	font-weight: bold;
	padding:0 0 0 10px;
}
.medRRFBLikeCont .title a {
	color: #46591F;
	text-decoration:none;
}
.medRRFBLikeCont .title a:hover {
	text-decoration: underline;
}
.medRRFBLikeCont .fb_like {
	margin:8px 0 6px 10px;
	overflow:hidden; 
	position: relative;
	width:90px;
}
.medRRFBLikeCont .medRRfbToolTip {
	position:absolute;
	display:none;
	left:10px;
	top:68px;
	width:265px;
    background-color: #FFFFFF;
    border: 1px solid #515F6E;
    border-bottom-width:2px;
    padding:5px;
    font-size:11px;
    z-index: 1000;
	-webkit-box-shadow: 1px 1px 3px #888;
	-moz-box-shadow: 1px 1px 3px #888;
}
.medRRFBLikeCont .medRRfbToolTip i {
	display: block;
	width:13px;
	height:9px;
	margin: 0;
	position:absolute;
	left:42px;
	top:-9px;
	background:transparent url('http://images.medicinenet.com/images/emedicinehealth/mastArrow_fb.png') no-repeat scroll left top;
}
.medRRFBLikeCont .fb_recommend {
    height: 265px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 272px;
    padding:0 0 0 10px;
}
.medRRFBLikeCont .fb_recommend div {
	overflow:hidden;
}
.medRRFBLikeBottom {
	background:#fff url('http://images.medicinenet.com/images/slider_module/right_rail/rr_image_coll_slider_bg_mednet2.png') no-repeat scroll left bottom;
	height:15px;
}
/*---- Copy Normal ----*/
.copyNormal {
	font-size:13px;
	line-height:19px;
}
.copyNormal p {
	font-size:14px;
	line-height:20px;
	margin:0 0 10px;
}
.copyNormal .fauxP {
	font-size:14px;
	line-height:20px;
	margin:0 0 10px;
}
.copyNormal ul li {
	font-size:14px;
	line-height:20px;
}
.copyNormal ul li ul li {
	font-size:13px;
	line-height:19px;
}
.copyNormal ol li {
	font-size:14px;
	line-height:20px;
}
.copyNormal ol li ol li {
	font-size:13px;
	line-height:19px;
}
.copyNormal h1 {
	font-size: 28px;
	line-height:34px;
	margin:0 0 20px;
	color:#000;
}
.copyNormal h2 {
	font-size: 24px;
	line-height:30px;
	margin:0 0 15px;
	color:#2F3843;
}
.copyNormal h3 {
	font-size: 17px;
	line-height:23px;
	margin:0 0 10px;
	color:#000;
}
/*---- Copy Medium ----*/
.copyMedium {
	font-size:15px;
	line-height:21px;
}
.copyMedium p {
	font-size:16px;
	line-height:22px;
	margin:0 0 15px;
}
.copyMedium .fauxP {
	font-size:16px;
	line-height:22px;
	margin:0 0 15px;
}
.copyMedium ul li {
	font-size:16px;
	line-height:22px;
}
.copyMedium ul li ul li {
	font-size:15px;
	line-height:21px;
}
.copyMedium ol li {
	font-size:16px;
	line-height:22px;
}
.copyMedium ol li ol li {
	font-size:15px;
	line-height:21px;
}
.copyMedium h1 {
	font-size: 30px;
	line-height:36px;
	margin:0 0 25px;
	color:#000;
}
.copyMedium h2 {
	font-size: 26px;
	line-height:32px;
	margin:0 0 20px;
	color:#2F3843;
}
.copyMedium h3 {
	font-size: 19px;
	line-height:25px;
	margin:0 0 15px;
	color:#000;
}
/*---- Copy Large ----*/
.copyLarge {
	font-size:17px;
	line-height:23px;
}
.copyLarge p {
	font-size:18px;
	line-height:24px;
	margin:0 0 15px;
}
.copyLarge .fauxP {
	font-size:18px;
	line-height:24px;
	margin:0 0 15px;
}
.copyLarge ul li {
	font-size:18px;
	line-height:24px;
}
.copyLarge ul li ul li {
	font-size:17px;
	line-height:23px;
}
.copyLarge ol li {
	font-size:18px;
	line-height:24px;
}
.copyLarge ol li ol li {
	font-size:17px;
	line-height:23px;
}
.copyLarge h1 {
	font-size: 32px;
	line-height:38px;
	margin:0 0 30px;
	color:#000;
}
.copyLarge h2 {
	font-size: 28px;
	line-height:34px;
	margin:0 0 25px;
	color:#2F3843;
}
.copyLarge h3 {
	font-size: 21px;
	line-height:27px;
	margin:0 0 20px;
	color:#000;
}

/*---- Printer Friendly ----*/
#PrinterFriendly {
	float: left;
	background: white !important;
	margin-left: 5px;
	background: white;
}
/*----------------------------------------------------------*/
/*---------->>> MAIN CONTENT STYLES *maincont <<<-----------*/
/*----------------------------------------------------------*/

/*=============================
Home Page Landing Page
=============================*/
/*-- Health News & New and Updated Columns --*/
#hp_col {
	width: 470px;
	margin: 5px 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#hp_col a {
	text-decoration: none;
	color: #003399;
}
#hp_col a:hover {
	text-decoration: underline;
}
.Hp_News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	float: left;
	width: 475px;
}
/* -- HP Weekly News  --*/
.Hp_WeekNews {
	float: left;
	padding: 0px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	margin: 0px;
}
.Hp_WeekNews h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#111C46;
	padding: 2px 0 2px 0;
	margin: 0 0 5px 0;
}
.Hp_WeekNews ul {
	padding-left: 0px;
	margin-left: 0px;
}
.Hp_WeekNews li {
	font-size: 100%;
}
/*-- Bullets --*/
.Hp_bullets ul {
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.Hp_bullets li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
	font-size:12px;
	/*border-bottom: 1px dashed #CCC;*/
}
.Hp_bullets li a, .Hp_bullets li a:visited {
	text-decoration: none;
}
.Hp_bullets li a:hover {
	text-decoration: underline;
}
/*-- Read More Links --*/
.HPList {
	text-align: right;
	color: #FF6600;
	margin-right: 15px;
	clear: both;
}
.HPList a {
	font-size: 11px !important;
	text-decoration: underline !important;
	font-weight: bold;
}
.HPList a:hover {
	color: #333366 !important;
	text-decoration: none;
	font-weight: bold;
}
/*---- HP Centers ----*/
/*-- Green (Health & Medical Pictures, Images and Slideshows) --*/
.Green_Center h5 {
	color: #336633 !important;
	font-size: 13px;
	letter-spacing: 1px;
	height: 20px;
	line-height:16px;
	margin: 20px 0px;
	padding: 7px 5px 4px 10px;
	width: 470px;
	background: url(http://images.medicinenet.com/images/img_header_green09_2.gif) no-repeat !important;
}
.Green_Center h5 a {
	color: #336633 !important;
	text-decoration: none;
}
.Green_Center h5 a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.Green_Center {
	width: 470px;
	clear: both;
	float: left;
}
.Green_Center h2 {
	font-size: 12px !important;
	color: #336633;
}
.Green_Center img a {
	text-decoration: none !important;
}
.Green_Center .Green_Title {
    color: #336633;
    font-size: 14px;
    font-weight: bold;
}
.Green_Center img {
	margin: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #DDD;
}
.Green_Center img:hover {
	margin: 5px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #999999;
}
/*---- Purple (Featured Patient Discussions) ----*/
.Purple_Center h5 {
	color: white !important;
	font-size: 13px;
	letter-spacing: 1px;
	height: 20px;
	line-height:16px;
	margin: 20px 0px;
	padding: 7px 5px 4px 10px;
	background: url(http://images.medicinenet.com/images/img_header_purple_2.gif) no-repeat !important;
}
.Purple_Center h5 a {
	color: #FFFFFF !important;
	text-decoration: none;
}
.Purple_Center h5 a:hover {
	color: #28283b !important;
	text-decoration: none !important;
}
.Purple_Center {
	width: 470px;
	clear: both;
	float: left;
}
.Purple_Center h2 {
	font-size: 12px;
	color: #336633;
}
.Purple_Center .Purple_Title {
	font-weight: bold;
}
/*---- HomePage Most Searched and Viewed Numbered List ----*/
.Numbered {
	width: 215px;
	float: left;
	margin: 0;
	margin: 8px 10px;
	padding: 0;
}
.NumberedBg {
	background: url(http://images.medicinenet.com/images/header_block_bg.gif) no-repeat;
	clear: both;
}
.Numbered h3 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #336633;
	margin: 0px;
	padding: 4px 1px 2px 25px;
}
.Numbered ul, .Numbered li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	clear: both;
	font-size: 12px;
}
.Numbered li a {
	text-decoration: none;
}
.Numberedborder {
	border-left: 1px solid #9ece6b;
	border-right: 1px solid #9ece6b;
	margin: 0px;
	padding: 0px;
	width: 215px;
	max-width: 213px;
	min-width: 213px;
	clear: both;
}
/*-- Styling format for Numbers --*/
.Number_Item {
	height: 16px;
	min-height: 15px;
	max-height: 15px;
	width: 17px;
	padding: 4px 0px 2px 2px;
	background: #6f9b40;
	color: white;
	font-weight: bold;
	float: left;
	text-align: center;
	font-size: 80%;
	border-bottom: solid 1px #E8F6F5;
}
.Title_Item_last {
	height: 17px;
	width: 185px;
	min-width: 185px;
	max-width: 185px;
	margin: 0px;
	padding: 2px 0px 2px 7px;
	background: #FFF;
	float: left;
	border-bottom: 0px;
}
.Title_Item {
	height: 17px;
	width: 191px;
	min-width: 185px;
	max-width: 185px;
	margin: 0;
	padding: 2px 0px 2px 8px;
	background: #FFF;
	float: left;
	border-bottom: solid 1px #9ece6b;
	display: block;
	width: 185px;
}
.Number_btm {
	clear: both;
	font-size: 1%;
	text-align: right;
	background: url(http://images.medicinenet.com/images/footer_block_bg.gif) no-repeat bottom left;
	padding: 0;
	width: 215px;
	height: 5px;
}
/*---- Symptoms & Signs Promo ----*/
#SignsSymptoms_hp {
	text-align: left;
	font-size: 12px;
	color: #000;
	width: 470px;
	clear: both;
	float: left;
}
#SignsSymptoms_hp #SSList {
	float: left;
	width: 300px;
	text-align: left;
	padding: 0px 5px;
	margin-right: 10px;
	/*height: 200px;*/
}
#SignsSymptoms_hp #SSList h2 {
	margin: 3px 0 7px 0px;
	padding: 0;
	color: #0066cc;
	font-size: 120%;
	letter-spacing: 2px;
}
#SignsSymptoms_hp #SSList .Links_fmt {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	clear: none;
}
#SignsSymptoms_hp #SSimg {
	float: left;
	margin-right: 8px;
}
#SignsSymptoms_hp ul {
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#SignsSymptoms_hp li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
}
/*-- Tooltip --*/
.ToolTip {
	float: left;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	border-top: 1px dotted #CCC;
	margin-top: 5px;
}
.ToolTip img {
	margin-bottom: 10px;
	margin-right: 2px;
}
/*---- Featured Article ----*/
#FeaturedArticle {
	width: 474px;
	height: 100px;
	clear: both;
	float: left;
	margin-bottom: 15px;
}
#FH1 {
	float: left;
	font-family: Arial;
	color: #9B5516;
	font-size: 20px;
	font-weight: bold;
	text-indent: 0px;
	padding-top: 25px;
	padding-left: 155px;
	padding-right: 3px;
}
#FeaturedArticle a:link {
	color: #231304;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
#FeaturedArticle a:visited {
	color: #231304;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
#FeaturedArticle a:hover {
	color: #003366;
	font-family: Arial;
	text-decoration: underline;
	font-weight: bold;
}
.contributingDoc {
	font-size: 12px;
}
.contributingDoc a {
	font-weight: normal;
}
/*=============================
Slideshow Landing Page
=============================*/
/*---- Slide Show Rotator ----*/
#SS_Rotator_Wrapper {
	display: block;
	width: 480px;
	height: 420px;
	font-size: 12px;
}
#SS_Rotator_Top_Container {
	display: block;
	width: 480px;
	height: 28px;
	float: left;
}
#SS_Rotator_Tab_1 {
	display: block;
	height: 28px;
	width: 100px;
	float: left;
	text-align: center;
}
#SS_Rotator_Tab_1 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	line-height: 28px;
}
#SS_Rotator_Tab_1 a {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) left no-repeat;
	font-weight: bold;
	color:#111C46;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Tab_1 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Tab_2 {
	display: block;
	height: 28px;
	width: 100px;
	float: left;
	text-align: center;
}
#SS_Rotator_Tab_2 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	line-height: 28px;
}
#SS_Rotator_Tab_2 a {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) left no-repeat;
	font-weight: bold;
	color:#111C46;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Tab_2 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Tab_3 {
	display: block;
	height: 28px;
	width: 100px;
	float: left;
	text-align: center;
}
#SS_Rotator_Tab_3 .selected {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	line-height: 28px;
}
#SS_Rotator_Tab_3 a {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) left no-repeat;
	font-weight: bold;
	color:#111C46;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Tab_3 a:hover {
	display: block;
	height: 28px;
	width: 100px;
	background: url(http://images.medicinenet.com/images/slideshow/rot_tab_1.gif) right no-repeat;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 28px;
}
#SS_Rotator_Top_Controls_Container {
	float: right;
	display: block;
	width: 106px;
	padding-top: 5px;
}
#SS_Rotator_left_arrow {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
#SS_Rotator_left_arrow a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(http://images.medicinenet.com/images/slideshow/rot_left_arrows.gif) left no-repeat;
}
#SS_Rotator_left_arrow a:hover {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(http://images.medicinenet.com/images/slideshow/rot_left_arrows.gif) right no-repeat;
}
#SS_Rotator_pg_top {
	display: block;
	height: 16px;
	width: 52px;
	float: left;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-align: center;
}
#SS_Rotator_right_arrow {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	padding-right: 22px;
}
#SS_Rotator_right_arrow a {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(http://images.medicinenet.com/images/slideshow/rot_right_arrows.gif) right no-repeat;
}
#SS_Rotator_right_arrow a:hover {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(http://images.medicinenet.com/images/slideshow/rot_right_arrows.gif) left no-repeat;
}
#SS_Rotator_Content_Container {
	display: block;
	width: 480px;
	height: 392px;
	float: left;
	background: url(http://images.medicinenet.com/images/slideshow/rot_bg.gif) top left no-repeat;
}
.SS_Rotator_row_container {
	display: block;
	clear: both;
	width: 480px;
	height: 153px;
	clear: both;
}
.SS_Rotator_row_container p {
	margin: 0px;
	padding: 0px;
}
.SS_Rotator_pic_spacer_left {
	display: block;
	width: 16px;
	height: 153px;
	float: left;
}
.SS_Rotator_pic_container {
	display: block;
	width: 140px;
	height: 153px;
	float: left;
	background: url(http://images.medicinenet.com/images/slideshow/rot_photo_bg.gif) left no-repeat;
}
.SS_Rotator_pic_spacer_middle {
	display: block;
	width: 14px;
	height: 153px;
	float: left;
}
.SS_Rotator_pic_spacer_right {
	display: block;
	width: 16px;
	height: 153px;
	float: right;
}
.SS_Rotator_pic_spacer_right2 {
	display: block;
	width: 14px;
	height: 153px;
	float: left;
}
.SS_Rotator_pics img {
	display: block;
	height: 80px;
	width: 118px;
	margin: 13px 0px 3px 11px;
	background: black;
}
p.SS_Rotator_titles {
	font-weight: bold;
	color:#111C46;
	padding-left: 11px;
	line-height: 13px;
}
p.SS_Rotator_titles a {
	text-decoration: none;
	color:#111C46;
}
p.SS_Rotator_titles a:hover {
	text-decoration: underline;
	color:#111C46;
}
p.SS_Rotator_titles a:visited {
	text-decoration: none;
	color:#111C46;
}
p.SS_Rotator_desc {
	font-size: 10px;
	color: #333333;
	margin-left: 11px;
	line-height: 11px;
}
#SS_Rotator_btn_wrapper {
	display: block;
	width: 480px;
	height: 20px;
	text-align: center;
}
#SS_Rotator_btn_container {
	display: block;
	width: 232px;
	height: 20px;
	margin: 0 auto;
}
#SS_Rotator_btn_previous {
	float: left;
	display: block;
	width: 81px;
	height: 20px;
}
#SS_Rotator_btn_previous span {
}
#SS_Rotator_btn_previous a {
	float: left;
	display: block;
	width: 81px;
	height: 20px;
	background: url(http://images.medicinenet.com/images/slideshow/btn_rot_left_bg.gif) left no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	text-indent: 20px;
}
#SS_Rotator_btn_previous a:hover {
	display: block;
	width: 81px;
	height: 20px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	line-height: 20px;
	background: url(http://images.medicinenet.com/images/slideshow/btn_rot_left_bg.gif) right no-repeat;
}
#SS_Rotator_pg_btm {
	color: #333333;
	font-weight: bold;
	float: left;
	display: block;
	width: 70px;
	height: 20px;
	padding-top: 3px;
}
#SS-Rotator_btn_next {
	float: left;
	display: block;
	width: 81px;
	height: 20px;
}
#SS_Rotator_btn_next span {
	padding-left: 50px;
}
#SS-Rotator_btn_next a {
	float: left;
	display: block;
	width: 81px;
	height: 20px;
	background: url(http://images.medicinenet.com/images/slideshow/btn_rot_right_bg.gif) right no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
#SS-Rotator_btn_next a:hover {
	display: block;
	width: 81px;
	height: 20px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	line-height: 20px;
	background: url(http://images.medicinenet.com/images/slideshow/btn_rot_right_bg.gif) left no-repeat;
}
.SS_Content_spacer_18 {
	display: block;
	width: 480px;
	height: 18px;
	clear: both;
}
.SS_Content_spacer_16 {
	display: block;
	width: 480px;
	height: 16px;
	clear: both;
}
/*-- adding more styles for test --*/
.SS_Rotator_pics_container_content {
	width: 154px;
	height: 169px;
	background-position: top left;
	text-align: left;
	float: left;
	background: url(http://images.medicinenet.com/images/slideshow/rot_photo_bg.gif) left no-repeat;
}
#SS_Rotator_btn_wrapper {
	clear: both;
}
#SS_Rotator_margin_left {
	display: block;
	width: 16px;
	height: 338px;
	float: left;
}
/*-- float pages next to margin-left --*/
.SS_Rotator_page {
	float: left;
	width: 462px;
}
.SS_Rotator_pics_content {
	width: 140px;
}
.SS_Rotator_pics_content p {
	margin: 0;
	margin-top: 4px;
	padding: 0 11px;
}
/*---- A-Z Slideshow ----*/
#AZ_page_container {
	display: block;
	width: 480px;
	height: 69px;
	background: url(http://images.medicinenet.com/images/bg_A-Z_frame.gif) no-repeat;
}
#AZ_page_container h1 {
	color: white;
	font-family: Arial;
	font-size: 16px;
	line-height:19px;
	font-weight: bold;
	padding: 5px 0px 0px 8px;
	margin: 0;
}
/*-- popular slide show container --*/
#AZ_popular_container {
	display: block;
	width: 480px;
	height: 174px;
	background: url(http://images.medicinenet.com/images/AZ_popular_container_bg.gif) no-repeat;
}
#AZ_popular_left {
	float: left;
	width: 314px;
	display: block;
}
#AZ_popular_right {
	float: left;
	width: 160px;
	height: 169px;
	display: block;
	text-align: center;
}
#AZ_popular_right h5 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	color: white;
}
#AZ_popular_list {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
	margin-left: 5px;
	margin-top: 10px;
}
#AZ_popular_list ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
#AZ_popular_list li {
	background: url(http://images.medicinenet.com/images/bullet_orange_arrow.gif) no-repeat left center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	color: #686C91;
}
#AZ_popular_list li a {
	text-decoration: none;
}
#AZ_popular_list li a:hover {
	text-decoration: underline;
}
#AZ_ad_container .clear {
	clear: both;
	font-size: 3px;
	height: 3px;
	line-height: 3px;
	display: block;
}
#AZ_image_container {
	display: block;
	width: 314px;
	height: 140px;
}
#AZ_image_container img {
	margin-left: 6px;
	margin-top: 6px;
}
#AZ_btn_container {
	display: block;
	height: 29px;
}
.btn_popular_bg {
	display: block;
	height: 29px;
	width: 149px;
	float: left;
	text-align: center;
}
.btn_popular_bg a {
	display: block;
	height: 29px;
	width: 149px;
	background: url(http://images.medicinenet.com/images/btn_popular_bg.gif) right no-repeat;
	color:#111C46;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
}
.btn_popular_bg a:hover {
	display: block;
	height: 29px;
	width: 149px;
	background: url(http://images.medicinenet.com/images/btn_popular_bg.gif) left no-repeat;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
}
.btn_popular_bg .selected {
	display: block;
	height: 29px;
	width: 149px;
	background: url(http://images.medicinenet.com/images/btn_popular_bg.gif) left no-repeat;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
}
#btn_popular_left {
	margin-left: 4px;
}
#btn_popular_right {
	margin-left: 5px;
}
/*---- A-Z List ----*/
.AZlist_popular {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	font: bold 11px arial;
	text-align: left;
	width: 470px;
}
.AZlist_popular ul li.selected {
	position: relative;
	top: 0px;
}
.AZlist_popular li.selected a {
	background: #FFF;
	color: #666;
	border-bottom-color: white;
}
.AZlist_popular ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	float: left;
	text-align: center;
	height: 15px;
	overflow: hidden;
}
.AZlist_popular li {
	display: inline;
	list-style: none;
	background-color: white;
	color: #999999;
	text-decoration: none;
	float: left;
	border-right: 1px solid #c2d5df;
	margin: 0px 0px;
	height: 15px;
	overflow: hidden;
	width: 16px;
	text-align: center;
}
.AZlist_popular li a, .AZlist li a:visited {
	background-color: white;
	color:#111C46;
	text-decoration: none;
	float: left;
	border-right: 1px solid #c2d5df;
	margin: 0px 0px;
	height: 15px;
	overflow: hidden;
	width: 16px;
	text-align: center;
}
.AZlist_popular li a:hover {
	background-color:#111C46;
	color: #ffffff !important;
	margin: 0px;
}
/*---- A-Z Tabs/Titles ----*/
.AZ_abc_tabs {
	display: block;
	background: url(http://images.medicinenet.com/images/bg_AZ_abc_tab.gif) no-repeat top left;
	height: 18px;
	width: 470px;
	padding: 0;
	margin: 0;
	text-indent: 14px;
}
.AZ_abc_tabs a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-indent: 14px;
	text-decoration:none;
}
.tabs_top {
	color: #FF6600;
	font-size: 9px;
	border: none;
	text-align: right;
	padding: 0px;
	height: 15px;
	width: 450px;
	display: block;
	margin: 0px;
	background: url(http://images.medicinenet.com/images/up_arrow_orange.gif) right no-repeat;
	padding-right: 10px;
	line-height: 15px;
}
.tabs_top a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	margin: 0px;
	height: 15px;
	padding: 0;
}
.tabs_top a:hover {
	color: #FF6600;
	text-decoration: underline;
	margin: 0px;
	height: 15px;
	padding: 0;
}
/*-- Pet Tabs --*/
h3.petH3 {
	width: 460px;
	height: 18px;
	text-indent: 14px;
	padding: 0;
	margin: 20px 0 10px 0;
	background: url(http://images.medicinenet.com/images/bg_AZ_abc_tab_pet.gif) no-repeat left top;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}
.petUL {
	width: 440px;
}
.promoImage {
	border: 2px #ccc solid;
	padding: 2px;
}
/*=============================
Image Collection Landing Page
=============================*/
#imageGallery {
	width: 470px;
	margin: 0;
	padding: 0;
}
#imageGallery h3 {
	border-bottom: 1px solid #4D4D89;
	padding-bottom: 6px;
	color: #4D4D89 !important;
	font-size: 16px;
}
#imageGalleryCoverFlow {
	width: 470px;
	height: 300px;
	margin: 0;
	padding: 0;
}
#imageCategories {
	width: 465px;
	margin: 0 0 15px 5px;
	padding: 0;
	background: transparent url('http://images.medicinenet.com/images/emedicinehealth/gfx_camera.gif') no-repeat left top;
	border-bottom: 1px #E4E4E4 dashed;
}
#imageCategories h4 a:link, #imageCategories a:visited {
	text-decoration: none;
	color: #153E6E;
}
#imageCategories h4 a:hover {
	text-decoration: underline;
	color: #2160AD;
}
#imageCategories h4 {
	margin: 0 0 2px 20px;
	padding: 1px 0 0 0;
}
#imageCategories h4 span.imageNumber {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
#imageCategories p {
	margin: 0 0 10px 22px;
	padding: 0;
	color: #333;
}
#imageGallery p.imageGalleryDescription {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana;
	color: #333;
}
/*=============================
Quiz Landing Page
=============================*/
#quizLanding {
	margin:0;
	padding:0
}
#quizLanding h2 {
	color:#1B334F;
	line-height:30px;
	margin:0;
	padding:0 0 0 65px;
	border-bottom:1px #b7d984 solid;
	width:405px;
	height:30px;
	background: transparent url('http://images.medicinenet.com/images/quiz_icon.jpg') no-repeat scroll left center;
}
/*-- Feastured Quiz --*/
#featuredQuizHead {
	margin: 10px 0;
	padding: 0;
	width: 470px;
	background-color:#fff
}
#featuredQuizHead h3 {
	float:left;
	margin:0;
	padding:0 0 0 18px;
	font-size:13px;
	color:#333;
	background: transparent url('http://images.medicinenet.com/images/quiz-landing-star.png') no-repeat scroll left top;	
}
#featuredQuizHead #featuredQuiz {
	clear:both;
	float: left;
	padding: 0;
	margin:0 0 5px 0;
	position:relative;
	width:470px;
	height:160px;
}
#featuredQuizHead #featuredQuiz a img {
	border:none;
	width:470px;
	height:160px;
	border: none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1
}
#featuredQuizHead #featuredQuiz #featuredTitle {
	bottom:1px;
	height:30px;
	line-height:30px;
	left:1px;
	margin:0;
	padding:0;
	position:absolute;
	width:468px;
	z-index:2;
	background:transparent url('http://images.medicinenet.com/images/quiz-feature-text-bg.png') repeat-x scroll left top;
}
#featuredQuizHead #featuredQuiz #featuredTitle p {
	margin:0;
	padding:0 0 0 10px;
}
#featuredQuizHead #featuredQuiz #featuredTitle p a {
	margin:0;
	text-decoration:none;
	font-size:16px;
	color:#1a1a1a;
	font-weight:bold
}
#featuredQuizHead #featuredQuiz #featuredTitle a:hover {
	text-decoration: none;
	color: #666666
}
#featuredQuizHead p.desc {
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
}
#featuredQuizHead p.desc a {
	text-decoration:none;
}
#featuredQuizHead p.desc a:hover {
	text-decoration: underline;
}
/*-- Quiz Links --*/
#quizLinks {
	clear:both;
	width:470px;
	margin:0 0 10px 0;
	padding:0
}
#quizLinks h3 {
	margin:0 0 5px 0;
	padding:0
}
#quizLinks ul {
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#quizLinks ul li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
	/*border-bottom: 1px dashed #CCC;*/
}
#quizLinks ul li a, #quizLinks ul li a:visited {
	text-decoration: none;
}
#quizLinks ul li a:hover {
	text-decoration: underline;
}
/*-- Quiz Landing --*/
.quizLandingAtoZ {
	margin:0 0 20px 0;
	padding:0;
	width:470px;
}
.quizLandingAtoZ h3 {
	font-size:16px;
	color:#333;
	margin:0;
	padding:0; 
}
.quizLandingAtoZ h3 span {
	font-weight:normal;
	display:block;
	margin:10px 0 3px;
	font-size:11px;
	color:#666
}
.quizLinks_fmt {
	width: 468px;
	margin: 0;
	padding: 0;
	border: 1px #ccc solid;
	border-top-color: #e1e1e1;
	border-left-color: #e1e1e1
}
a.quizLink_fmt {
	margin:0;
	padding:2px;
	display:block;
	border-bottom:1px #eee solid;
	border-right:1px #eee solid;
	background:transparent url('http://images.medicinenet.com/images/quizLinks_arrow.png') no-repeat scroll 440px center;
	height:50px;
	width:463px;
}
a.quizLink_fmt:hover {
	background-color: #f6f6f6;
	text-decoration:none !important
}
a.quizLink_fmt {
	text-decoration:none;
	outline:none;
}
.quizLink_fmt img {
	float:left;
	margin:0 10px 0 0;
	width:50px;
	height:50px;
	border:0;
}
.quizLink_fmt h3 {
	margin:2px 0 0 0;
	padding:0;
	font-size:12px;
	color:#333;
}
.quizLink_fmt p {
	font-size:11px;
	line-height:12px;
	margin:3px 0 0 0;
	padding:0 55px 0 0;
	color:#666
}
.quizLinks_fmt .alpha {
	font-size: 11px;
	line-height:12px;
	color: #333;
	background-color: #eee;
	padding: 1px 5px;
	font-weight: bold;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	border-bottom: 1px #E1E1E1 solid;
}
.quizLinks_fmt .alpha a {
	font-weight:normal;
	font-size:9px;
	text-decoration:underline;
	color:#0033CC;
	outline:none;
	margin:0 0 0 430px
}
.quizLinks_fmt .alpha a:hover {
	text-decoration:underline;
	color:#0033CC;
}
.quizAtoZ {
	width: 470px;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-top: 1px solid #E1E1E1;
	text-align: center;
}
.quizAtoZ ul {
	margin:0 0 0 10px;
	padding:0
}
.quizAtoZ ul li {
	list-style:none;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
.quizAtoZ ul li a {
	display:block;
	float:left;
	border-right:1px #e1e1e1 solid;
	margin:0;
	padding:0 4px;
	font-size:11px;
	font-weight:bold;
	color:#0033CC;
	text-decoration:none;
	outline:none;
	font-family:Verdana, Geneva, Tahoma, sans-serif
}
.quizAtoZ ul li a:hover {
	text-decoration:underline;
	background-color:#f1f1f1
}
.quizAtoZ ul li a.disable {
	color: #CCCCCC;
	cursor: default;
	font-size:10px
}
.quizAtoZ ul li a:hover.disable {
	background-color:#fff;
	text-decoration:none
}
.quizAtoZ ul li a.first {
	padding:0 4px 0 0;
}
.quizAtoZ ul li a.last {
	border-right:none;
	padding:0 0 0 4px
}
/*-- Quiz Newsletter Sign-Up --*/
fieldset.quizNews {
	border:1px #ccc solid;
	padding:5px;
	margin:0;
	width:460px
}
fieldset.quizNews legend {
	font-weight:bold;
	font-size:13px;
	color:#333
}
fieldset.quizNews a {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #fff;
	background-color: #ff9900;
	border: 1px #CA7900 solid;
	width: 70px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: right;
	text-decoration: none;
	margin:5px 0 0 5px
}
fieldset.quizNews a:hover {
	background-color: #FFAB2D;
	text-decoration:underline
}
fieldset.quizNews p {
	font-size:11px;
	margin:0;
	padding:0
}
/*---- New Feature Image ----*/
.quizFeaturedImage a {
	display: block;
	width: 470px;
	height: 160px;
	text-decoration: none;
	color: #000;
}
.quizFeaturedImage {
	width: 470px;
	height: 160px;
	position: relative;
	overflow: hidden;
	font-family: arial, sans-serif;
	border: 0;
	margin: 10px 0;
	float: left;
	display: inline;
}
.quizFeaturedImage img {
	border: 0;
}
.quizFeaturedImage i {
	display: block;
	width: 468px;
	height: 160px;
	position: absolute;
	left: 1px;
	top: 130px;
	z-index: 1;
	background: #000 url('http://images.medicinenet.com/images/quiz/quiz_results_icon_info.png') no-repeat scroll 445px 8px;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.60;
	-webkit-transition: all 0.6s ease-in-out;
}
.quizFeaturedImage p {
	display: block;
	width: 470px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 130px;
	z-index: 1;
	background: transparent;
	font-size: 13px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 16px;
	-webkit-transition: all 0.6s ease-in-out;
}
.quizFeaturedImage p b {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 30px;
}
.quizFeaturedImage p span {
	display: block;
	padding: 10px;
	line-height: 18px;
}
.quizFeaturedImage p span span {
	display: block;
	line-height: 18px;
	text-align: right;
	padding: 0 5px 0 0;
}
.quizFeaturedImage p span span span {
	font-weight: normal;
	color: #00CCFF;
	display: inline;
	font-weight: bold;
}
.quizFeaturedImage p span span span span {
	display: inline;
	color: #ff9900;
	font-size: 16px;
	padding: 0;
}
.quizFeaturedImage a:hover {
	direction: ltr;
}
.quizFeaturedImage a:hover i {
	top: 35px;
}
.quizFeaturedImage a:hover p {
	top: 35px;
}
/*===============================
Disease & Conditions Landing Page
===============================*/
/*-- DC H3 --*/
.h3_dis_cond {
	margin: 10px 0;
	clear:both
}
/*-- Advanced Search --*/
#Adv_search_fmt {
	background: url(http://images.medicinenet.com/images/bg_advsearch.gif) no-repeat top left;
	height: 100px;
	width: 470px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	position: relative;
}
.Adv_search_header {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
#Adv_search_fmt h3 {
	color: #006699;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 0px;
	font-size: 13px;
}
#Adv_search_fmt div form {
	padding: 0px;
	margin: 0px;
}
.FormHelp {
	position: absolute;
	top: 26px;
	right: 15px;
	font-size: 80%;
	margin-right: 10px;
	margin-top: 0px;
}
.FormHelp a {
	cursor: help !important;
}
/*=============================
Symptoms & Signs Landing Page
=============================*/
#SS_Main_Bullets {
	clear: both;
	width: 460px;
	border: 1px solid #DDD;
	padding: 5px;
	text-align: left;
}
#SS_Main_Bullets .left_div {
	float: left;
	width: 130px;
}
#SS_Main_Bullets .right_div {
	float: right;
	width: 200px;
}
#SS_Main_Bullets h4 {
	margin: 0px;
	padding: 0px;
	color: #006699;
	border-bottom: 1px solid #DDD;
}
#SS_Main_Bullets ul {
	margin: 10px 0px 10px 20px;
	padding: 0;
	float: left;
}
#SS_Main_Bullets li {
	background: #fff url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png') no-repeat left top;
	list-style: none;
	padding: 0px 0px 10px 15px;
}
#SS_Main_Bullets li a {
	text-decoration: none;
}
#SS_Main_Bullets li a:hover {
	text-decoration: underline;
}
.SS_Buttons {
	clear: both;
	font-weight: bold;
	margin: 10px 0;
}
.ss_cta_fmt {
	clear: both;
	margin: 5px 0;
	text-align: center !important;
}
.ss_cta_fmt img {
	margin: 5px 20px;
}
/*=============================
Procedures & Tests Landing Page
=============================*/

/*=============================
Medications Landing Page
=============================*/
.Tab_headers, .Tab_headers_Other {
	border-top: 1px solid #a4d173;
	background-color: #EEF7E6
}
.Tab_headers_Other {
	background-color: #FFF5E1;
	border-top: 1px solid #ffcc66;
}
.Tab_headers h3, .Tab_headers_Other h3 {
	color: #1d581d;
	font-size: 13px !important;
	line-height:16px;
	margin: 0;
	padding: 4px 10px;
}
.Tab_headers_Other h3 {
	color: #993300;
}
.RSS_Feed {
	text-align: right;
	font-size: 90%;
	clear: both;
}
.Tab_Items {
	width: 450px;
	margin: 0px;
	padding: 10px;
}
.Tab_Items ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
}
.Tab_Items li {
	padding: 2px 0px 2px 0px;
	/*list-style: none;
	list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
}
.Tab_Items li a {
	text-decoration: none;
}
/*-- Tab Items w/ Images --*/
.Tab_Images {
	margin:0;
	padding:0;
	width:470px;
}
.Tab_Images ul {
	margin:0;
	padding:0;
}
.Tab_Images ul li {
	list-style:none;
	padding:2px;
	border-bottom:1px solid #EFEFEF;
}
.Tab_Images ul li a img {
	float:left;
	width:50px;
	height:50px;
	margin:0 10px 0 0;
	border:1px #ddd solid;
	padding:1px;
}
.Tab_Images ul li a .tabImgTitle {
	float:left;
	width:397px;
	padding:10px 0 0;
}
.Tab_Images ul li a:hover .tabImgTitle {
	text-decoration:underline;	
}
/*=============================
MedTerms Landing Page
=============================*/
#MedTerms.MN_AZlist{
	background-color: #fff;
	background-image: none;
}
#MedTerms.MN_AZlist h3 {
	font-size: 13px;
	margin: 0;
	padding: 8px 0 10px 0;
}
.MN_AZlist#MedTerms .AZlist_background {
	background: #006699;
}
/*-- Word of the Day --*/
#MT_DayWord_fmt {
	float: left;
	clear: both;
	margin: 5px 0px;
	border-bottom: 1px dashed #DDD;
	padding: 0px 0px 10px 0px;
}
#MT_DayWord_fmt h3 {
	margin: 0px;
	color: #FF6600;
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	padding: 3px !important;
}
#MT_DayWord_fmt p {
	margin: 0px;
	padding: 5px 3px;
}
/*---- Tag Cloud ----*/
.Hp_tagCloud {
	width: 455px;
	background-color: #e9e9e9;
	color: #000;
	clear: both;
	float: left;
}
.Hp_tagCloud p {
	margin: 0px 10px;
	padding: 0px 15px 0px 15px !important;
}
.Hp_tagCloud_top {
	background: url(http://images.medicinenet.com/images/medterms/HP_tr.gif) no-repeat top right;
}
.Hp_tagCloud_btm {
	background: url(http://images.medicinenet.com/images/medterms/HP_br.gif) no-repeat top right;
}
.HProundcont img.corner {
	width: 15px !important;
	height: 15px !important;
	border: none;
	display: block !important;
	padding: 0px;
	margin: 0px;
}
.Hp_tagCloud a, .Hp_tagCloud a:visited {
	text-decoration: none;
}
.Hp_tagCloud a:hover {
	text-decoration: underline;
	color: #FF6600 !important;
}
.Hp_tagCloud_header {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
/*-- tag cloud styles --*/
.Tag_Largest {
	font-size: 20px;
	margin: 5px;
}
.Tag_Large {
	font-size: 15px;
	margin: 5px;
}
.Tag_Medium {
	font-size: 12px;
	margin: 5px;
}
.Tag_Small {
	font-size: 10px;
	margin: 5px;
}
/*---- Newsletter Promo ----*/
#NewsLetterPromo {
	width: 400px;
	height: 50px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF !important;
	background: url(http://images.medicinenet.com/images/cta_newsletter_promo.jpg) no-repeat;
	text-align: left;
	overflow: hidden;
}
#NewsLetterPromo a {
	color: #FFFFFF !important;
}
#NewsLetterPromo a:hover {
	text-decoration: none;
	color: #f7941d !important;
}
#NewsLetterPromo_Heading {
	font-size: 14px !important;
	padding-left: 70px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-top: 3px;
	float: left;
	clear: both;
	width: 310px;
	color: #FFFFFF !important;
}
#NewsletterPromo_link {
	margin: 0px;
	padding-left: 70px;
	font-size: 11px !important;
	float: left;
	clear: both;
	width: 320px;
	color: #FFFFFF !important;
}

/*----------------------------------------------------*/
/*---------->>> Article Level *artlevel <<<-----------*/
/*----------------------------------------------------*/

/*---- Social Media LIKE/TWEET/+1 ----*/
#recommend_top {
	margin: 0 0 20px;
	padding: 0;
}
#fb_recommend {
	float: left;
	width: 120px;
	overflow: hidden;
	margin:0 10px 0 0;
}
#tw_recommend {
	float: left;
	width: 55px;
	overflow: hidden;
	margin-right:11px;
}
#gog_recommend {
	float: left;
}
/*---- Article Level Tabs ----*/
.artTabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .artTabs {
	height: 1%;
}
.artTabs {
	zoom: 1;
}
.artTabs {
	border-bottom: 4px solid #70787c;
	border-color:#515F6E;
	padding: 0 0 0 8px;
	margin:2px 0 15px;
	clear: both;
	width:462px;
}
.reallywide .artTabs {
	padding-left: 15px;
}
.artTabs ul.artTabLinks {
	float: left;
	margin:0;
	padding:0;
}
.artTabs ul.artTabLinks li {
	border: 1px #70787c solid;
	/*border-color:#667584;*/
	border-bottom: none;
	background-color: #FFF;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height:20px;
	list-style:none;
	float: left;
	margin: 6px 4px 0 0;
}
.artTabs ul.artTabLinks li.active {
	border-left: 1px #70787c solid;
	border-color:#515F6E;
	border-bottom: none;
	border-top: none;
	border-right: none;
	padding: 0px 0 0px 0;
	font-size: 13px;
	margin-bottom: -4px;
	position: relative;
	margin-top: 0;
}
.artTabs ul.artTabLinks li a {
	padding: 12px 0 7px 0;
	background-color: #fff;
	/*background-color:#919BA6;
	color:#fff;*/
	background-color:#f2f2f2;
	width: 160px;
	text-decoration:none;
	display: block;
	text-align: center;
}
.artTabs ul.artTabLinks li a i {
	background:transparent url('http://images.medicinenet.com/images/article/art_tabs_arrow_bg.png') no-repeat scroll left center;
	display: inline-block;
	width:7px;
	height:9px;
	margin:0 3px 0 0;
}
.artTabs ul.artTabLinks li a.artTab {
	width:110px;
}
.artTabs ul.artTabLinks li a:hover {
	background-color: #f8f8f8;
	color: #c75615;
	color: #D58000;
}
.artTabs ul.artTabLinks li.active a:hover {
	background-color: inherit;
	color: inherit;
}
.artTabs ul.artTabLinks li.active a, 
.artTabs ul.artTabLinks li.active a:hover {
	/*background-image: url('http://s3.wsj.net/img/NAV_tabBG-selected.gif') !important;*/
	background-image:url('http://images.medicinenet.com/images/article/art_tabs_border_bg.png') !important;
	display: block;
	padding-top: 18px;
	padding-bottom: 12px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	cursor:default;
}
.artTabs ul.artTabLinks li.active a i {
	display:none;
}
/*---- Article Tools (Font Sizer, Social Buttons) ----*/
.artTools {
	padding:0;
	margin:0 0 10px;
	width:470px;
	/*border-bottom:1px #ddd dotted;*/
}
.artTools:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- Font Sizer --*/
.fontSizer {
	float:right;
	border-left:1px #ddd dotted;
	padding:0 0 0 2px
}
.fontSizer ul {
	margin:0;
	padding:0;
}
.fontSizer ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.fontSizer ul li a {
	display:block;
	width:23px;
	height:23px;
	border:1px #ddd solid;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 4px;
	background:transparent url('http://images.medicinenet.com/images/article/art_tools_font_sizer_bg.png') no-repeat scroll 5px 0;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.fontSizer ul li a.smlFont {
	background-position:7px 3px;
}
.fontSizer ul li a.medFont {
	background-position:-49px 3px;
}
.fontSizer ul li a.lrgFont {
	background-position:-108px 3px;
}
.fontSizer ul li a:hover {
	border-color:#70787C;
}
.fontSizer ul li a.active {
	border-color:#70787C;
	background-color:#f2f2f2;
	cursor:default;
}
/*-- Social Icons --*/
.socIcons {
    border-right: 1px dotted #CCCCCC;
    float: right;
    height: 21px;
    margin: 0 6px 0 0;
    padding: 4px 9px 0 0;
}
.socIcons ul {
	list-style:none;
	margin:0;
	padding:0;
}
.socIcons ul li {
	float:left;
	margin:0;
	padding:0;
	width:14px;
	list-style:none;
}
.socIcons ul li.fb {
	margin:0 8px 0 0;
}
.socIcons ul li a {
	display:block;
	cursor:pointer
}
.socIcons ul li.fb a {
	background: transparent url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.png') no-repeat scroll 0 -177px;
	_background-image: url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.gif');
	height:16px;
	width:14px;
}
.socIcons ul li.tw a {
	background: transparent url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.png') no-repeat scroll -20px -177px;
	_background-image: url('http://images.medicinenet.com/images/medicinenet/header/mednet_header_sprite.gif');
	height:17px;
	width:14px;
}
/*---- Article Pagination ----*/
#artNav {
	float:left;
	margin:0;
	padding:0;	
}
#artNav.top {
	width:373px;
	margin:0;
}
a.backToArticle {
	font-size:11px;
	text-decoration:none	
}
a.backToArticle:hover {
	text-decoration:underline;
}
#artNav.bottom {
	width:470px;
	margin:20px 0;
}
#artNav .mainPag {
	margin:0;
	padding:0;
}
#artNav .mainPag ul {
	margin:0;
	padding:0;
	list-style:none;
}
#artNav .mainPag ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
	list-style:none;
	background:none;
}
#artNav .mainPag ul li.selected {
	padding: 2px 5px;
	margin: 0px 5px 0 0;
	/*border: 1px #A2B9CC solid;
	background-color: #DFE6EC ;*/
	border: 1px solid #515F6E;
	background-color: #75818D;
	/*color: #111C46;*/
	color:#fff;
	font-weight: bold;
	height:18px;
	line-height:18px
}
#artNav .mainPag ul li a, #artNav .mainPag ul li a:visited {
	display:block;
	padding:2px 5px;
	margin:0 5px 4px 0;
	border:1px #e7e7e7 solid;
	text-decoration:none;
	color:#0033CC;
	height:18px;
	line-height:18px;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
#artNav .mainPag ul li a.last {
	/*margin:5px 0 0;*/
	margin:0;
}
#artNav .mainPag ul li a:hover {
	border:1px #515F6E solid;
	background-color:#75818D;
	color:#fff;
}
#artNav .mainPag ul li a.prevPage,#artNav .mainPag ul li a.nextPage {
	font-weight:bold;
}
#artNav .mainPag ul li a.prevPage {
	background:transparent url('http://images.medicinenet.com/images/medicinenet/pagination/mainPag_arrows_orange.png') no-repeat scroll 5px center;
	padding:2px 5px 2px 15px;
	color:#0033CC
}
#artNav .mainPag ul li a.nextPage {
	background:transparent url('http://images.medicinenet.com/images/medicinenet/pagination/mainPag_arrows_orange.png') no-repeat scroll -59px center;
	padding:2px 15px 2px 5px;
	color:#0033CC
}
#artNav .specialtyLinks {
	margin:0;
}
#artNav .specialtyLinks ul {
	margin:0;
	padding:0;
	list-style:none;
}
#artNav .specialtyLinks ul li {
	float:left;
	border-right:1px #e7e7e7 solid;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	list-style:none;
	font-size:11px !important;
	line-height:12px !important;
}
#artNav .specialtyLinks ul li:last-child {
	border-right:none;
	margin:0;
	padding:0;
}
#artNav .specialtyLinks ul li.last {
	border-right:none;
	margin:0;
	padding:0;
}
#artNav .specialtyLinks ul li a {
	color:#0033CC;
	text-decoration:none;
}
#artNav .specialtyLinks ul li.specialIndex a {
	font-weight:bold;	
}
#artNav .specialtyLinks ul li a:hover {
	text-decoration:underline;
}
#artNav .nextPageDesc {
	margin:0 0 10px 0;
	padding:0;
}
#artNav .nextPageDesc p {
	margin:0;
	padding:0;
	font-size:14px;
}
#artNav .nextPageDesc p span {
	font-weight:bold;
}
#artNav .nextPageDesc p a {
	color:#0033CC;
	text-decoration:none;
}
#artNav .nextPageDesc p a:hover {
	text-decoration:underline;
}
/*---- Related Conditions ----*/
.relCondImageQuiz {
	width:470px;
}
.relCondImageQuiz ul {
	margin:0;
	padding:0;
}
.relCondImageQuiz ul li {
	list-style:none;
	margin:0 0 10px;
	padding:0;	
	border:1px #e9e9e9 dotted;
	background:url("http://images.medicinenet.com/images/slideshow/slideshow_landing/slideLandSprite.png") repeat-x scroll 0 -355px transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.relCondImageQuiz li:hover {
	background:url("http://images.medicinenet.com/images/slideshow/slideshow_landing/slideLandSprite.png") repeat-x scroll 0 -406px transparent
}
/*---- Left Thumbnail Format ----*/
.leftThumb_fmt {
	padding:10px 15px;
}
.leftThumbImg img {
	width:79px;
	height:79px;
	border:1px #ccc solid;
	padding:2px;
	float:left;
	margin:0 10px 0 0;
}
.leftThumbImg img:hover {
	border-color:#666;
}
.leftThumbContent {
	float:left;
	width:343px;
}
.leftThumbContent span {
	display:block;
	line-height:16px;
}
.leftThumbContent span.ltcTitle {
	font-weight:bold;
	font-size:13px;
	margin:0 0 5px;
}
.leftThumbContent span.ltcDesc {
	color:#656565;
	font-size:12px;
	line-height:16px
}
.leftThumbContent span.ltcDesc a {
	text-decoration:none;
}
.leftThumbContent span.ltcDesc a:hover {
	text-decoration: underline;
}
/*---- Authors & Editors PopOut ----*/
.authEditorWrap {
	margin:10px 0;
	padding:0;
	font-size:12px;
	line-height:20px
}
.authEditorCont {
	min-height:20px;
}
.authEditorWrap .authEditorTitle {
	float:left;
	margin:0 5px 0 0;
}
.authEditorWrap .authEditorName {
	float:left;
	max-width:335px;
}
span.authEditorLinkWrap.active {
	position:relative;
}
.authEditorLink button.magOnOff {
	background:transparent url('http://images.medicinenet.com/images/medicinenet/article_level/related_material/authEdit_magOnOff.png') no-repeat scroll left top;
    border: 0 none;
    cursor: pointer;
    display: inline;
    height: 12px;
    margin-left: 3px;
    padding-right: 0;
    vertical-align: middle;
    width: 11px;
    outline:none;
}
.authEditorLink button.magOnOff.on {
	background-position:right top;
}
.authEditorLink:hover button.magOnOff {
	background-position:right top;
}
/*-- PopOuts --*/
.authEditorPopOut {
    background-color: #FFFFFF;
    border: 1px solid #515F6E;
    border-bottom-width:2px;
    display: none;
    left: 0;
    padding: 10px 10px 30px;
    position: absolute;
    top: 23px;
    width: 362px;
    z-index: 1000;
	-webkit-box-shadow: 1px 1px 3px #888;
	-moz-box-shadow: 1px 1px 3px #888;
}
.authEditorPopOut .authEditorPopOutArrow {
	width:384px;
	height:9px;
	background:#fff url('http://images.medicinenet.com/images/medicinenet/article_level/related_material/authEdit_profile_arrow.jpg') no-repeat scroll 0 0;
	position:absolute;
	left:-1px;
	top:-9px;
}
.authEditorPopOut .authEditorPopOutCont img {
	float:left;
	margin:0 5px 0 0;
	border:1px #515F6E solid;
	padding:4px;
	width:55px;
	height:66px;
}
.authEditorPopOut .authEditorPopOutCont h5 {
	font-size:13px;
	line-height:18px;
	margin:0 0 5px;
}
.authEditorPopOut .authEditorPopOutCont p {
	font-size:12px;
	line-height:18px;
	margin:0 0 5px;
	color:#656565
}
.authEditorPopOut .authEditorPopOutCont .authEditorViewProfile {
    background-color: #EEEEEE;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    display: block;
    font-size: 12px;
    height: 26px;
    left: 0;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 31px;
    position: absolute;
    width: 351px;
    background:#eee url('http://images.medicinenet.com/images/medicinenet/article_level/related_material/authEdit_profile_icon.jpg') no-repeat scroll 10px 5px
}
.authEditorPopOut .authEditorPopOutCont .authEditorViewProfile a {
	text-decoration:none	
}
.authEditorPopOut .authEditorPopOutCont .authEditorViewProfile a:hover {
	text-decoration:underline;
	color:#0033CC
}
/*---- Main Table Of Contents ----*/
#mainTOC {
	margin:0;
	padding:0;
}
#mainTOC ul {
	margin:0 0 10px 20px;
	padding:0 0 0 10px;
}
#mainTOC ul li {
	margin:0 0 5px !important;
}
/*#mainTOC ul li a {
	text-decoration:none;
	color:#0033CC
}
#mainTOC ul li a:hover {
	text-decoration:underline
} */
/*---- Original Forum & Index Page ----*/
#ForumCenter_fmt {
	width: 470px;
	background: white;
	float: left;
	clear: both;
}
#ForumCenter_fmt h2 {
    border-bottom: 1px solid #153E6E;
    clear: both;
    color: #2F3843 !important;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.Line_fmt {
	float: left;
	clear: both;
	margin: 5px 0px;
	width: 100%;
	border-top: 1px solid #CCC;
	height: 1px;
	font-size: 1%;
}
#ForumCenter_fmt p {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 10px 0px;
	font-size:14px;
	line-height:20px;
	/*clear: both;*/
}
#ForumCenter_fmt li a {
	text-decoration: none;
}
#ForumCenter_fmt li a:hover {
	text-decoration: underline;
}
#ForumCenter_fmt h5 {
	color: #333366;
	font-size: 14px;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #CCC;
}
/*-- New Forum Center --*/
#ForumCenter_fmt .forumFeaut {
	margin:0 0 15px;
}
#ForumCenter_fmt .forumFeaut .forumFeatImg {
	float:left;
	margin:0 10px 0 0;
}
#ForumCenter_fmt .forumFeaut .forumFeatImg a img {
	width:79px;
	height:79px;
	border:none;
	padding:1px;
	border:1px #ccc solid;
}
#ForumCenter_fmt .forumFeaut .forumFeatDesc {
	float:left;
	width:366px;
}
#ForumCenter_fmt .forumFeaut .forumFeatDesc h3 {
	font-size:14px;
	margin: 0 0 5px;
}
#ForumCenter_fmt .forumFeaut .forumFeatDesc h3 a {
	font-weight:normal;
	text-decoration:none;
	font-size:13px
}
#ForumCenter_fmt .forumFeaut .forumFeatDesc h3 a:hover {
	text-decoration:underline;
}
#ForumCenter_fmt .forumFeaut .forumFeatDesc p {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
}
/*-- Forum Patient Desc. --*/
#ForumCenter_fmt .forumPatDesc {
	padding:0px;
	margin:0 0 15px;
}
#ForumCenter_fmt .forumPatDesc span.patDescTitle {
	display:block;
	background-color:#f7f7f7;
	border-top:1px #ddd solid;
	/*padding:4px 5px 4px 24px;
	background:#f7f7f7 url('http://images.medicinenet.com/images/medicinenet/pat_disc_icon.png') no-repeat scroll 6px 7px;*/
	padding:4px 10px;
	font-weight:bold;
}
#ForumCenter_fmt .forumPatDesc span.patDescTitle span {
	font-weight:normal;
	font-size:12px
}
#ForumCenter_fmt .forumPatDesc ul {
	margin:0;
	padding:0;
}
#ForumCenter_fmt .forumPatDesc ul li {
	list-style: none;
	padding: 4px 5px 4px 25px;
	border-top: 1px #EFEFEF solid;
	background: transparent url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png') no-repeat scroll 12px center;
}
/*-- Forum Resources --*/
#ForumCenter_fmt .forumResources {
	padding:0px;
	margin:0 0 15px;
}
#ForumCenter_fmt .forumResources h3 {
	display:block;
	background-color:#f7f7f7;
	border-top:1px #ddd solid;
	padding:4px 10px;
	margin:0;
	font-size:13px;
	font-weight:bold;
}
#ForumCenter_fmt .forumResources h3 span {
	font-weight:normal;
	font-size:12px
}
#ForumCenter_fmt .forumResources h3 span a {
	text-decoration:none;
}
#ForumCenter_fmt .forumResources h3 span a:hover {
	text-decoration: underline;
}
#ForumCenter_fmt .forumResources ul {
	margin:10px 0 0 20px;
	padding:0 0 0 10px;
}
#ForumCenter_fmt .forumResources ul li {
	padding: 2px 0px 2px 0px;
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
}
/*-- Forum Center A-Z List --*/
#ForumCenter_fmt .AZlist {
	clear: both;
	float: left;
	padding: 0px;
	padding-top: 5px;
	margin: 10px 0px;
	text-align: left;
	width: 470px;
	background: url(http://images.medicinenet.com/images/bg_AZlist_center.gif) no-repeat top left;
	height: 80px;
}
#ForumCenter_fmt .AZlist h3 {
	font-size: 14px !important;
	margin: 5px 10px 0px 15px;
	padding: 0px;
	color: #333366;
}
#ForumCenter_fmt .AZlist .background_fmt {
	background: none;
	float: left;
	clear: both;
	padding: 0px 2px 0px 2px;
	width: 470px;
	margin: 4px 0px;
}
#ForumCenter_fmt .AZlist ul {
	border: 1px solid #CCC;
}
#ForumCenter_fmt .AZlist p {
	color: #000;
	font: normal 90% Arial !important;
	padding: 2px 5px 2px 15px;
	margin: 0px;
}
#ForumCenter_fmt .AZlist ul a {
	color: #333366;
}
#ForumCenter_fmt .AZlist ul a:hover {
	background: #FF9900;
	text-decoration: none !important;
}
#ForumCenter_fmt h4 {
	margin: 3px 0;
	padding: 0;
	font-size: 14px;
	color: #333;
}
.back {
	clear: both;
	font-size: 90%;
	margin: 0px 5px 15px 5px;
	padding-right: 5px;
}
#ForumCenter_fmt div.SortBy {
	font-size: 95% !important;
	margin: 5px 0px;
	text-align: right;
	clear: both;
	width: 100%;
}
/*---- Forum Tabs ----*/
#ForumTabber {
	float: left;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.ForumTabs {
	padding: 0px 0px 0px 0px !important;
	margin: 5px 0px 0px 0px !important;
	font: 11px normal Arial, Helvetica, sans-serif !important;
	text-align: left; /*set to left, center, or right to align the menu as desired*/;
	clear: both;
	width: 470px;
	float: left;
}
#ForumTabber ul.ForumTabs {
	margin: 0px !important;
	padding: 0px !important;
}
.ForumTabs li {
	display: inline !important;
	margin: 0px !important;
	float: left;
	padding: 0px !important;
	border: none !important;
	font-size: 11px !important;
	line-height: 12px !important;
}
.ForumTabs li a {
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	margin-left: 1px;
	background: url(http://images.medicinenet.com/images/forum/tab_off.gif) no-repeat;
	height: 28px;
	width: 90px;
	float: left;
	text-align: center;
	overflow: hidden;
	text-decoration: none !important;
	font-weight: bold;
}
.ForumTabs li a:link, .ForumTabs li a:visited {
	color: #FFFFFF !important;
}
.ForumTabs li a:hover {
	background: url(http://images.medicinenet.com/images/forum/tab_on.gif) no-repeat;
	color: #333366 !important;
}
.ForumTabs li.selected a {
	background: url(http://images.medicinenet.com/images/forum/tab_selected.gif) no-repeat;
	position: relative;
	top: 2px;
	color: #333366 !important;
}
.ForumTabs li.selected a:visited {
	background: url(http://images.medicinenet.com/images/forum/tab_selected.gif) no-repeat;
	position: relative;
	top: 2px;
	color: #333366 !important;
}
.ForumTabs li.selected a {
	border-bottom: 1px solid #ededed;
}
.ForumTabs li.selected a:hover {
	text-decoration: none;
}
.tabcontentstyle {
	border-top: 1px #8686AE solid !important;
	border-right: 2px #666699 solid !important;
	border-left: 1px #8686AE solid !important;
	border-bottom: 2px #666699 solid !important;
	width: 468px;
	height: 200px;
	padding: 0px;
	float: left;
	clear: both;
	margin: 0px;
}
.tabcontentstyle li {
	font-size: 95% !important;
}
.tabcontent {
	display: none;
}
@media print{
.tabcontent {
	display: block !important;
}
}
#Forumtab_btm {
	 height: 10px !important;
	width: 470px !important;
	float: left;
	clear: both !important;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
}
/*-- Format Tab Content --*/
.tabcontent div.container {
	height: 200px;
	overflow: auto;
	clear: both;
}
.tabcontent h3 {
	margin: 0px;
	padding: 5px;
	color: #333366;
}
.tabcontent div.Header {
	background: #ededed;
	border-bottom: 1px solid #DDD;
	min-height: 10px;
}
.tabcontent p {
	margin: 0px;
	padding: 5px;
}
/*-- Tab List --*/
.Tab_List {
	float: left;
	width: 440px;
	clear: both;
}
.tabcontentstyle .Tab_List ul {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 3px !important;
	width: 213px;
	float: left;
}
* html .tabcontentstyle .Tab_List ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	list-style: none !important;
}
.tabcontentstyle .Tab_List li {
	padding: 2px 0px 2px 8px !important;
	margin: 0px !important;
	list-style: none !important;
	color: #FF6600;
	border-bottom: 1px #DDDDDD solid !important;
	line-height: 16px !important;
	white-space: normal;
}
.tabcontentstyle .Tab_List li a:link, .tabcontentstyle .Tab_List li a:visited {
	text-decoration: none;
}
.tabcontentstyle .Tab_List li a:hover {
	text-decoration: underline;
}
/*-- Tab Forum Related Results ---*/
#ForumResults {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 90% !important;
	background: #FEF0BC;
	width: 100%;
}
#ForumResults h3 {
	font-size: 90% !important;
	margin: 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #DDD;
	color: #333333;
}
#ForumResults ul {
	margin-top: 5px;
	margin-left: 13px;
	padding-left: 13px;
}
#ForumResults li {
	list-style: url(http://images.medicinenet.com/images/forum/bullet_refined.gif);
	padding: 4px 4px;
	font-size: 90% !important;
	display: inline;
}
#ForumResults li a {
	text-decoration: none;
}
#ForumResults li .ResultTotal {
	font-size: 85%;
	color: #999999;
}
#ForumResults h3 a {
	text-decoration: none;
	color: #FF6600;
	font-size: 90% !important;
	margin: 0px;
	padding: 0px;
}
/*---- New Forum & Index Page ----*/
#ForumCenter_fmt.fcCenterCont {
	width: 470px;
	margin:0;
	padding:0;
	/*background: transparent url('http://images.medicinenet.com/images/centers/bkgd-sand.jpg') no-repeat scroll right top !important;*/
}
#ForumCenter_fmt.fcCenterCont h2 {
    color: #2F3843 !important;
    border-bottom:1px #2F3843 solid;
    /*border-bottom:none;*/
    font-size: 22px;
    line-height:22px;
    font-weight: bold;
    margin: 0 0 10px;
    position:relative;
}
#ForumCenter_fmt.fcCenterCont #recommend_top {
	margin:0 0 10px 0 !important;
}
/*-- Promo Slider --*/
.fcPromoSlider {
	border:1px #ddd solid;
	padding:0px;
	margin-bottom:10px;
	background-color:#fff;
	position:relative;
	height:365px;
	background: transparent url('http://images.medicinenet.com/images/centers/fcPromoSliderArtGrad.png') repeat-x scroll left bottom;
}
.fcPromoSlider .fcPromoImgCont {
	position:absolute;
	z-index:1
}
.fcPromoSlider .fcPromoImgCont .fcPromoImg {
	display:none;
}
.fcPromoSlider .fcPromoImgCont .fcPromoImg img {
	height:280px;
	width:468px;
}
.fcPromoSlider .fcPromoImgCont .fcPromoImg.active {
	display:block;
}
.fcPromoSlider .fcPromoImgCont .fcPromoImg a img {
	border:none;
}
.fcPromoTabCont {
	margin:0;
	padding:0;
	position:absolute;
	right:6px;
	top:196px;
	z-index:2
}
.fcPromoTabCont ul {
	margin:0;
	padding:0;
}
.fcPromoTabCont ul li {
	list-style:none;
	float:left;
	position:relative;
}
.fcPromoTabCont ul li .fcPromoTabPreview {
	position:absolute;
	top:-53px;
	left:50%;
	margin:0 0 0 -35px;
	padding:5px;
	background-color:#333;
	-moz-box-shadow:2px 1px 4px -1px #000000;
	-webkit-box-shadow:2px 1px 4px -1px #000000;
    box-shadow:2px 1px 4px -1px #000000;
    border-radius:2px;
    display:none;
}
.fcPromoTabCont ul li .fcPromoTabPreview img {
	width:60px;
}
.fcPromoTabCont ul li .fcPromoTabPreview span.arrow {
	background:transparent url('http://images.medicinenet.com/images/centers/fcPromoArrowHoverImg.png') no-repeat scroll left top;
	width:10px;
	height:9px;
	position:absolute;
	bottom:-7px;
	left:50%;
	margin:0 0 0 -5px
}
.fcPromoTabCont ul li .fcPromoTab {
	padding:0;
	display:block;
	border:1px #333 solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */	
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	position:relative;
	font-weight:bold;
	margin:0 1px 0 0;
	-moz-box-shadow:1px 1px 3px -1px #000;
	-webkit-box-shadow:1px 1px 3px -1px #000;
    box-shadow:1px 1px 3px -1px #000;
    color:#000;
    border-radius:3px;
    height:22px;
    line-height:22px;
    width:25px;
}
.fcPromoTabCont ul li .fcPromoTab:hover {
	text-decoration:none !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.fcPromoTabCont ul li .fcPromoTab:hover .fcPromoTabPreview {
	display:block;
}
.fcPromoTabCont ul li .fcPromoTab.last {
	margin:0;
}
.fcPromoTabCont ul li .fcPromoTab.active {
	background-color:#75818D;
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGradOrg.png") repeat-x scroll left top;
	border:1px solid #CD5403;
	color:#fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	cursor:default;
}
.fcPromoTabCont ul li .fcPromoTab.active:hover {
	background-color:#75818D !important;
	border:1px solid #CD5403;
	text-decoration:none !important;
}
.fcPromoTabCont ul li .fcPromoTab.active:hover .fcPromoTabPreview {
	display:none;
}
.fcPromoArt {
	margin: 0;
	padding:12px 0 0;
	background: transparent url('http://images.medicinenet.com/images/centers/fcPromoSliderArtGrad.png') repeat-x scroll left top;
	display:none;
	height:130px;
	width:468px;
	position:absolute;
	bottom:0;
	z-index:2	
}
.fcPromoArt.active {
	display:block;
}
.fcPromoArt h3 {
	margin:0 5px 5px;
	color:#2F3843;
	font-size:18px; 	
}
.fcPromoArtDesc p {
	font-size:12px !important;
	line-height:18px !important;
	margin:0 5px !important;
	padding:0 0 5px !important;
}
.fcPromoArtLink {
	padding:0 0 0 5px;
}
.fcPromoArtLink a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.fcPromoArtLink a:hover {
	text-decoration: underline;
}
/*-- Tabs --*/
#ForumCenter_fmt.fcCenterCont .fcTabsCont {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs {
	margin: 0px !important;
	padding: 0px !important;
	font: 11px !important;
	width: 470px;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li {
	display: inline;
	margin: 0px !important;
	float: left;
	padding: 0px !important;
	border: none !important;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li a {
	display: inline;
	padding:3px 12px 0;
	margin:1px 0 0 1px;
	background-color:#EBEBEB;
	border: 1px solid #DDDDDD;
	height: 28px;
	float: left;
	text-align: center;
	overflow: hidden;
	text-decoration: none !important;
	font-size:11px;
	line-height:13px;
	font-weight:bold
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li a.first {
	margin-left:0;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li a:link, #ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li a:visited {
	color: #000 !important;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li a:hover {
	color: #111C46 !important;
	background-color:#D4DEE7;
	border:1px solid #A2B9CC
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li.selected a {
	background-color:#75818D;
	border:1px solid #515F6E;
	border-bottom:1px solid #75818D;
	position: relative;
	top: 1px;
	color: #fff !important;
	height:30px;
	margin-top:0;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li.selected a:visited {
	color: #fff !important;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .fcTabs li.selected a:hover {
	text-decoration: none;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle {
	width: 468px;
	padding: 0px;
	margin: 0px;
	border:	1px solid #515F6E !important;
	background-color:#75818D;
	height:auto;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontent {
	display: none;
}
/*-- Format Tab Content --*/
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontent .Tab_Container {
    background-color: #FFFFFF;
    clear: both;
    height: 198px;
    margin: 0 3px 3px;
    overflow: auto;
    border:1px solid #515F6E;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .Tab_Header {
	background-color:#75818D;
	height:3px;
}
/*-- Tab List --*/
#ForumCenter_fmt.fcCenterCont .fcTabsCont .Tab_List {
	margin:0;
	padding:0;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List ul {
	margin: 0px 5px !important;
	padding: 0px 3px !important;
	width: 425px;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List li {
	padding: 3px 0px 3px 8px !important;
	margin: 0px !important;
	list-style: none !important;
	border-bottom: 1px #DDDDDD dashed!important;
	font-size:12px;
	line-height: 16px !important;
	white-space: normal;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List li a, #ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List li a:visited {
	text-decoration: none;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List li a:hover {
	text-decoration: underline;
}
#ForumCenter_fmt.fcCenterCont .fcTabsCont .tabcontentstyle .Tab_List li a img {
	width:15px;
	height:13px;
	vertical-align:middle;
	border:none;
}
/*-- Tile Promos --*/
.fcTilePromoCont {
	margin:10px 0 0;
	padding:0;
	width:470px;
}
.fcTilePromo {
	margin:0 0 10px;
}
.fcTilePromo .fcTilePromoImg {
	float:left;
}
.fcTilePromo .fcTilePromoImg a {
	padding:1px;
	border:1px #ddd solid;
	float:left;
	margin:0 10px 0 0;
}
.fcTilePromo .fcTilePromoImg a:hover {
	border:1px solid #515F6E
}
.fcTilePromo .fcTilePromoContent {
	margin:0;
	padding:0;
	float:left;
	width:246px;
}
.fcTilePromo .fcTilePromoContent h3 {
	font-size:18px;
	line-height:20px;
	margin:0 0 5px 0;
}
.fcTilePromo .fcTilePromoContent h3 a {
	color:#2F3843 ;
	text-decoration:none;	
}
.fcTilePromo .fcTilePromoContent h3 a:hover {
	text-decoration:underline;
}
.fcTilePromo .fcTilePromoContent h3 i.slide {
	background:#fff url('http://images.medicinenet.com/images/slideshow/icon_slideshow.gif') no-repeat scroll left -3px;
	display:inline-block;
	height:17px;
	width:20px;
	vertical-align:middle;
}
.fcTilePromo .fcTilePromoContent h3 i.image {
	background:#fff url('http://images.medicinenet.com/images/image_collection/icon-camera.gif') no-repeat scroll left -1px;
	display:inline-block;
	height:19px;
	width:20px;
}
.fcTilePromo .fcTilePromoContent h3 i.quiz {
	background:#fff url('http://images.medicinenet.com/images/icon-iq.gif') no-repeat scroll left 0px;
	display:inline-block;
	height:17px;
	width:20px;
}
.fcTilePromo .fcTilePromoContent p {
	margin:0 0 3px !important;
	padding:0 1px !important;
	font-size:12px !important;
	line-height:16px !important;
}
.fcTilePromo .fcTilePromoContent p.sub {
	font-weight:bold
}
.fcTilePromo .fcTilePromoContent p a {
	text-decoration:none;
	font-weight:bold
}
.fcTilePromo .fcTilePromoContent p a:hover {
	text-decoration:underline;
}
/*-- Health News Links --*/
.Links_Fmt .NewsLinks_hdr {
	border-bottom:1px #333 solid;
	width:470px
}
.Links_Fmt .NewsLinks_hdr h3 {
	font-size: 18px !important;
	font-weight: normal;
	color: #333333 !important;
	margin: 0px !important;
}
.Links_Fmt .NewsLinks_hdr h3 br {
	display:none;
}
.NewsLinks_rdr {
	margin: 0 0 10px;
	padding: 0px;
}
.NewsLinks_rdr ul {
	margin: 10px 0 0 20px;
	padding: 0 0 0 10px;
}
.NewsLinks_rdr li {
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
}
.NewsLinks_rdr li a, .NewsLinks_rdr li a:visited {
	text-decoration: none;
}
.NewsLinks_rdr li a:hover {
	text-decoration: underline;
}
/*-- Topic of the Day & Picture of the Day --*/
.fcTodPod {
	margin:0 0 10px;
	padding:0;
	width:470px
}
.fcTodCont {
	width:448px;
	float:left;
	padding:10px;
	position:relative;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	min-height:136px;
	color:#333;
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGrad.png") repeat-x scroll left bottom #FFFFFF;
}
.fcTodPod.short .fcTodCont {
	width:305px;
	float:left;
	padding:10px;
	position:relative;
	border:1px solid #ccc;
	margin:10px 10px 0 0;
	min-height:136px;
	color:#333;
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGrad.png") repeat-x scroll left bottom #FFFFFF;
}
.fcPodCont {
	width:131px;
	float:left;
	position:relative;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	color:#333;
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGrad.png") repeat-x scroll left bottom #FFFFFF;
}
.fcTodCont .fcTodTitle,
.fcPodCont .fcPodTitle {
	position:absolute;
	top:-9px;
	left:4px;
	background-color:#fff;
	padding:0 5px;
	font-weight: bold;
	font-size:13px;
}
.fcTodCont h3.fcTodArtTitle {
	font-size:14px;
	margin:5px 0 10px;
	padding:0;
}
.fcTodCont h3 {
	font-size:13px;
	margin:0 0 5px;
	padding:0;
}
.fcTodCont p {
	margin:0 0 5px !important;
	padding:0  !important;
	font-size:13px;
	line-height:18px;
}
.fcTodCont p.link {
	text-align:right
}
.fcTodCont p.link a {
	text-decoration:none;
	font-weight:bold
}
.fcTodCont p.link a:hover {
	text-decoration: underline
}
.fcPodCont .fcPodImg {
	text-align:center;
	margin:15px 0 8px;
}
.fcPodCont .fcPodImg a img {
	width:110px;
	border:0;
}
.fcPodCont .fcPodLink a {
	text-align:center;
	border:1px solid #cd5403;
	padding:2px 0;
	margin:1px 10px 4px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	font-size:12px; 
	display:block;
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGradOrg.png") repeat-x scroll left bottom #FFFFFF;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	border-radius:5px
}
.fcPodCont .fcPodLink a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*-- Forum Center A-Z List --*/
#ForumCenter_fmt.fcCenterCont .AZlist {
	padding: 0px;
	padding-top: 5px;
	margin: 10px 0px 10px;
	text-align: left;
	width: 468px;
	background:	url("http://images.medicinenet.com/images/centers/fcPromoArtGrad.png") repeat-x scroll left bottom #FFFFFF;
	border:1px #ccc solid;
	height: 72px;
	position:relative;
}
#ForumCenter_fmt.fcCenterCont .AZlist h3 {
	margin: 0;
	padding: 0px;
	color: #333;
	position:absolute;
	top:-9px;
	left:4px;
	background-color:#fff;
	padding:0 5px;
	font-weight: bold;
	font-size:13px;
}
#ForumCenter_fmt.fcCenterCont .AZlist .background_fmt {
	background: none;
	float: left;
	clear: both;
	padding: 0;
	margin: 17px 0px 3px;
}
#ForumCenter_fmt.fcCenterCont .AZlist ul {
	border: 1px solid #CCC;
	border-right:none;
	margin:0 0 0 13px
}
#ForumCenter_fmt.fcCenterCont .AZlist p {
	color: #000;
	padding-left: 15px;
	margin: 0px;
	clear:both;
	font-weight:normal;
	font-size:10px;
}
#ForumCenter_fmt.fcCenterCont .AZlist ul a {
	color: #0033CC;
}
#ForumCenter_fmt.fcCenterCont .AZlist ul a:hover {
	background:url("http://images.medicinenet.com/images/centers/fcPromoArtGradOrg.png") repeat-x scroll left bottom #FFFFFF;
	color:#fff;
	text-decoration: none !important;
}
#ForumCenter_fmt.fcCenterCont h4 {
	margin: 3px 3px 8px 3px;
	padding: 0px;
	font-size: 100%;
	color: #666666;
}
.back {
	clear: both;
	font-size: 90%;
	margin: 0px 5px 15px 5px;
	padding-right: 5px;
}
#ForumCenter_fmt.fcCenterCont div.SortBy {
	font-size: 95% !important;
	margin: 5px 0px;
	text-align: right;
	clear: both;
	width: 100%;
}
/*---- Symptoms & Signs Body Region ----*/
#BodyRegion {
	width: 460px;
	padding: 5px;
}
#ChooseBodyRegion {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	clear: left;
	font-size: 11px;
	letter-spacing: normal;
	width: 130px;
	clear: both;
	display: block;
}
#ChooseBodyRegion h1 {
	font-size: 12px;
	line-height:16px;
	margin:0;
	padding:5px;
	background-color:#F0F0EE;
	border-top:1px #ddd solid;
}
#ChooseBodyRegion ul {
	margin: 2px 0;
	padding: 0px;
	list-style:none;
}
#ChooseBodyRegion li a {
	text-decoration:none;
	display:block;
	color:#0033CC;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px #EEEEEE dashed;
	font-size:12px
}
#ChooseBodyRegion li a:hover {
	color: #0033CC;
	text-decoration: underline;
	background-color: #F4F4F4
}
#ChooseBodyRegion li a strong {
	display:block;
	background:transparent url('http://images.medicinenet.com/images/SignsSymptoms/sc_active_arrow.png') no-repeat scroll left center;
	padding:0 0 0 10px;
	text-decoration:underline
}
#BodyMapping {
	float: left;
	width: 320px;
	padding: 0px;
	text-align: left !important;
}
#BodyMapping b {
	background-color:#F0F0EE;
	border-top:1px solid #DDDDDD;
	padding:2px 0 2px 5px;
	display:block;
	color:#333;
	font-size:11px
}
/*-- include for S&S's flyout --*/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 160px !important;
	border: 1px solid #535353;
	font-size: 11px !important;
	color: #535353;
	padding: 10px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	text-align: left !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:5px 5px 10px -4px black;
	-webkit-box-shadow:5px 5px 10px -4px black;
    box-shadow:5px 5px 10px -4px black;
}
#dhtmltooltip u {
	width:100%;
	display:inline-block;
	text-decoration:none;
	text-transform: capitalize;
	padding:2px 0;
	margin:0;
	color:#333;
	background:transparent url('http://images.medicinenet.com/images/SignsSymptoms/sc_tooltip_title_bb.png') no-repeat scroll left bottom;
}
#dhtmltooltip br {
	display:block;
	margin:3px 0;
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/*-- include for S&S's flyout ends --*/
#MaleFemale_nav {
	clear:both;
	margin:8px 0 0 0;
	border:1px #ddd solid;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#MaleFemale_nav h1 {
	font-size: 12px;
	margin:0;
	padding:5px;
	background-color:#F0F0EE;
	border-bottom:1px #ddd solid;
	border-top:none;
}
#MaleFemale_nav .mfBtn {
	padding:10px 0;
	margin:0;
}
#MaleFemale_nav .mfBtn a {
	display:block;
	width:80px;
	height:25px;
	background:transparent url('http://images.medicinenet.com/images/SignsSymptoms/sc_male_female_btn.png') no-repeat scroll left top;
	text-indent:-9999px;
	overflow:hidden;
	margin:0px auto;
}
#MaleFemale_nav .mfBtn a.maleBtn {
	margin-bottom:5px	
}
#MaleFemale_nav .mfBtn a.maleBtn:hover {
	margin-bottom:5px;
	background-position:0 -50px	
}
#MaleFemale_nav .mfBtn a.femaleBtn {
	background-position:left -25px;	
}
#MaleFemale_nav .mfBtn a.femaleBtn:hover {
	background-position:left -75px;	
}
#MaleFemale_nav p {
	padding:5px;
	margin:0;
	font-size:8px;
	border-top:1px #ddd solid;
}
/*---- Signs & Symptoms Bullets ----*/
#SS_PopularSymptoms {
	float: right;
	text-align: left;
	width: 200px;
	background: #f1eeee url(http://images.medicinenet.com/images/SS_Header_bg.gif) top left no-repeat;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-left: 10px;
}
#SS_PopularSymptoms h1 {
	font-size: 13px;
	text-transform: uppercase;
	color: #006699;
	padding: 5px 2px 5px 5px;
	margin: 0px;
}
#SS_PopularSymptoms ul {
	margin: 0px 0px;
	padding: 5px 3px 10px 10px;
	margin-left: 10px;
}
#SS_PopularSymptoms li {
	list-style: circle;
	color: #006699;
	padding: 3px 0px;
}
/*---- Body Section ----*/
#BodySection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 150px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#BodySection span.scArrow {
	display:block;
	height:12px;
	width:9px;
	background:transparent url('http://images.medicinenet.com/images/SignsSymptoms/sc_arrow.png') no-repeat scroll left top;
	position:absolute;
	left:-9px;
	top:10px;
}
#BodySection ul {
	margin: 2px 0 10px;
	padding: 0px;
	list-style:none;
}
#BodySection li a {
	text-decoration:none;
	display:block;
	color:#0033CC;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px #EEEEEE dashed
}
#BodySection li a:hover {
	color: #0033CC;
	text-decoration: underline;
	background-color: #F4F4F4
}
/*---- P2P / D2P Stories ----*/
#story {
	clear: left;
	float: right;
	margin: 5px;
	padding-bottom: 0px;
	width: 260px;
	font-size: 95% !important;
}
#story td {
	padding: 0px;
	margin: 0px;
}
/*---- Patient 2 Patient Stories ----*/
#patientstory {
	background: #e0f4fc;
	border: 1px solid #6a99b1;
	font-family: arial,helvetica; /*font-size: 95% !important;*/;
	padding: 5px;
	margin: 0px;
}
#patientstory h2 {
	color: #24536b;
	font-size: 13px !important;
	margin: 5px 0px;
	padding: 0px;
	line-height: 16px;
}
#patientstory img {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
}
#patientstory p {
	line-height: 16px;
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 100% !important;
}
li.ReadMore a {
	color: #FF6600;
	font-weight: bold !important;
}
#Keywords {
	border-top: 2px solid #6a99b1;
	font-size: 90% !important;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 0px 5px;
	margin-left: 8px;
	width: 90%;
}
#Keywords h3 {
	color: #24536b;
	font-size: 95% !important;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
	text-transform: uppercase;
}
/*---- Doctor 2 Patient Stories ----*/
#doctorstory {
	background: #f1fee1;
	border: 1px solid #9ece6b;
	padding: 2px 4px;
	margin: 0px;
}
#doctorstory h3 {
	color: #437013;
	font-size: 13px !important;
	margin: 5px 0px;
	padding: 0px;
	line-height: 16px;
}
#doctorstory img {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
}
#doctorstory p {
	line-height: 16px;
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 100% !important;
}
#Keywords_dr {
	border-top: 2px solid #9ece6b;
	font-size: 90% !important;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 0px 5px;
	width: 95%;
}
#Keywords_dr h3 {
	color: #437013;
	font-size: 95% !important;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
	text-transform: uppercase;
}
#Keywords_dr a {
	text-decoration:none;
}
#Keywords_dr a:hover {
	text-decoration: underline;
}
#Keywords_dr ul, 
#Keywords_dr ol {
	margin:10px 0 10px 10px;
}
#Keywords_dr ul.aiaRelatedArt li {
	font-size: 9px;
	line-height:12px;
	margin: 0 0 2px;
}
/* ---- Articl in Article / Doctor's View ---- */
#ArticleInArticle_fmt {
	float: right;
	text-align: left;
	font-size: 90% !important;
	margin: 10px 0 10px 5px;
	width: 260px;
	background: url(http://images.medicinenet.com/images/img_storyboard_top_dr.gif) no-repeat scroll left top;
}
#ArticleInArticle_fmt.Patient #ArticleInArticle_hdr {
	background: url(http://images.medicinenet.com/images/img_storyboard_top.gif) no-repeat scroll left top;
}
#ArticleInArticle_hdr {
	font-size: 1% !important;
	padding: 0;
	margin: 0;
	height: 30px;
}
#ArticleInArticle_rdr {
	border: 1px solid #9ECE6B;
	border-top: 0;
	border-bottom: 0;
	padding: 5px;
	font-size: 100% !important;
	line-height: 15px;
	width: 248px;
	clear: both;
}
#ArticleInArticle_fmt.Patient #ArticleInArticle_rdr {
	border: 1px solid #6a99b1;
	border-top: 0;
	border-bottom: 0;
}
#ArticleInArticle_rdr h6 {
	margin: 0;
	padding: 5px 0;
	font-size: 120% !important;
	color: #333333 !important;
}
#ArticleInArticle_rdr p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
}
#ArticleInArticle_rdr p.Emph {
    font-size: 12px !important;
    margin:10px 0;
}
#ArticleInArticle_rdr ul li,
#ArticleInArticle_rdr ol li {
    font-size: 13px;
    line-height: 16px;
}
#ArticleInArticle_rdr img {
	border: 1px solid #DDDDDD;
	margin: 5px 0 5px 5px;
	padding: 2px;
}
#ArticleInArticle_rdr .more {
	text-align: right;
	clear: both;
	color: #FF6600;
	font-weight: bold;
	font-size: 90%;
}
#ArticleInArticle_btm {
	height: 10px;
	font-size: 1%;
	clear: both;
	background: url(http://images.medicinenet.com/images/img_storyboard_btm_dr.gif) no-repeat bottom left;
}
#ArticleInArticle_fmt.Patient #ArticleInArticle_btm {
	background: url(http://images.medicinenet.com/images/img_storyboard_btm.gif) no-repeat bottom left;
}
#ArticleInArticle_links {
	font-size: 90% !important;
	padding: 3px 3px 0 3px;
	margin: 5px 0 0 0;
}
#ArticleInArticle_fmt.Doctor #ArticleInArticle_links {
	border-top: 3px solid #9ECE6B;
}
#ArticleInArticle_fmt.Patient #ArticleInArticle_links {
	border-top: 3px solid #6a99b1;
}
#ArticleInArticle_links div {
	font-size: 105% !important;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #437013;
}
#ArticleInArticle_fmt.Patient #ArticleInArticle_links div {
	color: #39505c;
}
/*---- Ask the Expert ----*/
.ATEmodule_fmt {
	clear: left;
	float: right;
	font-size: 95% !important;
	margin: 5px;
	padding-bottom: 0px;
	width: 260px;
	text-align: left;
}
.ATEmodule_hdr {
	background: url(http://images.medicinenet.com/images/bg_ATEmodule_hdr.gif) no-repeat 0 0 !important;
	height: 30px;
}
.ATEmodule2_hdr {
	background: url(http://images.medicinenet.com/images/bg_ATEmodule2_hdr.gif) no-repeat 0 0 !important;
	height: 30px;
}
.ATEmodule_rdr {
	background: #F1FEE1 none repeat scroll 0%;
	border: 1px solid #9ECE6B;
	margin: 0px;
	padding: 0;
	width: 258px;
}
.ATEmodule_hdr h2 {
	color: #336633;
	font-size: 13px !important;
	margin: 0;
	padding: 10px 0 3px 8px;
}
.ATEmodule2_hdr h2 {
	color: #336633;
	font-size: 13px !important;
	margin: 0;
	padding: 10px 0 3px 8px;
}
.ATEmodule_btm {
	background: url(http://images.medicinenet.com/images/bg_ATEmodule_btm.gif) no-repeat bottom left !important;
	height: 8px;
	font-size: 1%;
}
.ATEmodule_rdr ul {
	padding: 0;
	margin: 0;
	clear: both;
}
.ATEmodule_rdr li {
	list-style: none !important;
	padding: 0;
}
.ATEmodule_rdr li a {
	padding: 3px 2px 3px 5px;
	border-bottom: 1px solid #DEDEDE;
	width: 251px;
	display: block;
	text-decoration: none !important;
}
.ATEmodule_rdr li a:hover {
	background: #FEF0BC;
	text-decoration: underline !important;
}
/*-- ATE centers pages --*/
#ate_centers {
	width: 470px;
	clear: both;
	float: left;
}
#ate_centers h5 {
	color: #336633 !important;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background: url(http://images.medicinenet.com/images/ateheader_h5.gif) no-repeat;
}
#ate_centers ul {
	margin-left: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.ATE_Readmore {
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}
#ate_centers li {
	/*list-style-image: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
	/*border-bottom: 1px dashed #CCC;*/
}

/*---- In Article Module ----*/
.InArticle_module_fmt {
	clear: left;
	float: right;
	font-size: 95% !important;
	margin: 5px;
	padding-bottom: 0px;
	width: 260px;
	text-align: left;
}
.InArticle_module_hdr {
	background: url(http://images.medicinenet.com/images/bg_ATEmodule2_hdr.gif) no-repeat 0 0 !important;
	height: 30px;
}
.InArticle_module_rdr {
	background: #F1FEE1 none repeat scroll 0%;
	border: 1px solid #9ECE6B;
	margin: 0px;
	padding: 0;
	width: 258px;
}
.InArticle_module_hdr h2 {
	color: #336633;
	font-size: 13px !important;
	margin: 0;
	padding: 10px 0 3px 8px;
}
.InArticle_module_btm {
	background: url(http://images.medicinenet.com/images/bg_ATEmodule_btm.gif) no-repeat bottom left !important;
	height: 8px;
	font-size: 1%;
}
.InArticle_module_rdr ul {
	padding: 0;
	margin: 0;
	clear: both;
}
.InArticle_module_rdr li {
	list-style: none !important;
	padding: 0;
}
.InArticle_module_rdr li a {
	padding: 3px 2px 3px 5px;
	border-bottom: 1px solid #DEDEDE;
	width: 251px;
	display: block;
	text-decoration: none !important;
}
.InArticle_module_rdr li a:hover {
	background: #FEF0BC;
	text-decoration: underline !important;
}
/*-- Article Sidebar --*/
.articleSidebar {
	width: 225px;
	float: right;
	clear: left;
	font-size: 95%;
	margin-left: 10px;
	border: #9ece6b 1px solid;
	border-top: #9ece6b 3px solid;
	border-bottom: #9ece6b 3px solid;
	background-color: #f1fee1;
	padding: 5px;
}
/*---- Article in Article Long ----*/
.aia_rdr {
	background: #fff;
	margin: 5px;
	width: 179px;
	float: right;
}
/*.aia_top_fmt {
	background: url("http://images.medicinenet.com/images/aia2_top_bot.gif") no-repeat;
	height: 3px;
	font-size: 1%;
}*/
.aia_border_fmt {
	background: #fff;
	border: 1px solid #deded4;
	border-radius:5px;	
	/*border-left: 1px solid #deded4;
	border-right: 1px solid #deded4;*/
}
.aia_title_bar_fmt {
	background: #f0efe3 url("http://images.medicinenet.com/images/aia2_banner.gif") repeat-x;
	border-bottom: 1px solid #dcd4be;
	margin: 0px;
	padding: 5px;
	border-radius:5px 5px 0 0;
}
.aia_title_bar_fmt h4 {
	font-size: 12px !important;
	line-height: 16px;
	margin: 0px !important;
	padding: 0px !important;
	color: #333333 !important;
}
.aia_title_bar_fmt .logo {
	display: inline;
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 64px;
}
.aia_rdr .aia_subhead_fmt {
	color: #87734C;
	font-weight: bold;
	margin: 5px 7px;
	font-size: 14px;
}
.aia_captioned_img {
	float: left;
	line-height: normal;
	margin: 4px 0px 3px 5px;
	padding: 0px 0px 0px 0px;
	width: 85px;
}
.aia_captioned_img p {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
}
.aia_section_fmt {
	clear: both;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
.aia_content_fmt {
	font-size: 12px;
}
.aia_section_fmt .thumbnail {
	float: left;
	margin: 2px 3px 3px 3px;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
	width: 85px;
}
.thumbnail .pic {
	border: 1px solid #deded4;
}
.aia_content_fmt #aia_highlight_fmt li.here a:link, .aia_content_fmt #aia_highlight_fmt li.here a:visited, .aia_content_fmt #aia_highlight_fmt li.here a:hover, .aia_content_fmt #aia_highlight_fmt li.here a:active {
	color: #000000;
	font-weight: bold;
}
.aia_content_fmt p {
	line-height: normal;
	margin: 5px 7px 0px 7px;
	font-size:12px
}
.aia_content_fmt ul, .aia_extra_fmt ul {
	margin: 5px 7px;
	padding: 0px;
}
.aia_content_fmt #list_item1 {
	margin: 5px 0px 0px 58px;
	min-height: 55px;
	width: 110px;
}
.aia_content_fmt ul li {
	background: url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png") no-repeat 0px 8px;
	list-style: none;
	line-height: 16px;
	padding-left: 13px;
	font-size: 12px;
	padding:4px 0 4px 13px
}
.aia_content_fmt ul li a {
	text-decoration:none
}
.aia_content_fmt ul li a:hover {
	text-decoration:underline
}
p.aia_read_full_fmt {
	font-size: 80%;
	font-weight: bold;
	padding: 0px 6px 6px 6px;
	margin: 0px;
}
.aia_read_full_fmt img {
	margin: 3px 6px 0px 7px;
}
p.aia_relatedHrefs_fmt {
	line-height: 15px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	width: 190px;
}
/*.aia_bot_fmt {
	background: url("http://images.medicinenet.com/images/aia2_top_bot.gif") no-repeat 0px -3px;
	font-size: 1%;
	height: 3px;
}*/
.clearing_fmt {
	clear: both;
	height: 0px;
	min-height: 0px;
	visibility: hidden;
}
/*-- Branding --*/
.aia_branding_fmt {
	background: #fff;
	border-left: 1px solid #deded4;
	border-right: 1px solid #deded4;
}
.aia_branding_fmt h4 {
	background: #f0efe3 url("http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/aia_video_banner.gif") top right no-repeat;
	border-bottom: 1px solid #dcd4be;
	color: #857354;
	font-size: 90%;
	margin: 0px;
	padding: 5px 75px 5px 5px;
}
.aia_copyright_fmt {
	clear: both;
	color: #000;
	font-size: 70%;
	margin: 0px;
	padding: 0px 5px 2px 6px;
}
.aia_disclaimer_fmt {
	color: #000;
	font-size: 10px;
	font-style: italic;
	margin: 0px;
	padding: 0px 5px 2px 6px;
}
/*-- Secondary Background for Subheader --*/
.aia_branding_fmt h4.aia_subhead_fmt {
	background: #F0EFE3 url(http://images.medicinenet.com/images/aia2_banner.gif) repeat-x scroll 0%;
	font-size: 100%;
	font-weight: bold;
}
/*-- Paragraph Text Including Image --*/
.aia_imgtxt_fmt {
	width: 185px;
	font: 11px arial;
	margin: 0px 0px 10px 10px;
}
.aia_imgtxt_fmt img {
	float: left;
	margin: 0px 10px 3px 0px;
}
/*---- Generic Article in Article ----*/
#genericAIAgreen {
	font-family: Arial, Helvetica, sans-serif;
	width: 260px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
}
#genericAIAblue {
	font-family: Arial, Helvetica, sans-serif;
	width: 260px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
}
#genericAIAtan {
	font-family: Arial, Helvetica, sans-serif;
	width: 260px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
}
#genericAIAgreen #genericAIATop {
	width: 260px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_green.jpg') no-repeat left top;
}
#genericAIAblue #genericAIATop {
	width: 260px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_blue.jpg') no-repeat left top;
}
#genericAIAtan #genericAIATop {
	width: 260px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_tan.jpg') no-repeat left top;
}
#genericAIATop h3 {
	font-size: 16px;
	line-height:20px;
	color: #fff;
	padding: 7px 30px 5px 7px;
	margin: 0;
}
/*#genericAIAtan #genericAIATop h2 {
	color: #596E84;
}*/
#genericAIAtan #genericAIATop h3 {
	color: #596E84;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:7px 30px 5px 7px;
}
#genericAIAgreen #genericAIAContent {
	width: 258px;
	border: 1px #9ece6b solid;
	background-color: #f1fee1;
	margin: 0;
	padding: 0 0 15px 0;
}
#genericAIAblue #genericAIAContent {
	width: 258px;
	border: 1px #27a2d7 solid;
	background-color: #e7f5fb;
	margin: 0;
	padding: 0 0 15px 0;
}
#genericAIAtan #genericAIAContent {
	width: 258px;
	border: 1px solid #BABDBF;
	background-color: #fff;
	margin: 0;
	padding: 0 0 15px 0;
}
#genericAIAgreen #genericAIAContent h3 {
	font-size: 12px;
	line-height:18px;
	margin: 0;
	padding: 10px 0 0;
	font-weight: bold;
	color: #437013;
}
#genericAIAblue #genericAIAContent h3 {
	font-size: 12px;
	line-height:18px;
	margin: 0;
	padding: 10px 0 0;
	font-weight: bold;
	color: #00304f;
}
#genericAIAtan #genericAIAContent h3 {
	font-size: 13px;
	line-height:18px;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #292929;
}
#genericAIAContent ul, 
#genericAIAContent ol {
	margin:10px 0 10px 10px;
}
#genericAIAContent ul li, 
#genericAIAContent ol li {
	font-size: 12px;
	line-height:16px;
	margin: 0 0 5px;
}
#genericAIAContent ul.aiaRelatedArt li {
	font-size: 9px;
	line-height:12px;
	margin: 0 0 2px;
}
#genericAIAContent p.genericAIALink {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 8px;
	font-size: 14px;
}
#genericAIAContent p.genericAIALink a:link, #genericAIAContent p.genericAIALink a:visited {
	color: #3A46DC;
	text-decoration: none;
	font-weight: bold;
}
#genericAIAContent p.genericAIALink a:hover {
	text-decoration: underline;
}
#genericAIAContent p.genericAIAQuestion {
	margin: 0;
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #00304f;
}
#genericAIAContent p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#genericAIAContent a:link, #genericAIAContent a:visited {
	color: #3A46DC;
	text-decoration: none;
	/*font-weight: bold;*/
}
#genericAIAContent a:hover {
	text-decoration: underline;
}
#genericAIAContent img {
	float: right;
	margin: 5px 0 10px 5px;
	padding: 1px;
}
#genericAIAgreen #genericAIAContent img {
	border: 1px #9ece6b solid;
}
#genericAIAblue #genericAIAContent img {
	border: 1px #27a2d7 solid;
}
#genericAIAtan #genericAIAContent img {
	border: 1px #BABDBF solid;
}
#genericAIAgreen #genericAIAContent hr {
	border: 1px #9ece6b solid;
	margin: 10px auto;
	width: 245px;
}
#genericAIAblue #genericAIAContent hr {
	border: 1px #27a2d7 solid;
	margin: 10px auto;
	width: 245px;
}
#genericAIAtan #genericAIAContent hr {
	border: 1px #BABDBF solid;
	margin: 10px auto;
	width: 245px;
}
#genericAIAgreen #genericAIABottom {
	width: 260px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_green.jpg') no-repeat center bottom;
}
#genericAIAblue #genericAIABottom {
	width: 260px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_blue.jpg') no-repeat center bottom;
}
#genericAIAtan #genericAIABottom {
	width: 260px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/genericAIA_bg_tan.jpg') no-repeat center bottom;
}
/*---- Vitamins AIA ----*/
.vitAIA {
	width: 254px;
	margin: 10px 0 10px 10px;
	padding: 1px;
	float: right;
	border: 2px #ddd solid;
	background-color: #FBFBFB
}
.vitAIATitle {
	background-color:#75818D;
	margin:0;
	border:1px #515F6E solid;
}
.vitAIATitle h3 {
	color:#fff !important;
	font-size:14px !important;
	margin:0 !important;
	line-height:normal !important;
	padding:5px 5px 4px 5px;
}
.vitAIACont {
	margin:0;
	padding:5px 0;
}
.vitAIACont p {
	font-size:12px;
	line-height:16px;
	padding:0 5px
}
.vitAIACont ul, 
.vitAIACont ol {
	margin:10px 0 10px 20px;
}
.vitAIACont ul li, 
.vitAIACont ol li {
	font-size: 12px;
	line-height:16px;
	margin-right: 5px;
}
.vitAIACont p.vitLinkTitle {
	margin:0 0 5px;
	font-weight:bold;
}
.vitAIACont ul.vitLinks {
	margin:0;
	padding:0 5px;
}
.vitAIACont ul.vitLinks li {
	list-style:none;
}
.vitAIACont ul.vitLinks li a {
	text-decoration:underline;
	font-weight:bold
}
.vitAIABtm {
	background-color:#75818D;
  	padding:1px;
	border:1px #515F6E solid;
}
/*---- Image Captions and Image Headers ----*/
.imageName_fmt {
	text-align: center;
	margin: 5px;
}
.imageName_hdr {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 0 3px 0;
	clear: both;
	color: #666666;
}
.imageName_rdr {
	clear: both;
	text-align: center;
}
.imageName_caption {
	clear: both;
	text-align: center;
	font-size: 90% !important;
	color: #333333;
	font-weight: normal;
	padding: 2px 3px 5px 3px;
}
/* ==================================
Image Collection Player
===================================== */
#imageCollectionWrapper {
	font-family: Arial, Helvetica, sans-serif;
}
#imageCollectionTop {
	background-image: url('http://images.medicinenet.com/images/image_collection_top_bg.gif');
	background-repeat: no-repeat;
	width: 470px;
	height: 38px;
}
#imageCollectionTop h1 {
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 38px;
	color: #18304a;
}
#imageCollectionPicture {
	width: 470px;
	height: 319px;
}
#imageCollectionBottom {
	background-image: url('http://images.medicinenet.com/images/image_collection_bottom_bg.gif');
	background-repeat: no-repeat;
	width: 470px;
	height: 38px;
}
#imageCollectionBottom h3 {
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0 10px;
	color: #18304a;
	margin: 6px 0 0 0;
	float: left;
}
#imageCollectionSources {
	background-image: url('http://images.medicinenet.com/images/image_collection_src_bg_2.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #bdcbde;
	width: 450px;
	padding: 5px 10px;
}
#imageCollectionSources p {
	color: #18304a;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}
#imageCollectionButtons {
	float: right;
}
.imageCollectionNextButton {
	margin: 2px 10px 0 0;
}
.imageCollectionPrevButton {
	float: left;
	padding-top: 6px;
}
#imageCollectionExcerpt {
	width: 460px;
	padding: 7px 4px;
	background-color: #f4f4f4;
	margin-top: 10px;
	border: 1px #ddd solid;
}
#imageCollectionExcerpt p {
	font-size: 10pt;
	margin: 0;
	padding: 3px 5px 12px 3px;
}
#imageCollectionExcerpt a {
	color: #3789bd;
	text-decoration: none;
}
#imageCollectionExcerpt a:hover {
	text-decoration: underline;
}
#imageCollectionRelated {
	width: 470px;
	margin: 10px 0 0 0;
}
#imageCollectionRelated h4 {
	color: #705e3e;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}
#imageCollectionRelated p {
	font-size: 10pt;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#imageCollectionRelated a {
	color: #3789bd;
	text-decoration: none;
}
#imageCollectionRelated a:hover {
	text-decoration: underline;
}
#imageCollectionMoreSources {
	padding: 4px 25px 0px 14px;
	line-height: 13px;
	width: 431px;
	margin: 10px 0 0 0;
}
#imageCollectionviewSource_fmt {
	font-weight: bold;
	font-size: 12px;
}
#imageCollectionviewSource_fmt a {
	color: #3789b9;
	text-decoration: none;
}
#imageCollectionviewSource_fmt a:hover {
	text-decoration: underline;
}
#imageCollectionsourceText_fmt p {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
}
#imageCollectioncopyright_fmt {
	padding: 10px 20px 0px 14px;
	font-size: 10px;
	width: 436px;
}
#imageCollectionEditorPicks {
	width: 470px;
	margin: 10px 0 0 0;
}
#imageCollectionEditorPicks h3 {
	margin: 0 0 10px 0;
	color: #18304a;
	font-size: 14px;
}
#imageCollectionlinksArea_fmt {
	font-size: 10pt;
}
#imageCollectionlinksArea_fmt ul {
	margin-left: 20px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.imageCollectionlinksList_fmt li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 0 0px 6px 0px;
}
.imageCollectionlinksList_fmt li a, .imageCollectionlinksList_fmt li a:visited {
	color: #3789b9;
	text-decoration: none;
}
.imageCollectionlinksList_fmt li a:hover {
	text-decoration: underline;
}
/*---- Start Med Anatomy Image Collection ----*/
#medAnatomyCollectionWrapper {
	margin:0;
	padding:0;
}
#medAnatomyCollectionTop {
	background-image: url('http://images.medicinenet.com/images/image_collection_top_bg_3.gif');
	background-repeat: no-repeat;
	width: 470px;
	height: 38px;
}
#medAnatomyCollectionTop h1 {
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 38px;
	color: #18304a;
}
#medAnatomyCollectionPicture {
	width: 468px;
	border: 1px #6664a3 solid;
	border-bottom: none;
	border-top: none;
	/*width: 470px;*/	
	height: 318px;
}
#medAnatomyCollectionBottom {
	background-image: url('http://images.medicinenet.com/images/image_collection_bottom_black_gradient.gif');
	background-repeat: repeat-x;
	width: 468px;
	height: 42px;
	border: 1px #6664a3 solid;
	border-bottom: none;
	border-top: none;
	position:relative
}
#medAnatomyCollectionBottom h3 {
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0 10px;
	color: #fff;
	margin: 4px 0 0 0;
	float: left;
}
#medAnatomyCollectionSources {
	background-image: url('http://images.medicinenet.com/images/image_collection_src_bg_2.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #bdcbde;
	width: 450px;
	padding: 5px 10px;
}
#medAnatomyCollectionSources p {
	color: #18304a;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}
#medAnatomyCollectionButtons {
	position:absolute;
	right:0;
	top:0
}
#medAnatomyCollectionButtons a {
	outline: none;
}
.medAnatomyCollectionNextButton {
	margin: 9px 10px 0 3px;
}
.medAnatomyCollectionPrevButton {
	float: left;
	margin-top: 9px;
}
#medAnatomyCollectionExcerpt {
	width: 460px;
	padding: 7px 4px;
	background-color: #f4f4f4;
	margin-top: 10px;
	border: 1px #ddd solid;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#medAnatomyCollectionExcerpt p {
	font-size: 14px;
	line-height:20px;
	margin: 0;
	padding: 3px 5px 12px 3px;
}
#medAnatomyCollectionExcerpt ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 10px;
}
#medAnatomyCollectionExcerpt ul li {
	list-style: none outside url('http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png');
	padding:2px 0;
	font-size:14px;
	line-height:20px;
}
#medAnatomyCollectionExcerpt a {
	/*color: #3789bd;*/
	text-decoration: none;
}
#medAnatomyCollectionExcerpt a:hover {
	text-decoration: underline;
}
#medAnatomyCollectionViewerRelated {
	width: 470px;
	margin: 10px 0 0 0;
}
#medAnatomyCollectionViewerRelated h3 {
	margin: 0 0 10px 0;
	color: #18304A;
	font-size: 14px;
}
#medAnatomyCollectionViewerRelatedArea_fmt {
	font-size: 10pt;
}
#medAnatomyCollectionViewerRelatedArea_fmt ul {
	margin-left: 20px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.medAnatomyCollectionViewerRelatedList_fmt li {
	padding: 0px 0px 6px 0px;
	list-style: url('http://images.medicinenet.com/images/bullet_black_circle_3.gif');
}
#medAnatomyCollectionEditorPicks {
	width: 470px;
	margin: 10px 0 0 0;
}
#medAnatomyCollectionEditorPicks h3 {
	margin: 0 0 10px 0;
	color: #18304a;
	font-size: 14px;
}
#medAnatomyCollectionlinksArea_fmt {
	font-size: 10pt;
}
#medAnatomyCollectionlinksArea_fmt ul {
	margin-left: 20px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.medAnatomyCollectionlinksList_fmt li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 0px 0px 6px 0px;
}
.medAnatomyCollectionlinksList_fmt li a, .imageCollectionlinksList_fmt li a:visited {
	color: #3789b9;
	text-decoration: none;
}
.medAnatomyCollectionlinksList_fmt li a:hover {
	text-decoration: underline;
}
/*======================
Local Results Pages 
=======================*/
#localTopics {
	width: 470px;
	clear:both
}
#localTopics span.red {
	color: #CC0000;
	font-weight: bold;
}
#localTopics span.phone {
	font-weight: bold;
}
#localTopics h3 {
    color: #333333;
    font-size: 150%;
    margin: 10px 0
}
#localTopics p {
	margin: 10px 0 10px 15px;
	line-height: 16px
}
#localTopicsLocationDisc p {
	margin: 10px 0 15px 0;
	font-size: 13px
}
#localTopicsLocationDisc p br {
	margin: 10px;
}
#localTopics #localTopicsArticle {
    border: 1px #dddddd solid;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 5px
}
#localTopics #localTopicsArticle h2#topic {
    background-color:#F4F4F4;
    border:1px solid #DDDDDD;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color:#1B334F;
    font-size:145%;
    margin:0 0 10px;
    padding:5px;
}
#localTopics #localTopicsArticle h3 {
    color: #333333;
    font-size: 120%;
    background-color: #fff;
    margin: 10px 0 10px 10px
}
#localTopicsHeading {
	width: 470px;
}
#localTopicsHeading #localTopicsTOC {
	width: 470px;
	min-height: 138px;
}
#localTopicsHeading #localTopicsTOC ul {
	margin: 0px 0 0 20px;
	padding: 10px 0 3px 5px;
}
#localTopicsHeading #localTopicsTOC li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
}
#localTopicsHeading #localTopicsTOC li a, #localTopicsHeading #localTopicsTOC li a:visited {
	text-decoration: none;
}
#localTopicsHeading #localTopicsTOC li a:hover {
	text-decoration: underline;
	color: #990066;
}
#localTopicsWebMDBtn a {
	outline: none;
}
#localTopicsWebMDBtn {
	margin: 0 0 0 140px;
	padding: 0;
}
#localTopicsDailyPick h3#daily {
	background: #fff url('http://images.medicinenet.com/images/local_topics/daily-top3.jpg') no-repeat scroll left bottom;
	width: 420px;
	border: none;
	padding: 20px 0 10px 55px;
	margin: 10px 0;
	color: #00304F;
	font-size:14px
}
#localTopicsDailyPick h3 {
    font-size:12px;
    margin:10px 0 0 10px;
}
#localTopicsDailyPickBtm {
	height: 10px;
	width: 470px;
	background: #fff url('http://images.medicinenet.com/images/local_topics/daily-bottom.jpg') repeat-x scroll left top;
	padding: 0;
	margin: 0 0 20px 0;
}
p.localTopicsDailyPickLink {
	text-align: right;
	padding-right: 10px
}
p.localTopicsDailyPickLink a {
	text-decoration: none;
}
p.localTopicsDailyPickLink a:hover {
	text-decoration: underline;
}
#localTopics p.localTopicsDailyPickTitle {
    text-align:left;
    margin: 10px 0 10px 10px;
    font-weight: bold
}
p.localTopicsDailyPickTitle a {
	font-size: 14px;
	text-decoration: none;
}
p.localTopicsDailyPickTitle a:hover {
	text-decoration: underline;
}
p.localTopicsDailyPickHeading {
	color: #00304f;
	font-weight: bold;
}
#localTopicsRelatedArticles ul {
	margin: 0 0 0 25px;
	padding: 0 0 5px 5px;
}
#localTopicsRelatedArticles li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
}
#localTopicsRelatedArticles li a, #localTopicsRelatedArticles li a:visited {
	text-decoration: none;
}
#localTopicsRelatedArticles li a:hover {
	text-decoration: underline;
	color: #990066;
}
#localTopicsEmergency ul {
	margin: 0 0 0 25px;
	padding: 0 0 5px 5px;
}
#localTopicsEmergency li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding: 2px 0px;
}
#localTopicsEmergency li a, #localTopicsEmergency li a:visited {
	text-decoration: none;
}
#localTopicsEmergency li a:hover {
	text-decoration: underline;
	color: #990066;
}
/*-- Local Hospital Map --*/
#localTopicsHospitals {
	width: 470px;
	height: 500px;
	background: #fff url('http://images.medicinenet.com/images/local_topics_map_bg_3a.jpg') no-repeat scroll left top;
	position:relative;
	margin: 10px 0 0 0;
	padding:0
}
#localTopicsHospitals h3 {
	margin: 0px;
    padding: 3px 0 0 10px;	
	background: none;
	border:none;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none 
}
#localTopicsHospitals #map_canvas_hospital {
	top: 17px;
	left:14px;
	border: 1px #ccc solid;
}
#localTopicsHospitalsContent {
	bottom:10px;
	height:140px;
	left:14px;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	width:443px;
	background-color: #fff;
}
#localTopicsHospitalsP {
	margin: 5px 0 0 0;
	padding: 0;
}
#localTopicsHospitalsDiv {
	background-color: #FCFCFC;
	border: 1px #F0F0F0 solid;
	margin: 0 0 5px 5px;
	padding: 5px;
	width: 405px;
}
#localTopicsHospitalsDiv:hover {
	background-color: #f4f4f4;
	border: 1px #dddddd solid;
}
#localTopicsHospitalsDiv img {
	float: left;
}
#localTopicsHospitalsDiv p {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 375px
}
#localTopicsHospitalsP p a {
	text-decoration: none;
}
#localTopicsHospitalsP p a:hover {
	text-decoration: underline;
}
#localTopics span.hospital {
	font-weight: bold;
	font-size: 13px
}
.hospitalClear {
	clear: both;
}
#hospitalTerms {
	margin: 10px 0 0 0;
	padding: 5px;
}
#hospitalTerms p span {
	font-size: 11px;
	font-weight: bold;
	color: #58595B !important;
}
#hospitalTerms p {
	color: #666666;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
/*-- City Specialty Description --*/
#citySpecialty {
    margin:0 0 0 5px;
    padding:0;    
}
#citySpecialty p {
    margin:10px 0;
    padding: 0;
    line-height: 16px
}
#citySpecialty .question {
    font-size: 13px;
    font-weight: bold;
}
/*-- Local Specialist Map ---*/
#localTopicsSpecialists {
	width: 470px;
	height: 563px;
	background: #fff url('http://images.medicinenet.com/images/local_topics_map_phy_bg_2.jpg') no-repeat scroll left top;
	position:relative;
	margin:0;
	padding:0
}
#localTopicsSpecialists h3 {
	margin: 0px;
    padding: 3px 0 0 10px;
	background: none;
	border:none;
	color: #fff !important;
	padding: 2px 0 0 10px;
	font-size: 14px;
	text-decoration: none  
}
#localTopicsSpecialists #map_canvas_specialist {
	top: 17px;
	left:14px;
	border: 1px #ccc solid;
}
#localTopicsSpecialistsContent {
	bottom:74px;
	height:140px;
	left:14px;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	width:443px;
	background-color: #fff;
}
#localTopicsSpecialistsP {
	margin: 5px 0 0 0;
	padding: 0;
}
#localTopicsSpecialistsDiv {
	background-color: #FCFCFC;
	border: 1px #F0F0F0 solid;
	margin: 0 0 5px 5px;
	padding: 5px;
	width: 405px;
}
#localTopicsSpecialistsDiv:hover {
	background-color: #f4f4f4;
	border: 1px #dddddd solid;
}
#localTopicsSpecialistsDiv img {
	float: left;
}
#localTopicsSpecialistsDiv p {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 375px
}
#localTopicsSpecialistsP p a {
	text-decoration: none;
}
#localTopicsSpecialistsP p a:hover {
	text-decoration: underline;
}
#localTopicsSpecialists a.webMDPhysician {
    position: absolute;
    bottom: 13px;
    right: 8px;
    width:175px;
    height:45px;
}
#localTopics span.doctorName {
	font-weight: bold;
	font-size: 13px
}
#localTopicsWebMDPhySmall {
	width:470px;
	height:72px;
	position:relative;
	margin:10px 0;
	padding:0;
	background: #fff url('http://images.medicinenet.com/images/local_topics_map_physician_bg_small2.jpg') no-repeat scroll left top
}
.localTopicsWebMDPhySmallLink {
	position:absolute;
	bottom:13px;
	right:8px;
	height: 45px;
	width: 175px;
	text-indent: -9999px;
	outline: none;
}
#localTopicsWebMDPhySmall2 {
	width:470px;
	height:72px;
	position:relative;
	margin:10px 0;
	padding:0;
	background: #fff url('http://images.medicinenet.com/images/local_topics_map_physician_bg_small3.jpg') no-repeat scroll left top
}
.localTopicsWebMDPhySmallLink2 {
	position:absolute;
	bottom:13px;
	right:8px;
	height: 45px;
	width: 175px;
	text-indent: -9999px;
	outline: none;
}
/*-- End Local Specialist Map --*/
#infoWindow {
	width: 210px;
	height: 65px;
	position: relative;
	margin: 0px;
	float: left;
}
#infoWindowImg {
	position: relative;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background-color: #ccc;
	border: 1px #333 solid;
}
.infoWindowImgLink  {
    width: 65px;
    height: 65px;
	position: absolute;
	top: 0;
	left: 0;
}
#infoWindowContent {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 65px;
	font-family: "Lucida Grande",Calibri,Arial,sans-serif;
}
#infoWindowContent h3 {
	margin: 0;
	padding: 0 0 5px 10px;
	font-size: 16px;
	color: #333;
}
#infoWindowLink {
	position: absolute;
	right: 10px;
	bottom: 0;
}
#infoWindowLink a, #infoWindowLink a:visited {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
#infoWindowLink a:hover {
	color: #55AAFF;
}
.specialistInfoWindow {
    height: 110px;
    padding: 0 15px 0 0;
}
.hospitalInfoWindow {
    height: 80px;
    width:270px;
    padding: 0 15px 0 0;
}
#cityLanding {
	width: 470px;
	margin: 0 0 20px 0;
	border-bottom: 2px #BBCBD8 solid;
	padding: 0 0 30px 0;
}
#cityLanding h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#citySelector {
	height: 22px;
	margin: 0;
	padding: 7px;
	padding-right: 8px;
	background: transparent url('http://images.medicinenet.com/images/googlemap/googlemap_search_bg5.jpg') no-repeat scroll left top
}
#citySelector #ddlCity {
	float: right;
	margin: 1px 0 0 10px;
	width: 250px;
	height:20px;
	border:1px #b3b3b3 solid;
	font-size:14px;
	outline:none;
	font-weight:bold;
	font-family: "Lucida Grande",Calibri,Arial,sans-serif
}
#citySelector p {
	float: right;
	margin: 4px 0 0 0;
	font-weight: bold;
	color:#1B334F;
}
#cityLanding .divCity {
	padding:0 0 30px 0;
	margin:0;
	border-bottom: 2px #BBCBD8 solid
}
#cityLanding .divCity h2 {
	margin: 10px 0px 10px 3px;
	padding: 0px;
	font-size: 130%;
}
#cityLanding .divCity #localTopicsTOC {
	width: 467px;
}
#divCityAZ h2 {
	font-size:130%;
	margin: 0 0 10px 3px
}
#divCityAZ ul {
	margin: 0 0 0 5px;
	padding: 4px 0 3px 5px;
	font-size: 12px
}
#divCityAZ ul li {
	list-style: none;
	padding: 5px 0px;
	margin: 0;
	border-bottom:1px #ddd dashed;
}
#divCityAZ ul li img {
	margin: 0 5px -5px 0
}
#divCityAZ ul li:hover {
	background-color: #F6f6f6
}
#divCityAZ ul li a, #divCityAZ ul li a:visited {
	text-decoration: none;
}
#divCityAZ ul li a:hover {
	text-decoration: underline;
	color: #990066;
}
/*-- Begin Local Events --*/
#localEventsContainer {
    margin: 0 0 10px 0;
}
#localEventsContainer #localevents {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 470px;
    font-size: 10px;
    border: 1px #ccc solid;
}
#localEventsContainer h3{
    background: url(http://images.medicinenet.com/images/local_topics/powered-by-active.jpg) no-repeat bottom right;
    height: 25px;
}
#localEventsContainer #localevents .result{
    clear: both;
    padding: 10px;
    border-bottom: 1px #ccc solid;
}
#localEventsContainer #localevents .date {
    float: left;
    width: 80px;
    color: #333;
}
#localEventsContainer #localevents .event {
    float: left;
    font-weight:  bold;
}
#localEventsContainer #localevents .location {
    float: left;
}
/*---- In Article Images ----*/
.articleImage {
	clear:right;
	float:right;
	margin:0 0 10px 10px;
}
.articleImage a img {
	margin:0;
	padding:0;
	border:0
}
.articleImage a.articleImageThumb img {
	border:0;
	margin:0;
	padding:0;
	cursor: url('http://images.medicinenet.com/images/cursor/magnify.cur'),auto;
}
.articleImage a.articleImageThumb:hover img {
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
.articleImage a span {
	text-indent:-9999px;
	display:block;
	height:1px;
	font-size:1%
}
.articleImage p {
	text-align:right;
	font-size:10px;
	margin:0 0 10px 0;
	padding:0;
}
#articleLargeImage {
    background-color: #333;
    border:0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    z-index: 999;
    -moz-box-shadow:5px 5px 10px -4px black;
	-webkit-box-shadow:5px 5px 10px -4px black;
    box-shadow:5px 5px 10px -4px black;
}
#articleLargeImage span {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
    font-size:14px;
    font-weight:bold
}
/*---- Patient Discussion ----*/
.patientDisc_fmt {
	width:468px;
	margin:10px 0 0;
	padding:0;
	border:1px #ddd solid;
	background-color:#F0F0EE;
   	-webkit-border-radius:3px;
   	-moz-border-radius:3px;
   	border-radius:3px;
}
.patientDisc_fmt.top {
	margin:10px 0;
   	-webkit-border-radius:3px;
   	-moz-border-radius:3px;
   	border-radius:3px;
}
.patientDisc_fmt.top .patientDiscComment.top {
	border-bottom:none !important;
	padding:5px 5px 0 5px !important;
}
.patientDisc_fmt.top .SubmitComment_fmt {
	padding:0 5px 5px
}
.patientDisc_fmt.top .SubmitComment_fmt p {
	margin:0 0 5px;
}
.patientDisc_fmt .on {
	display:block
}
.patientDisc_fmt .off {
	display:none
}
.patientDisc_fmt h2.title {
	margin: 0 !important;
	padding: 5px 0 1px 5px !important;
	font-size: 18px !important;
	color: #2782b0 !important;	
	font-weight: normal;
	background: url("http://images.medicinenet.com/images/patient_discussion/patient_comments_icon.jpg") no-repeat scroll right top transparent;
   	-webkit-border-radius:0 3px 0 0;
   	-moz-border-radius:0 3px 0 0;
   	border-radius:0 3px 0 0;
}
.patientDisc_fmt h2.title a {
    display: inline-block;
    float: right;
    height: 27px;
    margin: -5px 0 0;
    width: 64px;
}
.patientDisc_fmt h2.title span {
	font-weight:normal;
	font-size:11px;
	color:#27a2d7
}
.patientDiscCont {
	padding:0;
	margin:5px;
	border:1px #ddd solid;
	background-color:#fff;
   	-webkit-border-radius:3px;
   	-moz-border-radius:3px;
   	border-radius:3px;
}
.patientDiscComment {
	padding: 5px !important;
	margin:0;
	border-bottom:1px #ddd solid !important;
}
.patientDiscComment.last {
	border-bottom:none;
}
.patientDiscComment h2.subject {
	margin:0 0 5px !important;
	font-size:12px !important;
	line-height:12px !important;
	font-weight: bold;
	text-decoration:underline;
}
.patientDiscComment h3.ask {
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	color:#333;
	font-weight:normal;
}
.patientDiscComment p.quest {
	margin: 5px 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #27A2D6;
	color:#0645AD
}
.patientDiscComment .links {
	margin:0;
	padding:0;
	font-size:11px;
}
.patientDiscComment .links a {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	background:transparent url('http://images.medicinenet.com/images/patient_discussion/patient-discussion-submit-bg.jpg') repeat-x scroll 0 center;
	border:1px #d6811d solid;
	padding:1px 6px 1px 16px;
	color:#fff;
	display:inline-block
}
.patientDiscComment .links a:hover {
	text-decoration:underline
}
.patientDiscComment .links .closed_comments {
	color:#aaa;
	font-size:10px
}
.patientDiscComment .links span.spacer {
	margin:0 5px
}
/*-- New Patient Discussion --*/
.patDiscQuestTitle {
	margin:0 0 30px;
}
.patDiscQuestTitle h3 {
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	color:#191919
}
.patDiscQuestTitle h3 span {
	color:#888;
	font-size:14px;
}
.patDescToolBar {
	border:1px #ddd solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#f0f0ee;
	padding:5px;
	width:458px;
	margin:0 0 5px;
	text-align:right;
}
#patDisc {
	margin:10px 0;
	padding:10px;
	border:1px #ddd solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:448px;
	background-color:#f0f0ee;
	/*background: #f0f0ee url('images/patDisTitleBG2.png') no-repeat scroll right 0px;*/
}
#patDisc .patDiscTitle {
	margin:0 0 10px;
	padding:0;
	background: url('http://images.medicinenet.com/images/patient_discussion/patDisTitleBG.png') no-repeat scroll right 0px;
}
#patDisc .patDiscTitle h3 {
	margin:0 0 3px;
	padding:0;
	color:#333;
	font-size:20px;
	line-height:20px;
}
#patDisc .patDiscTitle h4 {
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
	line-height:14px;
	font-weight:normal
}
#patDisc .patDiscContent {
	background-color:#fff;
	border:1px #ddd solid;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#patDisc .patDiscQuestWrap {
	padding:15px 10px;
	border-bottom:1px #ddd solid;
}
#patDisc .patDiscQuestWrap.last {
	border-bottom:none;
}
#patDisc .patDiscQuestWrap .patDiscQuest {
	margin:0;
	padding:0;
}
#patDisc .patDiscQuestWrap .patDiscQuest span {
	display:block;
}
#patDisc .patDiscQuestWrap .patDiscQuest span.patDiscType {
	font-size:12px;
	font-weight:bold;
	color:#1c2a47;
	color:#333;
	margin:0 0 7px;
}
#patDisc .patDiscQuestWrap .patDiscQuest span.patDiscQuestion {
	font-size:13px;
	line-height:16px;
	margin:0 0 10px;	
}
#patDisc .patDiscQuestWrap .patDiscQuest span.patDiscQuestion span {
	display:inline;
	color:#888;
}
#patDisc .patDiscQuestWrap .patDiscQuest span.patDiscQuestion a {
	text-decoration:none;
}
#patDisc .patDiscQuestWrap .patDiscQuest span.patDiscQuestion a:hover {
	text-decoration:underline;
}
#patDisc .patDiscQuestWrap .patDiscLinks {
	margin:0;
	padding:0;	
}
#patDisc .patDiscQuestWrap .patDiscLinks ul {
	margin:0;
	padding:0;
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li {
	float:left;
	padding:0;
	list-style:none;
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li span.patDisSpacer {
	margin:0 7px;
	color:#ccc;
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li span.patDiscSubmitClosed {
	color:#888;
	font-size:11px;
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li a {
	font-size:11px;
	text-decoration:none
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li a:hover {
	text-decoration:underline;
}
#patDisc .patDiscQuestWrap .patDiscLinks ul li a.patDiscComment {
	background:#fff url('http://images.medicinenet.com/images/patient_discussion/patDisCommetsBG.png') no-repeat scroll left center;
	padding:0 0 0 20px;
}
/*#patDisc .patDiscQuestWrap .patDiscLinks ul li a.patDiscSubmit {
	background:#fff url('images/patDisSubmitBG.png') no-repeat scroll left center;
	padding:0 0 0 20px;
}*/
/*-- New Patient Comments --*/
#patientComments_fmt {
	width:470px;
	margin:0;
	padding:0;
}
#patientComments_fmt .commentList {
	background-color:#f0f0ee;
	border:1px #ddd solid;
	padding:5px;
	margin:0 0 5px 0;
   	-webkit-border-radius:3px;
   	-moz-border-radius:3px;
	border-radius:3px;
}
#patientComments_fmt .commentList .commentTop {
	background-color:#fff;
	border:1px #ddd solid;
	border-bottom-style: dotted;
	padding:5px;
   	-webkit-border-radius:3px 3px 0 0;
   	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#patientComments_fmt .commentList .commentTop .commentFrom {
    color: #888888;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 0;
    float:left
}
#patientComments_fmt .commentList .commentTop .commentDate {
    color: #888888;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 0;
    float:right
}
#patientComments_fmt .commentList .patComment {
	border:1px #ddd solid;
	border-top:none;
	background-color:#fff;
	padding:10px;
	margin:0;
	background: #fff url('http://images.medicinenet.com/images/patient_discussion/patDisBtmQuote.jpg') no-repeat scroll right bottom;
   	-webkit-border-radius:0 0 3px 3px;
   	-moz-border-radius:0 0 3px 3px;
 	border-radius:0 0 3px 3px;
}
#patientComments_fmt .commentList .patComment p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	background: transparent url('http://images.medicinenet.com/images/patient_discussion/patDisTopQuote.jpg') no-repeat scroll left top;
	font-style:italic;
	text-indent:20px
}
#patientComments_fmt .commentList .suggReading {
	background-color: #fff;
	border: 1px #27A2D7 solid;
	padding: 5px;
	margin: 10px 0 0 0;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #fff 10%, #D3DFE4 100%); /* firefox */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#fff), color-stop(100%,#D3DFE4)); /* webkit */;
}
#patientComments_fmt .commentList .suggReading span.suggReadArrow {
	display:block;
	position:absolute;
	top:-9px;
	left:7px;
	background:transparent url('http://images.medicinenet.com/images/patient_discussion/patDisArrow.png') no-repeat scroll left top;
	width:13px;
	height:9px;
}
#patientComments_fmt .commentList .suggReading p {
	margin:0;
	font-size:11px;
	line-height:16px;
	text-transform: capitalize;
	color:#333
}
#patientComments_fmt .commentList .suggReading p a {
	text-decoration:none;
}
#patientComments_fmt .commentList .suggReading p a:hover {
	text-decoration:underline;
}
/*---- General Table Styles ----*/
.Tbl_fmt {
	border: 1px solid #cecece;
	font-size: 12px !important;
	padding: 2px;
	margin:0 0 10px 0;
	clear: both;
}
.Tbl_fmt td {
	padding: 2px;
	border: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
}
.Tbl_fmt td.Main_hdr {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #C9C9C9;
}
.Tbl_fmt td.Sub_hdr {
	font-weight: bold;
	background: #e3e3e3;
	text-align: center;
	font-size: 12px !important;
}
.Tbl_fmt td.SubLft_hdr {
	font-weight: bold;
	background: #e3e3e3;
	text-align: left;
	font-size: 12px !important;
}
/*---- New General Table Styles ----*/
table.artTable {
	border:1px solid #515F6E;
	border-collapse:collapse;
	font-size:12px;
	width:470px;
	margin:10px 0;
}
table.artTable caption{
	background:#ccc;
	font-size:18px;
	border:1px solid #515F6E;
	border-bottom:none;
	padding:5px;
	text-align:center;
}
table.artTable td,
table.artTable th{
	border:1px solid #515F6E;
	border-collapse:collapse;
	padding:5px;
}
table.artTable thead th{
	background:#BCCEE0;
	text-align:center;
}
table.artTable tbody th{
	text-align:left;
	background:#75818D;
	vertical-align:top;
	color:#fff;	
}
table.artTable tbody th a,
table.artTable tfoot td a {
	text-decoration:underline;
	color:#fff;
}
table.artTable tfoot td{
	text-align:right;
	font-weight:bold;
	background:#75818D;
	padding:5px;
	color:#fff
}
table.artTable tbody td{
	background:#ddd;
	vertical-align:top	
}
table.artTable tbody tr.odd td{
	background:#fff;
}
table.artTable tbody td ul {
	margin:5px 0 5px 10px;	
}
table.artTable tbody td ul li {
	font-size:12px !important;
	line-height:14px !important;
	list-style:disc !important;
}
/*---- Viewer Comments ----*/
.Viewer_Comment_fmt {
	clear: both;
	margin: 10px 0;
	width: 470px; 
	font-size: 100%;
}
.Viewer_Comment_fmt#Main {
	border-top: none;
}
.Viewer_Comment_hdr {
	clear: both;
	height: 40px;
	background: url(http://images.medicinenet.com/images/Forum_header_viewercomments.gif) no-repeat top left;
	width: 470px;
	margin: 0 0 5px 0;
}
.Viewer_Comment_hdr h3 {
	clear: both;
	margin: 2px 5px;
	padding: 10px 0 2px 6px;
	color: #27a2d7;
	font-size: 14px;
}
.Viewer_Comment_hdr h3 span {
	color: #2782b0;
}
.Comment_rdr {
	clear: both;
	margin: 2px 0;
	padding: 3px 0;
	border-top: 1px solid #DDDDDD;
	border-left: 0;
	border-right: 0;
	font-size: 100% !important;
}
.Comment_rdr ol {
	margin: 3px 0 3px 15px;
	padding: 0 0 0 15px;
}
.Comment_rdr li {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #DDDDDD;
	line-height: 16px;
}
.Comment_rdr li span {
	font-style: italic;
	display: block;
	font-size: 90% !important;
	color: #666666;
}
.comment_list p {
	padding: 0px 10px 15px 0px;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 100% !important;
}
.comment_date {
	font-style: italic;
	display: block;
	padding-top: 4px;
	font-size: 90% !important;
	color: #666666;
}
.comment_date a:link {
	color: #666666;
	text-decoration: underline;
}
.comment_date a:visited {
	color: #666666;
	text-decoration: underline;
}
.comment_date a:hover {
	color: #990066;
	text-decoration: underline;
}
.comment_from {
	font-style: italic;
	display: block;
	font-size: 90% !important;
	color: #888888;
	margin: 0;
	padding: 0;
}
/*-- Doctor's Comments --*/
.Doctor_Comment_rdr {
	clear: both;
	margin: 5px 0;
	padding: 0;
	width: 470px;
}
.Doctor_Comment_rdr h3 {
	clear: both;
	margin: 2px 5px;
	padding: 10px 0 2px 6px;
	color: #27a2d7;
	font-size: 14px;
}
.Doctor_Comment_rdr h3 span {
	color: #2782b0;
}
.Doctor_Comment_rdr .Doctor_Comment {
	clear: both;
	float: left;
	background: #f0f0ee;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 468px;
}
* html .Doctor_Comment_rdr .Doctor_Comment {
	width: 470px;
}
.Doctor_Comment_rdr .Doctor_Comment p {
	padding: 5px;
	margin: 0;
}
.Doctor_Comment_rdr .Doctor_fmt {
	font-weight: bold;
	font-style: italic;
	padding: 3px 0 0 5px;
}
.Doctor_Comment_top {
	height: 5px;
	font-size: 1%;
	background: url(http://images.medicinenet.com/images/bg_DoctorComments.gif) no-repeat top left;
	clear: both;
}
.Doctor_Comment_top#Hdr {
	background: url(http://images.medicinenet.com/images/Viewer_Comments_hdr.gif) no-repeat top left;
	height: 30px;
	font-size: 1%;
	clear: both;
}
* html .Doctor_Comment_rdr #Main {
	background: url(http://images.medicinenet.com/images/Viewer_Comments_hdr.gif) no-repeat top left;
	height: 30px;
	font-size: 1%;
	clear: both;
}
.Doctor_Comment_btm {
	height: 5px;
	font-size: 1%;
	background: url(http://images.medicinenet.com/images/bg_DoctorComments.gif) no-repeat bottom left;
	clear: both;
}
.Doctor_Comment_rdr .Doctor_fmt {
	font-weight: bold;
	font-style: italic;
}
.Doctor_Comment_rdr .SubmitComment_fmt {
	font-size: 11px !important;
	clear: both;
	padding: 5px 0 2px 5px;
	margin: 0 0 5px 0;
	position: relative !important;
}
.Doctor_Comment_rdr .SubmitComment_fmt a.submit_comment {
	position: absolute;
	top: -3px;
	right: 10px;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #FF6600;
	text-decoration: none;
	color: white;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Doctor_Comment_rdr .SubmitComment_fmt a.submit_comment a {
	font-weight: bold;
}
.Doctor_Comment_rdr .SubmitComment_fmt a.submit_comment:visited {
	text-decoration: none;
	color: white;
}
.Doctor_Comment_rdr .SubmitComment_fmt a.submit_comment:hover {
	text-decoration: underline;
	color: white;
}
.Alert_fmt {
	font-size: 85% !important;
	clear: both;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	width: 447px;
}
.Alert_fmt p {
	font-size: 90% !important;
}
.Viewer_Comment_fmt ul {
	padding: 5px 0 10px 10px;
	margin: 0 0 0 10px;
}
.Viewer_Comment_fmt ul li {
	list-style: url(http://images.medicinenet.com/images/arrow_orange.gif);
	padding: 3px 0;
}
/*---- Viewer Comments 2 ----*/
#viewercomments {
	background: #e7f5fb;
	border: 1px solid #27a2d7;
	padding: 2px 4px;
	margin: 0px;
}
#viewercomments h2 {
	color: #006699;
	font-size: 13px !important;
	margin: 5px 0px;
	padding: 0px;
	line-height: 16px;
}
#viewercomments img {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
}
#viewercomments p {
	line-height: 16px;
	margin: 0px 0px;
	padding: 5px 0px;
	font-size: 100% !important;
}
#Keywords_vc {
	border-top: 2px solid #67c0e6;
	font-size: 90% !important;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 0px 5px;
	width: 90%;
}
#Keywords_vc h3 {
	color: #006699;
	font-size: 95% !important;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
	text-transform: uppercase;
}
/*---- FDB for MedicineNet ----*/
#Container #fdbMonograph, #fdbSearchResults, #fdbatoz {
	font-size: 100%;
	text-align: left;
	width: 495px;
}
/*---- FDB Disclaimer ----*/
.fdbDisclaimer {
	margin:2px 0 20px;
}
/*---- FDA Disclosure ----*/
#fdaWrapper {
	display: block;
	width: 480px;
	height: 93px;
	background: url(http://images.medicinenet.com/images/fda-box-MedNet-wide.gif) no-repeat;
}
#fdaContainer {
	display: block;
	width: 480px;
	height: 93px;
	width: 430px;
	float: left;
}
#fdaTitle p {
	text-indent: 20px;
	line-height: 38px;
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#fdaContent {
	display: block;
	float: left;
	width: 430px;
}
#fdaContent p {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	float: left;
	padding-right: 20px;
	margin: 0;
}
#fdaMarginLeft {
	display: block;
	width: 20px;
	height: 59px;
	float: left;
}
/*---- Network Related Drugs ----*/
#NetworkRelated_drugs {
	width: 300px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	clear: both;
}
#NetworkRelated_top {
	background: url(http://images.medicinenet.com/images/bg_rt_hdr_nrd.gif) no-repeat 0 0;
	clear: both;
	padding: 6px 3px 2px 6px;
	margin: 0px;
	font-weight: bold;
	color: #403d32;
	font-size: 13px;
	width: 300px;
}
#NetworkRelated_btm {
	clear: both;
}
#NetworkRelated {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#NetworkRelated ul {
	margin: 0px;
	padding: 0px;
}
#NetworkRelated li {
	padding: 5px 2px 5px 12px;
	margin: 0px;
	border-bottom: 1px dashed #CCC;
	list-style: none;
}
#NetworkRelated a {
	text-decoration: none;
}
#NetworkRelated a:hover {
	text-decoration: underline;
}
/*---- Resource Module ----*/
#resourcesModule {
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#resourcesModule_top {
	background: url('http://images.medicinenet.com/images/aia2_top_bot.gif') no-repeat;
	font-size: 1%;
	height: 3px;
}
#resourcesModule_title {
	background: white;
	border-left: 1px solid rgb(222,222,212);
	border-right: 1px solid rgb(222, 222, 212);
	background: rgb(240, 239, 227) url('http://images.medicinenet.com/images/resourcesModule_title_bg.gif') no-repeat;
	color: rgb(133, 115, 84);
	border-bottom: 1px rgb(220, 212, 190) solid;
	height: 50px;
}
#resourcesModule_title img {
	float: right;
	margin: 1px;
}
#resourcesModule_title h4 {
	font-size: 15px;
	margin: 0;
	padding: 8px 75px 0 5px;
}
#reourcesModule_body {
	line-height: 13px;
	padding-bottom: 3px;
	border-left: 1px solid rgb(222,222,212);
	border-right: 1px solid rgb(222, 222, 212);
	background: white;
}
#reourcesModule_body p {
	font-size: 12px;
	margin: 0 7px 5px 7px;
	line-height: 14px;
	padding-top: 5px;
	color: #42392B;
}
#resourcesModule_bottom {
	background: url('http://images.medicinenet.com/images/aia2_top_bot_2.gif') no-repeat;
	font-size: 1%;
	height: 3px;
}
/*---- Slideshow Module ----*/
#slideshowModule {
	padding-top: 6px;
	padding-left: 20px;
}
/*---- Slider Page ----*/
.sliderPageTitle {
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #142048;
	font-weight: bold;
}
/*---- Site Map Index Link ----*/
#IndexModule_fmt {
	float: left;
	clear: both;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	width: 180px;
}
#IndexModule_fmt #IndexModule_top {
	background: url(http://images.medicinenet.com/images/bg_SiteIndex.gif) top left;
	height: 10px;
	font-size: 1%;
	font-weight: bold;
}
#IndexModule_fmt #IndexModule_rdr {
	min-height: 25px;
	font-size: 12px !important;
	color: #FF6600;
	padding: 2px 5px 0px 20px;
	background: #efefef url(http://images.medicinenet.com/images/icon_siteMap_index.gif) no-repeat 2px -5px;
	border: 1px solid #DDD;
	border-top: 0px;
	border-bottom: 0px;
}
#IndexModule_fmt #IndexModule_btm {
	background: url(http://images.medicinenet.com/images/bg_SiteIndex_btm.gif) bottom left;
	height: 10px;
	font-size: 1%;
}
#IndexModule_fmt a {
	text-decoration: none;
}
#IndexModule_fmt a:hover {
	text-decoration: underline;
}
/*---- Medical Dictionary Lading Page ----*/
.MedDictionary_Doc_fmt {
	width: 215px;
	float: left;
	border-bottom: 5px solid #CCC;
	padding: 2px 0;
	height: 180px;
	margin: 2px 5px;
	position: relative;
}
.MedDictionary_Doc_fmt p {
	width: 125px;
}
.MedDictionary_Doc_fmt#Stoppler {
	background: url(http://images.medicinenet.com/images/dr_stoppler.jpg) no-repeat bottom right;
}
.MedDictionary_Doc_fmt#Shiel {
	background: url(http://images.medicinenet.com/images/drShiel.jpg) no-repeat 98px bottom;
}
.MedDictionary_Podcast_rdr {
	background: #ddd;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	clear: both;
	height: auto;
	width: 180px;
	font-size: 11px;
}
.MedDictionary_Podcast_rdr b {
	color: #006699;
}
.MedDictionary_Podcast_rdr ul {
	margin: 2px 0 0 8px;
	padding: 0 0 0 8px;
}
.MedDictionary_Podcast_rdr li {
	padding: 2px 2px 2px 0;
	list-style: url(http://images.medicinenet.com/images/arrow_orange.gif);
}
.MedDictionary_Resources_fmt {
	clear: both;
	margin: 5px 0;
}
.MedDictionary_Resources_fmt .MedDictionary_Resources_hdr {
	background: #F6F6F6;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	color: #006699;
	margin: 5px 0px;
	padding: 5px !important;
	font-weight: bold;
}
.MedDictionary_Resources_fmt li.Resources_hdr {
	padding: 3px 2px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #CCCCCC;
}
.MedDictionary_Resources_fmt ul {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 215px;
}
.MedDictionary_Resources_fmt li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.MedDictionary_Resources_fmt li a {
	padding: 3px 2px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
/*---- Doctors Recommend Search ----*/
.bulletbluearrow {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	margin: 0;
	margin-left: 10px;
	list-style-image: url(http://images.medicinenet.com/images/arrowblue3.gif);
	padding: 0;
	color: #006699;
}
#our_doctors_title {
	display: block;
	width: 250px;
	float: left;
	padding: 20px 0 12px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}
#doctor_search_results {
	display: block;
	width: 440px;
	float: left;
	padding: 0;
	padding-left: 20px;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #006699;
}
/*---- Doctors Suggest - Topics Related ----*/
#Topics_fmt {
	width: 460px;
	text-align: center;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#Topics_header {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #153e6e;
	background: #dfe5ea;
	float: left;
	clear: both;
	padding: 0 5px 3px 5px;
	width: 450px;
	height: auto;
}
#Topics_rdr {
	text-align: left;
	float: left;
	clear: both;
	font-size: 100%;
	border: 1px solid #cecece;
	width: 450px;
	padding: 5px 5px;
}
#Topics_rdr h3 {
	color: #333366;
	font-size: 100%;
	margin: 5px 0px;
	padding: 0px;
	clear: both;
}
#Topics_rdr ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
#Topics_rdr li {
	/*list-style: url(http://images.medicinenet.com/images/bullet_orange_circ09.gif);*/
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	color: #000;
	/*border-bottom: 1px dashed #CCC;*/
	padding: 2px 0px;
	line-height: 15px;
	font-size: 95%;
}
#Topics_rdr li a {
	text-decoration: none;
}
#Topics_rdr li a:hover {
	text-decoration: underline;
}
#Topics_rdr li span {
	color: #666666;
	font-size: 90% !important;
	font-weight: normal;
}
#Topics_rdr li.more {
	color: #FF6600;
	font-weight: bold;
	font-size: 95% !important;
	list-style: none !important;
	border: none;
	text-align: right;
	padding: 2px 0px;
}
#Topics_rdr .more a:link, #Topics_rdr .more a:visited {
	color: #FF6600 !important;
	text-decoration: none;
}
#Topics_rdr .more a:hover {
	text-decoration: underline;
}
#Topics_rdr .Dr_Photo {
	clear: both;
	float: right;
}
.ReadMoreArticles {
	color: #FF6600;
	font-weight: bold;
	font-size: 95% !important;
	border: none;
	text-align: right;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
.ReadMoreArticles a {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.ReadMoreArticles a:hover {
	text-decoration: underline;
}
/*---- Hightlight Article ----*/
.LatestHeadline_fmt {
	padding: 5px 0px;
}
.LatestHeadline_fmt p {
	font-size: 100% !important;
}
.LatestHeadline_fmt a {
	font-weight: bold;
}
.LatestHeadline_fmt img {
	float: left;
	margin: 5px;
	background: #DEDEDE;
	padding: 5px;
	border: 1px solid #DDD;
}
.LatestHeadline_fmt p {
	padding: 5px 5px;
}
.LatestHeadline_fmt ul {
	clear: both;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
/*---- TOC for MNET ----*/
#TOCcontainer {
	width: 179px;
	margin: 6px 5px 10px 10px;
	float: right;
	clear: both;
	border-style:solid;
	border-width: 1px;
	border-color:#ddd ;
}
#TOCcontainer h4 {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	margin: 0;
	background-color:#75818D;
	color:#fff;
}
#TOCcontainer ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:16px;
	list-style: none;
	clear: both;
}
#TOCcontainer ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background:none;
	font-size:12px;
	line-height:16px;
}
#TOCcontainer ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #ddd;
	text-decoration:none;
}
#TOCcontainer ul li.selected {
	background-color: #ebebeb;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding: 2px 5px;
	border-bottom:1px solid #DDDDDD;
	width: 169px;
}
#TOCcontainer ul li a:hover {
	background-color:#f4f4f4;
	color:#000;
	text-decoration: underline
}
#TOCcontainer ul li a.selected:hover {
	background-color: #ebebeb;
	font-weight:bold;
	text-decoration:none;
	color:#0033CC
}
#TOCcontainer div {
	display:none;
}
/*---- RSS_SpecialityFeed ----*/
#RSS_SpecialityFeed {
	clear: both;
	width: 300px;
	text-align: left;
	padding: 0;
	font-size: 11px;
}
#RSS_SpecialityFeed .RSS_FeedTitle {
	background: url(http://images.medicinenet.com/images/bg_rt_hdr09.gif) no-repeat 0 0;
	clear: both;
	padding: 6px 3px 2px 6px;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #153e6e;
	font-size: 13px;
	width: 300px;
}
#RSS_SpecialityFeed img {
	padding: 5px !important;
	margin: 0px;
}
#RSS_SpecialityFeed span {
	font-size: 10px;
}
#RSS_SpecialityFeed span a {
	text-decoration: underline;
}
#RSS_SpecialityFeed a, #RSS_SpecialityFeed a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
#RSS_SpecialityFeed a:hover {
	text-decoration: underline;
}
/*----  Slide Navigation - Topic Related ---- */
#TopicsRTtop {
	background: url(http://images.medicinenet.com/images/bg_rt_hdr09.gif) no-repeat 0 0;
	clear: both;
	width: 300px;
}
#TopicsRTtop p {
	color: #333366;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 3px 2px 6px;
	width: 280px;
}
#TopicsRTContent {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 11px !important;
	width: 300px;
}
#TopicsRTBottom {
	clear: both;
	width: 300px;
	font-size: 1%;
}
#TopicsRTContent ul {
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	padding-left: 12px;
}
#TopicsRTContent li {
	padding: 1px 1px;
	margin: 0px;
	list-style: url(http://images.medicinenet.com/images/arrow_orange.gif);
}
#TopicsRTContent a {
	text-decoration: none;
}
#TopicsRTContent a:hover {
	text-decoration: none;
}
#TopicsRTContent .topic_subhead {
	clear: both;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-align: left;
	margin: 2px 0;
	padding: 0 0 2px 0;
}
#TopicsRTContent .topic_more a, #TopicsRTContent .topic_more a:visited {
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#TopicsRTContent .topic_more {
	clear: both;
	float: right;
	text-align: right;
	margin: 1px 2px;
	color: #FF6600;
}
#TopicsRTContent .topic_more a:hover {
	color:#111C46;
	text-decoration: underline;
}
/*---- Related Terms ----*/
.RelatedTerms_rdr {
	margin: 0px 0px 10px 0;
	padding: 5px;
	border-bottom:1px #ddd solid;
	border-top:1px #ddd solid
}
.RelatedTerms_rdr h3.subheader_rdr {
	color: #444 !important;
	font-size: 12px !important;
	margin: 0 0 5px !important;
	padding: 0px !important;
	font-weight: bold;
}
.RelatedTerms_rdr ul {
	margin: 0 0 0 -5px;
	padding: 0px;
}
/*.RelatedTerms_rdr li {
	list-style: none;
	padding: 10px 10px 1px 10px !important;
	line-height: 18px;
	display: block;
	margin: 1px 1px;
	white-space: nowrap;
	width: auto;
	float: left;
}*/
.RelatedTerms_rdr li {
    border-left: 1px solid #e9e9e9;
    display: inline;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 6px 0 !important;
    /*white-space: nowrap;*/
    width: auto;
    color:#666
}
.RelatedTerms_rdr li.FirstItem {
	border: none;
}

/*---- Forum Center Styles ----
#ForumCenter_fmt p {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 10px 0px;
}
#ForumCenter_fmt li a {
	text-decoration: none;
}
#ForumCenter_fmt li a:hover {
	text-decoration: underline;
}
#ForumCenter_fmt h5 {
	color: #333366;
	font-size: 120%;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #CCC;
}*/
/*---- Featured Format ----*/
.Featured_fmt {
	padding: 0px;
}
.Featured_fmt .Featured_rdr {
	padding: 10px;
	padding-top: 0px;
	float: left;
	clear: both;
}
.Featured_fmt .Featured_rdr {
	margin: 0px;
}
.Featured_top {
	background: url(http://images.medicinenet.com/images/mid_col_top.gif) 0 0 no-repeat;
	float: left;
	clear: both;
	width: 480px;
	height: 16px;
	margin: 0px;
	font-size: 1%;
}
.Featured_btm {
	background: url(http://images.medicinenet.com/images/mid_col_btm.gif) 0 0 no-repeat;
	float: left;
	clear: both;
	width: 480px;
	height: 16px;
	margin: 0px;
	font-size: 1%;
}
.Featured_rdr p {
	margin-bottom: 10px;
	border-bottom: 5px solid #CCC;
	padding-bottom: 10px;
}
.Featured_rdr .More {
	text-align: right;
	clear: both;
	font-size: 85%;
	color: #FF6600;
}
/*-- Tab Forum Related Results ---*/
#ForumResults {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 90% !important;
	background: #FEF0BC;
	width: 100%;
}
#ForumResults h3 {
	font-size: 90% !important;
	margin: 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #DDD;
	color: #333333;
}
#ForumResults ul {
	margin-top: 5px;
	margin-left: 13px;
	padding-left: 13px;
}
#ForumResults li {
	list-style: url(http://images.medicinenet.com/images/forum/bullet_refined.gif);
	padding: 4px 4px;
	font-size: 90% !important;
	display: inline;
}
#ForumResults li a {
	text-decoration: none;
}
#ForumResults li .ResultTotal {
	font-size: 85%;
	color: #999999;
}
#ForumResults h3 a {
	text-decoration: none;
	color: #FF6600;
	font-size: 90% !important;
	margin: 0px;
	padding: 0px;
}
/*==================
WebMD Promos
==================*/
/*---- In Article Promo / WebMD Newsletter SignUp ----*/
.InArticle_Promo_fmt {
	clear: both;
	margin: 5px 0;
	padding: 0;
	width: 470px;
	text-align: left !important;
}
.InArticle_Promo_fmt .InArticle_Promo_rdr {
	clear: both;
	float: left;
	background: #ebe7dd;
	border-left: 1px solid #cdc4ad;
	border-right: 1px solid #cdc4ad;
	width: 468px;
	position: relative;
}
.InArticle_Promo_fmt .InArticle_Promo_rdr .Promo_txt {
	padding: 5px;
	margin: 0;
	width: 180px;
	float: left;
}
.InArticle_Promo_fmt .InArticle_Promo_rdr .Promo_txt p {
	margin: 0;
	padding: 3px 0;
}
.InArticle_Promo_fmt .policy {
	font-size: 9px;
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.InArticle_Promo_fmt .InArticle_Form {
	margin: 0;
	padding: 5px 0 2px 5px;
	width: 240px;
	float: left;
}
.InArticle_Promo_fmt .InArticle_Form form {
	margin: 0;
	padding: 0;
}
.InArticle_Promo_fmt .InArticle_Form input {
	margin: 2px 0 !important;
	padding: 0 !important;
}
.InArticle_Promo_fmt .InArticle_Form input.btn {
	margin: 0;
	padding: 0;
}
.InArticle_Promo_fmt .InArticle_Form input.emailTxt_fmt {
	border: 1px solid #CCC;
	width: 230px;
	color: #333333;
	height: 22px;
	padding: 3px 0 0 3px !important;
}
.InArticle_Promo_fmt .PromoTitle_fmt {
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}
.InArticle_Promo_fmt#wbMD_newsletter .PromoTitle_fmt {
	padding: 8px 5px 3px 8px;
	font-size: 15px;
	color: #333;
}
.InArticle_Promo_top {
	height: 5px;
	font-size: 1%;
	background: url(http://images.medicinenet.com/images/bg_InArticle_WBMDNewsSignup.gif) no-repeat top left;
	clear: both;
}
.InArticle_Promo_fmt#wbMD_newsletter .InArticle_Promo_top {
	background: url(http://images.medicinenet.com/images/WBMD_NewsLetter_hdr.gif) no-repeat top left;
	height: 30px;
}
.InArticle_Promo_top {
	background: url(http://images.medicinenet.com/images/bg_InArticle_WBMDNewsSignup.gif) no-repeat top left;
	height: 30px;
	font-size: 1%;
	clear: both;
}
.InArticle_Promo_btm {
	height: 5px;
	font-size: 1%;
	background: url(http://images.medicinenet.com/images/bg_InArticle_WBMDNewsSignup.gif) no-repeat bottom left;
	clear: both;
}
/*=========== Related Images ============*/
#relatedImages {
	width: 118px;
	height: 124px;
	position: relative;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/related_images_bg2.jpg') no-repeat scroll left top;
}
#relatedThumbImage {
	position: absolute;
	height: 80px;
	width: 118px;
	top: 19px;
	left: 0;
}
#relatedImageTitle {
	position: absolute;
	left: 5px;
	top: 100px;
	font-size: 10px;
	font-family: Verdana;
}
#relatedImagesTrans {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#relatedImagesTrans a {
	width: 118px;
	height: 124px;
	outline: none;
}
/*---- Related Images Article Level ----*/
#relatedImg {
	width:470px;
	height:300px;
	margin: 20px 0;
	position:relative;
}
#relatedImg:hover {
	-webkit-box-shadow: 0px 0px 10px -1px #444;
	-moz-box-shadow: 0px 0px 10px -1px #444;
}
#relatedImg a #relatedImgTitle {
	background: transparent url('http://images.medicinenet.com/images/related_images/realted_image_title_bg.png') no-repeat scroll left top;
	width:470px;
	height:36px;
	line-height:36px;
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
#relatedImg a #relatedImgTitle span.title {
	font-size:20px;
	color:#fff;
	margin:0 0 0 10px;
}
#relatedImg a #relatedThumbImage {
	position:absolute;
	left:0;
	top:0;
	z-index:0;	
}
#relatedImg a #relatedThumbImage img {
	border:0;
}
/*---- Current News ----*/
#news_header h1 {
    color: #2F3843;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
}
#news_header h5 {
	text-decoration:underline;
}
#news_header ul {
	margin:0 0 10px 20px;
	padding:0 0 0 10px;	
}
#news_header ul li {
	font-size:14px;
	line-height:20px;
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
	padding:1px 0;
}
#news_header ul li a {
	text-decoration:none;
}
#news_header ul li a:hover {
	text-decoration:underline;
}
/*---- Ask The Exper ----*/
#AsktheExperts {
	width: 470px;
	font-size: 100%;
}
#ATE_header {
	background: url(http://images.medicinenet.com/images/ask_the_experts.gif) no-repeat;
	height: 90px;
	width: 470px;
	clear: both;
	float: left;
}
#ATE_header .back {
	margin-top: 65px;
	float: right;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}
#AsktheExperts h1 {
	color: #333333;
	font-size: 16px;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px dashed #CCC;
}
#AsktheExperts h2 {
	color: #333333;
	font-size: 14px !important;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px dashed #DDD;
}
#ATE_introduction a {
	color: #ff6600;
}
#ATE_introduction {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	width: 470px;
	float: left;
	clear: both;
	border-bottom: 5px solid #99cc66;
	position: relative;
}
#ATE_question {
	width: 250px;
	margin-left: 10px;
	padding: 20px 10px 10px 45px;
	clear: both;
	min-height: 100px;
	height: auto !important;
	background: url(http://images.medicinenet.com/images/icon_question.gif) no-repeat top left;
	font-weight: normal;
	float: left;
}
#ATE_question_articlepage {
	width: 300px;
	margin-left: 10px;
	padding: 20px 10px 10px 70px;
	clear: both;
	min-height: 100px;
	background: url(http://images.medicinenet.com/images/icon_question.gif) no-repeat top left;
	font-weight: normal;
	float: left;
}
#ATE_question p {
	padding-left: 30px;
}
#ATE_question .response {
	text-align: right;
	font-weight: bold;
}
#ATE_Doctor {
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 120px;
	background-color: #ddd;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	padding: 5px;
	margin-right: 0px;
	margin-top: 115px;
	font-size: 10px;
	color: #000;
}
#ATE_Doctor a {
	color: #ff6600;
	font-weight: bold;
}
.ATE_DocBio {
	background-color: #e7e7e7;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	clear: both;
	width: 470px;
}
.ATE_DocBio p {
	margin-left: 20px;
	margin-right: 20px;
}
.ATE_DocBio a {
	color: #ff6600;
}
.Emph_Doc {
	color: #ff6600 !important;
	padding-right: 5px;
	font-weight: bold;
}
#ATE_list {
	float: left;
	clear: both;
	padding-top: 5px;
	width: 470px;
	font-size: 100%;
}
#ATE_list h2 {
	color: #333333;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px dashed #999;
}
#ATE_list h3 {
	color: #333333;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
}
#ATE_list ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}
#ATE_list li {
	padding: 5px 2px 3px 2px;
	border-bottom: 1px dashed #CCC;
	list-style-image: url(http://images.medicinenet.com/images/arrow_orange.gif);
	font-size: 100%;
}
#ATE_Article {
	float: left;
	clear: both;
	padding-top: 5px;
	width: 470px;
	font-size: 100%;
}
#ATE_Article h2 {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #999;
	font-size: 140%;
}
#ATE_Article ul li {
	list-style: disc;
	margin-left: -5px;
}
.Emph_link {
	border-top: 1px dashed #999;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}
.ATE_DocBio form {
	padding-right: 10px;
}
/*-- ATE Form --*/
#ATE_form {
	width: 470px;
	margin-left: 0px;
	padding: 10px 0px 5px 0px;
	float: left;
	border-bottom: 5px solid #99cc66;
}
#ATE_form .Form_intro {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	width: 230px;
	font-size: 11px !important;
	float: left;
}
#ATE_form .ATE_index {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	width: 260px;
	float: left;
}
#FYI {
	width: 210px;
	height: 210px;
	background: url(http://images.medicinenet.com/images/bg_fyi.gif) no-repeat;
	float: right;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	padding: 5px;
	margin-right: 0px;
	color: #000;
}
#FYI_content {
	padding: 0px;
}
#FYI_content p {
	padding: 4px 0px 0px 30px;
	margin: 0px;
	font-weight: bold;
	color: white !important;
	font-size: 11px !important;
}
.line {
	border-bottom: 1px dashed #999;
	margin-left: 25px;
}
#ATE_list form {
	padding: 8px;
	margin-top: 5px;
}
#ATE_list form p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.required {
	color: #CC0000 !important;
	font-size: 10px !important;
}
#FYI ul {
	margin: 8px 2px 2px 10px;
	padding: 2px 8px 2px 8px;
	color: #000000;
}
#FYI li {
	list-style: url(http://images.medicinenet.com/images/arrow_orange.gif);
	padding: 1px 0px;
	font-size: 11px !important;
}
.emph_FYI {
	margin: 15px 5px 5px 10px;
	line-height: 14px;
	font-weight: bold;
	width: 180px;
}
#ATE_questionintro {
	width: 470px;
	float: left;
	clear: both;
	border-bottom: 5px solid #99cc66;
	min-height: 140px;
}
#ATE_Editors {
	float: right;
	min-width: 180px;
	clear: both;
	text-align: right;
	background-color: #ddd;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	padding: 5px;
	margin-right: 0px;
	font-size: 10px !important;
	color: #000;
}
#ATE_Editors a {
	color: #ff6600;
	font-weight: bold;
}
/*-- Remove --*/
.submitQuestion {
	float: right;
	padding: 5px;
	font-size: 11px !important;
	font-weight: bold;
	text-align: right;
}
.submitQuestion a {
	color: #ff6600;
}
/*-- end remove --*/
.ATE_links {
 	padding: 5px;
	font-size: 11px !important;
	font-weight: bold;
	text-align: right;
	clear: both;
}
.ATE_links a {
	color: #ff6600;
}
/*-- CTA for Ask The Experts --*/
.CTA {
	clear: both;
	float: left;
	margin: 5px 0px 5px 10px;
	width: 180px;
	padding-top: 5px;
	border: 0px;
}
/*-- webMD icon --*/
#realstory_icon {
	float: right;
	width: 470px;
	clear: both;
	border-bottom: 1px solid #999999;
	text-align: right;
}
#realstory_icon img {
	padding-bottom: 3px;
	text-align: right;
}
/*---- News & Views Update ----*/
#News_Views {
	width: 470px;
	background: white;
	text-align: left;
	float: left;
	clear: both;
}
#News_Views h2 {
	background: transparent url(http://images.medicinenet.com/images/Forum_header_green.gif) no-repeat;
	color: #336633;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px !important;
	height: 40px;
	margin: 0px 0px 5px;
	padding: 12px 5px 2px 8px;
}
iframe ul li {
	list-style-image: url(http://images.medicinenet.com/images/bullet_arrow.gif);
}
/*-- left col. --*/
#leftcol {
	float: left;
	width: 200px;
}
#Dr_Stoppler {
	width: 200px;
	float: left;
	border-bottom: 8px solid #a1ca6b;
	border-right: 1px solid #DDD;
	background-image: url(http://images.medicinenet.com/images/dr_stoppler.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#Dr_Stoppler p {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 11px;
}
#Dr_Stoppler p a {
	display: block;
	text-align: left;
	font-weight: bold;
	width: 200px;
	color: #336633;
	font-size: 12px;
	padding-bottom: 5px;
	width: 130px;
}
#contentDrStoppler {
	width: 110px;
	min-height: 160px;
	height: 160px;
}
#contentDrStoppler p {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 11px;
}
#FeaturedNews {
	width: 200px;
	float: left;
	border-bottom: 8px solid #a1ca6b;
	border-right: 1px solid #DDD;
	margin-top: 10px;
}
.class {
	width: 225px;
}
#FeaturedNews p a {
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #336633;
	width: 200px;
	font-size: 12px;
}
#FeaturedNews p {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 3px;
}
#wedmd_daily {
	width: 200px;
	float: left;
	clear: both;
	border-bottom: 8px solid #a1ca6b;
	border-right: 1px solid #DDD;
	margin-top: 10px;
}
#wedmd_daily p {
	margin: 0px 2px 3px 2px;
	font-size: 11px;
}
#wedmd_daily img {
	padding: 2px;
}
#webmd_daily_header {
	width: 200px;
	border-bottom: 1px solid #999999;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
#Webmddaily_link {
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
}
.wedmd_daily_link {
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #a1ca6b;
	width: 200px;
	font-size: 12px;
}
/*-- right col. --*/
#rightcol {
	width: 260px;
	float: right;
}
#NV_TopStories {
	width: 260px;
	float: right;
}
#topStories_header {
	background-image: url(http://images.medicinenet.com/images/news_view_topstory_Bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	clear: both;
}
#topStories_footer {
	height: 15px;
	margin-top: 0px;
	background-image: url(http://images.medicinenet.com/images/news_views_topstory_footer_.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#rightcol form {
	padding: 0px;
	text-align: right;
	padding-top: 5px;
	margin-right: 5px;
}
#iFrame_Container {
	margin-bottom: 0px;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	background-color: #F2F2F2;
	width: 258px;
}
.NV_AdditionalLinks {
	float: right;
	width: 260px;
	border-right: 1px solid #DDD;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#alternative_links ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 11px;
}
#alternative_links li {
	list-style-image: url(http://images.medicinenet.com/images/arrow_green.gif);
	padding: 3px 0px 2px 0px;
	border-bottom: 1px dashed #ccc;
}
#alternative_links li a {
	text-decoration: none;
}
#alternative_links li a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#alternative_links p {
	margin: 0px 0px 2px 5px;
	border-bottom: 2px solid #666699;
	font-weight: bold;
	font-size: 14px;
	color: #666699;
}
#MedNet_Newsletter {
	width: 260px;
	float: left;
}
#Newsletter_header {
	background-image: url(http://images.medicinenet.com/images/nv_newsletter_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#Newsletter_body {
	height: 100px;
}
/* ==== Search box
============================================= */
#NewsViews_search {
	width: 470px;
	float: left;
	clear: both;
	background-image: url(http://images.medicinenet.com/images/nv_search_bg.jpg);
	background-repeat: no-repeat;
}
#NewsViews_search form {
	margin-left: 5px;
}
#NewsViews_search ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -35px;
}
* html #NewsViews_search ul {
	margin-left: 0px;
}
#NewsViews_search li {
	list-style: none;
	display: inline;
	padding: 5px 3px 5px 3px;
	font-size: 11px;
	font-family: "century gothic", arial, helvetica;
	font-weight: bold;
}
* html #NewsViews_search li {
	padding: 5px 3px 5px 3px;
}
#NewsViews_search ul li a {
	color: #FFFFFF;
}
#NewsViews_search p {
	font-size: 10px;
	margin: 5px 5px 5px 5px;
	color: #333333;
	padding: 13px 0px 0px 0px;
}
* html #NewsViews_search p {
	margin-top: 1px;
	padding-top: 0px;
}
#NewsViews_search h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "century gothic", helvetica, arial;
	margin-bottom: 2px;
	margin-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #FFF;
}
#line {
	width: 260px;
	clear: both;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
/* ======= Podcast Library 
============================================= */
#Medical_Podcast {
	width: 470px;
	clear: both;
	float: left;
}
#Medical_Podcast a img {
	text-decoration: none;
}
#Podcast_intro p {
	margin-top: 0px;
}
#Medical_Podcast h2 {
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
	background: url(http://images.medicinenet.com/images/Forum_header_green.gif) no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 12px 5px 2px 8px;
	height: 40px;
}
#Podcast_intro {
	float: left;
	padding-right: 10px;
	margin-top: 10px;
	clear: both;
}
#mp_archive {
	clear: both;
	float: left;
}
#mp_archive table {
	margin: 0px;
	padding: 0px;
}
#mp_archive td {
	border-bottom: 3px solid #9ECE6B;
	padding: 5px;
}
.mp_header {
	width: 160px;
	padding: 5px;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
}
.mp_header a {
	color: #336633;
}
.mp_header a:hover {
	color: #FF6600;
}
.mp_teaser {
	width: 310px;
	background-color: #EAEAEA;
	padding: 5px;
	border-left: 1px solid #9ECE6B;
}
/* ============ Listen to Podcast ============ */
.Podcast_rdr {
	float: left;
	clear: both;
	width: 400px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px !important;
	margin: 5px 0px 0px 5px !important;
	padding-left: 35px;
	background: url(http://images.medicinenet.com/images/icon_PDcast.gif) no-repeat;
}
.Podcast_rdr p {
	font-size: 95% !important;
}
#Podcast_fmt {
	font-size: 100%;
}
#Podcast_fmt li {
	list-style: circle;
	color: #FF6600;
	padding: 3px 0px;
}
#Podcast_fmt ul li span {
	color: black !important;
	font-size: 90% !important;
}
.Read_Article {
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 5px 0px;
}
#Podcast_fmt h3 {
	background: #F6F6F6 none repeat scroll 0%;
	border: 1px solid #E2E2E2;
	color: #006699;
	margin: 5px 0px;
	padding: 5px !important;
}
#Podcast_fmt h3 img {
	padding: 0px 3px 2px 0px;
	float: left;
}
#Podcast_fmt a {
	text-decoration: none;
}
#Podcast_fmt a:hover {
	text-decoration: underline;
}
/* ======== end listen to podcast ============ */
#Podcast_software {
	width: 400px;
	height: 185px;
	background-image: url(http://images.medicinenet.com/images/podcast_subscription.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
#Medical_Podcast h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	border-bottom: 1px solid #669900;
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 2px;
}
#Podcast_softwarecontent {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
#Podcast_software ul {
	margin: 4px 0px 4px 0px;
}
* html #Podcast_software ul {
	margin-left: 20px;
}
#Podcast_software li {
	list-style-image: url(http://images.medicinenet.com/images/arrow_orange.gif);
	padding: 2px 0px 2px 0px;
}
#Podcast_software a {
	color: #FFF;
	font-weight: bold;
}
#Podcast_software p {
	margin: 0px;
	line-height: 16px;
}
/*---- Health News Picks ----*/
#news_container {
	width: 470px;
}
#news_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #669900;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#news_container h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	border-bottom: 1px solid #669900;
	padding-bottom: 3px;
	font-size: 12px;
	margin-bottom: 2px;
}
#news_header h1 {
	background-image: url(http://images.medicinenet.com/images/h1_bg_news.gif);
	background-repeat: no-repeat;
	background-position: 0px -8px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#heading_position {
	padding-top: 5px;
}
* html #heading_position {
	padding-top: 0px;
}
#news_container h3 {
	color: #333333;
	margin: 5px 0;
	padding: 3px 0;
}
#news_container ul {
	margin: 4px 0px 4px 0px;
}
* html #news_container ul {
	margin-left: 20px;
}
#news_container li {
	list-style-image: url(http://images.medicinenet.com/images/arrow_green.gif);
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dashed #DDD;
}
/*---- Tag cloud ----*/
h3.subheader_rdr {
	color: #FF6600 !important;
	font-size: 120% !important;
	font-weight: bold;
	margin: 0px !important;
	padding: 1px 0px 0px 0px !important;
}
.tagCloud_rdr {
	font-weight: bold;
	line-height: 19px;
	margin: 0px 15px 10px 8px;
	line-height: 16px;
}
.tagCloud_rdr .Large_fmt a {
	color: #006699 !important;
	font-size: 14px !important;
}
.tagCloud_rdr .Small_fmt a {
	font-size: 11px !important;
}
.tagCloud_rdr a {
	color: #0099CC;
	padding-right: 10px;
	text-decoration: none;
}
.tagCloud_rdr a:hover {
	text-decoration: underline;
}
.tagCloud_rdr a:visited {
	text-decoration: none;
}
/*---- Author Page More Articles Module ----*/
.authorRelated {
	border: #ddd 1px solid;
}
.authorRelated h2 {
	background: #d9e5ee;/* Old browsers */
	background: -moz-linear-gradient(top, #d9e5ee 0%, #bacad8 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e5ee), color-stop(100%,#bacad8)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #d9e5ee 0%,#bacad8 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #d9e5ee 0%,#bacad8 100%); /* Opera11.10+ */;
	background: -ms-linear-gradient(top, #d9e5ee 0%,#bacad8 100%); /* IE10+ */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e5ee', endColorstr='#bacad8',GradientType=0 ); /* IE6-9 */;
	background: linear-gradient(top, #d9e5ee 0%,#bacad8 100%); /* W3C */;
	color: #224165;
	font-size: 13px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}
.authorRelated .authorArticles {
	max-height: 350px;
	overflow: hidden;
	height: 200px;
	padding: 5px 0;
}
.authorRelated .hidden {
	display: none;
}
div.expand {
	background: #eee;
	padding: 3px 10px;
	border-color: transparent #ddd #ddd #ddd;
	border-width: 1px;
	border-style: solid;
}
div.expand a.more {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
div.expand a.more:hover {
	text-decoration: underline;
}
div.expand span.arrow {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	display: block;
	margin: 5px 5px 5px 0;
	float: left;
	border-width: 5px 5px 0;
	border-color: #FF9966 #eee transparent;
	border-style: solid;
}
div.expand span.arrow.up {
	border-width: 0 5px 5px;
	border-color: transparent #eee #FF9966;
	border-style: solid;
}
.authorRelated ul {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding:0 0 0 20px;
}
.authorRelated li {
	list-style: none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png");
}
/*---- Article Promo Chunk Quiz Stats ----*/
.quizStat {
	background:transparent url('http://images.medicinenet.com/images/artPromoChunk/quiz_count_bg.jpg') no-repeat scroll 0 0;
	width:137px;
	height:22px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.quizStat .quizStatCount {
	position:absolute;
	left:28px;
	top:2px;
	width:26px;
	height:18px;
	text-align:center;
	line-height:18px;
	font-size:9px;
	color:#000;
	font-weight:bold;
	display:block
}
.quizStat .quizStatScore {
	position:absolute;
	left:62px;
	top:2px;
	width:31px;
	height:18px;
	text-align:center;
	line-height:18px;
	font-size:9px;
	color:#000;
	font-weight:bold;
	display:block;
}
/*---- Topic Episode Landing Page + Promo ----*/
.topicEpLanding {
	margin:0;
	padding:0;
	width:470px;
}
/*-- Topic Episode Title --*/
.topicEpTitle {
	padding:0;
	margin:-1px 0 0;
}
.topicEpTitle .topicEpTitleImg {
	float:left;
	width:57px;
	height:57px;
	margin:0 15px 0 0;
}
.topicEpTitle span.doctorInsight {
	font-weight:bold;
	color:#333;
	font-size:16px;
	display:block;
	margin:0;
	padding:8px 0 0;	
}
.topicEpTitle h2 {
	margin:0;
	padding:0;
	color:#8cb006;
	font-size:25px;
	font-weight:normal;
}
/*-- Topic Episode Tag --*/
.topicEpSignTag {
	margin:20px 0;
}
.topicEpSignTag span {
	display:block;
	color:#333;
}
.topicEpSignTag span.signUp {
	font-weight:bold;
	font-size:40px;
	line-height:45px;
}
.topicEpSignTag span.signUpTag {
	font-size:13px;
	font-weight:bold;
}
/*-- Topic Episode Landing Page Video Promo --*/
.topicEpLandingVideoPromo {
	margin:0 0 20px;
	padding:0;
	height:172px;
	width:470px;
}
/*-- Video --*/
.topicEpLandingVideo {
	float:left;
	width:306px;
	height:172px;
	background-color:#f4f4f4
}
/*-- Images --*/
.topicEpLandingImages {
	float:right;
	width:162px;
	height:172px;
	position:relative;
}
.topicEpLandingImages .topicEpLandingImages_1,
.topicEpLandingImages .topicEpLandingImages_2,
.topicEpLandingImages .topicEpLandingImages_3 {
	position:absolute;
	width:88px;
	height:106px;	
	/*transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;*/
}
.topicEpLandingImages .topicEpLandingImages_1 {
	right:64px;
	top:0;
	background:transparent url('http://images.medicinenet.com/images/topic_episode/landing_page/screenshot-1.png') no-repeat scroll 0 0 ;
	z-index:1;	
}
.topicEpLandingImages .topicEpLandingImages_2 {
	right:27px;
	top:33px;
	background:transparent url('http://images.medicinenet.com/images/topic_episode/landing_page/screenshot-2.png') no-repeat scroll 0 0 ;
	z-index:2;	
}
.topicEpLandingImages .topicEpLandingImages_3 {
	right:0;
	top:66px;
	background:transparent url('http://images.medicinenet.com/images/topic_episode/landing_page/screenshot-3.png') no-repeat scroll 0 0 ;
	z-index:3;	
}
/*-- Topic Episode Landing Page Description --*/
.topicEpLandingDesc {
	width:470px;
	margin:0;
	padding:0;
}
.topicEpLandingDesc h3 {
	margin:0 0 20px;
	padding:0;
	font-size:14px;
	color:#333;
}
/*-- IFrame --*/
.topicEpLandingIFrame {
	width:437px;
	height:104px;
	margin:0 0 20px 15px;
}
/*-- Submit Box --*/
.topicEpLandingSubmit {
	margin:0;
	padding:10px;
	background:url("http://images.medicinenet.com/images/slideshow/slideshow_landing/slideLandSprite.png") repeat-x scroll 0 -410px transparent;
	border:1px #ccc solid;
	height:82px;
	width:415px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.topicEpLandingSubmitBar label {
	font-size:12px;
	margin:0 0 5px;
	padding:0;
	display:block;
	color:#333;
}
.topicEpLandingSubmitBar input.emailInput {
	width:300px;
	padding:5px;
	font-size:12px;
}
.topicEpLandingSubmitBar input.emailSubmit {
	/*background-color:#ff9800;
	border:1px #ccc solid;
	color:#fff;
	height:26px;
	margin:0 0 0 1px*/
	margin:2px 0 0;
}
.topicEpLandingSubmitBar .emailPrivacy {
	display:block;
	font-size:10px;
	line-height:12px;
	margin:5px 0 0;
	color:#666;
}
/*-- Thank You Chunk --*/
.topicEpLandingThankYou,
.topicEpLandingError {
	margin:0;
	padding:0;
}
.topicEpLandingThankYou span.thankYouTitle,
.topicEpLandingError span.errorTitle {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:0 0 10px;
	color:#88A906
}
.topicEpLandingError span.errorTitle {
	color:red
}
.topicEpLandingThankYou span.thankYouDesc,
.topicEpLandingError span.errorDesc {
	font-size:13px;
	color:#333;
}
/*-- Description --*/
.topicEpLandingContent {
	margin:0 0 0 15px;
}
.topicEpLandingContent ul {
	margin:0 0 0 5px;
	padding:0 0 0 10px	
}
.topicEpLandingContent ul li {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px;
	line-height:20px;
	list-style:none outside url("http://images.medicinenet.com/images/medicinenet/green_square_bullet2.png")
}
.topicEpLandingContent ul li ul {
	margin:20px 0 0 40px;
	padding:0 0 0 10px;
}
.topicEpLandingContent ul li ul li {
	font-size:13px;
	line-height:19px;
	list-style: circle;
	margin:0 0 5px;
	padding:0px;
}
.topicEpLandingContent blockquote {
    background-color: #F4F4F4;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin: 10px 0;
    padding: 20px 30px;
}
/*---- Topic Episode Article Promo Chunk ----*/
.topicEpArtPromoIFrame {
	width:470px;
	height:129px;
	margin:5px 0 10px 0;
}
.topicEpisodeArtPormo {
	margin:0;
	padding:10px;
	border-top:1px #ff9800 solid;
	border-bottom:1px #ff9800 solid;
	width:450px;
	height:107px;
	background-color:#fff
}
.topicEpisodeArtPormoVideo {
	width:190px;
	height:107px;
	background-color:#f4f4f4;
	float:left;
	margin:0 10px 0 0;
}
.topicEpisodeArtPormoDesc {
}
.topicEpisodeArtPormoDesc span {
	display:block;
}
.topicEpisodeArtPormoDesc span.title {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px;
	color:#ff9800;
	line-height:16px;
}
.topicEpisodeArtPormoDesc.thankYou span.title {
	color: #88A906;
	line-height:20px;
}
.topicEpisodeArtPormoDesc.error span.title {
	color: red;
	line-height:20px;
}
.topicEpisodeArtPormoDesc span.tag {
	font-size:11px;
	line-height:16px;
	color:#333;
}
.topicEpisodeArtPormoDesc .signUp {
	margin:10px 0 0;
}
.topicEpisodeArtPormoDesc .signUp form {
	margin:0;
	padding:0;
}
.topicEpisodeArtPormoDesc .signUp input.emailInput {
	width:160px;
	padding:2px;
	font-size:12px;
}
.topicEpisodeArtPormoDesc .signUp input.emailSubmit {
	margin:0;
}
.topicEpisodeArtPormoDesc .signUp td.learnMore {
	text-align:center;
}
.topicEpisodeArtPormoDesc .signUp td.learnMore a {
	font-size:11px;
}
/*---- WBMD  - Video ----*/
#WebMD_daily {
	float: left;
	clear: both;
	width: 470px;
}
#WebMD_Icon {
	clear: both;
	float: left;
	height: 27px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	background: url(http://images.medicinenet.com/images/WBMD_video.gif) no-repeat top left;
}
#WebMD_daily img {
	padding: 0px;
	margin: 0px 4px 2px 5px;
	border: 1px solid #999;
}
#WebMD_bg {
	background: url(http://images.medicinenet.com/images/sub_header_Bg.gif) repeat-x;
	clear: both;
	float: left;
	width: 460px;
	padding: 5px;
	margin: 0px;
}
#WebMD_bg div a {
	text-decoration: none;
	font-size: 95% !important;
}
#WebMD_daily p {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 95% !important;
}
/*---- WBMD  - Video ----*/
#WBMD_Video_fmt {
	float: left;
	clear: both;
	width: 300px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px solid #CCCCCC;
	background: white;
}
#WBMD_Video_hdr {
	clear: both;
	float: left;
	height: 27px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: url(http://images.medicinenet.com/images/WBMD_video_rt.gif) no-repeat top left;
}
#WBMD_General_hdr {
	clear: both;
	float: left;
	height: 27px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: url(http://images.medicinenet.com/images/WBMD_general_rt.gif) no-repeat top left;
}
#WBMD_Video_hdr div {
	float: right;
	margin: 4px 5px 2px 2px;
}
#WBMD_Video_fmt img {
	padding: 0px;
	margin: 0px 4px 2px 5px;
	border: 1px solid #999;
	float: left;
}
#WBMD_Video_bg {
	background: url(http://images.medicinenet.com/images/sub_header_Bg.gif) repeat-x;
	clear: both;
	float: left;
	width: 295px !important;
	padding: 5px;
	margin: 0px;
}
#WBMD_Video_bg div a {
	text-decoration: none;
	font-size: 95% !important;
}
#WBMD_Video_rdr {
	clear: both;
	padding: 2px 2px 2px 0px;
}
#WBMD_Video_rdr p {
	line-height: 16px;
	font-size: 95% !important;
	padding: 0px;
	margin: 0px;
}
#WBMD_Video_rdr p a {
	font-weight: bold;
}
#WBMD_Video_rdr img {
	margin: 5px;
	text-align: left;
}
#WBMD_Video_rdr p span.ReadMore {
	font-size: 100% !important;
}
/*---- WebMd Exchange in Article ----*/
#webMdExchange {
	margin:10px 0;
	padding:0;
}
#webMdExchange h3 {
	background:transparent url('http://images.medicinenet.com/images/share_experts.png') no-repeat scroll left top;
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	font-size:16px;
	font-weight:normal;
	height:23px;
	line-height:30px;
	color:#88A906
}
#webMdExchange h3 span.blue {
	color: #0c70a8;
	font-style:italic
}
#webMdExchange h3 span.black {
	color: #000
}
#webMdExchange p {
	margin:5px 0;
	padding:0 0 0 30px;
	font-weight:bold;
	font-size:12px;	
}
#webMdExchange ul {
	margin:5px 0 0 30px;
	padding:0 0 0 0
}
#webMdExchange ul li {
	list-style:disc inside none ;
	margin:3px 0;
	padding:0 0 0 3px;
	font-size:13px;
}
#webMdExchange ul li a {
	color: #0033CC;
	text-decoration:none
}
#webMdExchange ul li a:hover {
	text-decoration:underline;
	color:#990066
}
/*----WebMD Resource Modules ----*/
.PromoRail_fmt {
	text-align: left;
	float: left;
	clear: both;
	width: 180px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}
.PromoRail_hdr {
	color: #403d32 !important;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(http://images.medicinenet.com/images/news_toc_bg_webmd09_2.gif) top left no-repeat !important;
	width: 180px;
}
.PromoRail_rdr {
	padding: 0px;
	margin: 0px;
	width: 178px;
	font-size: 12px !important;
	background: white;
	border: 1px solid #c4bb9d;
}
.PromoRail_rdr ul {
	padding: 0;
	margin: 0;
}
.PromoRail_rdr li {
	list-style: none;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #c4bb9b;
}
.PromoRail_rdr li a, .PromoRail_rdr li a:visited {
	text-decoration: none;
}
.PromoRail_rdr li a:hover {
	text-decoration: underline;
}
.PromoRail_rdr li.ReadMore {
	list-style: none !important;
	list-style-image: none !important;
	border-bottom: none !important;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 90% !important;
}
.PromoRail_rdr li.ReadMore a:link, .PromoRail_rdr li.ReadMore a:visited {
	color: #FF6600;
}
.PromoRail_btm {
	font-size: 1%;
	width: 180px;
	clear: both;
	background: url(http://images.medicinenet.com/images/news_toc_bg_btm_webmd09_2.gif) no-repeat left top;
	height: 10px;
}
/*---- WebMD Promo ----*/
#WebMD_Promo {
	width: 470px;
	clear: both;
	margin: 15px 0px 5px 0px;
	float: left;
	text-align: left;
}
#WebMD_Newsletter_body {
	clear: both;
	width: 470px;
	padding: 0;
	margin: 0;
	font-size: 95% !important;
	color: #333333;
	background: url(http://images.medicinenet.com/images/webMDNewsLetter_bg.gif) repeat-y;
}
#WebMD_Newsletter_body h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333366;
}
#WebMD_Newsletter_body p {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 11px !important;
}
#WebMD_Newsletter_body form {
	/*padding: 0px;*/
	margin: 0px;
	padding: 0px;
}
#WebMD_Newsletter_body form input {
	font-size: 11px !important;
	margin: 0px 0px;
}
* html #WebMD_Newsletter_body form {
	margin: 0px;
	padding: 0px;
}
.wbMD_policy {
	font-size: 9px; 
	padding: 0;
	float: right;
	margin: 10px 15px 0 0;
}
.WebMD_Promo_hdr {
	height: 30px;
	clear: both;
	width: 470px;
	background: url(http://images.medicinenet.com/images/webMDNewsLetter_top.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
.WebMD_Promo_ftr {
	height: 25px;
	clear: both;
	width: 470px;
	background: url(http://images.medicinenet.com/images/webMDNewsLetter_bot.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
#WebMD_Newsletter_body .Lft_rdr {
	float: left;
	width: 190px;
	padding: 5px 0px 0px 15px;
}
#WebMD_Newsletter_body .Rt_rdr {
	float: right;
	width: 250px;
	padding: 10px 0px 0px 10px;
}
#WebMD_Newsletter_body .clear {
	clear: both;
}
#WebMD_Newsletter_body form input.emailTxt_fmt {
	border: 1px solid #CCC;
	width: 150px;
	color: #333333;
	height: 18px;
	padding: 3px 0 0 3px !important;
}
#WebMD_Promo_rr {
	border-bottom: 1px solid #D9D0B8;
	border-top: 1px solid #D9D0B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 300px;
}
#WebMD_Promo_rr_hdr {
	height: 25px;
	font-size: 9px;
	padding: 10px 10px 0 0;
	text-align: right;
	background: url(http://images.medicinenet.com/images/webmd-nl-rr.gif) no-repeat;
}
#WebMD_Promo_rr h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333366;
}
#WebMD_Promo_rr .body {
	margin: 0;
	padding: 0 5px 0 15px;
}
#WebMD_Promo_rr p {
	padding: 0;
	margin: 0;
}
#WebMD_Promo_rr form {
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}
#WebMD_Promo_rr .emailTxt_fmt {
	border: 1px solid #CCC;
	width: 150px;
	color: #333333;
	font-size: 11px;
	height: 16px;
	vertical-align: middle;
}
#WebMD_Promo_rr .submit_fmt {
	vertical-align: middle;
}
/*-------------------------------------------------------*/
/*---------->>> LEFT RAIL STYLES *leftrail <<<-----------*/
/*-------------------------------------------------------*/

/*---- Featured Nav ----*/
#featured_nav {
	width: 179px;
	margin: 6px 0px 0px 5px;
	float: left;
	clear: both;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color:#515f6e #A2B9CC;
}
#featured_nav .header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#75818d;
	color: #fff;
}
#featured_nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
	clear: both;
}
#featured_nav ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#featured_nav ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration:none;
}
#featured_nav ul li a:hover {
	background-color:#E9EFF3;
	text-decoration:underline;
	color:#0033CC
}
/*---- New on MedicineNet Nav ----*/
#new_Nav {
	width: 179px;
	margin: 6px 0px 0px 5px;
	float: left;
	clear: both;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color:#A2B9CC;
}
#new_Nav .new_header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#D4DEE7;
	color:#111c46;
}
.new_headerLink {
	padding: 0;
}
.new_headerLink a {
	color: #FFFFFF !important;
}
#new_Nav .bottom {
}
#new_Nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
	clear: both;
}
#new_Nav ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#new_Nav ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration:none;
}
#new_Nav a:hover {
	background-color:#E9EFF3;
	text-decoration:underline;
	color:#0033CC
}
#new_Nav ul li a span.lrFBicon {
    background: url("http://images.medicinenet.com/images/rxlist/rx_social_icons.png") no-repeat scroll -9px -16px transparent;
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align:middle
}
#new_Nav ul li.lrFBPregBtn:hover {
	background-color:#e9eff3;			
}
#new_Nav ul li.lrFBPregBtn iframe {
	margin:4px 0 0 5px;
}
/*---- Left Rail Promo Slider ----*/
.lrPromoSlider {
	margin:0 0 0 5px;
	padding:5px 0;
}
/*---- Daily Health News Nav Article Level ----*/
.News_list_rdr {
	width: 179px;
	margin: 6px 5px 10px 10px;
	float: right;
	clear: both;
	border-style:solid;
	border-width: 1px;
	border-color:#ddd ;
}
.News_list_top h3 {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	margin: 0;
	background-color:#75818D;
	color:#fff;
}
.News_list_box ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:16px;
	list-style: none;
	clear: both;
}
.News_list_box ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background:none;
	font-size:12px;
	line-height:16px;
}
.News_list_box ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #ddd;
	text-decoration:none;
}
.News_list_box ul li a.selected {
	background-color: #ebebeb;
	font-weight:bold;
	text-decoration:none;
	color:#000
}
.News_list_box ul li a:hover {
	background-color:#f4f4f4;
	color:#000;
	text-decoration: underline
}
.News_list_box ul li a.selected:hover {
	background-color: #ebebeb;
	font-weight:bold;
	text-decoration:none;
	color:#0033CC
}
/*---- Daily Health News Nav ----*/
.LftNews_rdr {
	width: 179px;
	margin: 5px 0px 10px 5px;
	float: left;
	clear: both;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color:#A2B9CC;
}
.LftNews_rdr .News_list_top h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#D4DEE7;
	color:#111c46;
	/*text-shadow:0px 1px 0 #F4F4F4*/
}
.LftNews_rdr .News_list_box ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
	clear: both;
}
.LftNews_rdr .News_list_box ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.LftNews_rdr .News_list_box ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration:none
}
.LftNews_rdr .News_list_box ul li a:hover {
	background-color:#E9EFF3;
	color:#0033CC;
	text-decoration:underline;
}
/*---- Top Ten Nav ----*/
#top_ten {
	width: 179px;
	margin: 6px 0px 0px 5px;
	float: left;
	clear: both;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #92BF63 #AACD87 #AACD87 #92BF63;
}
#top_header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#AAD678;
	color: #111C46;
	/*text-shadow: 0px 1px 0 #515f6e;*/
}
#top_category {
	padding: 2px 5px;
	color: #153e6e !important;
	background: #ceeaac;
	font-size: 12px;
	clear: both;
	border: 1px solid #92bf63;
	border-right:none;
	border-left:none;
}
#top_list ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
	clear: both;
}
#top_list ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#top_list ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px #DCEEC8 solid;
	text-decoration:none
}
#top_list ul li a:hover {
	background-color: #E3F1D3;
	text-decoration:underline;
	color:#0033CC
}
#top_list li.CompleteList {
	text-align: right;
	background: #ceeaac;
	font-size: 11px;
	font-weight: bold !important;
}
#top_list li.CompleteList a:hover {
	text-decoration: underline !important;
	background: #ceeaac;
}
/*---- Healthy Living ----*/
#HL_nav_fmt {
	width: 179px;
	margin: 6px 0px 0px 5px;
	float: left;
	clear: both;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #92BF63 #AACD87 #AACD87 #92BF63;
}
ul#HL_nav {
	margin: 0px;
	padding: 0px;
}
*html ul#HL_nav {
	width: 180px;
}
#HL_nav a {
	text-decoration: none;
}
#HL_nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#HL_nav li.Main a {
	padding: 2px 5px;
	color: #153e6e !important;
	background: #ceeaac url(http://images.medicinenet.com/images/plus.gif) no-repeat 160px 4px;
	font-size: 12px;
	clear: both;
	border-bottom: 1px solid #92bf63;
	border-right:none;
	border-left:none;
	display:block;
}
#HL_nav li.Main a:hover, #HL_nav li.Main a.Selected {
	background: #fff url(http://images.medicinenet.com/images/plus_on.gif) no-repeat 160px 4px !important;
	color: #336633 !important;
}
#HL_nav ul.Sub {
	color: #336600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#HL_nav ul.Sub li a {
	border-bottom: 1px solid #CCC;
	padding: 2px 2px 2px 5px;
	width: 172px;
	background-color: #E3F1D3;
	margin: 0px;
	display: block;
	color: #0033cc !important;
	font-weight: normal !important;
	font-size: 11px !important;
}
#HL_nav ul.Sub li a:hover {
	background-color: #F0FBE3 !important;
}
#HL_nav ul.Sub_2 {
	color: #333333;
	margin: 0px 0px;
	padding: 0px;
}
#HL_nav ul.Sub_2 li a {
	border-bottom: 1px solid #dfdede;
	padding: 2px 2px 2px 10px;
	width: 167px;
	background: #FFF;
	font-weight:  normal;
	display: block;
	color: #0033cc !important;
}
#HL_nav ul.Sub_2 li a:hover {
	text-decoration:underline;
	background-color:#fff !important
}
#HL_nav_hdr {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#AAD678;
	color: #111C46;
}
#HL_nav_hdr a, #HL_nav_hdr a:visited  {
	color: #111C46;
	text-decoration: none;
}
#HL_nav_hdr a:hover {
	text-decoration: underline;
}
/*---- Left Rail Promotion Modules ----*/
/*--- Fitness Planner --*/
#lrFitPlnrPromo{
	background:#fff url('http://images.medicinenet.com/images/WebMD/fitness_planner/left_rail_fitness_planner_yellow_tape.jpg') no-repeat scroll left top;
	width:180px;
	height:269px;
	position:relative;
	margin:5px 0 0 5px;
	clear:both
}
#lrFitPlnrPromo.noDietEval{
	background:#fff url('http://images.medicinenet.com/images/WebMD/fitness_planner/left_rail_fitness_planner_2_yellow_tape.jpg') no-repeat scroll left top;
	height:205px;
	clear:both;
}
#lrFitPlnrPromo .fitPlnrDesc h2 {
	margin:0;
	padding:0;
	font-size:18px;
	line-height:20px;
	padding:10px 0 0 40px;
	font-weight:normal;
	color:#88a902
}
#lrFitPlnrPromo .fitPlnrDesc p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	padding:35px 0 0 17px;
}
#lrFitPlnrPromo a.fitPlnrBtn {
    display: block;
    height: 19px;
    left: 54px;
    position: absolute;
    top: 173px;
    width: 73px;
    z-index:1
}
#lrFitPlnrPromo a.fitPlnrBtn img {
	width:73px;
	height:19px;
	border:0
}
#lrFitPlnrPromo .fitPlnrDietEval {
	position:absolute;
	top:204px;
	left:0
}
#lrFitPlnrPromo a.fitDietEvalBtn {
    display: block;
    height: 52px;
    left: 1px;
    position: absolute;
    top: 204px;
    width: 178px;
    z-index: 1;
}
#lrFitPlnrPromo a.fitDietEvalBtn img {
	width:178px;
	height:52px;
	border:0
}
#lrFitPlnrPromo .fitPlnrDietEval h2 {
	margin:0;
	padding:5px 0 0 35px;
	font-size:13px;
	line-height:17px;
	color:#01649b;
}
#lrFitPlnrPromo .fitPlnrDietEval p {
	margin:0;
	padding:0 0 0 35px;
	font-size:11px;
	line-height:12px
}
/*---- Pharmacy Promo ----*/
#pillPharmPromo {
	width:154px;
	height: 218px;
	background: transparent url('http://images.medicinenet.com/images/rxlist/rxlist-pill-pharm-promo.jpg') no-repeat scroll left top;
	margin:0 0 0 20px;
	padding:22px 0 0 6px;
	position:relative;
}
#pillPharmPromo h4.pill {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:13px;
	color:#06202E;
	line-height:16px
}
#pillPharmPromo h4.pharm {
	margin:48px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:13px;
	color:#06202E
}
#pillPharmPromo ul {
	margin:5px 0 0 7px;
	padding:0;
	list-style:none;
	font-size:11px;
	color:#0B3649
}
#pillPharmPromo ul li {
	padding:0 0 0 13px;
	background: url('http://images.medicinenet.com/images/rxlist/circle.gif') no-repeat scroll 1px 3px
}
#pillPharmPromo a {
	display:block;
	width:114px;
	height:16px;
	background:#fff url('http://images.medicinenet.com/images/rxlist/rxlist-pill-pharm-promo.jpg') no-repeat scroll right top;
	position:absolute;
	text-align:center;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#pillPharmPromo a:hover {
	color:#ff9800;
	text-decoration:none !important;
}
#pillPharmPromo a.try {
	left:24px;
	top:98px
}
#pillPharmPromo a.find {
	left:24px;
	bottom:12px;
}
/*---- FIT Promo ----*/
.lrFitPromo {
	width:160px;
	height:225px;
	position:relative;
	background: transparent url('http://www.medicinenet.com/images/WebMD/fit_module_O&O_v03_01.jpg') no-repeat scroll left top;
	margin:6px 0 0 15px;
}
.lrFitPromo a {
	display:block;
	position:absolute;
	left:5px;
	height:44px;
	width:150px;
}
.lrFitPromo a.juniors {
	top:59px;
}
.lrFitPromo a.kids {
	top:105px;
}
.lrFitPromo a.teen {
	top:151px;
}
/*---- Medterms Nav ----*/
#medterms_Nav {
	width: 180px;
	margin: 5px 0 0 5px;
	float: left;
	clear: both;
}
#medterms_Nav .medterms_header {
	background-image: url(http://images.medicinenet.com/images/header_newMnet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 0 0 0 10px;
	margin: 0;
}
.medterms_headerLink {
	padding: 2px 0px 0px 0px;
}
.medterms_headerLink a {
	color: #FFFFFF !important;
	text-decoration: none;
}
#medterms_Nav .bottom {
	background: url(http://images.medicinenet.com/images/footer_newMnet.gif) top left no-repeat;
	height: 6px;
	border-top: 1px solid #9299b0;
}
#medterms_backItems {
	margin: 0px;
	padding: 0px;
	color: #2c2e43 !important;
	font-size: 12px;
	background-color: #daddfe;
	width: 180px;
	text-align: center;
}
#medterms_backItems p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px !important;
}
#medterms_Nav ul#backItems li {
	padding: 1px 0 1px 10px;
	margin: 0;
	border-top: 1px solid #9299b0;
	background-color: #daddfe;
}
#medterms_Nav a:link, #medterms_Nav a:visited, #medterms_Nav a:active {
	text-decoration: none;
	color: #2c2e43;
}
#medterms_Nav a:hover {
	text-decoration: underline;
	color: #2c2e43;
}
/*---- HL - News & Info ----*/
#HL_NewsInfo {
	width: 180px;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
}
#HLNews_header {
	background: #cde3f2;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	border: 0px;
}
#HLNews_list {
	border: 1px solid #538fb6;
}
#HLNews_list ul {
	margin: 0px;
	padding: 0px;
	color: #0033CC;
	font-size: 12px;
	list-style: none;
}
#HLNews_list li {
	border-top: 1px solid #538fb6;
	padding: 2px 1px 2px 5px;
}
#HLNews_list a {
	color: #0033CC;
	text-decoration: none;
}
#HLNews_list a:hover {
	text-decoration: underline;
	color: #0033CC;
}
.HL_AZlistH3 {
	font-size: 140%;
}
/*---- Sponsored Nav ----*/
#Sponsored_Nav {
	width: 180px;
	margin: 5px 0px 0px 10px;
	float: left;
	clear: both;
}
#Sponsored_Nav .Sponsored_header {
	background-image: url(http://images.medicinenet.com/images/header_sponsored.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FF6600 !important;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 0 0 0 10px;
	margin: 0;
}
.Sponsored_headerLink {
	padding: 2px 0px 0px 0px;
}
.Sponsored_headerLink a {
	color: #FF6600 !important;
}
#Sponsored_Nav .Sponsored_bottom {
	background: url(http://images.medicinenet.com/images/footer_sponsored.gif) top left no-repeat;
	height: 6px;
	border-top: 1px solid #d9d8d8;;
}
#Sponsored_Nav ul#Sponsored_backItems {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	border-left: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;;
}
#Sponsored_Nav ul#Sponsored_backItems li {
	padding: 2px 2px 2px 12px;
	margin: 0;
	border-top: 1px solid #d9d8d8;
	background-color: #FFFFFF;
}
#Sponsored_Nav a:link, #Sponsored_Nav a:visited, #Sponsored_Nav a:active {
	color: #333333;
	text-decoration: none;
}
#Sponsored_Nav a:hover {
	text-decoration: underline;
}
/*---- Daily Health News Nav ----*/
#dhn_Nav {
	width: 180px;
	margin: 5px 0px 0px 5px;
	float: left;
	clear: both;
}
#dhn_Nav .dhn_header {
	background-image: url(http://images.medicinenet.com/images/header_dhn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #544c2e !important;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 0 0 0 10px;
	margin: 0;
}
.dhn_headerLink {
	padding: 2px 0px 0px 0px;
}
.dhn_headerLink a {
	color: #544c2e !important;
}
#dhn_Nav .dhn_bottom {
	background: url(http://images.medicinenet.com/images/footer_dhn.gif) top left no-repeat;
	height: 6px;
	border-top: 1px solid #999586;
}
#dhn_Nav ul#dhn_backItems {
	margin: 0px;
	padding: 0px;
	color: #999586 !important;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	border-left: 1px solid #999586;
	border-right: 1px solid #999586;
}
#dhn_Nav ul#dhn_backItems li {
	padding: 2px 2px 2px 5px;
	margin: 0;
	border-top: 1px solid #999586;
	background: white;
}
#dhn_Nav a:link, #dhn_Nav a:visited, #dhn_Nav a:active {
	color: #232219;
	text-decoration: none;
}
#dhn_Nav a:hover {
	text-decoration: underline;
	color: #3b3a2a;
}
/*---- Vitamins Left Rail ----*/
#effective_vitamins {
	width: 179px;
	margin: 6px 0px 0px 5px;
	float: left;
	clear: both;
	border-style:solid;
	border-width:1px 1px 0 0;
	border-color:#A2B9CC;
}
#effective_vitamins h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	margin: 0;
	background-color:#D4DEE7;
	color:#111c46;
}
#effective_vitamins ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
	clear: both;
}
#effective_vitamins ul li {
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#effective_vitamins ul li a {
	padding: 2px 5px;
	white-space: normal;
	display: block;
	clear: both;
	float: left;
	width: 169px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration:none;
}
#effective_vitamins ul li a:hover {
	background-color:#E9EFF3;
	text-decoration:underline;
	color:#0033CC
}

/*---------------------------------------------------------*/
/*---------->>> RIGHT RAIL STYLES *rightrail <<<-----------*/
/*---------------------------------------------------------*/

/*---- Overriding Styles for Content Pane 21 ----*/
#ContentPane21.medNet {
	margin: 11px 0 0 0;
	/*margin:0;*/
}
#ContentPane21.medNet #consumerAlert {
	margin:0 !important;
	width:280px !important;	
}
/*---- Browse Centers ---- */
#MN_Centers_fmt {
	width: 300px;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	clear: both;
	padding: 0;
}
.Rt_Promo_fmt img {
	text-align: center;
}
/*---- Guide to SymptomsSigns ----*/
.ss_guide {
	height: 109px;
	width: 300px;
}
/*---- Daily Pick ----*/
#dailyPick {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	margin: 0;
	padding: 0;
}
#dailyPickTop {
	width: 300px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/recommended.gif') no-repeat center top;
}
#dailyPickTop h3 {
	font-size: 14px;
	color: #00304f;
	padding: 30px 0 5px 50px;
	margin: 0;
}
#dailyPickContent {
	width: 298px;
	border: 1px #94adbe solid;
	background-color: #f4fafd;
	border-bottom: none;
	margin: 0;
	padding: 0 0 15px 0;
}
#dailyPickContent h3 {
	font-size: 12px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #00304f;
}
#dailyPickContent ul, #dailyPickContent ol {
	font-size: 11px;
	margin-right: 5px;
}
#dailyPickContent p.dailyPickLink {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 8px;
	font-size: 14px;
}
#dailyPickContent p.dailyPickLink a:link, #dailyPickContent p.dailyPickLink a:visited {
	color: #3A46DC;
	text-decoration: none;
	font-weight: bold;
}
#dailyPickContent p.dailyPickLink a:hover {
	text-decoration: underline;
}
#dailyPickContent p.dailyPickQuestion {
	margin: 0;
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #00304f;
}
#dailyPickContent p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#dailyPickContent a:link, #dailyPickContent a:visited {
	color: #3A46DC;
	text-decoration: none;
	font-weight: bold;
}
#dailyPickContent p a:hover {
	text-decoration: underline;
}
#dailyPickBottom {
	width: 300px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: #fff url('http://images.medicinenet.com/images/daily_pick3.gif') no-repeat center bottom;
}
/*-- Recommended Topics (daily pick default) --*/
#recommendedTopics {
	width: 300px;
	margin: 0;
	padding: 0;
}
#recommendedTopics .top {
	background: url(http://images.medicinenet.com/images/also-on-medicinenet-bg.gif) no-repeat top left;
}
#recommendedTopics h2 {
	font-size: 16px;
	color: #153E6E;
	margin: 0;
	padding: 8px 0 10px 40px;
	font-weight: bold;
}
#recommendedTopics ul {
	font-size: 12px;
	margin: 0;
	padding: 8px 0 0 15px;
}
#recommendedTopics ul li {
	list-style-type: none;
	background: url(http://images.medicinenet.com/images/bullet_arrow_06_blue.gif) no-repeat 0 -2px;
	padding-left: 11px;
}
/*-------------------------------------------*/
/*---------->>> FOOTER *footer <<<-----------*/
/*-------------------------------------------*/
#footer {
	margin:0;
	padding:0;
}
/*-- Footer Links --*/
.footerLinks {
	padding:15px 20px 15px 44px;
	border-top:1px #ccc solid;
	border-bottom:1px #ddd solid;
	background-color:#f1f1f1;
}
.footerLinks .item1,
.footerLinks .item2,
.footerLinks .item3,
.footerLinks .item4 {
	float:left;
	height:214px;	
}
.footerLinks .item1,
.footerLinks .item2,
.footerLinks .item3 {
	border-right:1px #ccc dotted;
	margin:0 60px 0 0;
	padding:0 60px 0 0;
}
.footerLinks .item2 ul {
	float:left;
}
.footerLinks .item2 ul.col1 {
	margin:0 80px 0 0;
}
.footerLinks .item4 a.footer_FB,
.footerLinks .item4 a.footer_TW,
.footerLinks .item4 a.footer_GOG,
.footerLinks .item4 a.footer_RSS {
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.footerLinks .item4 a.footer_FB  {
	background:transparent url('http://images.medicinenet.com/images/footer/footer_fb_icon.png') no-repeat scroll 0 0;
}
.footerLinks .item4 a.footer_TW {
	background:transparent url('http://images.medicinenet.com/images/footer/footer_tw_icon.png') no-repeat scroll 0 0;
}
.footerLinks .item4 a.footer_GOG {
	background:transparent url('http://images.medicinenet.com/images/footer/footer_gog_icon.png') no-repeat scroll 0 0;
}
.footerLinks .item4 a.footer_RSS {
	background:transparent url('http://images.medicinenet.com/images/footer/footer_rss_icon.png') no-repeat scroll 0 0;
}
.footerLinks h3 {
	color:#88A906;
	font-weight:normal;
	font-size:14px;
	margin:6px 0;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif
}
.footerLinks .item4 h3 {
	margin:6px 0 11px;
}
.footerLinks ul {
	margin:0;
	padding:0;
}
.footerLinks ul li {
	list-style:none;
	margin:1px 0;
}
.footerLinks ul li a {
	text-decoration:none;
	padding:1px 0;
	font-size:11px;
	color:#777;
}
.footerLinks ul li a:hover {
	text-decoration:underline;
	color:#333;
}
/*-- Footer Badges --*/
.footerBadges {
	margin:0;
	padding:15px 20px;
}
.honCode {
	float:left;
	width:310px;
}
.honCode img {
	float:left;
	margin:0 10px 0 0;
	border:0;
}
.honCode span {
	font-size:10px;
	color:#333;
	display:block;
	margin:13px 0 0;
}
.trustE {
	float:right;
	margin:10px 0 0;
}
/*-- Footer Copyright --*/
.footerCopy {
	padding:15px;
	background-color:#f1f1f1;
	border-top:1px #ddd solid;
	text-align:center;
}
.footerCopy span {
	font-size:11px;
	color:#333;
}
/*-- Old Footer Code --*/
.style1 {
	color: #666666;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 9px;
	text-indent: 10px; 
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.style2 {
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}
.style3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #F1F1F1;
}
.style4 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F1F1F1;
}
.style5 {
	font-size: 9px;
	font-family: Arial,Helvetica,Sans-Serif;
	text-align: center;
}
.style6 {
	font-size: 9px;
	font-family: Arial,Helvetica,Sans-Serif;
	text-align: left;
	padding-right: 160px;
}




