/* 
 * **********************************************************************
 * Please DOUBLE CHECK ALL YOUR STYLES.
 *
 * global styles should be here at the top.
 * 
 * All other styles should be defined specific to the div in which
 * they are used.
 *
 * Here are the DIVs:
 *  header - page header
 *  container - page body
 *  footer - page footer
 *  greybar - the bar between the header and the body.  Is overridden!
 *  pageLeftNav - Normal left navigation menu
 *  contentBody - Normal right hand page content
 *  contentFullPage - Full page content (e.g. splash pages for subsections of marketing)
 *  searchResults - search results (left hand of page.  Right side is topicOutline
 *  topicOutline - a topic outline
 *  topicText - the topic text
 *  patientStoryBody - bill's story, etc.
 *  store - the store
 *
 *  PLEASE TRY TO KEEP THIS UPDATED - JIM
 * **********************************************************************
 */
 
/* ---------------------------------------------------------------------- */
/* Common styles for all templates here  */
/* ---------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background-color: white;
}

* html body {
	padding: 0px 0px 0px 0px; 
}

h1 {
	color: #D7833D;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
}

h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 100%;
}

h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 40px;
	font-size: 12px;
	line-height: 100%;
}


p {
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #336633;
	text-decoration: none;
}
	
a:hover { 
	text-decoration: underline; 
}

.indented {
	margin-left: 40px;
}

td, th {
	font-family: verdana, arial, helvetica;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* changed design to use seperate stylesheet for handheld, instead of media tags.
@media handheld {
	ol#reference {
		margin-left: 20px;
	}
	
	a {
		text-decoration: underline;
		color: green;
	}
}
*/

div.warning
{
	 border:  1px solid #C03600; 
	 padding: 5px; 
	 margin:  5px 5px 10px 5px;
}


/* ---------------------------------------------------------------------- */
/* header div */
/* ---------------------------------------------------------------------- */
#header {
	font-size: 12px;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url(images/bg_fade_all.gif);
	background-repeat: repeat-y;
	background-position: left;
}


#header #topLeftLogo { /* previously #layer5 */
	position:absolute;
	top: 8px;
	left: 15px;
	width:96px;
	height:35px;
	z-index:6;
}

/* for the program co-branding feature */
#header #cobrandingLogo {
	position: absolute;
	top: 8px;
	left: 145px;
	width: 96px;
	height: 35px;
	z-index:5px;
}

/* ---------------------------------------------------------------------- */
/* Top menu declarions													  */
/* ---------------------------------------------------------------------- */
#header ul#navlist  {
	display: inline;
	list-style: none;
} 

#header ul#navlist li {
	float: left;
	width: auto;
	background-image: url(images/menu_up.gif);
} 

#header ul#navlist li a  {
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
}
 
#header ul#navlist li a strong {
	text-decoration: none;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 0px;
	margin: 0px;
} 

#header ul#navlist li#current a{ 
	background-color: #006633; 
	color: #ffffff;
}

#header ul#navlist li a#subscribe  {
	background-image:url(images/menu_up_orange.gif);
	color: #ffffff; 
}

#header ul#navlist li a#subscribe:hover { 
	background-image:none;
	background-color: #f08829; 
	color: #ffffff; 
}   

#header ul#navlist li a:hover, ul#navlist a#current:hover { 
	background-color: #01ad74; 
	color: #ffffff; 
}

/* ---------------------------------------------------------------------- */
/* footer div */
/* ---------------------------------------------------------------------- */
#footer {
	vertical-align: top;
	background-color: #ffffff;
	background-image: url(images/bg_fade_all.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top: 3px solid #ffcc66;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	padding-bottom: 5px;
}

.footerlink {
	font-size: 11px;
	color: #009867;
	text-decoration: none;
}


/* "Was this topic helpful?" div */
#pnlHelpful {

	height:16px; 
	position: absolute; 
	bottom:0px; 
	left: 262px; 
	right: 0px; 
	overflow: hidden; 
	border-top: 1px solid #ffcc66;
}

#pnlHelpful td {
	font-size: 12px;	
}

/* ---------------------------------------------------------------------- */
/* greyBar div */
/* ---------------------------------------------------------------------- */
#greyBar {
	overflow: hidden;
	background-color: #cccccc;
	background-image: url(images/bg_topic_breadcrumb.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-align: left;
	vertical-align: middle;
	z-index: 1000;
	font-size: 12px;
}

#greyBar td {
	font-size: 12px;
}

/* ---------------------------------------------------------------------- */
/* pageLeftNav div (left nav menu) */
/* ---------------------------------------------------------------------- */
#pageLeftNav {
	position: fixed;
	overflow: auto;
	text-align: left;
	background-color: #eaeaea;
	font-size: 12px;	
}

#pageLeftNav a {
	color: #336633;
}

#pageLeftNav ul {
	margin: 0px;
	padding: 8px;
}

#pageLeftNav li {
	list-style: none;
	margin: 0px;
	padding: 8px;
}

#pageLeftNav ul ul {
	margin: 0px;
	padding: 8px 0px 0px 8px;
}

#pageLeftNav ul ul li {
	list-style-type: disc;
	padding: 4px 0px 4px 8px;
	margin: 0px 0px 0px 10px;
}

#pageLeftNav ul ul ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

#pageLeftNav ul ul ul li {
	list-style-type: none;
	background-image: url(images/topic_outline_bull_3.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin-left: 8px;
	padding-left: 10px;
}

/* ---------------------------------------------------------------------- */
/* contentBody div */
/* ---------------------------------------------------------------------- */
#contentBody {
	font-size: 12px;
	position: fixed;
	overflow: auto;
}

#contentBody td {
	font-size: 12px;
}

#contentBody ul, ol {
	margin-left:    16px; /* Lines up with "indented" 40.  */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

/* for nested numbered /bulleted lists in the user's manual */
#contentBody ul li, #contentBody ol li ul li {
	margin: 6px 3px 6px 3px;
	margin-bottom: 3px;
	line-height: 13pt;
	padding-left: 15px;
	list-style-type: disc;
}

#contentBody ol li {
	margin: 6px 3px 6px 3px;
	margin-bottom: 3px;
	line-height: 13pt;
	padding-left: 15px;
	list-style: decimal;
}

/*2nd level ol should be lower-alpha in user manual/faq, and really, elsewhere */
#contentBody ol li ol li{
	list-style: lower-alpha;
}

/* fix for IE */
a#indented {
	padding: 0px 0px 0px 10px;
}

/* ---------------------------------------------------------------------- */
/* contentFullPage div */
/* ---------------------------------------------------------------------- */
#contentFullPage {
	font-size: 12px;
}

#contentFullPage td {
	font-size: 12px;
}

#contentFullPage h1 {
	padding: 25px 0px 0px 0px;
	font-size: 29px;
	line-height: 32px;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	color: #346635;
}

#contentFullPage p {
	font-size: 12px;
	line-height: 13pt;
}

/* Separate style definitions for contentFullPage (i.e., pages with no left nav pane */

/* ---------------------------------------------------------------------- */
/* SearchResults */
/* ---------------------------------------------------------------------- */
#searchPriority{
	align:center;
	}

#searchPriority table{
	background-color: #DDDDDD;
	margin-left:40px;
	margin-bottom:-10px;
	
	}
	
#searchPriority a{
	
	font-size: 84%;
	}
	
#searchResults {
	min-width:750px;
	}

#searchResults ul {
	color: #336633;
	padding: 4px 0px 4px 10px;
	margin: 10px 0px 10px 10px;
}

#searchResults li {
	list-style: none;
	list-style-position: outside;
	padding: 4px 0px 4px 24px;
	background-image: url(images/icn_bull.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	line-height: 150%;
}

#searchResults li.patientBullet {
	list-style: none;
	list-style-position: outside;
	padding: 4px 0px 4px 24px;
	background-image: url(images/icn_pt.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	line-height: 150%;
}

#searchResults a.searchResultPreviewed {
	display: block;
	font-weight: bold;
	background-color: #eaeaea;
}

/* ---------------------------------------------------------------------- */
/* topicTitle */
/* ---------------------------------------------------------------------- */
#topicTitle {
	font-weight: bold;
	padding-left: 2px;
}

/* ---------------------------------------------------------------------- */
/* contributors */
/* ---------------------------------------------------------------------- */
#contributors {
	margin: 0.8em 0 0 0;
	padding: 0;
}

* html #contributors {
  width: 100%;
}

#contributors table {
  margin: 0;
  padding: 0;
	width: 100%;
}

* html #contributors table {
  width: 95%;
}

#contributors table td {
  vertical-align: top;
}


/* ---------------------------------------------------------------------- */
/* topicOutline */
/* ---------------------------------------------------------------------- */
#topicOutline {
	font-size: 84%;
	left: 0px; 
	width: 262px; 
	bottom: 0px;
	position: fixed;
	overflow:auto; 
	z-index: 10;
	text-align: left;
	background-color: #eaeaea;
}

#topicOutline h2 {
	font-size: 84%;
	padding: 0px;
}

#topicOutline ul {
	margin: 0px;
	padding: 0px;
	color: #336633;
}

#topicOutline li.plainItem {
  margin: 0px;
}

#topicOutline li.bulletItem {
	margin: 0px;
  padding: 1px 0px 1px 15px;
}

#topicOutline li.dashItem {
  margin: 0px;
  padding: 1px 0px 1px 22px;
}

li.plainItem {
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
	list-style-type: none;
	border-top: 1px solid #cccccc;
}

 li.bulletItem {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_2.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding: 0px 0px 2px 15px;
  margin: 0px 0px 2px 15px;
}

 li.dashItem {
	list-style-type: none;
	background-image: url(images/topic_outline_bull_3.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
  	padding: 0px 0px 2px 22px;
  	margin: 0px 0px 2px 22px;
}

li.bulletItem2 {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_2.gif);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 0px 0px 2px 29px;
  margin: 0px 0px 2px 29px;
}

li.dashItem2 {
	list-style-type: none;
	background-image: url(images/topic_outline_bull_3.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
  padding: 0px 0px 2px 36px;
  margin: 0px 0px 2px 36px;
}

/* ---------------------------------------------------------------------- */
/* topicOutlinePreview - the right-hand panel in search results */
/* ---------------------------------------------------------------------- */

#topicOutlinePreview {
	position: fixed;
	overflow: auto; 
	z-index: 10;
	text-align: left;
	background-color: #eaeaea;
}

#topicOutlinePreview h2 {
	font-size: 84%;
	padding: 0px;
}

#topicOutlinePreview ul {
	margin: 0px;
	padding: 0px;
	color: #336633;
}

#topicOutlinePreview li.plainItem {
  padding: 4px 0px 4px 0px;
  list-style-type: none;
  border-top: 1px solid #cccccc;
}

#topicOutlinePreview li.bulletItem {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_2.gif);
  background-position: 3px 4px;
  background-repeat: no-repeat;
  padding: 1px 0px 3px 18px;
}

#topicOutlinePreview li.dashItem {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_3.gif);
  background-position: 20px 50%;
  background-repeat: no-repeat;
  padding: 2px 0px 2px 32px;
}

#topicOutlinePreview li.bulletItem2 {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_2.gif);
  background-position: 26px 50%;
  background-repeat: no-repeat;
  padding: 2px 0px 2px 42px;
}

#topicOutlinePreview li.dashItem2 {
  list-style-type: none;
  background-image: url(images/topic_outline_bull_3.gif);
  background-position: 36px 50%;
  background-repeat: no-repeat;
  padding: 2px 0px 2px 48px;
}

/* ---------------------------------------------------------------------- */
/* topicText */
/* ---------------------------------------------------------------------- */
#topicText {
	font-size: 84%;
	position: fixed;
	overflow: auto;
	z-index: 5;
	text-align: left;
	padding: 0px;
}

#topicText td {
	font-size: 84%;
}

#topicText a {
	text-decoration: underline;	
}

#topicText a.noUnderline {
	text-decoration: none;
}

#topicText a.noUnderline:hover {
	text-decoration: underline;
}

#topicText ul {
  margin: 0;
  padding: 0;
}

#topicText ul.bullet li {
	line-height: 140%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 6px 0 6px 0;
	text-indent: 10px;
}

#topicText ul.bulletCompact li {
  line-height: 140%;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
  text-indent: 10px;
}

#topicText ul.hyphen li {
  line-height: 140%;
	list-style-type: none;
  list-style-position: inside;
  padding: 5px 0 5px 0;
  text-indent: 20px;
}

#topicText:references {
	color:blue;
}

#topicText ol {
	padding-left: 35px;
	margin-left: 0px;
}

#topicText ol li {
	padding: 3px 0px 3px 0px;
}

#topicText .highlighted, #topicOutline .highlighted {
	color: #ffffff;
	background-color: #336633;
}

#topicText .highlightedFound, #topicOutline .highlightedFound {
	color: #ffffff;
	background-color: #D7833D;
}

#topicText .bold {
  font-weight: bold;
}

#topicText .italic {
  font-style: italic;
}

#topicText .underline {
  border-bottom: 1px solid black;
}

#topicText .subscript {
  vertical-align: sub;
}

#topicText .superscript {
  vertical-align: super;
}

#topicText .indent1 {
  margin-left: 30px;
}


#calcTopicText ul {
margin-left:20px;
padding-left:20px;
}

/*
 * Styles for drug topics.
 */
#drugTitle {
  font-weight: bold;
  font-size: 125%;
}

#topicText .drugH1 {
  font-weight: bold;
  font-size: 125%;
  margin-right: 0.5em;
}

#topicText .drugH1Div {
  margin-top: 1em;
}

#topicText .drugH1Div table {
	margin-bottom: 1em;
}

#topicText .drugH1Div table caption {
	margin-top: 1em;
  margin-bottom: 0.5em;
	font-weight: bold;
}

#topicText .drugH1Div ul {
  margin-left: 20px;
}

#topicText .drugBrandNames ul {
  margin-left: 2px;
  display: inline;
  list-style-type: none;
}

#topicText .drugBrandNames ul li {
  display: inline;
}

/* Styles for headers in topic text
*/
.h1 {
	font-weight: bold;
}
.h2 {
    font-weight: bold;
}
.h3	 {
    font-weight: bold;
	margin-left: 20px;
}

/* ---------------------------------------------------------------------- */
/* graphics */
/* ---------------------------------------------------------------------- */
* html .figure { 
	height: 0.01%; // force hasLayout to true for IE so graphics will always display correctly
}

.figure .contractual a { 
  color: #336633;
  background-color: #ffffff;
  text-decoration: none;
}

.figure .contractual a:link { 
  color: #336633;
  background-color: #ffffff;
  text-decoration: none;
}

.figure .contractual a:visited { 
  color: #336633;
  background-color: #ffffff;
  text-decoration: none;
}

.figure .contractual a:hover { 
  text-decoration: underline; 
}

/* ---------------------------------------------------------------------- */
/* Patient Story styles */
/* ---------------------------------------------------------------------- */

#patientStoryBody {
	text-align: justify;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#patientStoryBody .searchTerms {
	margin-left: 10px;
	margin-bottom:0px;
	line-height:18px;
	font-size: 12px;
}

#patientStoryBody .searchTermHeader {
	font-size: 12px;
	color: #FF9932;
	text-decoration: none;
}

#patientStoryBody .rightHandBox {
	float: right;
	position: relative;
	width: 200px;
	right: 10px;
	font-size: 18px;
	color:  #FF9932;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	border-top:    2px solid #cccccc;	
	border-bottom: 2px solid #cccccc;	
}

.icontxt {
	font-size: 10px;
	color: #757575;	
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */
/* store */
/* ---------------------------------------------------------------------- */

.colHeaderGreen {
	color:#009966;
	font-weight:bold;
}

.colHeaderOrange {
	color: #D7833D;
	font-weight:bold;
	font-size:13px;
}

.contentHeaderGreen {
	font-size: 16px;
	color: #000000;
	font-weight: Bold;
	font-family: arial;
}

#contentHeaderOrange { /* for new patient order page */
	font-size: 16px;
	color: #de751e;
	font-weight: Bold;
	font-family: arial;
	border-bottom: solid 1px #de751e; 
	padding-bottom: 3px; 
	margin-bottom: 3px;
	width:100%; 
}

.salesimage {
	background-image:url(images/patient-sales-image3.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:125;
	width:650px;
	height:176px;	
}

#stcontainer {
	width:910px;
	margin-top:20px;
	margin-bottom:20px;
}

#stmaincolumn {
	float:left;
	width:620px;
	padding:0px 30px 20px 35px;
}

#stmaincolumn h1 {
	color:#006633;
	font-size:25px;
	font-weight:bold;
	line-height:32px;
	margin-top:0;
	padding:0px;
}

.clinicianorder {
	position:relative;
	top:22;
	left:443;
	font-size:12px;
}

.clinicianorder a {
	text-decoration:underline;
}	

#strightcolumn {
	float: left;
	width: 220px;
}

#strightcolumn ul {
	list-style: none;
	padding:0px;
	margin:0;
	font-size:10px;
}	

#strightcolumn ul li{
	padding: 5px 0 5px 0;
}


.stfloaties {
	width: 420px;
	position: absolute; 
	visibility: hidden;
	top:0;
	left:0;
	background-color:#f4f4e9;
	padding: 10px;
	border:1px solid #006633;
}

.stpatienttext {
	font-size:10px;
}

.sttestimonialtext {
	color:#009966;
}

.stPrintTop {
	width:630px;
	position:absolute;
	top:70;
	left:0;
	margin:0;
	padding:0;
}


.storangeline {
	width:100%;
	height:12px;
	padding:0;
	border-bottom: solid 1px #de751e;
	margin-bottom:15px;
}	 
	               
.currentPurchaseStep {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D7833D;
	font-size : 12px;
}

.nonCurrentPurchaseStep {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #BFBFBF;
	font-size : 12px;
}


/* ---------------------------------------------------------------------- */
/* New Storefront */
/* ---------------------------------------------------------------------- */


#stCont {
	width:920px;
	margin:20px 0 20px 0;
}

#stTitleTop {
	width:780px;
	padding:0 0 20px 25px;
}

#stTitleTop h1 {
	color:#006633;
	font-size:26px;
	font-weight:bold;
	line-height:28px; 
	margin:0;
	padding:10px 0 0 5px;
}

#stMainCol {
	float:left;
	width:620px;
	margin: 0 25px 20px 25px;
	display:inline; /* fix for ie6 */
}

#stRightSidebar {
	float: left;
	width: 210px;
	font-size: 11px;
}

#stRightSidebar p {
	font-size: 12px;
}


#stRightSidebar ul {
	list-style: none;
	padding:0;
	margin:0;
	font-size:11px;
}	

#stRightSidebar ul li{
	background-image: url(images/st-check.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2.6em;
	padding-bottom:10px;
}


#stBreadCrumbs {
	float: left;
	width: 800px;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
}

.stLabels {
	font-weight:bold;
}

.stProofStatus {
	text-align:center;
	padding:20px 0;
	font-size:11px
}

#stShippingHandling {
	text-align:center;
}

#stShippingHandling td {
	font-size:11px;
}

.stCreditCardType {
	font-size:9px;
	font-weight:bold;
	color:#339900;
}	

/***************************/
/* store printable styles */
/*************************/


.stFormSection {
	float:left;
	margin:0 0 0 20px;
	height:30px;
}

.stFormLabel {
	font-size:10px;
	color:#999999;
}	

.stPrintTitle {
	text-align:center;
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
	width:630px;
}

.stPrintPage {
	width:630px;
}

.stFullLine {
	border-bottom:solid #999999 1px;
	width:630px;
	float:left;
	font-size:11px;
	font-weight:bold;
	min-height:13px;
}

.stHalfLineLeft {
	border-bottom:solid #999999 1px;
	width:305;
	font-size:11px;
	font-weight:bold;
	min-height:13px;
}

.stCityLine {
	border-bottom:solid #999999 1px;
	width:250;
	float:left;
	font-size:11px;
	font-weight:bold;
	min-height:13px;
}

.stStateZipLine {
	border-bottom:solid #999999 1px;
	width:170;
	float:left;
	font-size:11px;
	font-weight:bold;
	min-height:13px;
}
.stGeneralLabel {
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
}	

.stSmallFooterText {
	font-size:9px;
	text-align:center;
	width:630px;
	margin:15px 0 15px 20px;
}	

.stMailToAddress {
	font-size:11px;
	margin:5px 0 0 50px;
}
	
.stCardTypeLabel {
	float:left;
	width:100px;
	padding-top:9px;
	margin-left:20px;
	font-weight:bold;
}

.stCreditCardTitle {
	font-size:13px; 
	font-weight:bold;
	margin:0 0 5px 20px;
}

.stSubTypeLabel {
	float:left;
	font-size:10px;
	margin:0 20px;
	width:150px;
}

.stSubTypeInfo {
	float:left;
	font-size:10px;
	font-weight:bold;
}

.stWireTypeLabel {
	float:left;
	font-size:10px;
	margin:0 20px;
	width:120px;
}

.stWireTypeLabelThree {
	float:left;
	font-size:10px;
	margin:0 20px;
	width:50px;
}

.stWireTypeInfo {
	float:left;
	font-size:10px;
}

.stPrintCheckBox {
	float:left;
	font-size:12px;
	padding:5px 20px 30px 0;
}

.stWireTransferSteps {
	font-size:10px;
	width:630px;
	margin:20px 0 20px 20px;
}	


/* ---------------------------------------------------------------------- */
/* MD Referral */
/* ---------------------------------------------------------------------- */


#referContainer {
	width:570px;
	padding:0;
	margin:0;
}

#referTop {
	width:650px;
}	

#referTop h1 {
	color:#006633;
	font-size:25px;
	font-weight:bold;
	line-height:30px;
	margin-top:0;
	padding:0 0 5px 0;
}

#referMain {
	width:550px;
	float:left;
	margin-right:20px;
	margin-top:0;
}

#referMain h2 {
	color:#006633;
	font-size:14px;
	font-weight:bold;
}

#referSidebar {
	width:177px;
	height:450px;
	border-left:1px #ccc solid;
	float:left;
	padding:0 0 0 20px;
	margin-top:10px;
}	

#referSidebar ul {
	list-style: none;
	padding:5px 0 0 12px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#006633;
}

#referSidebar ul li{
	padding: 0 0 2px 0;
}

#referSidebar p {
	color:#006633;
	font-size:11px;
}	

/* the boxes */

#boxWrapperLeft {
	float:left;
	margin-top:10px;
}	

#boxWrapperRight {
	float:left;
	margin-top:10px;
	margin-left:25px;
}

.boxTop {
	width:260px;
	height:111px;
	background-image: url(images/marketing/box-top2.gif);
	background-repeat: no-repeat;
}

.boxTop p {
	font-size:11px;
	padding:0 15px;	
}	

.boxTop .smallOrangeHeader {
	padding:10px 15px 0 15px;
}

.blueCircle {
	padding:10px 15px 0 15px;
	float:left;
}	

.boxMiddle {
	width:258px;
	height:240px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0;
}	

.drNameText {
	padding-top:4px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.imgPoster {
	padding:0 0 0 44px;
}

.imgWidget {
	padding:0 0 0 55px;
}	

.orangeBulletArrow {
	float:left;
	padding:10px 0 0 15px;
}	

.orangeBulletText {
	float:left;
	padding:10px 0 15px 15px;	
}	

/* fix for ie */
* html .boxMiddle {
	width:260px;
	height:240px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0;
}	 

.boxBottom {
	width:260px;
	height:10px;
	background-image: url(images/marketing/box-bottom.gif);
	background-repeat: no-repeat;
}

/* for shared medical decision page */

.smdGreenHeading {
	color:#006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	line-height:29px;
	padding:25px 0 0 0;
}

.smdGreenSubHeading {
	color:#006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:25px;
	padding:0;
}

/* ---------------------------------------------------------------------- */
/* Widget Styles */
/* ---------------------------------------------------------------------- */

.widgetList1 {
	width:450px;
	margin:15px 0 7px 5px;	
}	

.widgetList1 ul {
	list-style-image: url(images/orangeCheckBullet.gif);
}	

.widgetList1 ul li{
	padding:0 0 8px 2px;
	line-height:16px;
}

* html .widgetList1 ul li{
	padding:0 0 8px 8px;
	line-height:16px;
}


.widgetList2 {
	width:450px;
	margin:15px 0 7px 5px;	
}	

.widgetList2 ul {
	list-style: disc;
}	

.widgetList2 ul li{
	padding:0 0 8px 0;
}

.widgetSidebar ul {
	width:180px;
	list-style: none;
	padding:0px;
	margin:5px 0 0 0;
}	

.widgetSidebar ul li{
	padding: 5px 0 5px 0;
}


/* ---------------------------------------------------------------------- */
/* Direct Marketing Landing Pages */
/* ---------------------------------------------------------------------- */

.dmInnerWrapper {
	width:800px;
	text-align:left;
	margin: 0 auto;
}

#dmTop {
	width:800px;
}	

#dmTop h1 {
	font-size:28px;
	margin-top: 20px;
	margin-bottom: 16px;
	line-height: 34px;
	padding: 0px;
}

/* fix for ie */
* html #dmTop h1 {
	font-size:28px;
	margin-top: 20px;
	margin-bottom: 16px;
	line-height: 38px;
	padding: 0px;
}

#dmMain {
	width:570px;
	float:left;
	margin-right:20px;
}	

#dmSidebar {
	width:210px;
	margin-top:10px;
	float:left;
}	

.dmClearLeft {
	clear:left;
}

#dmBottom {
	width:800px;
	margin-top:20px;
}	

.actionText {
	color:#006633;
	font-size:22px;
	font-weight:bold;
	line-height:29px;
	margin-top:0;
	padding:0px;
	text-align:center;
}

.referenceText {
	font-size:11px;	
}	


/* ---------------------------------------------------------------------- */
/* 404 page specific styles | pnf = page not found */ 
/* ---------------------------------------------------------------------- */

#pnfWrapper {
	width:850px;
	margin:0 auto;
	margin-top:70px;
}

/* fix for IE */
* html #pnfWrapper {
	margin-top:0px;
}

.pnfTopLeft	{
	float:left;
	width:540px;
	margin-top: 20px;
	border-right:1px solid #ccc;
}	

.pnfTopLeft	.title {
	font-size:24px;
	font-weight:500;
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

.pnfTopLeft  .subTitle {
	font-size:16px;
	color:#666;
	text-align:left;
}


.pnfSearchBox {
	float:right;
	margin-top:25px;	
}	

.pnfSearchBox .trySearchText {
	float:left;
	margin-bottom:4px;
	font-size:11px;
	font-weight:bold;
}	


.pnfColumn {
	width:142px;
	margin:0 33px 0 0;
	float:left;
	text-align:left;
}

.pnfColumnLast {
	width:142px;
	margin:0;
	float:left;
	text-align:left;
}

.pnfColumn .colTitle,.pnfColumnLast .colTitle {
	font-size:13px; 
	font-weight:bold;
	margin:35px 0 0 0;
}	

.pnfColumn ul,.pnfColumnLast ul {
	margin:10px 0 0 2px;
	padding:0;
}	

.pnfColumn li,.pnfColumnLast li {
	list-style: none outside;
	padding:0;
	margin:10px 0;
	font-size:12px;
}

/* ---------------------------------------------------------------------- */
/* Need to cleanup from here down */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Other divs */
/* ---------------------------------------------------------------------- */
	
#terms p {
	margin: 0px;
	padding: 5px 0px 0px 15px;
	font-size: 11px;
	color: #757575;
}

#license p {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	color: #757575;
}


/* For readonly */
.readonly {
	color: #999999;
}

/* marketing home site specific ---------------------------------------------------*/

#homeContent{
	background: #ffffff;
	width: 880px;
	margin-right :auto;
	margin-left :auto;
}


/*  disabled because it fixes FF but breaks IE
last paragraph before search needs extra spacing in FF
*/
#patientBody p.lastParagraph{
	padding: 0px 0px 10px 0px;	
}

.tertiarytxt {
	font-size: 10px;
	color: #336633;
	text-decoration: none;
}
a:hover.tertiarytxt {
	text-decoration: underline;
}
.demotxt {
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}
a:hover.demotxt {
	text-decoration: underline;
}

#tertiary {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 7px;
	position:absolute;
	top: 6px;
	right: 10px;
	z-index:42;
	width: 325px;
}

#dvSearchInPage {
	z-index: 2000;
	overflow: visible;
	visibility: hidden;
	position: absolute;
	left: 1px;
	top: 1px;
}

#dvVersion {
	z-index: 5000;  
	overflow: visible; 
	visibility: hidden; 
	position: absolute;
	top: 1px; 
	left: 1px; 
	filter:alpha(opacity=95);
	opacity:0.95;
}

#dvVersion i{
		font-size: 84%;
		line-height: 140%;
	
	}

#dvVersionTxt {
	z-index: 6; 
	font-size: 7pt; 
	font-family: Verdana; 
	font-weight: bold; 
	position: absolute; 
	top: 29px; 
	left: 55px; 
	height: 15px; 
	width: 108px;
}


/*           home page styles 	*/

.beginNewSearch{
	font-family: Arial;
	font-size: 10px; 
	color:#336633; 
	font-weight: bold;
}

.searchText{
	font-family: Arial; 
	font-size: 15px; 
	color:#336633; 
	font-weight: bold;
	}

/********/

#topNavMenuContainer  { /* replaces <div class="iceContainer"><div class="navContainer"> */
	z-index: 1;
	position: relative;
	line-height: 23px;
	top: 46px;
	left: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 100%;
}

#help {
	position:absolute;
	top: 48px;
	right: 8px;
	width: 100px;
	z-index: 25;
	white-space: nowrap;
	font-size: 12px;
}

#feedback {
	position:absolute;
	top: 28px;
	right: 8px;
	width: 100px;
	z-index:50;
	white-space: nowrap;
	font-size: 12px;
}

.hiddenPic {
	display:none;
}

/* Subclasses for styling individual elements */

/* Line height for TOC section & topic links */
.tocItem {
	line-height: 20px;
}
/* Smaller in the patient site flyover panel */
#flToc .tocItem {
	line-height: 15px;
}

.largeGreenHeader {
	font-family: arial, verdana, helvetica;
	font-size: 29px;
	line-height: 1.1em;
	color: #346635;
}

.mediumGreenHeader {
	font-family: arial, verdana, helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #336633;
	margin: 0px 15px 15px 15px;
}

.mediumOrangeHeader {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15pt;
	color: #D46C14;
	text-decoration: none;
}

.smallOrangeHeader {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #D46C14;
}


a.smallOrangeHeader {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #D46C14;
	text-decoration: none;
}

a.orangeLink {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10.5pt;
	color: #D46C14;
	text-decoration: none;
	}


.logintxt {
    font-weight: bold;
	color: #C03600;
	text-decoration: none;
	font-size: 11px;
}

a.brightGreenLink {
	font-weight: bold;
	color: #009867;
	text-decoration: none;
	
}

a.brightGreenLink:hover { 
	text-decoration: underline; 
}

.pipeSpace {
	color: #AFAF79;
	margin-left: 9px;
	margin-right: 9px;
}

/* CME ticker display */
.cmetxt {
	color: #FFCC66;
}

/* For search box */
.searchSmalltxt {
	font-size: 11px;
	color: #686866;
	text-decoration: none;
	font-weight: bold;
}

/* For display error */
.error {
	color: #C03600;
}

/* From the store front */
.blueheadline {
	font-family: Verdana;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}

.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 10px;
}


.smallLabel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


/* For topic links with topic body */
a.restricted:hover {
	color: #999999;
	text-decoration: none; 
}

.linkEmphasis a {
	text-decoration: underline;	
}

form {
	display:inline;
	margin : 0;
}

.red {
	color: #C03600;
}


div#shippingAddress, div#billingAddress {
	min-height: 175px;	
	height: auto !important;
	height: 175px;
}


/* ---------------------------------------------------------------------- */
/* Used with round.tag for rounded corners.								  */
/* ---------------------------------------------------------------------- */
.rcTop div { 
	background: url(images/round_box_top_left.gif) no-repeat top left;
}
.rcTop { 
	background: url(images/round_box_top_right.gif) no-repeat top right;
}
.rcBottom div { 
	background: url(images/round_box_bottom_left.gif) no-repeat bottom left;
}
.rcBottom { 
	background: url(images/round_box_bottom_right.gif) no-repeat bottom right;
}
.rcTop div, .rcTop, .rcBottom div, .rcBottom {
	width: 100%;
	height: 10px;
}
.rcContent {
	margin: 0 10px;
}

/* ---------------------------------------------------------------------- */
/* Used with roundBorder.tag for rounded corners with borders.			  */
/* ---------------------------------------------------------------------- */

.rcbTop {
	background: url(images/round_box_border_1px.gif) repeat-x top left;
}
.rcbBottom {
	background: url(images/round_box_border_1px.gif) repeat-x bottom left;
}
.rcbLeft {
	background: url(images/round_box_border_1px.gif) repeat-y top left;
}
.rcbRight {
	background: url(images/round_box_border_1px.gif) repeat-y top right;
}
.rcbBottomLeft {
	background: url(images/round_box_border_bottom_left.gif) no-repeat bottom left;
}
.rcbBottomRight {
	background: url(images/round_box_border_bottom_right.gif) no-repeat bottom right;
}
.rcbBottomRightBottomOnly {
	padding: 0 10px 10px 10px;
}
* html .rcbBottomRightBottomOnly {
	padding-bottom: 0;
}
.rcbTopLeft {
	background: url(images/round_box_border_top_left.gif) no-repeat top left;
}
.rcbTopRight {
	background: url(images/round_box_border_top_right.gif) no-repeat top right; 
	padding: 10px;
}
* html .rcbTopRight {
	padding-bottom: 0;
}
 
 
 
div.moreInfoBox {
	display: none;	
}

div.moreInfoBox ul li {
	font-size: 11px;
	margin-bottom: 2px;	
}

div.miactive {
	display: block;
}

.subscriptionPrice {
	width: 125px;
	float: left;
	background: white url(/images/subscriptionpriceback.gif) repeat-x 0 0;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 96px;
	overflow: hidden;
}

.subscriptionPrice span.termlength {
	display: block;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 9px !important;
}

.subscriptionPrice strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size:24px;
	color: #222;
	font-weight: normal;
}

.subscriptionPrice span.perday {
	display: block;
	font-size: 9px;
	color: #666;
	margin-bottom: 6px;
	margin-top: 4px;
}



.moreInfoPrices {
	margin-left: 25px;
	border: 1px solid #cac9c9;
	padding: 1px;
	background: white;
	display: none;
	margin-bottom: 20px;
}

div.miactive .moreInfoPrices {
	display: inline-block;	
}

.moreInfoPrices label.active .subscriptionPrice {
	background-position: 0 -97px;	
}

.moreInfoPrices label.active span.perday, .moreInfoPrices label.active span.termlength {
	color: #075788;	
}

div.clear {
	clear: both;
}

#needhelp {
	margin-bottom: 30px;	
}

#needhelp h3 {
	background: url(/images/needhelpslide.gif) no-repeat bottom left;
	color:#000;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding-bottom:7px;
	width:100%;
	margin: 16px 0 10px 0;
}

#needhelp dt {
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin-top: 15px;	
	margin-bottom: 3px;
}

#needhelp dd {
	margin-left: 6px;
	color: #555;
	font-size: 11px;
}

#breadcrumbs2 {
	width: 620px;
	height: 80px;
	margin-left: 25px;
}

#top_crumbs {
	position: relative;
	height: 32px;
	overflow: hidden;
}

#progress_grey, #progress_blue {
	position: absolute;
	top: 0;
	display: block;
	width: 620px;
	height: 32px;
}

#progress_grey {
	background: url(/images/storefront/store_progress_grey.gif) no-repeat 0 1px;
	right: 0;
	width: 620px;
	z-index: 1;
}

#progress_blue {
	background: url(/images/storefront/store_progress_blue.gif) no-repeat 0 1px;
	left: 0;
	z-index: 2;
}

#top_crumbs #steps, #bot_crumbs #steplabels {
	list-style-type: none;
	z-index: 10;
	margin: 0;
	padding: 0 0 0 20px;
}


#steplabels li {
	display: inline-block;
	float: left;
	height: 40px;
	width: 72px;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial;
	color: #666;
}

#steplabels li.past {
	color: #78adcb;
}

#steplabels li.current {
	color: #2f7daa;
}

#steps li {
	display: inline-block;
	float: left;
	z-index: 10;
	position: relative;
	background: url(/images/storefront/store_future.gif) no-repeat 50% 50%;
	height: 24px;
	padding-top: 8px;
	width: 32px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-shadow: 0px 1px 1px white;
	margin: 0 40px;
}

#steps li.past {
	background: url(/images/storefront/store_past.gif) no-repeat 50% 50%;
	color: white;
	text-shadow: 0px 1px 1px #6aa1da;
}

#steps li.current {
	background: url(/images/storefront/store_current.gif) no-repeat 50% 0px;
	font-size: 16px;
	color: white;
	padding-top: 7px;
	line-height: 17px;
	height: 26px;
	text-shadow: 0px 1px 1px #6aa1da;
}
