.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#debug
{
	position: fixed; top: 0px; left: 0px; padding: 20px; background: #FFF;
	z-index: 8000;
}

/*---------- Global Assets ----------*/
html    { height: 100%; }
body    { font: 80%/1 "Trebuchet MS", Tahoma, Verdana, sans-serif; background: url(../img/global/patterns/bg-main.png); text-align: center; height: 100%;  }
strong  { font-weight: 700; }
/* sup     { position: relative; left: 1px; padding-right: 2px; line-height: 0.8em; vertical-align: text-top; } JOEG-2/4/2011 */
sup     { position: relative; left: 1px; padding-right: 2px; line-height: 1em; vertical-align: text-top; }
a       { text-decoration: none; color: #FFF; }
a:hover { text-decoration: underline; color: #FFF; }

.red    { color: #A5002B; }
.footnote { margin-top: 0px !important; font-size: 0.8em; }
.hide, legend { position:absolute; left:-9999px; }
.btn-submit { float: right; display: inline; cursor: pointer; _cursor: hand; width: 97px; height: 32px; border: 0; background: url(../img/global/buttons/btn-submit-2.png); text-indent: -9999px; }
/*.btn-submit:hover { background-position: 0 100%; }*/
.btn-start-now { display: block; width: 124px; height: 31px; background: url(../img/global/buttons/btn-start-now.png); _background-image: url(../img/global/buttons/btn-start-now-png8.png); text-indent: -9999px; }
.btn-start-now:hover { background-position: 0 100%; }
.more-link { font-size: 0.9em; padding-right: 20px; line-height: 1.5em; font-weight: 700; text-transform: uppercase; background: url(../img/global/icons/ico-arrow-more.png) no-repeat right center; _background: none;}
.file-link { background: url(../img/global/icons/pdf.gif) no-repeat 100% 50%; display: inline-block; padding-right: 23px; }
.file { background: url(../img/global/icons/pdf.gif) 0% 0% no-repeat; display: inline-block; padding-left: 22px; }

.more-link { *display: inline-block; _display: inline; } /* IE6/7 "Fix" */

/*---------- Title System ----------*/
.title-main { font-size:  1.4em; font-weight: bold; color: #061137; margin-bottom: 15px; }

/*---------- Grid System ----------*/
.col { float: left; display: inline; }
.col-end { margin-right: 0; }

/*---------- Wrappers ----------*/
#bgPatternTop { background: url(../img/global/patterns/bg-pattern-top-right.png) no-repeat 50% 0; height: 100%; }
#bgPatternBtm { background: url(../img/global/patterns/bg-pattern-btm-left.png) no-repeat 50% 100%; min-height: 100%; _height: 100%; } /* IE6 */
#wrapper      { text-align: left; margin: 0 auto; width: 976px; }

/*---------- Header ----------*/
#header { position: relative; padding-top: 10px; min-height: 110px; _height: 110px; } /* IE6 */
#logoMain { position: absolute; top: 10px; left: 0; width: 176px; height: 92px; background: url(../img/global/logos/logo-nplate.png); overflow: hidden; margin: 5px 0 12px; }
#logoMain a { display: block; height: 100%; text-indent: -9999px; }

/*---------- Global Utility Strip (GUS) ----------*/
#gusLinks         { float: right; display: inline; margin: 0 25px 2px 0;font-size:0.97em; }
#gusLinks li      { float: left; display: inline; padding-right: 5px; margin-right: 6px; border-right: 1px solid #FFF; height: 13px; }
#gusLinks li.last { padding: 0 0 5px 0; margin: 0; border: none; }
#gusLinks li a    { display: block; position: relative; margin-top: -1px; }
p.row-2           { position: relative; float: right; display: inline; clear: both; padding: 0 0 5px 0; margin: 0 25px 8px; }

/*---------- Global Search ----------*/
#globalSearch               { position: relative; float: right; display: inline; clear: both; width: 260px; height: 25px; background: url(../img/global/bg-search-box.png) 0px 0px no-repeat; margin: 0px 25px 0px 0px; padding: 0px; }
#globalSearch .text         { position: absolute; top: 2px; left: 10px; width: 168px; padding: 2px 0 0 2px; color: #061137; font-family: "Calibri", Tahoma, Verdana, sans-serif; font-weight: bold; font-size: 1.166em; border: 0; }
#globalSearch .submit       { position: absolute; top: 0px; right: 0px; width: 70px; height: 25px; background: url(../img/global/buttons/btn-search.png) 0px 0px no-repeat; border: 0; cursor: pointer; }
#globalSearch .submit:hover { background-position: 0 100%; }
#globalSearch .submit span  { position: absolute; left: -9999px; }

/*---------- Primary Navigation ----------*/
#navMain                        { position: relative; width: 960px; height: 44px; margin: 10px 8px 0px; padding: 0px 0px 0px 0px; }
#navMain li                     { float: left; display: inline; *zoom: 1; }
#navMain a                      { position: relative; display: block; height: 44px; margin: 0px; padding: 0px; color: #001848; font-size: 1.2em; line-height: 44px; text-align: center; text-decoration: none; text-shadow: 0px 1px 1px #FFFFFF; border-left: 1px solid #334D8C; border-right: 1px solid #CECECE; background: url(../img/global/buttons/btn-nav-full.png) 50% 0px no-repeat; z-index: 75; }
#navMain li.home a              { background-position:   0% 0%; border-left: none; }
#navMain li.faq a               { background-position: 100% 0%; border-right: none; }
#navMain a:hover                { color: #FFFFFF; text-shadow: 0px 1px 1px #000000; border-right: 1px solid #354062; background-position:  50% -50px; }
#navMain li.home a:hover        { background-position:   0% -50px; border-left: none; }
#navMain li.faq a:hover         { background-position: 100% -50px; border-right: none; }
#navMain li.active a            { height: 35px; color: #FFFFFF; text-shadow: 0px 1px 1px #000000; border-right: 1px solid #354062; background-position: 50% -100px; }
#navMain li.active a .indicator { display: block; position: absolute; top: 34px; left: -1px; width: 100%; height: 10px; line-height: 10px; font-size: 1px; width: 100%; background: transparent url(../img/global/buttons/btn-nav-full.png) 50% -84px no-repeat; border-left: 1px solid #334D8C; border-right: 1px solid #354062; _background: none; _border: none; }
#navMain>li.active.home a       { background-position:   0% -50px; border-left: none; }
#navMain>li.active.faq a        { background-position: 100% -50px; border-right: none; }

#navMain li.home.active a .indicator { border-left: none; }
#navMain li.faq.active a .indicator  { border-right: none; }

/* IE 6 FIX */
#navMain li.home a              { background-position-x:   0%; border-left: none; }
#navMain li.faq a               { background-position-x: 100%; border-right: none; }
#navMain li.home a .indicator   { left: 0px; border-left: none; }
#navMain li.faq a .indicator    { border-right: none; }

#navMain li.home a         { width: 160px; }
#navMain li.about-itp a    { width: 186px; }
#navMain li.about-nplate a { width: 203px; }
#navMain li.tools a        { width: 246px; }
#navMain li.faq a          { width:  156px; }

/*---------- Two Row Nav Settings ----------*/
.two-row-nav #navMain                        { margin-bottom: 45px; }
.two-row-nav #navMain li.active a .indicator { background-position:  50% -150px; }
.two-row-nav #navSecondaryWrap               { height: 4px; line-height: 4px; font-size: 1px; }

/*---------- Secondary Navigation ----------*/
#navMain li ul             { position: absolute; display: none; top: 35px; left: 0px; width: 960px; padding: 0px 0px 0px 0px; background: #AE002F; z-index: 65; }
#navMain li.active ul      { display: block; }
#navMain li.active ul li a { border-right: none; }
#navMain li ul li { float: left; }
#navMain li ul li a        { float: left; width: auto !important; height: 34px !important; padding: 15px 15px 5px; font-size: .9em; line-height: 1.2em; text-align: left; text-shadow: none !important; border: none; border-right: 1px solid #720120 !important; background: none; }
#navMain li ul li.active a { background: #720120; }
#navMain li ul li a:hover  { background: #720120; }
#navMain li ul li.last a   { border-right: none !important; }
#navSecondaryWrap   { width: 960px; height: 18px; margin: 0px auto; background: url(../img/global/bg-nav-secondary.png) bottom left repeat-x; }
#navSecondarySdw  { margin: 0 auto; position: relative; width: 960px; height:5px; overflow:hidden; background: url(../img/global/patterns/nav-sec-sdw.png) repeat-x; margin-bottom: -5px; z-index: 4; }

/*---------- Tertiary Navigation ----------*/
#navTertiary             { min-height: 140px; _height: 140px; }
#navTertiary h3          { margin: 0px; padding: 0px 10px 5px 16px; font-size: 1.1em; font-weight: bold; text-transform: uppercase; }
#navTertiary li a        { display: inline-block; width: 118px; padding: 5px 20px 5px 16px; color: #001848; line-height: 1.5em; text-decoration: none; border-top: 1px solid #ECDFBC; }
#navTertiary li a:hover  { color: #A5002B; padding-bottom: 5px; background: #fff url(../img/global/icons/ico-arrow-more.png) 98% 50% no-repeat; border-top: 1px solid #ECDFBC; border-bottom:  none; }
#navTertiary li.active a { color: #A5002B; padding-bottom: 5px; background: #fff url(../img/global/icons/ico-arrow-more.png) 98% 50% no-repeat; border-top: 1px solid #ECDFBC; border-bottom: none; }

/*---------- Alternate Tertiary Navigation ----------*/
#navTertiary2             { min-height: 140px; _height: 140px; }
#navTertiary2 h3          { margin: 0px; padding: 0px 10px 5px 25px; font-size: 1.1em; font-weight: bold; text-transform: uppercase; }
#navTertiary2 li a        { display: inline-block; width: 131px; padding: 5px 10px 5px 13px; color: #001848; line-height: 1.5em; text-decoration: none; border-top: 1px solid #ECDFBC; }

/*New Nav*/
#navTertiary2 ul { margin: 0px; padding: 0 0 0 5px; }
#navTertiary2 li.sep  {  height:7px; }
#navTertiary2 li.one  {  border-left: 6px solid #1c426f; }
#navTertiary2 li.one a { border-top: 1px solid #ECDFBC; color: #001848; display: inline-block; line-height: 1.5em; padding: 5px 0 5px 8px; text-decoration: none; width: 137px; background: url(../img/global/wrappers/bg-right-sidebar-eff1.png) top left repeat-y; }

#navTertiary2 li.two  {  border-left:  6px solid #b9a280; }
#navTertiary2 li.two a { border-top: 1px solid #ECDFBC; color: #001848; display: inline-block; line-height: 1.5em; padding: 5px 0 5px 8px; text-decoration: none; width: 135px; background: url(../img/global/wrappers/bg-right-sidebar-eff2.png) top left repeat-y; }

#navTertiary2 li.three  {  border-left: 6px solid #797979; }
#navTertiary2 li.three a { border-top: 1px solid #ECDFBC; color: #001848; display: inline-block; line-height: 1.5em; padding: 5px 0 5px 8px; text-decoration: none; width: 135px; background: url(../img/global/wrappers/bg-right-sidebar-eff3.png) top left repeat-y; }

#navTertiary2 li a:hover  { color: #A5002B; padding-bottom: 5px; background: #FFF url(../img/global/icons/ico-arrow-more.png) 98% 89% no-repeat; border-top: 1px solid #ECDFBC; border-bottom: none;}
#navTertiary2 li.active a { color: #A5002B; padding-bottom: 5px; background: #FFF url(../img/global/icons/ico-arrow-more.png) 98% 89% no-repeat; border-top: 1px solid #ECDFBC; border-bottom: none; }

/*----------  Alternate Tertiary Navigation with Seperator ----------*/
#navTertiary2 li .sep a        { display: inline-block; width: 118px; padding: 5px 20px 5px 13px; color: #001848; line-height: 1.5em; text-decoration: none; border-top: 1px solid #ECDFBC; border-bottom: 1px solid #ECDFBC; }
#navTertiary2 li .sep a:hover  { color: #A5002B; padding-bottom: 5px; background: #fff url(../img/global/icons/ico-arrow-more.png) 98% 89% no-repeat; border-top: 1px solid #ECDFBC; border-bottom: 1px solid #ECDFBC; }
#navTertiary2 li.active_sep a { color: #A5002B; padding-bottom: 5px; background: #fff url(../img/global/icons/ico-arrow-more.png) 98% 89% no-repeat; border-top: 1px solid #ECDFBC; border-bottom: 1px solid #ECDFBC; }
#navTertiary2 li.sep .dsep { border-bottom:2px solid #FFF; }

/*---------- Main Content Area ----------*/
#content { position: relative; width: 960px; padding: 0 8px; background: url(../img/global/wrappers/bg-content-rep.png) repeat-y; color: #061137;  } 
#content a   { color: #A5002B; }
/* #content sup { font-size: 0.6em; } JOEG-2/4/2011 */
#content sup { font-size: .75em;  }
#content sup.ref { font-size: 0.75em;  letter-spacing: 0em; }
#content p   { word-wrap: break-word; margin-bottom: 1.3em; color: #333333; line-height: 125%; }

/* ---------- Main Detail Section --------- */
#detailWrap { position: relative; background: #FFF /*url(../img/global/wrappers/bg-content-grad-top.png) repeat-x*/; }
#detailWrap:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#detailWrap.no-grad { background: none; }
#detailWrap p, #detailWrap ul, #detailWrap ol { color: #061137; }
#detailWrap .inline-callout { width: 85%; margin: 20px 10px; padding: 3px 10px; border: 1px solid #061137; border-width: 1px 0px; }

/* Right column grid system bg-right-sidebar.png*/
#detailWrap.right-col 					{ position: relative; margin-bottom: -3px; }
#detailWrap.right-col .content-main     { position: relative; width: 700px; padding: 0px 22px 0px; }
#detailWrap.right-col .content-sub      { float:left; position: relative; width: 216px; padding: 1px 0px 0px 0px; overflow: hidden; background: url(../img/global/wrappers/bg-right-sidebar.png) top left repeat-y; }
#detailWrap.right-col .content-sub .btm { position: absolute; bottom: 0px; left: -1px; width: 217px; height: 289px; background: url(../img/global/wrappers/bg-right-sidebar-bottom.jpg) bottom left no-repeat; z-index:1; }
#detailWrap.right-col .callout          { clear: both; min-height: 20px; border-bottom: 2px solid #FFFFFF; }
#detailWrap.right-col .callout.poll     { background: url(../img/global/wrappers/bg-right-sidebar-poll.jpg) top left no-repeat; }
#detailWrap.right-col .callout.noborder { border-bottom: none; }
#detailWrap.right-col .callout table    { margin: 15px; }
#detailWrap.right-col .callout h3       { color: #FFFFFF; font-size: 1em; padding: 8px 30px 8px 15px; font-weight: normal; text-transform: uppercase; text-shadow: 0px -1px 1px #420; background: #C0173B; line-height:1.4em;}
#detailWrap.right-col .callout p        { margin: 1em 15px 1em 15px; line-height: 1.1em; }

#detailWrap.right-col .callout h3.questions { background: #C0173B url(../img/global/icons/sidebar-questions.png) 96% 50% no-repeat; }
#detailWrap.right-col .callout h3.nexus     { background: #C0173B url(../img/global/icons/sidebar-nexus.png) 96% 50% no-repeat; }

#detailWrap.right-col .callout a.file        { color: #0C1C47; }
#detailWrap.right-col .callout a.file strong { color: #A5002B; }

.right-col .content { position: relative; z-index: 1;/*padding: 6px 13px 8px 17px;*/ }

/* Left column grid system */
#detailWrap.left-col .content-main   { position: relative; float: right; width: 782px; padding: 0px 0px 0px 24px; }
#detailWrap.left-col .content-main p { width: 700px; line-height: 125%; margin-bottom: 24px; }
/* #detailWrap.left-col .content-sub    { float: left; width: 154px; background: url(../img/global/patterns/bg-nav-tertiary.png) repeat-x; padding-top: 50px; } */
#detailWrap.left-col .content-sub { background: url("../img/global/wrappers/bg-right-sidebar.png") repeat-y scroll 75% 0 transparent; padding-top: 30px; width: 154px; }

/* General styling for main content area */
#detailWrap h1 { font-size: 2.2em; font-weight: normal; color: #0C1C47; margin: 35px 0 20px; }
#detailWrap h1 sup { font-size: 0.6em; }
#detailWrap h1.uc { text-transform: uppercase; }
#detailWrap h1.uc  sup{ font-size:0.6em; }
#detailWrap h2.sub-title { font-size: 1.4em; font-weight: 700;  width:700px; color: #0C1C47; line-height: 125%; margin-bottom: 10px; }
#detailWrap h2.sub-title sup{ font-size: 0.6em; }
#detailWrap h2.sub-title-double { font-size: 1.4em; font-weight: 700;  color: #0C1C47; line-height: 125%; margin-bottom: 10px; }
#detailWrap .explan-img { margin-bottom: 15px; }
#detailWrap .content-main h3 { font-weight: bold; margin-bottom: 5px; line-height:18px;} /* line-height added by JoeG */
#detailWrap .content-main ul { margin-bottom: 30px; }
#detailWrap .content-main ul ul { margin-bottom: 15px; }
#detailWrap .content-main ul li { background: url(../img/global/icons/ico-bullet-1.png) no-repeat 0 3px; padding: 0 22px; margin-bottom: 5px; line-height: 130%; _height: 1%; } /* IE6 */
#detailWrap .content-main ul ul li { background: none; margin-bottom: 5px; }
#detailWrap .content-main ul ul li ul li { list-style-type:disc; background-position: 0px 30px; padding:0; margin-left:25px; margin-bottom: 5px;}

/*---------- popOutCallout ----------*/
#popOutCallout                 { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 77px; overflow: hidden; }
#popOutCallout .callout        { display: none; position: absolute; top: 0px; right: -555px; width: 550px; height: 77px; padding: 0px 0px 0px 6px; background: url(../img/global/popOutCallout-shadow.png) top left no-repeat; }
#popOutCallout .callout .inner { position: relative; height: 41px; padding: 15px 20px; border: 3px solid #AE002f; border-width: 3px 0px; background: #FFF; }
#popOutCallout .callout .close { position: absolute; top: 7px; right: 4px; height: 11px; width: 11px; font-size: 11px; font-family: verdana, arial, sans-serif; line-height: 10px; text-align: center; border: 1px solid #0C1C47; cursor: pointer; }
#popOutCallout .callout p      { margin: 3px 0px !important; }


/*---------- popOutCallout ISI ----------*/
#popOutCalloutISI                 { position: relative; bottom: 0px; left: 0px; width: 100%; height: 77px; overflow: hidden; }
#popOutCalloutISI .callout        { display: inline; position: absolute; top: 0px; right: 0px; width: 550px; height: 77px; padding: 0px 0px 0px 6px; background: url(../img/global/popOutCallout-shadow.png) top left no-repeat; }
#popOutCalloutISI .callout .inner { position: relative; height: 61px; padding: 5px 20px; border: 3px solid #AE002f; border-width: 3px 0px; background: #FFF; }
#popOutCalloutISI .callout .close { position: relative; top: 7px; right: 4px; height: 11px; width: 11px; font-size: 11px; font-family: verdana, arial, sans-serif; line-height: 10px; text-align: center; border: 1px solid #0C1C47; cursor: pointer; }
#popOutCalloutISI .callout p      { margin: 3px 0px !important; }

/*---------- pollForm ----------*/
#pollForm h3             { line-height: 125%; margin-bottom: 10px; font-weight: 700; }
#pollForm label          { color: #333333; display: block; line-height: 1.6em; position: relative; clear: both; margin: 0px 0px 8px 0px; padding: 0px; font-weight: 700; } /* color: added by Joeg */
#pollForm .btn-submit    { margin-top: 10px; }
#wrapper #pollResponse p { line-height: 140%; font-weight: 400; }
#wrapper #pollResponse a { display:inline; font-weight:bold;}

/*---------- Case Studies Table (Appropriate Patients) ----------*/
#csTbl { margin: 24px 0 40px; }
#csTbl thead { display: none; }
#csTbl td { padding: 0 12px 12px 0; vertical-align: top; }
#csTbl td.patient { padding-left: 22px; background: url(../img/global/icons/ico-bullet-1.png) no-repeat 0 1px; font-weight: 700; color: #AE002F; }
#csTbl td a { display: inline-block; *zoom: 1; color: #061137; font-weight: 700; background: url(../img/global/icons/ico-arrow-more.png) no-repeat 100% 60%; padding: 0 16px 2px 0; } /* IE6&7 */

/*---------- Case Study Detail (Case Study) ----------*/
#csSummary h2.sub-title { margin-bottom: 3px; }
#content #csSummary p { font-weight: bold; margin-bottom: 50px; }
#csChart { margin: 0 auto 25px; }

#csDataProfile     { position: relative; margin: -20px 20px 20px 0px; padding: 11px 15px 8px 160px; border-top: 7px solid #AE002F; background: #F5EEDC; }
#csDataProfile img { position: absolute; top: 11px; left: 15px; }
#csDataProfile ul  { margin: 0px; padding: 0px; }

#detailWrap.left-col #csDataProfile .disclaimer { font-size: 100%; margin-bottom: 20px; }

/*---------- Diagram Legend (Case Study) ----------*/
#diagramLegend { margin-bottom: 40px; }
#diagramLegend li { position: relative; clear: both; margin-bottom: 5px; *height: 1%; } /* IE6&7 */
#diagramLegend .legend-num { position: relative; float: left; display: inline; width: 15px; height: 14px; background: url(../img/global/icons/bg-diagram-legend-num.png) no-repeat; text-align: center; color: #FFF; font-weight: bold; margin: 2px 5px 5px 0; *margin-top: -1px; padding: 2px 1px 0 0; font-size: 0.916em; } /* IE6&7 */

/*---------- Next Topic ----------*/
#nextTopic { padding-left: 20px; }
.case-study #nextTopic { margin-top: 40px; }
#nextTopic a { display: inline-block; background: url(../img/global/icons/ico-arrow-more.png) no-repeat 100% 50%; padding-right: 18px; }

/*---------- FAQ List (FAQ) ----------*/
#detailWrap .content-main ul li p { margin-bottom: 15px; word-wrap: break-word; }
#detailWrap .content-main #faqList { margin-bottom: 10px; }
#detailWrap .content-main #faqList h3 { margin-bottom: 2px; }
#detailWrap .content-main #faqList { list-style-type: none; margin-left:0; }
#detailWrap .content-main #faqList li { background: none; }
#detailWrap .content-main #faqList li p { margin-left: 15px; }

/*---------- Right Rail ----------*/
.border-187-wrap { position: relative; clear: both; width: 187px; background: url(../img/global/wrappers/border-wrap-187-sprite.png); padding-top: 6px; margin-bottom: 10px; }
.border-187-wrap .btm { width: 173px; padding: 0 7px 10px 7px; background: url(../img/global/wrappers/border-wrap-187-sprite.png) 0 100%; }
#content .border-187-wrap p { font-weight: 700; color: #A5002B; line-height: 110%; padding: 5px; }

/* Right rail grey border (Wraps modules in right rail) */
#content .border-187-wrap .file { display: block; background: url(../img/global/icons/ico-file.png) no-repeat 0 2px; padding: 0 0 0 18px; color: #061137; }
#content .border-187-wrap .file:hover { color: #A5002B; text-decoration: none; }

/* Right rail promos */
.mod-188-promo { width: 188px; margin-bottom: 12px; }
.mod-188-promo h3 { height: 18px; background: url(../img/global/wrappers/mod-188-header.png) no-repeat; color: #FFF; font-weight: 700; padding: 3px 0 0 10px; }
#content .mod-188-promo p a { font-size:.9em; font-weight: 700; display: block; color: #A5002B; padding: 3px 0 3px 10px; background: url(../img/global/icons/ico-arrow-more.png) no-repeat 0 50%; }

/*---------- eLearning Video (Nplate Nexus) ----------*/
#elearningVideo { width: 960px; height: 568px; padding-top: 0; }
.full-width .summary { padding: 12px 24px 20px; }
#detailWrap.full-width .summary h1 { margin: 0 0 12px 0; }
#detailWrap.full-width .summary p { width: 660px; }

/*---------- Tools & Resources List ----------*/
.tools .content-main .desc { line-height: 140%; margin-bottom: 15px; }
/* #detailWrap #resourcesList li { background: url(../img/global/icons/ico-arrow-more.png) no-repeat 0 5px; margin-bottom: 20px; } */
#detailWrap #resourcesList li a { font-weight: bold; }
#detailWrap #resourcesList li p { padding-top: 3px; }

/*---------- Joe G ----------*/
#detailWrap p {line-height:18px; }
#detailWrap .col a.arrow { display: inline-block; padding-bottom: 1px; font-weight: 700; background: url(../img/global/icons/ico-arrow-more.png) no-repeat 0 5px; padding-left:12px; width: 95%; margin-bottom: 4px; }
#detailWrap  img.pageheader { margin-bottom: 20px; }
#detailWrap h2.image-header { font-size: 1em; font-weight: 700; width: 615px; color: #061137; line-height: 125%; margin-bottom: 10px; }
/* #detailWrap .sitemap ul li, #detailWrap .sitemap ul li ul li { background-image:none; line-height:140%; } */
#detailWrap .sitemap a { font-weight:700; }
/*-------------------------*/


/*---------- Search Results ----------*/
.search-results #detailWrap h1 { margin-bottom: 20px; }
#detailWrap #searchResultsSummary { margin-bottom: 20px; }
#detailWrap #searchResultsSummary li { background: none; padding-left: 0; margin-bottom: 3px; }
ol#searchResults { margin-bottom: 40px; }
#searchResults li { margin-bottom: 20px; }
#searchResults li a { font-weight: 700; }
#searchResults p { padding-top: 3px; line-height: 140%; }

/*---------- Print & Email ----------*/
#printEmail               { font-size: 1em; line-height: 1.3em; margin: 20px 15px; z-index: 10; }
#printEmail li            { display: inline; padding: 0px 20px 20px 0px; text-transform: uppercase; }
#printEmail li.email a    { padding: 0px 0px 0px 20px; background: url(../img/global/icons/email.gif) 0% 50% no-repeat; }
#printEmail li.print a    { padding: 0px 0px 0px 20px; background: url(../img/global/icons/print.gif) 0% 50% no-repeat; }
#printEmail.pos-top-right { display: block; margin: 0; position: absolute; top: 10px; right: 18px; }


/*---------- NPlate Legal Copy ----------*/
#legalCopy { width: 912px; padding: 10px 24px 0 24px; margin-bottom: 20px;  *margin-top: -2px; }
#legalCopy h3,
#legalCopy a { font-weight: 700; }
#legalCopy ul,
#legalCopy p,
#legalCopy h3 { color: #061137; margin-bottom: 15px; line-height: 140%; }
#legalCopy h3 strong { font-weight: bold; text-transform: uppercase; }
#legalCopy h3.sml-margin { margin-bottom: 0; }
#legalCopy li { margin-bottom: 12px; background: url(../img/global/icons/ico-bullet-1.png) no-repeat 0 3px; padding-left: 20px; }
#legalCopy sup { margin-top: 4px; }
#legalCopy .isiheader { font:bold 1.5em/1 "Calibri",Tahoma,Verdana,sans-serif; }

/*---------- NPlate Legal Copy Home ----------*/
#legalCopy_home { width: 912px; padding: 0px 24px 0 24px; margin-bottom: 0px;  *margin-top: -2px; }
#legalCopy_home h3,
#legalCopy_home a { font-weight: 700; }
#legalCopy_home ul,
#legalCopy_home p,
#legalCopy_home h3 { color: #061137; margin-bottom: 15px; line-height: 140%; }
#legalCopy_home h3 strong { font-size: 1.4em; font-weight: bold; text-transform: uppercase; }
#legalCopy_home h3.sml-margin { margin-bottom: 0; }
#legalCopy_home li { margin-bottom: 12px; background: url(../img/global/icons/ico-bullet-1.png) no-repeat 0 3px; padding-left: 20px; }
#legalCopy_home sup { margin-top: 4px; }
#legalCopy_home .isiheader { font:bold 1.5em/1 "Calibri",Tahoma,Verdana,sans-serif; }

/*---------- NPlate Legal Copy Inline ----------*/
#legalCopy_inline { width: 780px; padding: 10px 0 0 0; margin-bottom: 20px;  *margin-top: -2px; }
#legalCopy_inline h3,
#legalCopy_inline a { font-weight: 700; }
#legalCopy_inline ul,
#legalCopy_inline p,
#legalCopy_inline h3 { color: #061137; margin-bottom: 15px !important; line-height: 140% !important; }
#legalCopy_inline h3 strong { font-weight: bold; text-transform: uppercase; }
#legalCopy_inline h3.sml-margin { margin-bottom: 0; }
#legalCopy_inline li { margin-bottom: 12px; background: url(../img/global/icons/ico-bullet-1.png) no-repeat 0 3px; padding-left: 20px; }
#legalCopy_inline sup { margin-top: 4px; }
#legalCopy_inline .isiheader { font:bold 1.5em/1 "Calibri",Tahoma,Verdana,sans-serif; }

/*---------- NPlate summary panel ----------*/
#nplateSummary           { width: 960px; margin: 0px auto; padding: 15px 0px 15px; background: #FFF url(../img/global/footer-rule.png) 50% 0% no-repeat; }
#nplateSummary .rep      { *zoom: 1; width: 960px; padding: 0px; }
#nplateSummary p         { margin: 1em 0em; color: #3D3D3D; line-height: 140%; }
#nplateSummary h3        { font-size: 1.1em; font-weight: 700; line-height: 1.2em;}
#nplateSummary img       { padding-left: 20px; }
#nplateSummary .col      { *zoom: 1; width: 200px; height: 200px; margin: 0px; padding: 15px 20px; background: url(../img/global/wrappers/bg-pnl-summary-divider.png) no-repeat 100% 0; }
#nplateSummary .col-1    { width: 180px; padding: 15px 20px 50px 40px; }
#nplateSummary .col-2    {  }
#nplateSummary .col-4    { margin-right: 0px; background: none; }
#nplateSummary .col h3   { position: relative; margin: 0px 0px 10px 0px; }
#nplateSummary .col-1 ul { font-size: 1.2em; line-height: 1.4em; font-weight: 700; }

/*---------- Content - Bottom Wrap ----------*/
#contentBtm { width: 976px; height: 25px; background: url(../img/global/wrappers/bg-content-btm.png) repeat-y; margin-bottom: 10px; }

/*--------- Footer ----------*/
#footer         { font-family: "Calibri", Tahoma, Verdana, sans-serif; text-align: center; margin-bottom: 12px; overflow: hidden; }
#footer li      { display: inline-block; *zoom:1; *display: inline; _height: 20px; padding-right: 8px; margin-right: 8px; border-right: 1px solid #FFF; height: 13px; } /* IE6&7 */
#footer li.last { margin: 0; padding: 0; border: none; }
#footer a       { position: relative; display: block; margin-top: -1px; }

/*---------- Legals ----------*/
#legals a { position: absolute; top: 0; left: 20px; }
#legals span { display: block; }

/* #legals img { padding-top: 10px; } */
#legals { font-size:.9em; position: relative; width: 290px; padding: 5px 0px 20px 130px; margin: 0px auto; color: #FFF; line-height:140%; }
#legals .reg { font-size: 0.666em; }
#legals img { padding-top: 10px; }


.itp-treatment-table-header { padding:15px 0 15px 10px;background-color:#001848; color:#FFF; }
.itp-treatment-table-cell { width:150px; padding:15px 0 15px 10px; background-color:#E9D5A3; }
.itp-treatment-table-cell2 { width:500px; padding:15px 0 15px 10px; background-color:#f4ead1; }

.long-term-safety-cell { width:350px; padding:15px 0 15px 10px;  border:1px solid#000;}
.long-term-safety-cell2 { width:150px; padding:15px 0 15px 10px;  border:1px solid#000;}

.amgen-assist-cell { width:250px; padding:15px 0 15px 10px; text-align:left; border:1px solid#000;}
.amgen-assist-cell2 { width:200px; padding:15px 0 15px 10px; text-align:center; border:1px solid#000;}
.amgen-assist-cell3 { width:100px; padding:15px 0 15px 10px; text-align:center; border:1px solid#000;}

.amgen-assist { border:1px solid #000; }
.amgen-assist td { border:1px solid #000; line-height:1.2em;}
