

#podShell {visibility:hidden}
/* ========================================
   == Layout
      -- contains page layout 
         and general styles
   ======================================== */
/*---- MASTER STYLES ----*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 125%;
    color: #CCC;
}

    * a { outline: none; }
    
        * a:link, * a:visited { color: #F00; text-decoration: underline; }
        
        * a:hover, * a:active { color: #449EBB; text-decoration: none; }

body { background: none; }

/*---- COMMON STYLES ----*/
.clear {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    clear: both;
}

.registration {
    font-size: 80%;
    vertical-align: text-top;
    color: inherit;
    font-weight: inherit;
}

.bold { font-weight: 900; color: inherit; }

*.impactBold {
    font-size: 120%;
    font-weight: 900;
    color: inherit;
}

.italic { font-style: italic; }

.red { color: #F00; }

/*---- PAGE SETUP ----*/
#page {
    margin: 0 auto;
    padding: 0;
    width: 612px;
}

    #page #header {
        width: 612px;
        background-image: url(/ColgateTotal/VE/v2/images/print_header.jpg);
        background-repeat: no-repeat;
        width: 612px;
        height: 95px;
        display: block;
        clear: both;
    }

        #page #header img { display: none; }
        
    /*-- navigation_container extended via Navigation.css --*/
    #page #navigation_container { display: none; }
    
    /*---- Content ----*/
    #page #content {
        margin: 6px;
        font-size: 12px;
        font-weight: 900;
        width: 612px;
    }
    
        #page #content p { margin: 0 0 8px 0; }
        
        #page #content #page_title {
            width: 400px;
            float: left;
        }
        
        #page #content #page_title * {
            margin: 0;
            font-weight: 900;
        }
    
            #page #content #page_title h2 {
                margin: 16px 0 0 0;
                font-size: 24px;
                color: #F00;
            }
            
            #page #content #page_title h3 {
                margin: 0;
                font-size: 21px;
                color: #5673AB;
            }
        
        #page #content #page_description {
            margin: 0 0 15px 0;
            font-size: 12px;
            font-weight: 900;
            color: #F00 !important;
            width: 430px;
            clear: left;
        }
        
            /*-- extends impactBold - IE fix --*/
            #page #content #page_description .impactBold { color: #F00; }
            /*-- extends registration - IE fix --*/
            #page #content #page_description .registration { color: #F00; }
            
        #page #content #section_navigation {
            margin: 24px 0 0 0;
            padding: 0;
            float: left;
            width: 200px;
        }
        
            #page #content #section_navigation ul { margin: 0; padding: 0; list-style: none; }
            
            #page #content #section_navigation ul li {
                margin: 0;
                padding: 0;
                background-image: url(/ColgateTotal/VE/v2/images/articleArrow_Blue.gif);
                background-repeat: no-repeat;
                background-position: 0 1px; 
            }
            
                #page #content #section_navigation ul li a { margin-left: 7px; padding: 0 0 0 5px; background-color: #FFF; position: relative; z-index: 10; }
                
                #page #content #section_navigation ul li a:link, #page #content #section_navigation ul li a:visited { display: block; text-decoration: none; }
                
                #page #content #section_navigation ul li a:hover, #page #content #section_navigation ul li a:active { text-decoration: underline; color: #F00; }
        
        /*---- Claim Pod ----*/
        #claim_pod { display: none; }

    /*---- Pod Container ----*/
    #page #pod_container { display: none; }
    
    /*---- Footer ----*/
    #page #footer { display: none; }
    
#HMHB_subpage {
    margin: 12px 0 0 12px;
    padding: 0;
    color: #5673AB;
    font-size: 12px;
    width: 675px;
}

    #HMHB_subpage .back_to_top { display: none; }

    /*---- topic_navigation ----*/
    #HMHB_subpage .topic_navigation {
        font-size: 11px;
    }
    
        /*-- overview --*/
        #HMHB_subpage .topic_navigation .overview { margin: 0 0 4px 0; padding: 0; color: #5673AB; clear: both; }
    
    	    #HMHB_subpage .topic_navigation .overview .icon {
                margin: 0 6px 0 0;
                padding: 0;
                background-image: url(/ColgateTotal/VE/v2/images/articleArrow_Blue.gif);
                background-repeat: no-repeat;
                background-position: 0 2px;
                float: left;
                width: 6px;
                height: 15px;
            }
            
            #HMHB_subpage .topic_navigation .overview .link { color: #5673AB; }
            
                #HMHB_subpage .topic_navigation .overview .link .overview_title { color: #5673AB; font-style: italic; }
        
                #HMHB_subpage .topic_navigation .overview .link a:link, #HMHB_subpage .topic_navigation .overview .link a:visited { text-decoration: underline; }
            
                #HMHB_subpage .topic_navigation .overview .link a:hover, #HMHB_subpage .topic_navigation .overview .link a:active { color: #449EBB; }
        
        /*-- article --*/
        #HMHB_subpage .topic_navigation .article { margin: 0 0 4px 0; padding: 0; color: #5673AB; clear: both; }
        
        #HMHB_subpage .topic_navigation .article .icon {
            margin: 0 6px 0 0;
            padding: 0;
            background-image: url(/ColgateTotal/VE/v2/images/articleArrow_Red.gif);
            background-repeat: no-repeat;
            background-position: 0 2px;
            float: left;
            width: 6px;
            height: 15px;
        }
        
        #HMHB_subpage .topic_navigation .article .link { color: #5673AB; }
        
        	#HMHB_subpage .topic_navigation .article .link .article_on { color: #5673AB; font-style: italic; }
        
        /*-- print --*/
        #HMHB_subpage .topic_navigation .print { display: none; }
            
    /*---- page content ----*/
    #HMHB_subpage h4 { font-size: 14px; color: #F00; }
    
    #HMHB_subpage p {
        margin: 0;
        padding: 0;
        color: #5673AB;
    }
    
        #HMHB_subpage p .subhead { font-size: 13px; color: #F00; }
        
        #HMHB_subpage p strong { color: #234278;}
        
        #HMHB_subpage ul { margin-left: 8px; list-style-type: none; }
        
        #HMHB_subpage ul li {
            margin: 0 0 4px 0;
            padding: 0 0 0 8px;
            background-image: url(/ColgateTotal/VE/v2/images/blueBullet.gif);
            background-repeat: no-repeat;
            background-position: 0 5px;
            color: #5673AB; 
        }
        
            #HMHB_subpage ul li strong { color: #234278; }