  /* Whole page CSS */
  a {
    color:          #CC0000; 
    text-decoration:none;
  }
  
  /* Styles for the header area. */
  .expImage {
    width: 971px;
    height:242px;
  }
  
  .expTable {
    float:            right; 
    height:           242px;
    background-image: url('../images/opaqueBG.png');
    background-repeat:repeat-x;    
  }
  
  .expTitle {
    background-color:#CC0000;
    font-size:       24px;
    color:           #FFFFFF;
    font-family:     Helvetica, Arial;
    font-weight:     bold;
    padding-right:   18px;
    padding-left:    18px;
    height:          36px;
    text-align:      center;
    min-width:       250px;
  }
  
  .expDesc {
    color:        #FFFFFF; 
    padding-left: 10px; 
    padding-right:10px; 
    padding-top:  5px;
    height:       120px;
    min-width:    250px;
    font-size:    12px;
  }
  
  .expThumb {
    padding-bottom: 8px;
  }
   
  /* Family Select CSS */     
  .familySelectTable {
    border-right: 1px solid #E3E3E3;
  } 
  
  .parentMenuItemText {
    font-size:   19px;
    color:  #000000;
    font-family: Helvetica, Arial;
    font-weight: bold;    
    padding-left:5px;
  }
  
  .parentMenuItemTextArrow {
    font-size:    19px;
    color:        #CC0000;
    font-family:  Helvetica, Arial;
    font-weight:  bold; 
    padding-right:5px;
    padding-left: 5px;    
  }
  
  .parentMenuItemBar {
    border-bottom:   1px solid #E3E3E3;
    border-right:    1px solid #E3E3E3;
    background-color:#F5F5F5;
    min-width: 160px;
  }
  
  .familySelectModels {
    font-size:     9px;
    font-family:   Helvetica, Arial;
    color:         #000000;
    padding-top:   15px;
    padding-right: 5px;
  }
  
  .familySelectText {
    font-size:      11px;
    font-family:    Helvetica, Arial;
    color:          #CC0000;
    padding-bottom: 6px;
    text-align:     center;
    margin-right:   10px;
  }
  
  .familySelectLine {
    border-top:  1px solid #E3E3E3;
    padding-top: 3px;
    height:      1px;   
    width:       100px;    
  }
  
  .familySelectThumb {
    /* width: 120px;
    height: 90px; Bikes and Equipment have different thumb sizes!! */
    padding-top:5px;
    text-align:center;
  }
  
   /* Sibling CSS */
  .siblingLink {
    font-size:     12px;
    font-family:   Helvetica, Helvetica, Arial;
    font-weight:   bold; 
    padding-right: 10px;
    padding-left:  10px;
    /* border-right:  1px solid #E3E3E3; */
  }
  
  .siblingLink:hover {
    color: #000000;
  }
  
  .siblingLinkBar {
    border-bottom:   1px solid #E3E3E3;
    background-color:#F5F5F5;
  }
  
  .siblingLinkActive {
    font-size:     12px;
    font-family:   Helvetica, Helvetica, Arial;
    font-weight:   bold; 
    padding-right: 10px;
    padding-left:  10px;
    /* border-right:  1px solid #E3E3E3;   */
    color:         #000000;
  }

  /* Family View CSS */
  .familyTable {
    padding-top:  15px;
    padding-left: 10px;
  }
  
  .familyTableImage { 
    padding-right:20px;
  }
  
  .familyTableSectionDiv {
    padding-top:7px;
  }
  
  .familyTableSectionLink {
    font-weight: bold;
    font-size:   12px;
  }

  .familyTableLink {
    font-size: 9px;
  }
  
  .familyTableDisplayName {
    color:      #CC0000;
    font-size:  30px;
    font-weight:bold;
  } 
  
  /* Resource CSS */  
  .resImage {
    padding-top:    3px;
    padding-bottom: 1px;
    border:         1px solid #E3E3E3;
    text-align:     center;
    width:          314px;
  }
