 .technology { /*header of 2nd demo*/
     cursor: hand;
     cursor: pointer;
     font: bold 12px arial;
 }
 .openlanguage{ /*class added to contents of 2nd demo when they are open*/
     color: #000000;
 }
 .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
     color: #a0002a;
 }
 
 #ProductRelatedParts {
     border-top:1px solid #996666;
     margin-left:20px;
     margin-bottom:10px;
     width:480px;
 }
 #ProductBreadcrumb {
     border-top:#cbcbcb;
     border-left:1px solid #996666;
     border-right:1px solid #996666;
     border-bottom:1px solid #996666;
     margin-top:-2px;
     margin-left:20px;
     position:relative;
     padding:8px;
     height:auto;
     width:600px;
     font-size:11px;
     color:#666666;
     background-color:#ffffcc;
 }
 #ProductBreadcrumb_footer {
     border-top:1px solid #996666;
     border-left:1px solid #996666;
     border-right:1px solid #996666;
     border-bottom:1px solid #996666;
     margin-top:-2px;
     margin-left:20px;
     position:relative;
     padding:0px;
     height:auto;
     width:600px;
     font-size:11px;
     color:#666666;
     background-color:#f2f2f2;
 }
 #ProductBreadcrumb_footer a:link { color:#666666; background-color:#f2f2f2;}
 #ProductBreadcrumb_footer a:visited { color:#666666; background-color:#f2f2f2;}
 #ProductBreadcrumb_footer a:hover { color:#a0002a; background-color:#f2f2f2;}
 #ProductBreadcrumb_footer strong { color:#666666; background-color:#f2f2f2;}
 #ProductBreadcrumb_table a:link { color:#666666; background-color:#f2f2f2;}
 #ProductBreadcrumb_table a:visited { color:#666666; background-color:#f2f2f2;}
 #ProductBreadcrumb a:hover { color:#a0002a; background-color:#f2f2f2;}
 #ProductBreadcrumb strong { color:#a0002a; background-color:#f2f2f2;}
 #ProductRelatedParts a:link { color:#a0002a; background-color:#f2f2f2;}
 #ProductRelatedParts a:visited { color:#a0002a; background-color:#f2f2f2;}
 #ProductRelatedParts a:hover { color:#a0002a; font-weight:bolder; background-color:#f2f2f2;}
#ProductRelatedParts strong { color:#666666; background-color:#f2f2f2;}
