.bgOff { background-image: none !important; background-color: transparent !important; }

.borderOff { border: none !important; }

.noDisplay { display: none !important; }

.listItem {
  margin: 0 0 3px 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  color: #00386B !important;
  width: 458px;
}

    /*---- listWrapper ----*/
    .listItem .listWrapper {
      background-image: url(/ColgateTotal/VE/v2/images/sprite_GraphicalSet.png);
      background-repeat: no-repeat;
      height: 4px;
    }
    
        .listItem .listWrapper.top { background-position: 0 0; }
        
        .listItem .listWrapper.bottom { height: 20px; background-position: 0 -5px; }

    /*---- listContent ----*/
    .listItem .listContent {
      border-top: none;
      border-right: 1px solid #FFC9C9;
      border-bottom: none;
      border-left: 1px solid #FFC9C9;
      background-color: #FFF;
    }

        /*---- listTitle ----*/
        .listItem .listContent .listTitle {
          margin: 0 0 -7px 8px;
          padding: 0 0 0 14px;
          background-image: url(/ColgateTotal/VE/v2/images/dynamicArrow_Down.png);
          background-repeat: no-repeat;
          background-position: 0 6px;
          width: 414px;
        }

            .listItem .listContent .listTitle.off {
              text-decoration: underline;
              color: #449EBB;
              background-image: url(/ColgateTotal/VE/v2/images/dynamicArrow_Right.png);
              background-repeat: no-repeat;
              background-position: 1px 2px;
            }
            
            .listItem .listContent .listTitle.on {
              text-decoration: underline;
              color: #F00;
              background-image: url(/ColgateTotal/VE/v2/images/dynamicArrow_Down.png);
              background-repeat: no-repeat;
              background-position: 0 6px;
              z-index: 10;
              position: relative;
            }

            
                .listItem .listContent .listTitle h4 {
                  margin: 0;
                  text-decoration: underline;
                  font-size: 12px;
                  color: #F00;
                  background-image: url(/ColgateTotal/VE/v2/images/fadeBar.gif);
                  background-repeat: no-repeat;
                  background-position: center right;
                  width: 414px;
                }
                
                    .listItem .listContent .listTitle.off h4 { color: #449EBB; background-image: none; }
                
                    .listItem .listContent .listTitle.on h4 a:link, .listItem .listContent .listTitle.on h4 a:visited, .listItem .listContent .listTitle.on h4 a:hover, .listItem .listContent .listTitle.on h4 a:active { color: #F00; background-image: none; }

                    .listItem .listContent .listTitle h4 a:link, .listItem .listContent .listTitle h4 a:visited { color: #449EBB; }

                    .listItem .listContent .listTitle h4 a:hover, .listItem .listContent .listTitle h4 a:active { color: #F00; }

        /*---- listDescription ----*/
        .listItem .listContent .listDescription {
          margin: 0 0 0 29px;
          padding: 16px 0;
          width: 410px;
          background-image: url(/ColgateTotal/VE/v2/images/blueBallBar.gif);
          background-repeat: no-repeat;
          background-position: bottom right;
        }
        
            .listItem .listContent .listDescription p { margin: 0; width: 384px; color: #00386B; }
