 /*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 0.985em;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {/* remember to define focus styles! */

}

body {
    background: #fff;
    background-color:#fff;
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
	margin-left:9px;
}

a:hover {
    cursor: pointer;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfloat {clear:both;}

/* =Global
----------------------------------------------- */


#page {
    background: #FFF;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}

.se-h2 {
    color:#819139;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 1.265em;

}

.se-h3 {
    color: #819139;
    font-size: 1em;
    font-weight: bold;
    height: 44px;
    width: 70%;
    padding-left: 15px;
    float: left;
    line-height: 44px;
}

.se-h4 {
    color: #464748;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.se-h4-grn {
    color: #819139;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

a {
    color: #91a23c;
    text-decoration: underline;
}

/* Typography */
p {
    margin-bottom: 1.625em;
}

p.se-p {
    margin-bottom: 1.625em!important;
    font-size: 16px;
    line-height: 27px;
    clear: both;	
}



ul, ol {
    /*margin: 0 0 1.625em 1.625em;*/
	margin: 0 0 0 1.625em;
}
ul {
    /*list-style: square;*/
    color:  #333;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    font-weight: normal;
    margin: 0;
    border-left: 10px solid #DDDDDB;
    padding-left: 30px;
    color: #777;
    font-size: 1em;
    font-style: italic;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

pre {
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
    background: #DDDDDB;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #666;
    background: #DDDDDB;
    display: block;
    padding: 5px;
}

code {
    display: inline;
}

.entry-content h3.code {
    background: #FFF;
    color: #33363B;
    padding: 1px 1.625em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

h1.se-entry {
    color:#819139;
    font-size: 1.8em;
}

#embed-msg-area {
    background: #fdf6e4;
    padding: 10px;
    width: auto; 
    margin: 10px 0 20px 0;
}

#embed-msg-area p {
    color: #819139;
    font-weight:bold;
    margin: 0px;
}


.se-ul {
    line-height: 1.2em;
    list-style-type: disc;
    margin: 0 0 1.625em 2.5em!important;
}

.secondary-ul {
    list-style: none;
    line-height: 1.2em!important;
    margin-left: 15px!important;
    margin-bottom: 20px;
}

.secondary-ul li {
    line-height: 1.8em;
}



.se-ul li {
    line-height: 1.5em;

}

.smb-title p {
    text-align: left;
    font-size: .8em;
    color: #6d6f72;
}

a.collapse-btn {
    background: url(../img/collapse-btn.png)no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    float: right;
    text-indent: -1500px;
}

a.expand-btn {
    background: url(../img/expand-btn.png)no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    float: right;
    text-indent: -1500px;
}


.no-top-pad {
    padding-top: 0!important;
}

.image-gallery {
    float: right;
    /* border: 1px solid #afb0b4; */
    margin-left: 25px;
}

.inline-img {
    float: right;
    border: 1px solid #afb0b4;
    margin-left: 25px;
    width: 318px;
    height: 253px;
}

.embed-container {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 25px;
    position: relative;
}

video {
    max-width: 100%;
    height: auto;
}

#hm-search {
    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 297px;
    z-index: 100;
    float: right;
    position: relative;
    margin: 5px 25px 0 0;
}

#browse-a-z-hm a {
    color: #6F7F35;
    font-family: Arial,helvetica,Sans-Serif;
    font-size: 10px;
    position: absolute;
    top: 18px;
    right: 82px;
}


#ADAMSearchBox {
    border: medium none;
    margin-bottom: 0 !important;
    margin-left: 14px;
    margin-right: 0;
    margin-top: 18px;
}

ul#smart-media-nav li a.highlight {
    background: #8fa33b!important;
    color: #fff!important;
}

.popup {
    background: url("../img/enhanced-link-bg.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 10px #BDBDBD;
    display: none;
    left: 100px;
    position: absolute;
    width: 300px;
    z-index: 500;
}

.bubbleInfo {
    clear: left;
    float: left;
    position: relative;
    width: 100%;
}

.popup h1 {
    color: #FFFFFF;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 0 8px;
}

.popup p {

    color: #81868A;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 8px;
    width: 200px;
    clear: left;
}

.popup img {

    float: right;
    margin: 15px 8px 0;
}

.thumb-caption {
    clear: right;
    color: #819139;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-right: 23px;
}

.pad-me-clear-me {
    clear: both;
    margin-bottom: 10px;
}

.popup a.readmore {
    color: #819139;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}

.popup a.bookmark-it {
    color: #819139;
    display: block;
    float: left;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0 0 0 8px;
}




/* =Structure
----------------------------------------------- */

body {
    padding: 0;
}

#page {
    margin: 0 auto;
}


#content {
    margin-top: -18px;
}

#light-box-1 {
    background: #000;
    width: 100%;
    height: 3800px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'";
    display: none;
}

#img-1-large {
    /* background: #fff url(../img/img-1-lrg.png) 50% 50% no-repeat;*/
    width: 420px;
    height: 320px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 30%;*/
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

#img-2-large {
    /* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
    width: 420px;
    height: 320px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 30%;*/
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

#img-3-large {
    /* background: #fff url(../img/img-2-lrg.png) 50% 50% no-repeat;*/
    width: 420px;
    height: 320px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 30%;*/
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

#img-4-large {
    /* background: #fff url(../img/img-4-lrg.png) 50% 50% no-repeat; */
    width: 420px;
    height: 320px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 30%;*/
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

#pres-1-large {
    /* background: #fff url(../img/img-4-lrg.png) 50% 50% no-repeat; */
    width: 420px;
    height: 320px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 30%;*/
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

#video-1 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-2 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-3 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-4 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-5 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-6 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}

#video-7 {
    width: 640px;
    height: 361px;
    z-index: 600;
    /*position: absolute;
    top: 66px;
    left: 25%;*/
    display: none;
    border: 1px solid #000;
    text-align: center;
}


/* Heart Palpitations light-box images */

#hp-img-2-large {
    /* background: #fff url(../img/heart-sounds-lrg.png) 50% 50% no-repeat; */
    width: 420px;
    height: 320px;
    z-index: 600;
    /* position: absolute;
    top: 66px;
    left: 30%; */
    display: none;
    /* padding: 10px; */
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}


.reference-toggle {
    background: url("../img/references-toggle.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 47px;
    margin-bottom: 25px;
    text-indent: -5000px;
    width: 160px;
}

.reference-toggle.close {
    background: url(../img/references-close.png) no-repeat;
}

.reference-toggle a {
    display: block;
    float: left;
    width: 160px;
    height: 47px;
    text-indent: -5000px;

}

.references-panel {
    display: none;
    float: left;
    overflow: hidden;
}

.show {
    display: block;
}

.se-footer {
    background: url("../img/footer-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 49px;
    margin-bottom: 25px;
    width: 100%;
}

#review-info {
    color: #464646;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 50px;
    padding: 25px;
}

#review-info-header {
    background: url("../img/plus-toggle.png") no-repeat scroll 112px 0 transparent;
    color: #000000;
    height: 25px;
    width: 200px;
}

p.review-info {
    color: #464646;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-bottom: 10px;

}

#primary-search {
    clear: both;
    float: left;
    margin-right: 0;
    width: 100%;
    background: #fff;
}

.drug-notes-h2 {
    font-weight: 700;
}

#page-a-z-nav {
	float: left;
	/*width: 100%;
	margin: 10px 0px 25px 0px;*/
	margin-left: 10px;
}

#page-a-z-nav li {
	float: left;
	/*margin-right: 8px;*/
	font-size: 16px;
	margin-right: 0.875em;
}


.browseDiv{
	float: left;
}




/* =Responsive Structure
----------------------------------------------- */


/* #Media Queries
================================================== */


/* Larger than standard 960 (devices and browsers) */
@media only screen and (min-width: 1024px) {
	#a-z-nav-panel{display: none !important;}
	#page-a-z-nav {
		float: left;
		/*width: 100%;
		margin: 10px 0px 25px 0px;*/
		margin-left: 10px;
	}

	#page-a-z-nav li {
		float: left;
		/*margin-right: 8px;*/
		font-size: 16px;
		margin-right: 0.875em;
	}

	.browseDiv{
		float: left;
	}
    
    #global-search {
       /*  background: url(../img/global-search.png) no-repeat; */
        float: right;
        width: 296px;
        height: 51px;
        margin: 7px 5px 0 0;
    }
    
    #hm-search1 {
    background: url("../img/se-search-bg.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 53px;
    margin: -1px 10px 0 0;
    position: relative;
    width: 331px;
    z-index: 100;
}

#searchbtn input {
    border: 0 none;
    color: #454546;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 53px;
    padding-left: 25px;
    padding-top: 3px;
    width: 331px;
}
#browse-a-z-hm1 {
    background: url("../img/browse-a-z-bg.png") no-repeat scroll 60px 7px transparent;
    color: #6F7F35;
    font-size: 10px;
    left: 164px;
    padding-right: 20px;
    top: 19px;
}
#browse-a-z-hm1 a {
    color: #6F7F35;
    font-family: Arial,helvetica,Sans-Serif;
    font-size: 10px;
    position: absolute;
    right: 98px;
    top: 18px;
	width: 65px;
}

ADAMSearchBox {
    border: medium none;
    margin-bottom: 0 !important;
    margin-left: 17px;
    margin-right: 0;
    margin-top: 14px;
    width: 140px;
}

.placeholder {
    color: #708035;
}
    
    #drug-notes-nav ul li a#a-z-btn, #drug-notes-nav ul li a#hm-btn {
        display: none;
    }
    /*#a-z-nav-panel{display: none !important;}*/
    
    #secondary {
        width: 31.25%;
        float: right;
        background: #dadada;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 45%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 25px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 45%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    .hra-ques-col-1 {
        width: 50%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 50%;
        float: left;
        background: #fff;
    }

    #primary {
        clear: both;
        float: left;
        margin-right: 0;
        width: 68.75%;
        background: #fff;
    }

    #primary-hra {
        clear: both;
        float: left;
        margin-right: 0;
        background: #fff;
    }


    .secondary-inner {
        width: auto;
        margin-left: 10px;
        background: #fff;
        padding: 15px 10px 0px 0;
        margin-bottom: 10px;
        overflow: auto;
    }

    .secondary-inner-2 {
        width: auto;
        margin-left: 10px;
        padding: 0px;
        margin-bottom: 10px;
        overflow: auto;
    }

    .smb-title {
        float: left;
        margin-left: 5px;
    }

    #cam-u-left-col {
        width: 50%;
        float: left;
    }

    #cam-u-right-col {
        width: 50%;
        float: left;
    }

    #cam-l-left-col {
        width: 50%;
        float: left;
    }

    #cam-l-right-col {
        width: 50%;
        float: left;
    }

    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }


}


/* Smaller than 1085 */
@media only screen and (max-width: 1095px) {
	
	#page-a-z-nav {
		float: left;
		/*width: 100%;
		margin: 10px 0px 25px 0px;*/
		margin-left: 10px;
	}

	#page-a-z-nav li {
		float: left;
		/*margin-right: 8px;*/
		font-size: 16px;
		margin-right: 0.875em;
	}

	.browseDiv{
		float: left;
	}
    
    #drug-notes-nav ul li a#a-z-btn, #drug-notes-nav ul li a#hm-btn {
        display: none;
    }
    /*#a-z-nav-panel{display: none !important;}*/
    
    .smb-title {
        float: left;
        margin-left: 5px;
        clear: left;
    }

    .hra-ques-col-1 {
        width: 50%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 50%;
        float: left;
        background: #fff;
    }

    #cam-u-left-col {
        width: 50%;
        float: left;
    }

    #cam-u-right-col {
        width: 50%;
        float: left;
    }

    #cam-l-left-col {
        width: 50%;
        float: left;
    }

    #cam-l-right-col {
        width: 50%;
        float: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }


}	


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1023px) {
	
	#page-a-z-nav {
		float: none;
		/*width: 100%;
		margin: 10px 0px 25px 0px;*/
		display: block;
	}

	#page-a-z-nav li {
		float: left;
		/*margin-right: 8px;*/
		font-size: 16px;
		margin-right: 0.875em;
	}

	.browseDiv{
		float: left;
	 display: block;
	     margin-right: 10px;
	}
	
    #secondary {
        width: 31.25%;
        float: right;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 25px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    .hra-ques-col-1 {
        width: 50%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 50%;
        float: left;
        background: #fff;
    }

    #primary {
        clear: both;
        float: left;
        margin-right: 0;
        padding-right: 3px;
        width: 68.75%;
        background: #fff;
    }

    .secondary-inner {
        width: auto;
        margin-left: 0px;
        background: #fff;
        padding: 15px 10px 0px 0;
        margin-bottom: 10px;
        overflow: auto;
    }

    .secondary-inner-2 {
        width: auto;
        margin-left: 10px;
        padding: 0px;
        margin-bottom: 10px;
        overflow: auto;
    }

    #cam-u-left-col {
        width: 50%;
        float: left;
    }

    #cam-u-right-col {
        width: 50%;
        float: left;
    }

    #cam-l-left-col {
        width: 50%;
        float: left;
    }

    #cam-l-right-col {
        width: 50%;
        float: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 600px) and (max-width: 1023px) {
	
	
    #ADAMSearchBox {
    	display: none;
    }
    
    #hm-search1 {
    	display: none;
    }
    
    /* ########################### start health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
    #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}
    
    
    #autoSearchTitle{display: none !important;}
    
    
    #a-z-nav-panel #search-ui {
        width: 290px;
        margin: 15px 0 15px 25px;
        float: left;
    }

    #a-z-nav-panel #search-ui li {
        float: left;
    }

    #a-z-nav-panel #search-ui li a#go-btn{
        display: block;
        width: 35px;
        height: 33px;
        /*background: url(../img/go-btn.png) no-repeat;
        text-indent: -3500px;*/
        float: right;
        margin: 0 0 0 0px;
    }

    #search {
        height: 31px;
        border: 0px;
        width: 200px;
        margin: 0px;
        padding-left: 10px;
    }
    
    /* ########################### end health search mobile ###################### */

    #primary {
        clear: both;
        float: left;
        margin-right: 0;
        padding-right: 3px;
        width: 100%;
        background: #fff;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    .hra-ques-col-1 {
        width: 100%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 100%;
        float: left;
        background: #fff;
    }

    #secondary {
        width: 100%;
        float: right;
        position: absolute;
        z-index: 5000;
    }

    .embed-msg {
        display: none;
    }

    #toggle-pane {
        display: none;
    }

    #smb-wrap {
        display: none;
    }

    .secondary-inner {
        width: auto;
        margin-left: 0px;
        background: #fff;
        padding: 15px 10px 0px 0;
        margin-bottom: 10px;
        overflow: auto;
    }

    .secondary-inner-2 {
        width: auto;
        margin-left: 0px;
        padding: 0px;
        margin-bottom: 10px;
        overflow: auto;
    }

    #cam-u-left-col {
        width: 50%;
        float: left;
    }

    #cam-u-right-col {
        width: 50%;
        float: left;
    }

    #cam-l-left-col {
        width: 50%;
        float: left;
    }

    #cam-l-right-col {
        width: 50%;
        float: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }



}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 599px) {
    
     /* ########################### start health search mobile ###################### */
    
    #ADAMSearchBox {
    	display: none;
    }
    
    #hm-search1 {
    	display: none;
    }
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}

    #autoSearchTitle{display: none !important;}
    
    #a-z-nav-panel #search-ui {
        width: 290px;
        margin: 15px 0 15px 25px;
        float: left;
    }

    #a-z-nav-panel #search-ui li {
        float: left;
    }

    #a-z-nav-panel #search-ui li a#go-btn{
        display: block;
        width: 35px;
        height: 33px;
        /*background: url(../img/go-btn.png) no-repeat;
        text-indent: -3500px;*/
        float: right;
        margin: 0 0 0 0px;
    }

    #search {
        height: 31px;
        border: 0px;
        width: 200px;
        margin: 0px;
        padding-left: 10px;
    }
    
    /* ########################### end health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}

    #autoSearchTitle{display: none !important;}
    
    #secondary {
        width: 100%;
        float: right;
    }

    .hra-ques-col-1 {
        width: 100%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 100%;
        float: left;
        background: #fff;
    }

    #primary {
        border-right: none;
        clear: both;
        float: left;
        margin-right: 0;
        padding-right: 3px;
        width: 100%;
        background: #fff;
    }

    .secondary-inner {
        width: auto;
        margin-left: 0px;
        background: #fff;
        padding: 15px 10px 0px 0;
        margin-bottom: 10px;
        overflow: auto;
    }

    .secondary-inner-2 {
        width: auto;
        margin-left: 0px;
        padding: 0px;
        margin-bottom: 10px;
        overflow: auto;
    }

    #cam-u-left-col {
        width: 50%;
        float: left;
    }

    #cam-u-right-col {
        width: 50%;
        float: left;

    }

    #cam-l-left-col {
        width: 50%;
        float: left;
    }

    #cam-l-right-col {
        width: 50%;
        float: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    #secondary {
        width: 100%;
        float: right;
        position: absolute;
        z-index: 5000;
    }

    .embed-msg {
        display: none;
    }

    #toggle-pane {
        display: none;
    }

    #smb-wrap {
        display: none;
    }


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 599px) {

/* ########################### start health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}

    #autoSearchTitle{display: none !important;}
    
    
    #a-z-nav-panel #search-ui {
        width: 290px;
        margin: 15px 0 15px 25px;
        float: left;
    }

    #a-z-nav-panel #search-ui li {
        float: left;
    }

    #a-z-nav-panel #search-ui li a#go-btn{
        display: block;
        width: 35px;
        height: 33px;
        /*background: url(../img/go-btn.png) no-repeat;
        text-indent: -3500px;*/
        float: right;
        margin: 0 0 0 0px;
    }

    #search {
        height: 31px;
        border: 0px;
        width: 200px;
        margin: 0px;
        padding-left: 10px;
    }
    
    /* ########################### end health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}

    
    #cam-u-left-col {
        width: 100%;
        float: left;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    .hra-ques-col-1 {
        width: 100%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 100%;
        float: left;
        background: #fff;
    }

    #cam-u-right-col {
        width: 100%;
        float: left;
        clear: left;

    }

    #cam-l-left-col {
        width: 100%;
        float: left;
    }

    #cam-l-right-col {
        width: 100%;
        float: left;
        clear: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }

    .content-module {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 100%;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        padding-right: 10px;
        width: 97%;
    }

    #secondary {
        width: 100%;
        float: right;
        position: absolute;
        z-index: 5000;
    }

    .embed-msg {
        display: none;
    }

    #toggle-pane {
        display: none;
    }

    #smb-wrap {
        display: none;
    }


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
     /* ########################### start health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}

    #autoSearchTitle{display: none !important;}
    
    #a-z-nav-panel #search-ui {
        width: 290px;
        margin: 15px 0 15px 25px;
        float: left;
    }

    #a-z-nav-panel #search-ui li {
        float: left;
    }

    #a-z-nav-panel #search-ui li a#go-btn{
        display: block;
        width: 35px;
        height: 33px;
        /*background: url(../img/go-btn.png) no-repeat;
        text-indent: -3500px;*/
        float: right;
        margin: 0 0 0 0px;
    }

    #search {
        height: 31px;
        border: 0px;
        width: 200px;
        margin: 0px;
        padding-left: 10px;
    }
    
    /* ########################### end health search mobile ###################### */
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 33px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
    }
    
        #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}
    
    #cam-u-left-col {
        width: 100%;
        float: left;
    }

    #previous-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }

    #next-btn {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        padding: 5px 15px 5px 15px;
        background: #008a3e;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        float: left;
        margin-bottom: 25px;
    }

    .hra-ques-col-1 {
        width: 100%;
        float: left;
    }

    .hra-ques-col-2 {
        width: 100%;
        float: left;
        background: #fff;
    }

    #cam-u-right-col {
        width: 100%;
        float: left;
        clear: left;

    }

    #cam-l-left-col {
        width: 100%;
        float: left;
    }

    #cam-l-right-col {
        width: 100%;
        float: left;
        clear: left;
    }


    #micro-center-content {
        clear: both;
        float: left;
        margin-top: 25px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 250px;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        width: 238px;
        padding-right: 10px;
    }

    .pad-top {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .content-module {
        float: left;
        margin-left: 10px;
        width: 250px;
    }

    .no-lft-marg {
        margin-left: 0px;
    }

    .content-module-links ul li a {
        color: #797E83;
        font-family: arial,helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
    }
    .content-module-links ul li a:hover {
        color: #3EA5DC;
    }

    .content-module-header h3 {
        color: #FFFFFF;
        float: left;
        line-height: 31px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
    }

    .content-module-links ul {
        float: left;
        list-style: none outside none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 10px;
        margin: 0px;
    }

    .content-module {
        float: left;
        width: 100%;
        margin-left: 0px;
    }

    .content-module-header {
        background: url("../img/content-module-hdr-bg.png") repeat-x scroll 0 0 transparent;
        float: right;
        height: 31px;
        width: 100%;
    }

    .content-module-links {
        border-bottom: 1px solid #CACACA;
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
        float: left;
        padding-right: 10px;
        width: 97%;
    }

    #secondary {
        width: 100%;
        float: right;
        position: absolute;
        z-index: 5000;
    }

    .embed-msg {
        display: none;
    }

    #toggle-pane {
        display: none;
    }

    #smb-wrap {
        display: none;
    }


}



@media only screen and (max-width: 328px) 
{
    
    #drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 30px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
    margin-left: -9px;
}
    
    #drug-notes-nav ul li a#a-z-btn {
        display: block;
        width: 30px;
        height: 31px;
        background: url(../img/search-a-z-btn.png) no-repeat;
        text-decoration: none;
        text-indent: -1500px;
        margin-left: 22px;
        margin-top: -31px;
       
    }
    
}





@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* 2x =================================================== */
}



/* =960 Browser Default Styles
----------------------------------------------- */

#hra-col1 {
    width: 48%;
    float: left;
}

#hra-col2 {
    width: 48%;
    float: left;
    background: #fff;
}

#branding {
    background: url("../img/se-banner-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 70px;
    width: 100%;
}

#branding h1 {
    text-indent: -3000px;
}

#header-inner {
    height: 100%;
}

#head-inner {
    margin: 0 5%;
    min-height: 70px;
    position: relative;
    width: 90%;
}

#a-z-nav-panel {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    background: #404040;
    overflow: hidden;
    z-index: 8000;
    display: none;
}

#a-z-nav-panel h4 {  
    color: #fff;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

#a-z-nav-panel ul {
    list-style: none;
    width: auto;
    margin-bottom: 10px;
    clear:both;
    
}

#cls-a-z-nav-panel {
    float: right;
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-right: 17px;
    margin-bottom: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 15px;
}

#a-z-nav-panel ul li {
    display: inline-table;
    
}

#a-z-nav-panel ul li a {
    display: block;
    background: #008a3e;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#a-z-nav-panel ul li a:hover {
    color:#fff;
    background: #819139;
}

.se-logo {
    display: block;
  /*  background: none repeat scroll 0 0 #000000; */
    height: 65px;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0px;
}


h1#site-title {
    display: inline;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

#main {
    padding: 10px;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    background: #f3f4f6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#primary .inner {

    padding: 2%;
}

#primary .inner {
    padding-bottom: 40px;
}


#primary-search .inner {

    padding: 2%;
}

#primary-search .inner {
    padding-bottom: 40px;
}


/* HRA ********************************* */

.hra-btn {
    display: block;
    height: 30px;
    text-align: left;
    line-height: 30px;
    color: #008a3e;
    padding: 5px 15px 5px 15px;
}

.assessment-btn {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    background: #dae2af;
    width: auto;
    text-decoration: none;
    font-weight: bold;
}

.assessment-btn:hover {
    background: #008a3e;
    color:#fff;
}



#next-btn:after {
    clear: both;
}	

.hra-row {
    background: #fdf6e4;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 5px;
}

#previous-btn:after {
    clear:both;
}



.hra-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}




.hra-inner {
    width: 100%;
    padding: 10px;
}

.hra-options {
    padding: 10px;
    margin-bottom: 0px;
}

.hra-title {
    background: #008a3e;
    height: 30px;
    font-weight: bold;
    color: #fff;
    border-bottom: 4px solid #fff;

}

.hra-title p {
    line-height: 34px;
    padding-left: 10px;
    height: 30px;
}





/* end HRA ********************************* */
.se-article {
    float: left;
}

#content {
    width: auto;
    position: relative;
    margin: 0px;

}

#secondary {
    background: #F3F4F6;

}





span#alt-names {
    color:#747474;
    font-size: .8em;
    display: block;
    margin-bottom: 25px;
}

ul#smart-media-nav {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul#smart-media-nav li {
    display: inline;
    float: left;
    width: 22.7%;
    height: 44px;
    margin-right: 3%;
    background: #fff;
    line-height: 44px;
    text-align: center;
}

ul#smart-media-nav li a {
    text-decoration: none;
}

a#all-btn {
    display: block;
    width: auto;
    height: 44px;
    background: #fff;
    color: #8fa33b;
    font-weight: bold;

}

a#all-btn:hover {
    color: #fff;
    background: #8fa33b;
}

a#video-btn {
    display: block;
    width: auto;
    height: 44px;
    background: #fff;
    color: #8fa33b;
    font-weight: bold;
}

a#video-btn:hover {
    color: #fff;
    background: #8fa33b;
}

a#img-btn {
    display: block;
    width: auto;
    height: 44px;
    background: #fff;
    color: #8fa33b;
    font-weight: bold;
}

a#img-btn:hover {
    color: #fff;
    background: #8fa33b;
}

a#tog-btn {
    display: block;
    width: auto;
    height: 44px;
    background: #fff;
    color: #8fa33b;
    font-weight: bold;
    background: url(../img/tog-btn.png) no-repeat 50% 50%;
    text-indent: -2500px;
}

/* .active {
        color: #fff;
        background: #8fa33b url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
} */

.tab-active {
    color: #fff;
    background: #8fa33b url(../img/tog-btn-wt.png) no-repeat 50% 50%!important;
}

a#tog-btn:hover {
    color: #fff;
    background: #8fa33b url(../img/tog-btn-wt.png) no-repeat 50% 50%;
}

ul.smb-all {
    margin: 0 0 0 10px;
    list-style: none;
    float: left;
}

ul.smb-all li {
    margin-bottom: 10px;
    float: left;
    clear: both;

}

/*
.smb-th {
        background: url(../img/tnail-bg.png) no-repeat;
        width: 113px;
        height: 78px;
        float: left;
}
*/



#example_video_1 {
    max-width: 640px;
    max-height: 360px;
}

.smb-th {
    background: url(../img/smb-tnail.png) no-repeat;
    width: 141px;
    height: 116px;
    float: left;

}

/*.smb-title {
    float: left;
    margin-left: 5px;
} */

.smb-asset {
    margin: 0px 0 0 0px;
    border: 1px solid #000;
}



.video-th {
    display: block;
    width: 125px;
    height: 100px;
    margin: 7px 0 0 7px;
}

.video-overlay {
    background: url(../img/movie-th-off.png)no-repeat;
    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}

.scrub-bar-overlay {

}

.image-overlay {

    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}

.pres-overlay {

    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}



/* These are needed for setting relative context and positioning the video overlay */

#th-1 {
    position: relative;
}

#th-2 {
    position: relative;
}

#th-3 {
    position: relative;
}

#th-4 {
    position: relative;
}

#th-5 {
    position: relative;
}

#th-6 {
    position: relative;
}

#th-7 {
    position: relative;
}

#th-8 {
    position: relative;
}

#th-9 {
    position: relative;
}

#th-10 {
    position: relative;
}

#th-11 {
    position: relative;
}

#th-12 {
    position: relative;
}

#th-13 {
    position: relative;
}

#th-14 {
    position: relative;
}

#th-15 {
    position: relative;
}

#th-16 {
    position: relative;
}

#th-17 {
    position: relative;
}

#th-18 {
    position: relative;
}

#th-19 {
    position: relative;
}

#th-20 {
    position: relative;
}

#th-21 {
    position: relative;
}

#th-22 {
    position: relative;
}

#th-23 {
    position: relative;
}

#th-24 {
    position: relative;
}

#th-25 {
    position: relative;
}

#th-26 {
    position: relative;
}

#th-27 {
    position: relative;
}

.light-box-center {
    width: 640px;
    height: 431px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -320px;
    margin-top: -215px;	
}

.image-box-center {
    width: 400px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -200px;
    margin-top: -210px;	
}

.video-subtitle-bar {
    background: #eee;
    width: 100%;
    height: 70px;
}

.image-subtitle-bar {
    background: #eee;
    width: 100%;
    height: 70px;
    margin-top: -8px;
}

.video-sub-title {
    float: left;
    color: #464748;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 0 15px;
}

.video-sub-p {
    float: left;
    clear:left;
    color: #464748;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0 15px;
}

.video-cls-btn {
    background: url(../img/button_lightbox_close.png)no-repeat;
    width:38px;
    height: 38px;
    position: absolute;
    top: -19px;
    right: -19px;
    z-index: 60;
}

.video-lightbox {
    position: relative;
}



.video-overlay:hover {
    background: url(../img/movie-th-on.png)no-repeat;
    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}

.image-overlay:hover {
    background: url(../img/image-th-on.png)no-repeat;
    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}

.pres-overlay:hover {
    background: url(../img/pres-th-on.png)no-repeat;
    width: 141px;
    height: 116px;
    z-index: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50;

}

ul#search-nav {
    list-style: none;
    width: 302px;
    margin: 0px;
    padding: 0px 0px 9px 0px;
    background: #F3F4F6;
    height: 45px;

}

ul#search-nav li {
    display: inline;
    float: left;
    width: 91px;
    height: 44px;
    margin-right: 3%;
    background: #fff;
    line-height: 44px;
    text-align: center;
}

ul#search-nav li a {
    text-decoration: none;
}

.se-search-results {
    margin: 0;
    list-style: none;
}

.se-search-results li.odd {
    clear: both;
    background: #F7F3E7;
    padding: 2px 8px 2px 8px;
    height: 28px;
    line-height: 28px;
}

.se-search-results li.even {
    clear: both;
    padding: 2px 8px 2px 8px;
    height: 28px;
    line-height: 28px;
}

ul#search-nav li a.highlight {
    background: #8fa33b!important;
    color: #fff!important;
}

.se-article-type {
    float: right;
    line-height: 28px;
    height: 28px;
    display: block;
}

ul#search-nav li a.highlight {
    background: none repeat scroll 0 0 #8FA33B !important;
    color: #FFFFFF !important;
}

.se-search-pagination {
    float: right;
    width: 75px;
    height: 46px;
    line-height: 46px;
}



/* pasted from global */



/* CAM */
#cam-upper-nav {
    width: 100%;
}



#cam-lower-nav {
    width: 100%;
}

.clear-me {
    clear: both;
    margin-bottom: 25px;
}

.warning-icon {
    padding-left: 30px;
    background: url(../img/warning-light.png) no-repeat;
}

.caution-icon {
    padding-left: 30px;
    background: url(../img/caution-icon.png) no-repeat;
}

.spacer {
    height: 25px;
}

.good-icon {
    padding-left: 30px;
    background: url(../img/good-icon.png) no-repeat;
}

.myCheckups-btn {
    -moz-user-select: none;
    background-color: #454545;
    background-image: -moz-linear-gradient(center top , #303030, #262626);
    border: 1px solid #141414;
    border-radius: 2px 2px 2px 2px;
    color: #9F9F9F !important;
    cursor: pointer !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    margin: 0 5px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    white-space: normal;
    word-wrap: normal;
}

#drug-notes-nav {
    float: left;
    margin-left: 204px;
    margin-top: 17px;
}

#drug-notes-nav ul li {
    float: left;
    margin-right: 8px;   
}

/*#drug-notes-nav ul li a#hm-btn {
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/hm-btn.png) no-repeat;
    text-decoration: none;
    text-indent: -1500px;
}*/



article h3 {
    font-weight: 500;
    color: #819139;
    font-size: 18px;
}

#disclaimer {
    width: auto;
    padding: 0 25px;
}

#truven-footer-logo {
    background: url(../img/truven-footer-logo.png) no-repeat;
    width: 114px;
    height: 35px;
    display: block;
    text-indent: -2500px;
    float:left;
}

#adam-footer-logo {
    background: url(../img/adam-footer-logo.png) no-repeat;
    width: 166px;
    height: 41px;
    display: block;
    text-indent: -2500px;
    float:left;
}

#footer-logos {
    width: 280px;
    margin: 0 auto;
}


div#drug-notes-nav {
    display: none;
}


























/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
                Just create a "fonts" folder at the root,
                copy your FontName into code below and remove
                comment brackets */

/*	@font-face {
            font-family: 'FontName';
            src: url('../fonts/FontName.eot');
            src: url('../fonts/FontName.eot?iefix') format('eot'),
                 url('../fonts/FontName.woff') format('woff'),
                 url('../fonts/FontName.ttf') format('truetype'),
                 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
            font-weight: normal;
            font-style: normal; }
*/
