/* Content Carousel 
 --------------------------------------------------------*/
#content-carousel {
  background: url(/resources/images/product/bg/content-carousel.png) top left repeat-y;
  margin: 0 0 34px 0;
}
  #content-carousel .inner {
    background: url(/resources/images/product/bg/content-carousel-btm.png) bottom left no-repeat;
    display: inline-block;
    margin-bottom: -5px; /* some overflow was showing at the bottom */
    border-bottom: 1px solid #eee;
    padding: 0 0 25px 0;
  }
  #content-carousel a {
    color: #0072c7;
  }
  #content-carousel ul.tabs {
    width: 232px;
    padding: 29px 0 0 0;
    float: left;
  }
    #content-carousel ul.tabs li {
      width: 214px;
      height: 49px;
      padding: 0 18px 0 0;
    }
      #content-carousel ul.tabs li a {
        color: #797979;
        display: block;
        width: 214px;
        height: 49px;
        line-height: 49px;
        font-size: 15px;
        text-align: right;
      }
    #content-carousel ul.tabs li.ui-state-active,
    #content-carousel ul.tabs li.ui-state-hover {
      background: url(/resources/images/product/bg/content-carousel-active-tab.png);
      height: 52px;
      margin-bottom: -3px;
    }
      #content-carousel ul.tabs li.ui-state-active a {
        font-weight: bold;
        color: #2b2b2b;
      } 

    #content-carousel .content .ui-tabs-hide {
      display: none; } 
    
    #content-carousel .content {
      width: 590px;
      height: auto;
      float: right;
      padding: 30px 30px 100px 30px;
      font-size: 13px;
      color: #2b2b2b;
      line-height: 20px; 
      background-color: #fff; }
      
          #content-carousel .content ol 
          { list-style-type: decimal; margin: 0 0 0 20px; }
      
      
    #content-carousel .content h2 {
        font-size: 20px;
        line-height: 16px;
        font-weight: bold;
        color: #505050;
        margin: 20px 0 10px 0; }   
      
      #content-carousel .content h3 {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        color: #505050;
        text-transform: uppercase;
      	margin: 20px 0 10px 0; } 
      	
    #content-carousel .content .col {
      float: left;
    }
    #content-carousel .content .col-half {
      width: 330px;
    }
    
    
 
  

  
  /* about_test */
  
  #test_about_hdr_page_undo { margin: -20px 0 0 -35px; }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
