@import url("/dx/css/com/epocrates/online/common/eula.css"); /* used on homepage too*/
@import url("../../../common/css/global_navigation.css"); /* used on homepage, Vivisimo, and Dx*/

/* Browser CSS  used in templateEolV2.css which ECOM uses*/

    .hidden { visibility: hidden; }
    .visible { visibility: visible; }
    .hide { display: none; }
    .show { display: block; }

div#browserbox {
    margin-bottom: 14px;
    height: 350px;
}

div.browser {
    position: relative;
    background: #EEE url(/noFrame/img/bg_browser.gif) repeat-x;
    border: 1px solid #818181;
    margin: 0 195px 5px 5px;
    z-index: 10 !important;
}

.browser fieldset {
    clear: left;
    border: none;
    margin: 0 0 0 8px;
    padding: 0;
    background-color: aqua;
}

*html .browser fieldset {
    padding: 0 0 0 8px;
}

.browser fieldset select {
    background: #CED1DB;
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    margin: 0 8px 0 0;
    width: 23em;
}

.browser fieldset a {
    font-size: 12px;
}

/* General ----------------------------------------------------------------------*/

.browser div h1 {
    background: #E9EEF4;
    border: 1px solid #C1CEDD;
    border-bottom: none;
    color: #444;
    font-size: 12px;
    padding: 4px 5px;
}

.browser ul {
    background: #FFF;
    border: 1px solid #C1CEDD;
    border-top: none;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    height: 275px;
}

*html .browser ul {
    width: 100%;
}

.browser li {
    font-size: 12px;
}

.browser li a {
    display: block;
    padding: 4px 5px;
    border-bottom: 1px solid #E9EEF4;
    text-decoration: none;
    zoom: 1; /*IE6+7 needs to be redrawn or it leaves a 3px gap from a being block*/
}

.browser li a:hover {
    background-color: #CED1DB;
}

.browser li a.active {
    background: #666;
    color: #FFF;
}

/* Fixes an IE9 issue with strong Arial font */
strong {
    font-weight: bold;
}

/* sections -----------------------------------------------*/

    .browser div p em {
    display: block;
    color: #C1CEDD;
    font-size: 1.6em;
    font-style: normal;
    font-weight: bold;
    margin: 50px;
    text-align: center;
    }

    /* specific - drugs rx  */
#classlist,
#subclasslist,
#rxlist,
#classlist2 {
    float: left;
    margin: 14px 7px 0 0;
}

#classlist {
    margin-left: 13px; /*8px;*/
    margin-right: 7px;
    height: 300px;
    width: 206px;
}

*html #classlist { /* drug 1st list on left */
    margin-left: 7px;
    margin-right: 10px;
}

#subclasslist {  /* drug 2nd list in the middle*/
    margin-right: 7px; /* 3*/
    width: 206px;
}


#classlist2 {  /* drug wide table by alpha */
    margin-left: 2px;
    width: 550px;
    overflow: hidden;
    border: 0;
}

*html #classlist2 {
    width: 545px;
}

/* specific - druglist */
#druglist {
    overflow: hidden;
}

.drugTablebyalpha { /* table of content in all drugs by alpha */
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

/* rxlist -------- when drugs have the third pane for drugs by subcategory */

#rxlist th {
    font-weight: bold;
    border-width: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

#rxlist th.browserPrintIcon,
#rxlist td.rxlistCodes,
#rxlist th.rxlistCodes {
    width: 60px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

#rxlist th.rxlistGenericHeader h1 {
    padding: 0;
}

#rxlist th.browserPrintIcon a {
    margin: auto;
}

#rxlist th.browserPrintIcon img {
    margin: 0;
}

#rxlist h1 a {
    text-decoration: underline;
}

#rxlist ul li a {
    padding-left: 10px;
}

.start {
    color: #C1CEDD;
    font-size: 1.6em;
    text-align: center;
    vertical-align:middle;
}

#rxlist .start {
    border-width: 0;
    border: none;
    padding: 4px 5px;
}

.xtralineht {
    line-height: 15px;
}

div#codeinfoOuter {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 260px;
}

#subclasslist h1.dynamic, /* dynamic puts spans in for "/" and makes text larger */
#rxlist h1.dynamic {
    font-size: 14px;
}

.dynamic span,
.drugbrowsehidespan span  {
    font-size: 1px;
}

#subclasslist ul {
    height: 250px;
}

#subclasslist div {
    height: 48px;
    background-color: #e9eef4;
    border: 1px solid #C1CEDD;
    border-bottom: none;
}

#subclasslist h1,
#rxlist h1 {
    border: 0;
    line-height: 13px;
    font-weight: bold;
}

#rxlist th.rxlistCodes h1 {
    padding: 4px 5px;
}

.com_epocrates_online_rx_h1drugcodes { /* floats codes in all drugs druglist h1 */
    float: right;
    padding-right: 5px;
}

.browser div h1 a.sorted {
    color: #333;
    text-decoration: none;
}

/* rxlist seems to be getting <b> in content not <em> I don't think this is used */
    #rxlist h1 em,
    #rxlist ul li em {
    float: right;
    color: #444;
    font-style: normal;
    margin-top: -1.3em;
    }
    #rxlist h1>em {
    margin-top: -1em;
    }
    #rxlist ul li em {
    position: relative;
    cursor: pointer;
    margin: -1.5em 5px 0 0;
    text-decoration: underline;
    }
    #rxlist ul li em:hover {
    cursor: pointer;
    }
/* end rxlist em -------------------*/


/* form code infopop */
    #rxlist ul li span {
    position: absolute;
    right: 5px;
    top: 1.2em;
    background: #EBEFF5;
    border: 1px solid #67819B;
    border-color: #67819B #5A6D81 #5A6D81 #67819B;
    font-size: 13px;
    padding: 0 5px;
    width: 180px;
    white-space: normal;
    display: block;
    z-index: 55;
    }
    #rxlist ul li span strong {
    display: block;
    background: #CED1DB;
    margin: 0 -5px 5px -5px;
    text-indent: 5px;
    line-height: 1.8em;
    }
    #rxlist ul li span a {
    padding-left: 0;
    }
    #rxlist ul li span a.icoclose {
    float: right;
    display: inline;
    line-height: 1em;
    margin: 1px -1px 0 0;
    }
    #rxlist ul li span a:hover {
    background: none;
    }
    #rxlist h1 em {
    margin-right: 15px;
    }
    #rxlist ul li span blockquote {
    margin: 0 0 15px 0;
    }
    #rxlist ul li span blockquote a {
    background: url(/noFrame/img/bg_lister.gif) left center no-repeat;
    font-size: 12px;
    line-height: .5em;
    padding-left: 12px;
    }
    #rxlist ul li span blockquote a:hover {
    background: url(/noFrame/img/bg_lister.gif) left center no-repeat;
    }

/* specific - altmeds */
#altmedlist {
    margin: 14px 14px 0 13px;
    border: 1px solid #ccc;
/*    width: 761px; */
}

#altmedlist table.alpha {
    border-right-width: 0;
    border-left-width: 0;
    width: 100%;
    line-height: 12px;
    padding: 0;
}

#altmedlist ul {
    clear: left;
    height: 315px;
    border-width: 0;
    border: none;
}

#altmedlist ul.medDrugTable {
    width: 100%;
    border-top: 1px solid #ccc;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#altmedlist h1 {
    border: none;
    border-width: 0;
}

/* specific - tables */
#tablelist {
    margin: 14px 0 14px 13px;
    width: 761px;
    height: 325px;
    }
    #tablelist ul {
    height: 275px;
    }

/* alpha table-------------------- */


.alpha {
    display: block;
    background: #E9EEF4;
    border: 1px solid;
    border-color: #CCD7E1 #C1CEDD #CCD7E1 #C1CEDD;
    padding: 0 5px;
}

table.alpha {
    width: 100%;
    height: 24px;
}

.alpha span,
.alpha a {
    display: block;
    border-left: 1px solid #CCD7E1;
    font-size: 11px;
    padding: 4px 5px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.alpha span {
    border-left: none;
}

.alpha a:hover {
    text-decoration: underline;
}

.alpha a.active {
    background: #FFF;
    color: #000;
    font-weight: bold;
}

/* browser close bar */

.closer {
    position: absolute;
    bottom: 0;
    clear: left;
    width: 100%;
}

.closer a {
    display: block;
    background: #DDD url(/noFrame/img/bg_closer.gif) center top no-repeat;
    border: 1px solid #EEE;
    color: #333;
    font-size: .9em;
    padding: 5px 0 1px 0;
    text-align: center;
    text-decoration: none;
}

.closer a:hover {
    background-color: #C9DCED;
    text-decoration: underline;
}
/* -- */


table.drugTable {
    border: none;
    font-size: 1.0em;
    font-style: normal;
    background-color: #fff;
/*    width: 530px;*/
}

table.newDrugTable {
    border: none;
    width: 100%;
    background-color: #fff;
    border-top-width: 0;
    border-top: none;
}

*html table.newDrugTable {
    width: 525px;
}

#rxlist { /* drug 3rd table to the far right*/
    position: relative;
    width: 336px;
    height: 298px;
    border: 1px solid #ccc;
    background-color: #fff;
}

*html #rxlist {
    width: 310px;
    margin-left: 3px;
    margin-right: 0;
}

/* ensures padding has same background color */
#drugTableHeader {
    background-color:#E9EEF4;
}

#drugTableBody {
    overflow-y:auto;
    overflow-x:hidden;
}

#rxlist table.newDrugTable {
    width: 100%; /*340px;  321px; w scroll*/
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
}

.newDrugTable thead,
table.newDrugTable th {
    background-color: #e9eef4;
    text-align: left;
    word-wrap:normal;
}


table.newDrugTable td {
    padding: 0;
    border-width: 0;
    border: none;
    width: 45%;
}


table.newDrugTable th {
    padding: 0;
    border-width: 0;
    border: none;
}

table.drugTable td {
    border-bottom: 1px solid #E9EEF4;
    line-height: 16px;
}

table.drugTable a {
    text-decoration: none;
}

table.drugTable a:hover {
    text-decoration: underline;
}

table.newDrugTable th h1,
table.newDrugTable td a,
table.newDrugTable td p {
    padding: 4px 5px;
    line-height: 16px;
    display: block;
    zoom: 1;
}

table.drugTable td.fsc a {
    text-decoration: underline;
    text-align: right;
    padding-right: 20px;
}

table.drugTable a:hover {
    background-color: #CED1DB;
}

/* tables browser --------------------*/

.rx_browserCategories {
    margin: 14px 7px 5px 13px;
    width: 206px;
    height: 300px;
    float: left;
    border: 1px solid #c1cedd;
    background-color: #fff;
}

*html .rx_browserCategories { /* IE6 margin doubling bug*/
    margin-left: 6px;
}

#tablelist {
    margin: 14px 0 0 235px;
    width: 539px;
    height: 300px;
    border: 1px solid #c1cedd;
}

*html tablelist {
    margin-left: 233px;
}

#tablelist h2,
.rx_browserCategories h2 {
    font-weight: bold;
    background-color: #e9eef4;
    border-bottom: 1px solid #c1cedd;
    padding: 4px 0 4px 5px;
    font-size: 12px;
}

.rx_browserCategories ul,
#tablelist ul {
    height: 275px;
    overflow: auto; /*Safari 2, Opera*/
    overflow-x: hidden;
    overflow-y: scroll;
    border: none;
}

.rx_browserCategories li,
#tablelist li {
    border-bottom: 1px solid #e9eef4;
}

.rx_browserCategories li {
    width: 100%;
    overflow: hidden;
}

.rx_browserCategories a,
#tablelist a,
#tablelist span {
    text-decoration: none;
    padding: 4px 0 4px 5px;
    display: block;
    font-size: 12px;
}

.rx_browserCategories a {
    zoom: 1; /*IE6+7 needs to be redrawn or it leaves a 3px gap from a being block*/
}

.rx_browserCategories a:hover,
#tablelist a:hover {
    background-color: #CED1DB;
    text-decoration: underline;
}

/*----------*/

/* specific - formulary manager */
    #formularymanager {
    position: relative;
    background: #DDD;
    border: 1px solid #D1D1D1;
    margin: 10px 8px;
    padding: 3px 0 0 0;
    height: 300px;
    }
    #formularymanager h1 {
    position: relative;
    background: #EEE url(/noFrame/img/bg_h1grey.gif) repeat-x;
    border: 1px solid;
    border-color: #FFF #FFF #C2C2C2 #FFF ;
    color: #000;
    }
    #formularymanager h1 a {
    position: absolute;
    right: 5px;
    font-weight: normal;
    }
    #formularymanager .bbar {
    border: none;
    }
    #formularymanager .bbar a.right {
    float: right;
    color: #333;
    font-size: 11px;
    margin: 5px 20px 0 0;
    }
    fieldset#fm-add {
    float: left;
    background: #F0F0F0;
    border: 1px solid #B1B1B1;
    margin: 0 5px 0 3px;
    width: 48%;
    }
    #fm-add table {
    border: 1px solid #FFF;
    width: 100%;
    }
    #fm-add td, #fm-add th {
    border-bottom: 1px solid #FFF;
    }
    #fm-add th {
    font-size: .9em;
    padding: 0 4px;
    text-align: right;
    width: 20%;
    }
    #fm-add td select {
    width: 90%;
    }
    #fm-add ul {
    border-color: #FFF;
    height: 200px;
    }
    div#fm-list {
    float: left;
    width: 48%;
    }
    #fm-list ul {
    border-color: #FFF;
    height: 249px;
    }
    #fm-list li a {
    border-bottom: none;
    color: #000;
    }
    #fm-list li.even a {
    background: #EEE;
    }
    #fm-list li a img {
    float: right;
    margin-top: 2px;
    }

/* fscinfo-------------------------------------*/

div#fscinfo {
    position: absolute;
    display:inline;
    left: 200px;
    top: 200px;
    z-index: 501;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    }

    #fscinfo div {
    position: relative;
    background: #E9EEF4;
    border: 1px solid #57728C;
    padding-bottom: 20px;
    height: auto;
    width: 350px;
    -moz-border-radius: 0 0 .5em .5em;
    -webkit-border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    word-break: break-word;
    }
    #fscinfo h1 {
    background: #C1CEDD;
    border-bottom: 1px solid #57728C;
    color: #000;
    font: bold 1em Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 5px 0 3px 10px;
    }
    #fscinfo h2 {
    font-size: 1em;
    color: #000;
    margin: 8px 10px 2px 10px;
    }
    #fscinfo p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 3px 15px 10px 10px;
    }
    #fscinfo a {
    background: #C1CEDD;
    /*float: right;*/
    margin-right: 5px;
    }
    #fscinfo li a {
    background: none;
    float: none;
    margin-left: 10px;
    }

    #fscinfo li {
        list-style:none;
    }

    /* hack for spacing between upper formulary info links */

    #clickformularyclientinfo{
        padding-right:10px;
        padding-left:5px;
    }

/* Topamax  needed to create a separate class for the topamax need help link to prevent confusion with all the other fscinfo boxes */

div.topamaxNeedHelp {
    position: absolute;
    display:inline;
    left: -170px;
    z-index: 501;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#topamaxNeedHelpLink div {
    background: #E9EEF4;
    border: 1px solid #57728C;
    padding-bottom: 20px;
    height: auto;
    width: 350px;
    z-index: 120;
    width: 300px;
    -moz-border-radius: 0 0 .5em .5em;
    -webkit-border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
}

*html div#topamaxNeedHelpLink div {  /* IE7 is 5px lower but doesn't use this, 8 works like FF and others*/
    top: 295px;
}

    div.topamaxNeedHelp h1 {
    background: #C1CEDD;
    border-bottom: 1px solid #57728C;
    color: #000;
    font: bold 1em Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 5px 0 3px 10px;
    }
    div.topamaxNeedHelp h2 {
    font-size: 1em;
    color: #000;
    margin: 8px 10px 2px 10px;
    }
    div.topamaxNeedHelp p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 3px 15px 10px 10px;
    }

div.topamaxNeedHelp div p {
    margin: 10px 10px 0 10px;
}

    div.topamaxNeedHelp a {
    background: #C1CEDD;
    float: right;
    margin-right: 5px;
    }
    div.topamaxNeedHelp li a {
    background: none;
    float: left;
    margin-left: 10px;
    }

    div.topamaxNeedHelp li {
        list-style:none;
    }

/* replacing inline style, hack for now  used in drugsList.jsp and drugNamesCodes.jsp */
/* .nowrapsimple { white-space: nowrap; } */


/* odd even seems to be used by Multicheck ---------------*/
    td.even, td.odd {
        background: #FFF;
        border-bottom: 1px solid #EEE;
        color: #333;
        font-size: 12px;
        line-height: 18px;
    }

    td.odd a:visited, td.even a:visited {
        color: #003399;
        text-decoration: none;
        width:100%;
    }

    td.odd a:hover, td.even a:hover {
        background-color: #CED1DB;
        text-decoration: none;
        width:100%;
    }

/* end odd even stuff ----------------------------------*/

/* Periphery Content CSS used in templateEolV2.css which ECOM uses*/
/* z-index required to fix IE7 overlapping issue with feedback popup and the drugs browser */
div#periphery {
    position: absolute;
    top: 27px;
    right: 5px;
    width: 175px;
    z-index: 0;
}
#periphery h2 {
    color: #333;
    font-size: 10px;
    padding: 2px 5px;
    text-transform: uppercase;
}
#periphery ul {
    margin: 5px 0 5px 20px;
}
#periphery li {
    font-size: 11px;
}


div#partner {
    border: 1px solid #DDD;
    margin: 0 0 15px 0;
    text-align: center;
    vertical-align: middle;
    }

div#naturalmeds {
    border: 0px solid #DDD;
    margin: 0 0 15px 0;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

div.docalerts {
    display: none;
    border: 1px solid #C7D8AD;
    margin: 0 0 15px 0;
    }
    .docalerts h2 {
    background: #EAF0E1;
    border: 1px solid;
    border-color: #FFF #FFF #C7D8AD #FFF;
    }

div.sponsored {
    display: block;
    margin-top: 10px;
    }
    .sponsored h2 {
    background: #E8E8E8;
    border: 1px solid;
    border-color: #FFF #FFF #DDD #FFF;
    }
    /* when IE supports real CSS
        div.sponsored div div:last-child{
            margin-top:20px;
        } */
        div.sponsored div div#bottomEpocSponsored{
            margin-top:20px;
        }

div.sponsored div.ad {
    margin-bottom:20px;
}

div.sponsoredDivContent object {
    z-index: 1;
}

#fdaMedWatch {
    margin: 0 0 5px 0;
}

#fdaMedWatch a {
    font-size: 12px;
    text-decoration: none;
}

#fdaMedWatch a:hover {
    text-decoration: underline;
}

hr.aInsight{
    margin: 14px 0;
    height: unset;
    background-color: unset;
}

#aInsights {
	margin: 10px 0 10px 0;
	width: 155px;
}

#aInsights a {
	font-size: 12px;
	text-decoration: none;
    padding: 5px 0 5px 0;
}

#aInsights div.link {
    padding: 5px 0 5px 0;
}

#aInsights a:hover {
	text-decoration: underline;
}

#aInsights p {
	font-size: 12px;
    padding: 5px 0 5px 0;
}

#aInsights h2 {
	color: #333;
    font-size: 11px;
    padding: 2px 0 2px 0;
}

/* begin original template v.2 file THIS FILE v.2 IS ALSO USED BY ECOM */

/* dev notes - remove for production */
div.devnote {
    position: absolute;
    bottom: 0;
    background: #FFFFCC;
    font-size: 10px;
    padding: 5px;
    width: 150px;
    }

/* end dev note */


/* elemental */
* { margin: 0; padding: 0; zoom: 1; }
html, body { height: 100%; }

@media (min-width: 768px) {
    body {
    color: #000;
    font: small "Lucida Grande", Arial, Helvetica, sans-serif;
    min-width: 767px;
    }
}

body {
    color: #000;
    font: small "Lucida Grande", Arial, Helvetica, sans-serif;
}

a {
    color: #003399;
}
a:hover {
    color: #990000;
    text-decoration: underline;
}
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: .95em; }
img { border: none; }
/* -- */

/* master page wrapper */
div#page {
    margin: auto;
    position: relative;
    /* position: absolute; facelift */
    background: #EEE url("/common/images/bg_panel.png") repeat-x;
    border-top: 1px solid #FFF;
    /* margin: -13px 5px 0 5px; facelift */
    padding: 10px 0 0 0;
    clear: both;
    /* top: 50px; facelift */
    width: 993px;
    top: auto;
    }

    /* this doesn't seem to be working, at least not for FF or Safari. should be #container not body to work*/
    body>div#page { margin-top: 0; padding: 6px 0 0 0; }

/* -- */


/* topbar control widgets */
    .widget { /* not used on multicheck*/
    float: left;
    background: url(/noFrame/img/bg_widget.gif) right bottom no-repeat;
    border: none;
    border-top: 1px solid #B1B1B1;
    margin: 0 5px 5px 5px;
    padding: 0 1px 0 0;
    }
    /* lookup bar */
    fieldset#lookup {
    clear: left;
    width: 24.75em;
    }
    .widget label {
    display: block;
    background: url(/noFrame/img/bg_widgetleft.gif) left bottom no-repeat;
    border: none;
    border-top: 0px solid #D5D5D5;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0 4px 5px;
    }
    .widget label input {
    border: 1px solid #747474;
    font-size: 12px;
    margin-left: 5px;
    padding: 1px 3px;
    width: 17.5em;
    }
    /* browse bar */
    fieldset#browser {
    background: url(/noFrame/img/bg_widgetstroke.gif) right bottom no-repeat;
    margin-left: 15px;
    /* width: 187px; facelift */ /*180 except for Safari3, otherwise make font Arial etc. */
    width: auto;
    }
    .widget dl {
    border: none;
    border-top: 1px solid #DDD;
    }
    .widget dt {
    float: left;
    background: url(/noFrame/img/bg_widget2.gif) left bottom no-repeat;
    border-right: 1px solid #DDD;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    margin-left: -2px;
    padding: 3px 8px 5px 5px;
    }
    #calcbrowser dd{
    float: left;
    font-size: 12px;
    margin: 0 2px 
    }
    .widget dd {
    float: left;
    font-size: 12px;
    margin: 0 4px;
    }
    .widget dd a {
    display: block;
    float: left;
    padding: 3px 5px 2px 5px;
    }

    .widget dd.active {
    position: relative;
    background: url("/common/images/widget_tabends.gif") 0 -102px no-repeat;
    padding: 0 0 0 2px;
    z-index: 10;
    }
    .widget dd.active a {
    position: relative;
    background: url("/common/images/widget_tabends.gif") top right no-repeat;
    color: #000;
    font-weight: bold;
    padding: 3px 6px .4em 3px;
    text-decoration: none;
    z-index: 10;
    }

    fieldset#druglookup {
    clear: left;
    width: 350px;
    }



    /* topbar control widgets select MedCals */
        .widgetSelect {
        float: left;
        border: none;
        border-top: 1px solid #B1B1B1;
        margin: 0 5px 5px 5px;
        padding: 0 1px 0 0;
        }

        .widgetSelect label {
        display: block;
        background: url(/noFrame/img/bg_widgetleft.gif) left bottom no-repeat;
        border: none;
        border-top: 1px solid #D5D5D5;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 0 4px 5px;
        }
        .widgetSelect label input {
        border: 1px solid #747474;
        font-size: 12px;
        margin-left: 5px;
        padding: 1px 3px;
        width: 17.5em;
        }

        .widgetSelect dl {
        border: none;
        border-top: 1px solid #DDD;
        }
        .widgetSelect dt {
        float: left;
        background: url(/noFrame/img/bg_widget2.gif) left bottom no-repeat;
        border-right: 1px solid #DDD;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        margin-left: -2px;
        padding: 3px 8px 5px 5px;
        }
        .widgetSelect dd {
        float: left;
        font-size: 12px;
        margin: 0 4px;
        }
        .widgetSelect dd a {
        display: block;
        float: left;
        padding: 3px 5px 2px 5px;
        }

        .widgetSelect dd.active {
        position: relative;
        background: url(/noFrame/img/bg_brtab_left.gif) left top no-repeat;
        padding: 0 0 0 3px;
        z-index: 10;
        }
        .widgetSelect dd.active a {
        position: relative;
        background: url(/noFrame/img/bg_brtab_right.gif) right top no-repeat;
        color: #000;
        font-weight: bold;
        padding: 3px 6px .4em 3px;
        text-decoration: none;
        z-index: 10;
    }

/* -- */

/* help link */

#helpLink {
    margin-bottom: 5px;
}

#helpLink a {
    text-decoration: none;
    font-size: 12px;
}
#helpLink a:hover {
    text-decoration: underline;
}

div#help {
    position: absolute;
    top: 0px;
    right: 1px;
    border: 0px;
    width: 50%;
    height: 400px;
    z-index: 999;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    }
    #help a#closehelp {
    position: absolute;
    top: 3px;
    right: 10px;
    }

    #help h1 {
    background: #A9B5C2;
    font-size: 12px;
    padding: 5px 5px 2px 10px;
    clear: left;
    }
    #help ul, #help dl {
    border: 5px solid #E9EEF4;
    border-top-width: 10px;
    padding: 0;
    height: 365px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    }
    #help li {
    border-bottom: 1px solid #E9EEF4;
    list-style: none;
    padding: 4px 0 4px 10px;
    word-break: break-all;
    }
    #help li.codehead {
    background: #E9EEF4;
    color: #373851;
    font: bold 1.1em Arial, Helvetica, sans-serif;
    }
    #help dt {
    border-top: 1px solid #E9EEF4;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    }
    #help dd {
    padding: 0 10px 10px 10px;
    }
    #help li strong {
    color: #000;
    margin-right: 6px;
    }

    #help ul#helpnav {
    background: #CAD5DF;
    border: none;
    height: 20px;
    overflow: hidden;
    }
    #help ul#helpnav li {
    display: inline;
    padding: 0;
    }
    #help ul#helpnav li a {
    display: block;
    float: left;
    font-size: 12px;
    padding: 3px 10px 2px 10px;
    }
    #help ul#helpnav li a.active {
    background: #E9EEF4;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    }

 /*pill instructions in FAQ*/
#help ol ul {
    border-width: none;
    border: none;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0;
}

#help ol li {
    border-bottom-width: 0;
    border-bottom: none;
}

#help ol ul li {
    border-bottom-width: 0;
    border-bottom: none;
    background:transparent url(/noFrame/img/bg_lister.gif) no-repeat scroll 0 6px;
    padding-left: 17px;
}

#helpFaQInfo { border:2px solid #A9B5C2; background: #fff; }
#helpFaqIconsOuter { border:0px; width:50px; position:absolute; top:4px; right:0px; }
.helpFaqPrintIcon { border:0px; position:relative; float:left; width:20px; }
.helpFaqCloseIcon { border:0px; position:relative; float:right; width:20px; }

#helpPillId {
    position: absolute;
    right: 20px;
    top: 8px;
    }
    #helpPillId a {
    background: url("/noFrame/img/bg_help.gif") left center no-repeat;
    color: #416EAA;
    font-size: 12px;
    padding-left: 15px;
    text-decoration: none;
    position: absolute;
    right: 0px;
    top: 8px;
    border:0px solid blue;
    }
    #helpPillId a:hover {
    text-decoration: underline;
    }

/* formulary client info popup near widgits*/

#formularyclientinfo {
    position: absolute;
    width: 500px;
    left: 272px;
    top: 57px;
    background: #FFE4C9;
    border: 1px solid gray;
    z-index: 900;
    padding-bottom: 10px;
}

#formularyclientinfo h3 {
    padding: 10px 10px 7px;
    font-size: 14px;
}

#formularyclientinfo ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 10px 10px;
}

#formularyclientinfo li {
    list-style: none;
    margin-bottom: .6em;
}

a#hideformularyclientinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    padding-left: 10px;
}

a#hideformularyclientinfo img {
    vertical-align: middle;
}

#codeInfoForm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 10px 3px;
    background: #EBEFF5;
    width: auto;
    height: auto;
}

#codeInfoForm h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0.6em 0;
}

#codeInfoForm p {
    margin: 0 0 0.6em 0;
}

.formularyCloseButton {
    float: right;
    margin: 0 0 5px 10px;
}
/* -- */


/* content box */
div.content {
    position: relative;
    margin: 0 195px 5px 5px;
    padding: 5px 0;
    /* min-height: 847px; facelift */
    min-height: 400px;
}

/* Edit formulary page------------- */

div.edit-formulary {
    border-width: 0;
    border: none;
    width: 791px;
    clear: both;
    padding: 0 0 10px 10px;
}

.edit-formulary fieldset {
    border-width: 0;
    border: none;
}

div.editformularycontent {
    padding-top: 10px;
    clear: both;
}

/* -- */


/* content cells */

/* cell1 - control cell */
div.cell1 {
    position: relative;
    background: #FFF;
    border: 1px solid;
    border-color: #C9C9C9 #B2B2B2 #B2B2B2 #B2B2B2;
}
.cell1 h1 {
    background: #EEE url(/noFrame/img/bg_h1grey.gif) repeat-x;
    border: 1px solid;
    border-color: #FFF #FFF #C2C2C2 #FFF ;
    font-size: 1em;
    padding: 3px 5px;
}
.cell1 h1 a {
    font-size: 11px;
    font-weight: normal;
}
/* cell2 - results cell */
div.cell2 {
    position: relative;
    background: #FFF;
    border: 1px solid;
    border-color: #CED1DB #C1CEDD #C1CEDD #C1CEDD;
}
div#monograph.cell2 {
    border: 1px solid #C1CEDD;
    border-top-color: #CED1DB;
    margin-bottom: 50px; /* facelift */
}
/* -- */

/* global layout */

#container,#foot {
    width:993px; margin-left:0px; margin-right:auto; border:0px; clear:both; height:auto;
}

#container { position: relative; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    height:60px;
}

.clearoverfoot {
    clear: both;
    height: 90px; /*120*/
}

.clearlast {
    clear: both;
    height: 1px;
}

/* pixel plain */


A.search {
        font-weight: normal;
        font-size: 10px; color: #000;
        text-decoration: none;
    }
    A.search:hover
    {
        font-weight: normal;
        font-size: 10px;
        color: #CC0000;
         text-decoration: none;
    }

    td.search a, td.search a:hover {
        font-size: 12px;
            text-decoration: underline;
        }

    #bodyContent
    {
        font-weight: normal;
        font-size: 12px;
        color: #333;

    }

    td.heading, td.checkNum
        {
        background: #fff;
        color: #000;
        font: bold 12px Arial, Helvetica, sans-serif;

    }

    .headingTable    {
          background: #E7EDF4;
        color: #000;
        font: bold 12px Arial, Helvetica, sans-serif;
    }

    #heading
    { font-weight: bold;
        font-size: 12px;
        color: #309;
    }

    #headingBig
    { font-weight: normal;
        font-size: 24px;
        color: #000;
        background: #fff;
    }

p.feedbackLink{
    cursor:pointer;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
    color:#003399;
    font-size:11px;
    margin-top:10px;
}

#feedBackPop #fscinfo a{
    background-color:#E9EEF4;
    text-align:left;
}

#feedBackPop a#pilotMailto{
    float:none;
}

/* for ECOM login page only uses the dl to keep it separtate from other styles-----------------*/

dl#nav img {
    margin: 7px 0 0 5px;
}


/*------------------------------- Link to send users to mobile version ----------------------------*/
p.mobileLink {
    position:absolute;
    right:15px;
    top:-28px;
}
p.mobileLink a {
    position: absolute;
    right:10px;
    text-decoration:none;
    top:39px;
    color:#416EAA;
    font-size:12px;
    z-index: 2;
    height: 20px;
    width:120px;
}

/*----------------Print and Email Printsend -----------------------------------------*/
.content .printsend {
    padding-right: 10px;
    padding-top: 0;
    float: right;
    width: 78px;
}

.rx_tablecontent .printsend {
    padding: 2px 0 0 0;
}

.printsend a {
    display: block;
    float: right;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #DDD;
    border-style: solid solid solid none;
    border-width: 1px;
    padding: 2px 6px 1px 6px;
    height: 16px;
    width: 22px;
}

.printsend a#send {
    background-image: url(/noFrame/img/ico_email.gif);
}

.printsend a#print {
    background-image: url(/noFrame/img/ico_print.gif);
    border-left: 1px solid #DDD;
}

.printsend a:hover {
    background-color: #EEE;
}

/* upsells ------------------------------------------ */

/* hidden upsell messages start*/
#upSellDrugs,
#upSellAltMeds {
    position: fixed;
    left: 5000px;
    visibility: hidden;
}
/* hidden upsell messages end */

div.com_epocrates_online_rx_multicheckUpsell_inner,
div.com_epocrates_online_pillsearchUpsell,
div.com_epocrates_online_medcalcUpsell,
div.com_epocrates_online_tablesUpsell,
div.com_epocrates_online_otcUpsell,,
div.com_epocrates_online_drugUpsellRegister,
div.com_epocrates_online_guidelinesUpsell,
div.com_epocrates_online_altmedUpsellRegister {
    margin: 0;
    width: 100%;
}

/* #start,
div.com_epocrates_online_otcUpsell,
div.com_epocrates_online_altmedUpsell,
div.com_epocrates_online_drugUpsellRegister {
    min-height: 403px;
}

*html #start,
*html div.com_epocrates_online_otcUpsell,
*html div.com_epocrates_online_altmedUpsell,
*html div.com_epocrates_online_drugUpsellRegister {
    height: 403px;
}
facelift */

.com_epocrates_online_rx_multicheckUpsell_inner h3,
div.com_epocrates_online_pillsearchUpsell h3,
div.com_epocrates_online_medcalcUpsell h3,
div.com_epocrates_online_tablesUpsell h3,
div.com_epocrates_online_otcUpsell h3,
div.com_epocrates_online_drugUpsellRegister h3,
div.com_epocrates_online_guidelinesUpsell h3,
div.com_epocrates_online_altmedUpsellRegister h3 {
    padding: 20px 20px 30px;
    color: #8c2921;
    font-size: 16px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.com_epocrates_online_rx_multicheckUpsell_inner a:hover,
.com_epocrates_online_otcUpsell a:hover,
.com_epocrates_online_tablesUpsell a:hover,
.com_epocrates_online_medcalcUpsell a:hover,
.com_epocrates_online_pillsearchUpsell a:hover,
.com_epocrates_online_drugUpsellRegister a:hover,
.com_epocrates_online_guidelinesUpsell a:hover,
.com_epocrates_online_altmedUpsellRegister a:hover,
.com_epocrates_online_drugUpsellSignIn a:hover,
.com_epocrates_online_altmedUpsellSignIn a:hover {
    text-decoration: none;
    color: #900;
}

.com_epocrates_online_rx_multicheckUpsell_inner p,
.com_epocrates_online_pillsearchUpsell p,
.com_epocrates_online_tablesUpsell p,
.com_epocrates_online_otcUpsell p,
.com_epocrates_online_drugUpsellRegister p,
.com_epocrates_online_guidelinesUpsell p,
.com_epocrates_online_altmedUpsellRegister p,
.com_epocrates_online_medcalcUpsell p {
    padding: 0 20px 0 20px;
}

#start ul,
.com_epocrates_online_rx_multicheckUpsell_inner ul,
.com_epocrates_online_tablesUpsell ul,
.com_epocrates_online_otcUpsell ul,
.com_epocrates_online_drugUpsellRegister ul,
.com_epocrates_online_guidelinesUpsell ul,
.com_epocrates_online_altmedUpsellRegister ul,
.com_epocrates_online_medcalcUpsell ul {
    padding: 10px 20px 30px 20px;
    width: 490px;
}

.com_epocrates_online_rx_multicheckUpsell_inner ul,
.com_epocrates_online_otcUpsell ul,
.com_epocrates_online_medcalcUpsell ul {
    width: 400px;
}

.com_epocrates_online_pillsearchUpsell ul {
    padding: 10px 20px 30px 20px;
}

#start li,
.com_epocrates_online_rx_multicheckUpsell_inner li,
.com_epocrates_online_pillsearchUpsell li,
.com_epocrates_online_tablesUpsell li,
.com_epocrates_online_otcUpsell li,
.com_epocrates_online_pillsearchUpsell li,
.com_epocrates_online_drugUpsellRegister li,
.com_epocrates_online_altmedUpsellRegister li,
.com_epocrates_online_guidelinesUpsell li,
.com_epocrates_online_medcalcUpsell li {
    list-style: none;
    margin-bottom: .6em;
    background: url(/noFrame/img/bg_lister.gif) no-repeat scroll 0 6px transparent;
    padding-left: 17px;
}

.com_epocrates_online_guidelinesUpsell {
    padding: 50px 40px 100px;
}

div h3.com_epocrates_online_UpsellLinks {
    color: #000;
    font-size: 14px;
    padding-top: 0;
}

h3.com_epocrates_online_UpsellLinks a {
    text-decoration: none;
    color: #005db1;
}

.com_epocrates_online_UpsellLinks img {
    vertical-align: middle;
}

h3.com_epocrates_online_UpsellLinks span {
    padding-left: 15px;
}

h3.com_epocrates_online_UpsellLinks span a:hover {
    text-decoration: underline;
}

.uplink_RegFree {
    text-align: center;
}

.com_epocrates_online_homemarketingRegFree,
.com_epocrates_online_drugUpsellRegister {
    background: url(/noFrame/img/upDrugs.png) bottom right no-repeat #fff;
}

.com_epocrates_online_altmedUpsellRegister {
    background: url(/noFrame/img/upAltmed.gif) bottom right no-repeat #fff;
}

.com_epocrates_online_rx_multicheckUpsell_inner {
    background: url(/noFrame/img/upMulticheck.gif) bottom right no-repeat #fff;
}

.com_epocrates_online_otcUpsell {
    background: url(/noFrame/img/upOtc.gif) bottom right no-repeat #fff;
}

.com_epocrates_online_medcalcUpsell {
    background: url(/noFrame/img/upMedcalc.gif) bottom right no-repeat #fff;
}

.com_epocrates_online_tablesUpsell {
    background: url(/noFrame/img/upTable.gif) bottom right no-repeat #fff;
}


/* Upsells like homepage for premium */

#start div.premroundbox {
    background: none transparent;
    margin: 0 110px 0 90px;
    padding: 0;
    width: 591px;
    min-height: 204px;
}

*html #start div.premroundbox {
    height: 204px;
    width: 702px;
    margin: 30px auto 0;
}

.com_epocrates_online_homemarketingPremium h3 {
    font-size: 18px;
    color: #ab1600;
}

#selectAMed {
    position: fixed;
    left: 5000px;
    visibility: hidden;
}

.premroundbox p {
    padding: 0;
    margin: 10px 0 20px 20px;
}

p.SelectPlatform {
    margin-top: 13px;
    font-style: italic;
    width: 150px;
    float: left;
}

.iphoneIcon,
.blackberryIcon,
.palmIcon,
.androidIcon,
.windowsMobileIcon {
    display: block;
    height: 63px;
    width: 75px;
    margin: 0 0 0 5px;
    float: right;
    background: url(/common/images/mobileAppIcons.gif) no-repeat scroll 0 0 transparent;
}

.blackberryIcon {
    background-position: -100px 0;
}
.palmIcon {
    background-position: -200px 0;
}
.androidIcon {
    background-position: -300px 0;
}
.windowsMobileIcon {
    background-position: -400px 0;
    margin-right: 20px;
}

a.iphoneIcon:hover,
a.blackberryIcon:hover,
a.palmIcon:hover,
a.androidIcon:hover,
a.windowsMobileIcon:hover {
    background-image: url(/common/images/mobileAppIconsOn.gif);
}

.com_epocrates_online_homeclear {
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 0.1%;
}
/* pill search upsell -----------------------*/

#pillresults .com_epocrates_online_pillsearchUpsell li {
    height: auto;
    width: auto;
    float: none;
}

div.com_epocrates_online_pillsearchUpsell {
    width: auto;
    margin-right: 20px;
}

/* pill pictures ---------------*/
.com_epocrates_online_drugUpsellpillpicSamples {
    background: url(/noFrame/img/pillpicSample.png) top left no-repeat;
    height: 184px;
    width: 470px;
    margin: 20px 0 10px 8px;
}

/* start default message upsells------------ */

.com_epocrates_online_homemarketingPremium {
    padding-top: 30px;
}

.com_epocrates_online_homemarketingRegFree {
    padding: 50px 0 20px 30px;
}

#start h2 a {
    font-weight: normal;
    padding-left: .5em;
    font-size: 12px;
}

#start h2 a:hover {
    text-decoration: none;
}

.com_epocrates_online_homemarketingRegFree h3,
.com_epocrates_online_homemarketingPremium h3 {
    color: #a9a9a9;
    padding-bottom: 0;
    font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.com_epocrates_online_homemarketingPremium h2 {
    padding: 30px 70px 20px;
    color: #C1CEDD;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.individual h2 {
    text-align: right;
    width: 551px;
    padding-left: 0;
    margin-left: 110px;
    padding-right: 0;
}

*html .individual h2 {
    width: 642px;
    margin-left: 64px;
}

.com_epocrates_online_homemarketingRegFree h2 {
    text-align: right;
    color: #8C2921;
    padding: 0 50px 50px 20px;
}

.individual h2 .welcomeUser,
.com_epocrates_online_homemarketingRegFree h2 .welcomeUser {
    float: left;
}

.com_epocrates_online_homemarketingRegFree h3.com_epocrates_online_UpsellLinks {
    margin-bottom: 30px;
    margin-left: 20px;
}

.com_epocrates_online_homemarketingRegFree h3.com_epocrates_online_UpsellLinks  img {
    margin-right: 20px;
}
#start h4.welcomeUser {
    padding: 0 20px;
    font-size: 14px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.premroundbox h3 {
    padding: 20px 20px 5px;
}

.com_epocrates_online_homemarketingRegFree p {
    margin: 20px 20px 0;
}

/* Interactions from start.css */

div#interactioninfo,
div#criticalinteractioninfo  {
    position: absolute;
    display:inline;
    left: -200px;
    top: -200px;
    z-index: 501;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

#interactioninfo div,
#criticalinteractioninfo div {
    position: relative;
    background: #FEF49C;
    border: 1px solid #BCA902;
    padding-bottom: 20px;
    height: auto;
    width: 380px;
    -moz-border-radius: 0 0 .5em .5em;
    -webkit-border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
}
#interactioninfo h3,
#criticalinteractioninfo h3 {
    background: #FEEA3D;
    border-bottom: 1px solid #BCA902;
    color: #000;
    font: bold 1em Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 5px 0 3px 10px;
}
#interactioninfo h3 span,
#criticalinteractioninfo h3 span {
    font-size: 1px;
}
#interactioninfo h4,
#criticalinteractioninfo h4 {
    font-size: 1em;
    color: #000;
    margin: 8px 0 0 10px;
    padding: 0;
}
#interactioninfo p,
#criticalinteractioninfo p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 15px 0 10px;
}
#interactioninfo img,
#criticalinteractioninfo img {
    height: 1px;
}

#criticalinteractioninfo div {
    background: #F9E6D9;
    border: 1px solid #820000;
}
#criticalinteractioninfo h3 {
    background: #D33030;
    border-bottom: 1px solid #820000;
    color: #FFF;
}

#interaction_info,
#critical_interaction_info  {
    position: absolute;
    display:inline;
    left: -200px;
    top: -200px;
    z-index: 501;
    text-align: left;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
#interaction_info h3,
#critical_interaction_info h3 {
    background: #FEEA3D;
    border-bottom: 1px solid #BCA902;
    color: #000;
    font: bold 1em Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 5px 0 3px 10px;
    font-weight: normal;
}

#interaction_info h3 span,
#critical_interaction_info h3 span {
    font-size: 1px;
}
#interaction_info h4,
#critical_interaction_info h4 {
    font-size: 1em;
    color: #000;
    padding: 8px 10px 0 10px;
}
#interaction_info p,
#critical_interaction_info p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 15px 0 10px;
}
#interaction_info img,
#critical_interaction_info img {
    height: 1px;
}
#critical_interaction_info h3 {
    background: #D33030;
    border-bottom: 1px solid #820000;
    color: #FFF;
}
#critical_interaction_info div {
    position: relative;
    padding-bottom: 5px;
    height: auto;
}
#critical_interaction_info #mc-interractions {
    border: 1px solid #999999;
    width: 430px;
    background: #FFFFFF;
    z-index: 9999;
    /* fix ios scrolling bug */
    -webkit-transform: translate3d(0, 0, 0);
}
#critical_interaction_info .mc-inter-item {
    background-color: #355A8F;
    color: #FFFFFF;
    padding: 5px 5px 5px 18px;
    overflow: hidden;
}
#critical_interaction_info .mc-inter-item-critical {
    background-color: #970F17;
    color: #FFFFFF;
    padding: 5px 5px 5px 18px;
    overflow: hidden;
}

#critical_interaction_info .mc-inter-drug1 {
    float: left;
    width: 95%;
    letter-spacing: .3px;
    line-height: 140%;
}
#critical_interaction_info .mt-plus {
    float: left;
    width: 100%;
}
#critical_interaction_info .mc-inter-drug2 {
    float: left;
    width: 75%;
    letter-spacing: .3px;
    line-height: 140%;
}
#critical_interaction_info .mc-inter-nofi {
    float: right;
    padding-right: 3px;
    font-style: italic;
}
#critical_interaction_info .bt-close {
    background: url('/noFrame/img/close.png') no-repeat 0 -3px transparent;
    height: 20px;
    width: 18px;
    border: 0;
    cursor: pointer;
    font-size: 1px;
    color: #970F17;
    float: right;
    clear: none;
}
#critical_interaction_info h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 5px 0 0 17px;
}
#critical_interaction_info h2.innercategory {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 18px 0 0 17px;
    margin-bottom: 10px;
}
#critical_interaction_info h2.first {
    color: #970F17;
}
#critical_interaction_info .mc-hr {
    margin: 0 12px 0 17px;
    border-top: 1px solid #CCCCCC;
}
#critical_interaction_info .mc-details {
    margin-top: 5px;
    padding-bottom: 10px;
}
#critical_interaction_info .mc-ingredients {
    padding: 0 0 5px 7px;
    color: #666666;
    font-weight: bold;
}
#critical_interaction_info .mc-detail {
    padding-left: 7px;
}

