
/* === Medical === */

/* 
Colors:
BU color / general text links: #003A5A
General text: #222
Accent text: #999, #666
*/

/* General Business Unit color overwrites */

body {
    background: #fff;
    }

h1, h2, h4, h5  {
    color: #003A5A;
    }

h3, h6, th, td.item, dt {
    color: #777;
    }

p, td, ol, ul, blockquote {
    color: #222;
    }

strong {
    color: #003A5A;
    }

a:link,
a:visited,
a:hover,
a:active,
#product-specs a:link,
#product-specs a:visited,
#product-specs a:hover,
#product-specs a:active {
    color: #003A5A;
    }

/*
NOTE: In most browsers <a> within headline tags will inherit the headline's color, not always so in older ie versions. The following is to ensure the correct color is rendered.
*/
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active, 
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
    color: #003A5A;
    }

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
    color: #777;
    }

/* === Sidebar nav styles === */

/* level 1 */
.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
    color: #666;
    }

/* level 2 */
.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited, .sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
    color: #003A5A;
    }

/* level 3 */
.sidebar ul li ul li ul li a:link, .sidebar ul li ul li ul li a:visited, .sidebar ul li ul li ul li a:hover, .sidebar ul li ul li ul li a:active {
    color: #666;
    }