  #specsWrapper {
    position: absolute;
    height: auto;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 9999;
  }
  
  #shadow {
    position: absolute;
    width: 3000px;
    height: 9999px;
    top: 0;
    left:0;
    margin: 0;
    padding: 0;
    background: #000;
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
  }
  
  #specsPage {
    position: relative;
    margin: 25px;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
display:none;
  }
  
  #closeWin {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    display: block;
    background: url(/img/spec_close_bkgd.gif) repeat-x;
  }
  
  #specs_head {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    padding: 0;
  }
  
  /* ---Category Navigation--- */
  #category_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    overflow: hidden;
  }
  
  #category_tabs {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #category_tabs ul, #category_tabs li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    background: #5881C1;
  }
  
  #category_tabs ul {
    list-style-type: none;
  }
  
  #category_tabs a, #category_tabs a:visited {
    color: #fff;
    margin: 0;
  	padding: 3px 2px 5px 2px;
  	text-decoration: none;
    text-align: center;
    border-right: 1px solid #fff;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #003;
    display: block;
  }
  
  #category_tabs a:hover {
    position: relative;
    color: #fff;
    background: #003;
  }
  
  #expand_close_holder {
    position: relative;
    margin: 0;
    padding: 5px;
    float: left;
  }
  
  #legend {
    position: relative;
    font-size: 10px;
  }
  
  #expand_close {
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
  }
  
  #rowText {
    position: absolute;
    width: auto;
    left: 1px;
    top: 0;
    margin: 0;
    padding-top: 4px;
    display: block;
    z-index: 1000;
  }
  
  .spec_toggle ul {
    list-style-type: none;
  }
  
  .specs_bkgd1 {
    text-align: center;
    background: #e0e0e0;
  }
  
  .specs_bkgd2 {
    text-align: center;
    background: #EEF4FF;
  }
  
  #specs_row_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    color: #003;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
  }

  .specs_row {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    display: block;
  }
  
  .specs_row ul, .specs_row li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
  }
  
  .specs_row ul {
    list-style-type: none;
  }
  
  /* model title style */
  .specs_row li h3 {
    padding: 5px;
    display: block;
  }
  
  /* feature title style */
  .specs_row li strong {
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 5px 20px;
    display: block;
  }
  
  /* feature description style */
  .specs_row li span {
    padding: 5px;
    display: block;
  }
  
  /* subcategory title style */
  .specs_toggle_feature {
    position: relative;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #003;
    overflow: hidden;
    display: block;
    background: #5881C1;
    clear: both;
  }
  
  .specs_toggle_feature ul, .specs_toggle_feature li {
    margin: 0;
    padding: 3px;
    float: left;
    display: block;
  }
  
  .specs_toggle_feature ul {
    list-style-type: none;
  }
  
  .specs_toggle_feature a, .specs_toggle_feature a:visited {
    color: #fff;
    margin: 0;
  	text-decoration: none;
    border: 0;
    display: block;
  }
  
  .specs_toggle_feature a:hover {
    position: relative;
    color: #003;
  }
  
  #specs_disclaimer {
    position: relative;
    font-size: 10px;
    margin: 0;
    padding: 10px 5px 5px 5px;
    display: block;
  }
  
  h3 {
    font-size: 11px;
  }
