/*----------- Content DIV -------------*/

div#content-divs {
  min-height:500px;
  border-top: 3px #020845 solid;

}

/*-------------------------------------*/



/*---------- Tabbed Navigation --------*/

ul#tabbed-product-menu {
		list-style-type: none;

    }

        ul#tabbed-product-menu li {
          background-image: none !important;
          float: left;
          padding: 3px 8px;
          margin-right: 4px;
          border: 1px #020845 solid;
          border-bottom: none;
        }
        
        ul#tabbed-product-menu li a {
          text-decoration: none !important;
          color: #020845;
        }
        ul#tabbed-product-menu li {
          color: #020845;
        }
        
        ul#tabbed-product-menu li.inactive a:hover {
            cursor: pointer !important;
            text-decoration: underline;   
            text-decoration: underline;   
          }
          
          ul#tabbed-product-menu li.inactive a:hover {
            cursor: pointer !important;
            text-decoration: underline !important;   
            text-decoration: underline !important;   
          }
          
  
          ul#tabbed-product-menu li.active a:hover {
            color: #020845 !important;
 
          }
        
             
        ul#tabbed-product-menu li {
          background-color: #020845 !important;
          color: #fff !important;

        }

    
      ul#tabbed-product-menu li.inactive {
        background-color: #dfdfdf !important;
        color: #020845 !important;
      }
      
        
          ul#tabbed-product-menu li.inactive  {
            color: #020845 !important;
          }
  
          
          ul#tabbed-product-menu li.active a {
            text-decoration: none;
            color: #fff !important;
    
          }
          
           ul#tabbed-product-menu li.active {
            color: #fff !important;
        
          }
          
          ul#tabbed-product-menu li.active a:hover {
            color: #fff !important;
          }
          
          
  
/*-------------------------------------*/


  div.inactive {
    display: none;
  }
  div.active {
    display: block;
  }
  
/*---------------------------------------*/ 




/*---------------- Tables ---------------*/

div#content-divs table {
  margin-top: 0 !important;
}

div#content-divs table th {
  width: 209px !important;
}


/*---------------------------------------*/ 


dl.item {
  margin: 20px 0;
}

dl.item dd.price {
    font-weight: bold;
}

/*dl.item dd.price {
  text-align: right;
  padding-top: 20px;
  padding-right: 40px;
}*/

div.relatedPartBlock {
  width: 177px;
  height: 250px;
  float: left;
  margin: 0 12px 20px 0 !important;
  color: #000 !important;
  overflow: hidden;
}

div.relatedPartBlock dt, div.relatedPartBlock dd {
  padding-left: 8px;
}



div.container .relatedparts h3 {
  color: #000 !important;
}

div.container .relatedparts div#ProductThumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

div.container .relatedparts h2 {
  margin-bottom: 10px;
}

  dt.manufacturer {
    font-weight: bold;
  }
  
div#tab1-content,
div#tab2-content,
div#tab3-content,
div#tab4-content,
div#tab5-content,
div#tab6-content {
  padding-top: 20px !important;
  color: #000 !important;
}

div.baloon {
  height: 20px;
}

div.image-container {
  text-align: center;
}

div.container .relatedparts div.image-container {
  height: 100px;
  width: 100px;
  position: relative;
  bottom: 0;
}


td#product-thumbs img {
  margin-bottom: 10px;
}

.printHeadText {
  display: none;
}