/* CSS Document * /

/*** START TAB CONTENT STYLES ***/

 ul, ol, dl {   /* fixes IE disappearing background bug */
position: relative;  
}

#maintab, #maintab2, #maintab3, #maintab4, #maintab5, #maintab6 {
background-color: #e8f6ff;
background-position: bottom;
height: 32px;
padding:0;
margin:0;
border-top:#06c 2px solid;
}

.category {
text-align:left;
position: absolute;
top: 14px;
padding: 0 0 0 9px;
margin::0; 
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
z-index: 99;
}

.category a {
text-decoration:underline; 
color: #012f8d; 
font-weight:bold;
}

.shadetabs{
padding: 3px 0;
margin: 0;
font: bold 12px arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul {
list-style-type: none;
}

.shadetabs li{
display: inline;
margin-left: 0;
width:97px;
height:25px;
position: relative;
top: 14px;
list-style-type: none;
}

* html .shadetabs li {
top: 12px;
margin-left: -14px;
list-style-type: none;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 25px;
margin-right: 0;
margin-left:-13px;
color: #ffffff;
background: #ebf4fe url(/Colgate/US/OC/HomePage/Tab_Off.gif) bottom no-repeat;
}

* html .shadetabs li a{
padding: 3px 25px;
background: #ebf4fe url(/Colgate/US/OC/HomePage/Tab_Off.gif)  no-repeat; /*changed .5en to .5em*/
}


.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
background: #ebf4fe url(/Colgate/US/OC/HomePage/tab_On.gif) bottom no-repeat;
}

.shadetabs li.selected{
position: relative;
top: 14px;
}

*html .shadetabs li.selected{
top: 12px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #ebf4fe url(/Colgate/US/OC/HomePage/tab_On.gif) bottom no-repeat;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
width: inherit;
margin: 0 0 0 0;
padding: 0;
}

.tabcontent{
display:none;
padding: 0;
margin-top: 0;
}

.wrapper {      /* allows absolute positioning of category class */
position: relative;
}

@media print {
.tabcontent {
display:block!important;
}

